Passed
Pull Request — master (#16)
by Thomas
04:21
created
src/Services/SidebarService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Webfactor\Laravel\Generators\Services;
4 4
 
5
-use Illuminate\Filesystem\Filesystem;
6
-use Webfactor\Laravel\Generators\Commands\MakeEntity;
7 5
 use Webfactor\Laravel\Generators\Contracts\ServiceAbstract;
8 6
 use Webfactor\Laravel\Generators\Contracts\ServiceInterface;
9 7
 
Please login to merge, or discard this patch.
src/Services/MigrationService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Webfactor\Laravel\Generators\Services;
4 4
 
5
-use Illuminate\Contracts\Filesystem\FileNotFoundException;
6 5
 use Webfactor\Laravel\Generators\Contracts\ServiceAbstract;
7 6
 use Webfactor\Laravel\Generators\Contracts\ServiceInterface;
8 7
 use Webfactor\Laravel\Generators\Traits\CanGenerateFile;
Please login to merge, or discard this patch.