We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69fa6a commit b523dc0Copy full SHA for b523dc0
doctrine/events.rst
@@ -239,7 +239,7 @@ define a listener for the ``postUpdate`` Doctrine event::
239
{
240
// the entity listener methods receive two arguments:
241
// the entity instance and the lifecycle event
242
- public function postUpdate(User $user, LifecycleEventArgs $event)
+ public function checkUserChanges(User $user, LifecycleEventArgs $event)
243
244
// ... do something to notify the changes
245
}
0 commit comments