Parcourir la source

Updating renamed event

Miha Vrhovnik il y a 14 ans
Parent
commit
43bcadbb80

+ 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;
     }
 }