extends BaseAbstractType

This commit is contained in:
Sergii Kliuchnyk 2012-11-09 15:30:28 +02:00
parent a7af5d92d9
commit 77b359146a

View file

@ -5,7 +5,7 @@ namespace ##NAMESPACE##;
use Propel\PropelBundle\Model\Form\BaseAbstractType;
use Symfony\Component\Form\FormBuilderInterface;
class ##CLASS## extends AbstractType
class ##CLASS## extends BaseAbstractType
{
private $options = array(
'data_class' => '##FQCN##',