Skip to content

Commit 37c0ca0

Browse files
authored
Update FormDefaultsTypeExtension.php
1 parent 8889ac2 commit 37c0ca0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Extension/FormDefaultsTypeExtension.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ public function getExtendedType()
3131
{
3232
return FormType::class;
3333
}
34+
35+
/**
36+
* {@inheritdoc}
37+
*/
38+
public static function getExtendedTypes(): iterable
39+
{
40+
return [FormType::class];
41+
}
3442
}

0 commit comments

Comments
 (0)