Преглед на файлове

Remove ModelAutocompleteType::getParent override

This override is useless because it's the default behavior of
Symfony\Component\Form\AbstractType
Sullivan SENECHAL преди 9 години
родител
ревизия
a6c0357ffe
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. 0 8
      Form/Type/ModelAutocompleteType.php

+ 0 - 8
Form/Type/ModelAutocompleteType.php

@@ -150,14 +150,6 @@ class ModelAutocompleteType extends AbstractType
         $resolver->setRequired(array('property'));
     }
 
-    /**
-     * {@inheritdoc}
-     */
-    public function getParent()
-    {
-        return 'form';
-    }
-
     /**
      * {@inheritdoc}
      */