Completed
Push — master ( 87e859...1f02a1 )
by Mokhlas
01:09
created
src/Command/IMGenerateCrudCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Execute the console command.
48 48
      *
49
-     * @return mixed
49
+     * @return boolean
50 50
      */
51 51
     public function handle()
52 52
     {
Please login to merge, or discard this patch.
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -4,13 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use Illuminate\Database\Console\Migrations\BaseCommand;
7
-use Illuminate\Support\Composer;
8
-use Illuminate\Database\Migrations\MigrationCreator;
9
-use Illuminate\Support\Facades\Artisan;
10 7
 use Illuminate\Support\Str;
11
-use Symfony\Component\Process\Exception\ProcessFailedException;
12
-use Symfony\Component\Process\Process;
13
-use Illuminate\Support\Arr;
14 8
 
15 9
 class IMGenerateCrudCommand extends BaseCommand
16 10
 {
Please login to merge, or discard this patch.