소스 검색

[DoctrineBridge] Removed duplicating options in EntityType

Deni 14 년 전
부모
커밋
3bbec2e6a7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php

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

@@ -52,8 +52,6 @@ class EntityType extends AbstractType
             'query_builder'     => null,
             'query_builder'     => null,
             'choices'           => array(),
             'choices'           => array(),
             'preferred_choices' => array(),
             'preferred_choices' => array(),
-            'multiple'          => false,
-            'expanded'          => false,
         );
         );
 
 
         $options = array_replace($defaultOptions, $options);
         $options = array_replace($defaultOptions, $options);