modified kernel for commands

This commit is contained in:
2021-03-10 22:24:55 +09:00
parent 9feba2916a
commit 4b94ed2a51

View File

@@ -6,9 +6,6 @@ namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
//Library
use Commands\Library\CommandHelper;
class Kernel extends ConsoleKernel
{
/**