@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\ODM\MongoDB\Tools\Console\Command\Schema; |
4 | 4 | |
5 | -use Doctrine\Common\Cache\VoidCache; |
|
6 | -use Doctrine\ODM\MongoDB\DocumentManager; |
|
7 | -use Symfony\Component\Console\Command\Command; |
|
8 | -use Symfony\Component\Console\Input\InputInterface; |
|
5 | +use Doctrine\Common\Cache\VoidCache; |
|
6 | +use Doctrine\ODM\MongoDB\DocumentManager; |
|
7 | +use Symfony\Component\Console\Command\Command; |
|
8 | +use Symfony\Component\Console\Input\InputInterface; |
|
9 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
10 | 10 | |
11 | 11 | class ValidateCommand extends Command |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use Doctrine\ODM\MongoDB\PersistentCollection\PersistentCollectionInterface; |
27 | 27 | use Doctrine\ODM\MongoDB\Proxy\Proxy; |
28 | 28 | use Doctrine\ODM\MongoDB\UnitOfWork; |
29 | -use MongoDB\Driver\ReadPreference; |
|
30 | 29 | |
31 | 30 | /** |
32 | 31 | * The ReferencePrimer is responsible for priming reference relationships. |
@@ -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; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\ODM\MongoDB\Mapping\ClassMetadata; |
6 | 6 | use Doctrine\ODM\MongoDB\Mapping\ClassMetadataFactory; |
7 | 7 | use MongoDB\Driver\Exception\RuntimeException; |
8 | -use MongoDB\Driver\WriteConcern; |
|
9 | 8 | use MongoDB\Model\IndexInfo; |
10 | 9 | |
11 | 10 | class SchemaManager |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Doctrine\ODM\MongoDB\Mapping\Driver; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Annotations\AnnotationReader; |
6 | -use Doctrine\Common\Annotations\AnnotationRegistry; |
|
7 | 6 | use Doctrine\Common\Annotations\Reader; |
8 | 7 | use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver as AbstractAnnotationDriver; |
9 | 8 | use Doctrine\ODM\MongoDB\Events; |