|
@@ -20,7 +20,7 @@ use Symfony\Component\Form\FormBuilder;
|
|
|
*
|
|
|
* @author Fabien Potencier <fabien@symfony.com>
|
|
|
*/
|
|
|
-class DoctrineType extends AbstractType
|
|
|
+class DoctrineStepType extends AbstractType
|
|
|
{
|
|
|
public function buildForm(FormBuilder $builder, array $options)
|
|
|
{
|
|
@@ -37,11 +37,4 @@ class DoctrineType extends AbstractType
|
|
|
))
|
|
|
;
|
|
|
}
|
|
|
-
|
|
|
- public function getDefaultOptions(array $options)
|
|
|
- {
|
|
|
- return array(
|
|
|
- 'data_class' => 'Symfony\Bundle\WebConfiguratorBundle\Step\DoctrineStep',
|
|
|
- );
|
|
|
- }
|
|
|
}
|