mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Fix loading extension: use the new way
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
Reference in New Issue
Block a user