mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix loading extension: use the new way
This commit is contained in:
parent
f68a163a30
commit
65e6ad0fc4
@ -18,7 +18,7 @@ use Symfony\Component\Form\Extension\Core\Type\IntegerType;
|
||||
*/
|
||||
class PostTextIntegerExtension extends PostTextExtension
|
||||
{
|
||||
public function getExtendedTypes(): iterable
|
||||
public static function getExtendedTypes(): iterable
|
||||
{
|
||||
return [IntegerType::class];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user