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
steevanb\DoctrineReadOnlyHydrator\EventSubscriber\ReadOnlySubscriber::postLoad(): Argument #1 ($eventArgs) must be of type Doctrine\Common\Persistence\Event\LifecycleEventArgs, Doctrine\ORM\Event\LifecycleEventArgs given
#25
Open
tourze opened this issue
Aug 19, 2022
· 0 comments
Seems that in vendor/steevanb/doctrine-read-only-hydrator/EventSubscriber/ReadOnlySubscriber.php, Doctrine\Common\Persistence\Event\LifecycleEventArgs not found.
I can find \Doctrine\Persistence\Event\LifecycleEventArgs in the vendor directory.
My doctrine/orm veresion is 2.13.1
The text was updated successfully, but these errors were encountered:
Seems that in vendor/steevanb/doctrine-read-only-hydrator/EventSubscriber/ReadOnlySubscriber.php,
Doctrine\Common\Persistence\Event\LifecycleEventArgs
not found.I can find
\Doctrine\Persistence\Event\LifecycleEventArgs
in the vendor directory.My doctrine/orm veresion is 2.13.1
The text was updated successfully, but these errors were encountered: