@@ -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 | { |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | unset($this->mappers[$name]); |
| 51 | 51 | } |
| 52 | 52 | foreach ($this->repositories as $space => $repository) { |
| 53 | - if (strpos($space, $name . '.') !== false) { |
|
| 53 | + if (strpos($space, $name.'.') !== false) { |
|
| 54 | 54 | unset($this->repositories[$space]); |
| 55 | 55 | } |
| 56 | 56 | } |