Skip to content

Commit 4535505

Browse files
author
Kai Eichinger
authored
Update ButtonPositionExtension.php (#5)
Update ButtonPositionExtension.php
2 parents 0090b1f + 172ce73 commit 4535505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Extension/ButtonPositionExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public function getExtendedType ()
2121
*/
2222
public static function getExtendedTypes ()
2323
{
24-
return [ FormType::class ];
24+
return [ ButtonType::class ];
2525
}
2626
}

0 commit comments

Comments
 (0)