Add missing command registration
This commit is contained in:
@@ -7,6 +7,7 @@ use Illuminate\Console\Scheduling\Schedule;
|
||||
use Laravel\Lumen\Console\Kernel as ConsoleKernel;
|
||||
|
||||
use App\Jobs\WhatsappUnsoldCommodityScanner;
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
class Kernel extends ConsoleKernel
|
||||
{
|
||||
@@ -20,6 +21,7 @@ class Kernel extends ConsoleKernel
|
||||
Commands\MigrationOnePercent::class,
|
||||
Commands\CawanganDebugConnections::class,
|
||||
Commands\ClearCachesAll::class,
|
||||
Commands\RestartSupervisor::class,
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user