@@ -8,7 +8,6 @@ |
||
8 | 8 | use Doctrine\ORM\Internal\Hydration\ArrayHydrator; |
9 | 9 | use Doctrine\ORM\Mapping\ClassMetadata; |
10 | 10 | use steevanb\DoctrineReadOnlyHydrator\Entity\ReadOnlyEntityInterface; |
11 | -use steevanb\DoctrineReadOnlyHydrator\Exception\MethodNotFoundException; |
|
12 | 11 | use steevanb\DoctrineReadOnlyHydrator\Exception\PrivateMethodShouldNotAccessPropertiesException; |
13 | 12 | |
14 | 13 | class ReadOnlyHydrator extends ArrayHydrator |