Skip to content

Commit c4f7061

Browse files
pesektomas66Ton99
authored andcommitted
added getExtendedTypes into FormExtension
1 parent 316077e commit c4f7061

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Form/Extension/FormExtension.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@ public function getExtendedType()
5454
{
5555
return FormType::class;
5656
}
57-
}
57+
58+
/**
59+
* {@inheritDoc}
60+
*/
61+
public static function getExtendedTypes()
62+
{
63+
yield FormType::class;
64+
}
65+
}

0 commit comments

Comments
 (0)