Skip to content

Commit

Permalink
Fixed deprecation notice to use Doctrine\Persistence\Event\LifecycleE…
Browse files Browse the repository at this point in the history
…ventArgs instead of Doctrine\ORM\Event\LifecycleEventArgs
  • Loading branch information
Piet Bosch committed Jul 18, 2023
1 parent 48e69ab commit c10f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subscribers/DoctrineEncryptSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Doctrine\ORM\Event\PostFlushEventArgs;
use Doctrine\ORM\Events;
use Doctrine\Common\EventSubscriber;
use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\Persistence\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\PreUpdateEventArgs;
use Doctrine\ORM\Event\OnFlushEventArgs;
use Doctrine\Common\Annotations\Reader;
Expand Down

0 comments on commit c10f931

Please sign in to comment.