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

Commit

Permalink
re add method (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-g authored Apr 17, 2019
1 parent 66c196d commit 92df063
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Filter/Form/FilterTypeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ public function configureOptions(OptionsResolver $resolver)
));
}

/**
* {@inheritdoc}
*/
public function getExtendedType()
{
return FormType::class;
}

/**
* @return iterable
*/
Expand Down

0 comments on commit 92df063

Please sign in to comment.