@@ -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 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\ODM\MongoDB\Tools\Console\Command; |
4 | 4 | |
5 | -use Doctrine\ODM\MongoDB\Mapping\ClassMetadata; |
|
6 | 5 | use Doctrine\ODM\MongoDB\Tools\Console\MetadataFilter; |
7 | 6 | use Symfony\Component\Console\Input\InputArgument; |
8 | 7 | use Symfony\Component\Console\Input\InputOption; |