We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
use
PropertyAccessorInterface
1 parent aa75652 commit 684ae81Copy full SHA for 684ae81
src/Subscribers/DoctrineEncryptSubscriber.php
@@ -18,6 +18,7 @@
18
use Doctrine\ORM\Events;
19
use Doctrine\Persistence\Event\LifecycleEventArgs;
20
use Symfony\Component\PropertyAccess\PropertyAccess;
21
+use Symfony\Component\PropertyAccess\PropertyAccessorInterface;
22
23
/**
24
* Doctrine event subscriber which encrypt/decrypt entities.
0 commit comments