Browse Source

[Form] Removed unused option

Bernhard Schussek 14 years ago
parent
commit
486a01bfe2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php

+ 0 - 1
src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php

@@ -42,7 +42,6 @@ class EntityType extends AbstractType
     public function getDefaultOptions(array $options)
     public function getDefaultOptions(array $options)
     {
     {
         $defaultOptions = array(
         $defaultOptions = array(
-            'template' => 'choice',
             'multiple' => false,
             'multiple' => false,
             'expanded' => false,
             'expanded' => false,
             'em' => $this->em,
             'em' => $this->em,