@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Alcaeus\MongoDbAdapter\TypeInterface; |
17 | 17 | use MongoDB\BSON\Binary; |
18 | -use MongoDB\BSON\Type; |
|
19 | 18 | |
20 | 19 | class MongoBinData implements TypeInterface |
21 | 20 | { |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Alcaeus\MongoDbAdapter\TypeConverter; |
22 | 22 | use Alcaeus\MongoDbAdapter\ExceptionConverter; |
23 | 23 | use MongoDB\Driver\Cursor; |
24 | -use MongoDB\Driver\ReadPreference; |
|
25 | 24 | use MongoDB\Operation\Find; |
26 | 25 | |
27 | 26 | /** |