mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Initial commit
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
namespace App\Console;
|
namespace App\Console;
|
||||||
|
|
||||||
use App\Classes\CodeGenerator\Commands\RollbackGeneratorCommand;
|
|
||||||
use App\Classes\CodeGenerator\Commands\Scaffold\MicroGeneratorCommand;
|
|
||||||
use App\Classes\CodeGenerator\Commands\Scaffold\ScaffoldGeneratorCommand;
|
|
||||||
use Illuminate\Console\Scheduling\Schedule;
|
use Illuminate\Console\Scheduling\Schedule;
|
||||||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||||
|
|
||||||
@@ -16,9 +13,6 @@ class Kernel extends ConsoleKernel
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
MicroGeneratorCommand::class,
|
|
||||||
ScaffoldGeneratorCommand::class,
|
|
||||||
RollbackGeneratorCommand::class
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user