removed deprecated message in FieldType

This commit is contained in:
Fabien Potencier 2013-01-24 15:43:51 +01:00
parent 9e8b2f01f6
commit ed644133b7

View File

@ -22,11 +22,6 @@ use Symfony\Component\Form\AbstractType;
*/
class FieldType extends AbstractType
{
public function __construct()
{
trigger_error('FieldType is deprecated since version 2.1 and will be removed in 2.3.', E_USER_DEPRECATED);
}
/**
* {@inheritdoc}
*/