@@ -169,7 +169,7 @@ |
||
169 | 169 | |
170 | 170 | if (file_exists(app_path('JsonApi'))) { |
171 | 171 | if(!@rmdir(app_path('JsonApi'))) { |
172 | - throw new \League\Flysystem\Exception('JsonApi directory is not empty!'); |
|
172 | + throw new \League\Flysystem\Exception('JsonApi directory is not empty!'); |
|
173 | 173 | }; |
174 | 174 | } |
175 | 175 | } catch (\League\Flysystem\Exception $e) { |
@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use org\bovigo\vfs\vfsStream; |
7 | -use Symfony\Component\Console\Input\InputInterface; |
|
8 | -use Symfony\Component\Console\Output\OutputInterface; |
|
9 | - |
|
10 | 7 | use org\bovigo\vfs\vfsStreamDirectory; |
11 | 8 | use org\bovigo\vfs\vfsStreamWrapper; |
12 | 9 |