You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,4 +45,17 @@ public function onBind(FormEvent $event)
45
45
$collection->clear();
46
46
}
47
47
}
48
+
49
+
/**
50
+
* Alias of {@link onSubmit()}.
51
+
*
52
+
* @deprecated since version 3.1, to be removed in 4.0.
53
+
* Use {@link onSubmit()} instead.
54
+
*/
55
+
publicfunctiononBind(FormEvent$event)
56
+
{
57
+
@trigger_error('The '.__METHOD__.' method is deprecated since version 3.1 and will be removed in 4.0. Use the onSubmit() method instead.', E_USER_DEPRECATED);
0 commit comments