Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 92df063

Browse files
authored
re add method (#313)
1 parent 66c196d commit 92df063

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Filter/Form/FilterTypeExtension.php

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ public function configureOptions(OptionsResolver $resolver)
4040
));
4141
}
4242

43+
/**
44+
* {@inheritdoc}
45+
*/
46+
public function getExtendedType()
47+
{
48+
return FormType::class;
49+
}
50+
4351
/**
4452
* @return iterable
4553
*/

0 commit comments

Comments
 (0)