Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Doctrine Entity Listeners event class
using class `PreUpdateEventArgs` causes exception >Argument 2 passed to App\EventListener\UserChangedNotifier::postUpdate() must be an instance of Doctrine\ORM\Event\PreUpdateEventArgs, instance of Doctrine\ORM\Event\LifecycleEventArgs given, called in .../vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php on line 112
- Loading branch information