$options should be protected

This commit is contained in:
Sergii Kliuchnyk 2012-11-09 15:57:19 +02:00
parent 1a95142461
commit 1bae813484

View file

@ -7,7 +7,7 @@ use Symfony\Component\Form\FormBuilderInterface;
class ##CLASS## extends BaseAbstractType
{
private $options = array(
protected $options = array(
'data_class' => '##FQCN##',
'name' => '##TYPE_NAME##',
);