We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273adf9 commit 9425f1eCopy full SHA for 9425f1e
src/Forms/Controls/BaseControl.php
@@ -128,7 +128,7 @@ public function loadHttpData()
128
* Loads HTTP data.
129
* @return mixed
130
*/
131
- public function getHttpData($type, $htmlTail = NULL)
+ protected function getHttpData($type, $htmlTail = NULL)
132
{
133
return $this->getForm()->getHttpData($type, $this->getHtmlName() . $htmlTail);
134
}
0 commit comments