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 04fa95d commit a8a247bCopy full SHA for a8a247b
src/Traits/Application/FormUtility.php
@@ -8,7 +8,7 @@
8
trait FormUtility
9
{
10
11
- final private function createFormUtility(Form $form): FormUtil
+ private function createFormUtility(Form $form): FormUtil
12
13
return new FormUtil($this, $form);
14
}
0 commit comments