mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
fix error with post_text extension
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
namespace Chill\CustomFieldsBundle\Form\Extension;
|
||||
|
||||
use Symfony\Component\Form\Extension\Core\Type\NumberType;
|
||||
|
||||
/**
|
||||
* This class add the PostTextExtension to number fields
|
||||
*
|
||||
@@ -28,7 +30,7 @@ class PostTextNumberExtension extends PostTextExtension
|
||||
{
|
||||
public function getExtendedType()
|
||||
{
|
||||
return PostTextNumberExtension::class;
|
||||
return NumberType::class;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user