@@ -20,7 +20,6 @@ |
||
20 | 20 | namespace Doctrine\ODM\MongoDB\Mapping\Driver; |
21 | 21 | |
22 | 22 | use Doctrine\Common\Annotations\AnnotationReader; |
23 | -use Doctrine\Common\Annotations\AnnotationRegistry; |
|
24 | 23 | use Doctrine\Common\Annotations\Reader; |
25 | 24 | use Doctrine\Common\Persistence\Mapping\ClassMetadata; |
26 | 25 | use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver as AbstractAnnotationDriver; |
@@ -23,7 +23,6 @@ |
||
23 | 23 | use Doctrine\ODM\MongoDB\Mapping\ClassMetadataFactory; |
24 | 24 | use Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo; |
25 | 25 | use MongoDB\Driver\Exception\RuntimeException; |
26 | -use MongoDB\Driver\WriteConcern; |
|
27 | 26 | use MongoDB\Model\IndexInfo; |
28 | 27 | |
29 | 28 | class SchemaManager |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Doctrine\Common\Collections\Collection; |
7 | 7 | use Doctrine\Common\Collections\Criteria; |
8 | 8 | use Doctrine\Common\Collections\Selectable; |
9 | -use Doctrine\Common\Inflector\Inflector; |
|
10 | 9 | use Doctrine\Common\Persistence\ObjectRepository; |
11 | 10 | use Doctrine\ODM\MongoDB\Mapping\ClassMetadata; |
12 | 11 | use Doctrine\ODM\MongoDB\Query\QueryExpressionVisitor; |