Skip to content

Commit

Permalink
doctrine#774 switching to new AnnotationDriver
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Paulis <[email protected]>
  • Loading branch information
ppaulis committed Apr 20, 2022
1 parent 61dc078 commit 7a8ee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/DriverFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Doctrine\Common\Annotations;
use Doctrine\ORM\Mapping\Driver\AttributeDriver;
use Doctrine\Persistence\Mapping\Driver\AnnotationDriver;
use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
use Doctrine\Persistence\Mapping\Driver\DefaultFileLocator;
use Doctrine\Persistence\Mapping\Driver\FileDriver;
use Doctrine\Persistence\Mapping\Driver\MappingDriver;
Expand Down

0 comments on commit 7a8ee47

Please sign in to comment.