Skip to content

Commit

Permalink
added getExtendedTypes into FormExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
pesektomas authored and 66Ton99 committed Feb 28, 2020
1 parent 316077e commit c4f7061
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Form/Extension/FormExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ public function getExtendedType()
{
return FormType::class;
}
}

/**
* {@inheritDoc}
*/
public static function getExtendedTypes()
{
yield FormType::class;
}
}

0 comments on commit c4f7061

Please sign in to comment.