$options should be protected

This commit is contained in:
Sergii Kliuchnyk 2012-11-09 15:55:29 +02:00
parent 77b359146a
commit 1a95142461

View file

@ -7,7 +7,7 @@ use Symfony\Component\OptionsResolver\OptionsResolverInterface;
abstract class BaseAbstractType extends AbstractType
{
private $options = array(
protected $options = array(
'name' => '',
);