@@ -11,13 +11,10 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Icybee\Modules\Files\Block; |
| 13 | 13 | |
| 14 | -use ICanBoogie\I18n; |
|
| 15 | 14 | use ICanBoogie\Operation; |
| 16 | - |
|
| 17 | 15 | use Brickrouge\Element; |
| 18 | 16 | use Brickrouge\Document; |
| 19 | 17 | use Brickrouge\Form; |
| 20 | - |
|
| 21 | 18 | use Icybee\Modules\Files as Root; |
| 22 | 19 | use Icybee\Modules\Files\File; |
| 23 | 20 | |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Icybee\Modules\Files; |
| 13 | 13 | |
| 14 | 14 | use ICanBoogie\Core; |
| 15 | - |
|
| 16 | 15 | use Icybee\Modules\Files\Storage\FileStorage; |
| 17 | 16 | use Icybee\Modules\Files\Storage\FileStorageIndex; |
| 18 | 17 | |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use ICanBoogie\Errors; |
| 15 | 15 | use ICanBoogie\HTTP\Request; |
| 16 | 16 | use ICanBoogie\HTTP\File as HTTPFile; |
| 17 | - |
|
| 18 | 17 | use Icybee\Modules\Files\File; |
| 19 | 18 | use Icybee\Modules\Files\Module; |
| 20 | 19 | |
@@ -12,8 +12,6 @@ |
||
| 12 | 12 | namespace Icybee\Modules\Files\Routing; |
| 13 | 13 | |
| 14 | 14 | use ICanBoogie\HTTP\FileResponse; |
| 15 | -use ICanBoogie\HTTP\Request; |
|
| 16 | - |
|
| 17 | 15 | use Icybee\Modules\Files\Binding\CoreBindings; |
| 18 | 16 | use Icybee\Modules\Files\File; |
| 19 | 17 | use Icybee\Modules\Files\FileModel; |
@@ -12,12 +12,10 @@ |
||
| 12 | 12 | namespace Icybee\Modules\Files\Routing; |
| 13 | 13 | |
| 14 | 14 | use ICanBoogie\HTTP\FileResponse; |
| 15 | -use ICanBoogie\HTTP\Request; |
|
| 16 | 15 | use ICanBoogie\Routing\Controller; |
| 17 | 16 | use ICanBoogie\Binding\Routing\ControllerBindings; |
| 18 | 17 | use ICanBoogie\Binding\Routing\ForwardUndefinedPropertiesToApplication; |
| 19 | 18 | use ICanBoogie\Module\ControllerBindings as ModuleBindings; |
| 20 | - |
|
| 21 | 19 | use Icybee\Modules\Files\Binding\CoreBindings; |
| 22 | 20 | use Icybee\Modules\Files\File; |
| 23 | 21 | |