Skip to content

Commit 79d4642

Browse files
committed
BaseControl::getHttpData() is protected
1 parent 312ca1b commit 79d4642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/Controls/BaseControl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function loadHttpData()
128128
* Loads HTTP data.
129129
* @return mixed
130130
*/
131-
public function getHttpData($type, $htmlTail = NULL)
131+
protected function getHttpData($type, $htmlTail = NULL)
132132
{
133133
return $this->getForm()->getHttpData($type, $this->getHtmlName() . $htmlTail);
134134
}

0 commit comments

Comments
 (0)