fix deprecations: no more need to define these services (that cause a deprecation...)

This commit is contained in:
nobohan
2018-04-11 16:41:35 +02:00
parent 0a08c362bb
commit ed526fa8ea
3 changed files with 15 additions and 17 deletions

View File

@@ -30,8 +30,7 @@ class PostTextIntegerExtension extends PostTextExtension
{
public function getExtendedType()
{
// return IntegerType::class; !! only for symfony 2.8
return 'integer';
return IntegerType::class;
}
}