Skip to content

Commit a8a247b

Browse files
authored
final method is unnecessary
1 parent 04fa95d commit a8a247b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Application/FormUtility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
trait FormUtility
99
{
1010

11-
final private function createFormUtility(Form $form): FormUtil
11+
private function createFormUtility(Form $form): FormUtil
1212
{
1313
return new FormUtil($this, $form);
1414
}

0 commit comments

Comments
 (0)