소스 검색

Updating renamed event

Miha Vrhovnik 14 년 전
부모
커밋
43bcadbb80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Form/EventListener/StripTagsListener.php

+ 1 - 1
src/Symfony/Component/Form/EventListener/StripTagsListener.php

@@ -29,6 +29,6 @@ class StripTagsListener implements EventSubscriberInterface
 
     public static function getSubscribedEvents()
     {
-        return Events::onBindDataFromClient;
+        return Events::onBindClientData;
     }
 }