Remove unused Console Kernel code

This commit is contained in:
Christopher C. Wells 2021-04-02 05:11:44 -07:00
parent 01d73a3f28
commit a5e4525940
1 changed files with 0 additions and 9 deletions

View File

@ -2,7 +2,6 @@
namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
@ -15,14 +14,6 @@ class Kernel extends ConsoleKernel
//
];
/**
* @inheritdoc}
*/
protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')->hourly();
}
/**
* @inheritdoc}
*/