diff --git a/Subscribers/DoctrineEncryptSubscriberInterface.php b/Subscribers/DoctrineEncryptSubscriberInterface.php index 3f8ba99..1544e6c 100644 --- a/Subscribers/DoctrineEncryptSubscriberInterface.php +++ b/Subscribers/DoctrineEncryptSubscriberInterface.php @@ -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;