Skip to content

Commit 684ae81

Browse files
committed
Add missing use statement for PropertyAccessorInterface
1 parent aa75652 commit 684ae81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Subscribers/DoctrineEncryptSubscriber.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use Doctrine\ORM\Events;
1919
use Doctrine\Persistence\Event\LifecycleEventArgs;
2020
use Symfony\Component\PropertyAccess\PropertyAccess;
21+
use Symfony\Component\PropertyAccess\PropertyAccessorInterface;
2122

2223
/**
2324
* Doctrine event subscriber which encrypt/decrypt entities.

0 commit comments

Comments
 (0)