Fabien Potencier 14 年之前
父節點
當前提交
4753bb2e91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bridge/Doctrine/Form/EventListener/MergeCollectionListener.php

+ 1 - 1
src/Symfony/Bridge/Doctrine/Form/EventListener/MergeCollectionListener.php

@@ -27,7 +27,7 @@ class MergeCollectionListener implements EventSubscriberInterface
 {
     public static function getSubscribedEvents()
     {
-        return array(FormEvents::ON_BIND_NORM_DATA, 'onBindNormData');
+        return array(FormEvents::ON_BIND_NORM_DATA => 'onBindNormData');
     }
 
     public function onBindNormData(FilterDataEvent $event)