mirror of https://github.com/kcal-app/kcal.git
Remove unused Console Kernel code
This commit is contained in:
parent
01d73a3f28
commit
a5e4525940
|
|
@ -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}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue