@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use BadMethodCallException; |
6 | 6 | use Exception; |
7 | -use Tarantool\Mapper\Plugin\Annotation; |
|
8 | 7 | |
9 | 8 | class Entity |
10 | 9 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Tarantool\Mapper\Plugin; |
6 | 6 | |
7 | 7 | use Exception; |
8 | -use Tarantool\Client\Schema\Operations; |
|
9 | 8 | use Tarantool\Mapper\Entity; |
10 | 9 | use Tarantool\Mapper\Plugin; |
11 | 10 | use Tarantool\Mapper\Procedure\CreateSequence; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Closure; |
8 | 8 | use Exception; |
9 | 9 | use Tarantool\Client\Schema\Criteria; |
10 | -use Tarantool\Client\Schema\Space as ClientSpace; |
|
11 | 10 | |
12 | 11 | class Schema |
13 | 12 | { |