| @@ -46,7 +46,7 @@ | ||
| 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 |      { | 
| @@ -4,13 +4,7 @@ | ||
| 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 |  { |