mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
fix deprecations: no more need to define these services (that cause a deprecation...)
This commit is contained in:
@@ -30,8 +30,7 @@ class PostTextIntegerExtension extends PostTextExtension
|
||||
{
|
||||
public function getExtendedType()
|
||||
{
|
||||
// return IntegerType::class; !! only for symfony 2.8
|
||||
return 'integer';
|
||||
return IntegerType::class;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -28,8 +28,7 @@ class PostTextNumberExtension extends PostTextExtension
|
||||
{
|
||||
public function getExtendedType()
|
||||
{
|
||||
//return PostTextNumberExtension::class;
|
||||
return 'number';
|
||||
return PostTextNumberExtension::class;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user