@@ -9,7 +9,6 @@ |
||
9 | 9 | use ArangoDBClient\Connection as ArangoDBConnection; |
10 | 10 | use ArangoDBClient\ConnectionOptions as ArangoDBConnectionOptions; |
11 | 11 | use ArangoDBClient\Document; |
12 | -use ArangoDBClient\Exception as ArangoException; |
|
13 | 12 | use ArangoDBClient\Exception; |
14 | 13 | use ArangoDBClient\Statement; |
15 | 14 | use ArangoDBClient\UpdatePolicy as ArangoDBUpdatePolicy; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace sonrac\Arango\Eloquent\Reletations; |
10 | 10 | |
11 | 11 | use \Illuminate\Database\Eloquent\Relations\BelongsToMany as BelongsToManyBase; |
12 | -use Illuminate\Database\Query\Builder; |
|
13 | 12 | |
14 | 13 | class BelongsToMany extends BelongsToManyBase |
15 | 14 | { |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace sonrac\Arango\Query\Processors; |
3 | -use ArangoDBClient\Cursor; |
|
4 | 3 | use ArangoDBClient\Document; |
5 | 4 | use Illuminate\Database\Query\Builder; |
6 | 5 | use \Illuminate\Database\Query\Processors\Processor as IlluminateProcessor; |