Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 1, 2018
1 parent 6565302 commit 592d622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -984,7 +984,7 @@ public function allInputs(array $fields = [], array $options = [])
{
deprecationWarning(
'FormHelper::allInputs() is deprecated. ' .
'Use FormHelper::allControlls() instead.'
'Use FormHelper::allControls() instead.'
);

return $this->allControls($fields, $options);
Expand Down

0 comments on commit 592d622

Please sign in to comment.