@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Balloon\Bootstrap; |
| 13 | 13 | |
| 14 | -use Balloon\App; |
|
| 15 | 14 | use Composer\Autoload\ClassLoader as Composer; |
| 16 | 15 | use Micro\Container\Container; |
| 17 | 16 | use Noodlehaus\Config; |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Balloon\Filesystem\Node\File; |
| 15 | 15 | use Balloon\Filesystem\Node\NodeInterface; |
| 16 | 16 | use Balloon\Filesystem\Storage\Adapter\AdapterInterface; |
| 17 | -use Balloon\Filesystem\Storage\Adapter\Gridfs; |
|
| 18 | 17 | use Psr\Log\LoggerInterface; |
| 19 | 18 | |
| 20 | 19 | class Storage |
@@ -341,7 +341,7 @@ |
||
| 341 | 341 | } |
| 342 | 342 | |
| 343 | 343 | $this->logger->debug('elasticsarch blob document ['.$result['_id'].'] has no references left, remove completely', [ |
| 344 | - 'category' => get_class($this), |
|
| 344 | + 'category' => get_class($this), |
|
| 345 | 345 | ]); |
| 346 | 346 | |
| 347 | 347 | return $this->deleteBlob($result['_id']); |
@@ -75,7 +75,7 @@ |
||
| 75 | 75 | |
| 76 | 76 | $this->logger->info('new group ['.$result.'] created', [ |
| 77 | 77 | 'category' => get_class($this), |
| 78 | - ]); |
|
| 78 | + ]); |
|
| 79 | 79 | |
| 80 | 80 | return true; |
| 81 | 81 | } |