Benjamin Lévêque 13 år sedan
förälder
incheckning
c2173f5c54
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Form/Type/Filter/ChoiceType.php

+ 1 - 1
Form/Type/Filter/ChoiceType.php

@@ -59,7 +59,7 @@ class ChoiceType extends AbstractType
 
     public function getDefaultOptions()
     {
-        rerturn array(
+        return array(
             'field_type'       => 'choice',
             'field_options'    => array()
         );