Skip to content

Commit

Permalink
Update LifeCycleEventsArgs due deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mogilvie committed Jan 5, 2023
1 parent c769332 commit 0f89484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Subscribers/DoctrineEncryptSubscriberInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace SpecShaper\EncryptBundle\Subscribers;

use Doctrine\Common\Annotations\Reader;
use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\Persistence\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\OnFlushEventArgs;
use Doctrine\ORM\Event\PostFlushEventArgs;
use Psr\Log\LoggerInterface;
Expand Down

0 comments on commit 0f89484

Please sign in to comment.