Passed
Push — master ( 3cb518...ba9ea6 )
by Thomas
40s
created
src/Commands/MakeBackpackCrudModel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Webfactor\Laravel\Generators\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Console\GeneratorCommand;
6
+use Illuminate\Support\Str;
7 7
 
8 8
 class MakeBackpackCrudModel extends GeneratorCommand
9 9
 {
Please login to merge, or discard this patch.
src/Services/RouteService.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.