Skip to content

Commit 4c94e14

Browse files
authored
Merge pull request absolute-quantum#51 from phansys/subscriber
Add missing `use` statement for `PropertyAccessorInterface`
2 parents e941739 + 684ae81 commit 4c94e14

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)