Jelajahi Sumber

Fix allowed type

Thomas Rabaix 12 tahun lalu
induk
melakukan
6bc9128445
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Block/AdminListBlockService.php

+ 1 - 1
Block/AdminListBlockService.php

@@ -102,7 +102,7 @@ class AdminListBlockService extends BaseBlockService
         ));
 
         $resolver->setAllowedTypes(array(
-            'groups' => array('bool')
+            'groups' => array('bool', 'array')
         ));
     }
 }