mirror of https://github.com/kcal-app/kcal.git
Remove unused Console Kernel code
This commit is contained in:
parent
e97056553a
commit
bc3b4b11d1
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace App\Console;
|
namespace App\Console;
|
||||||
|
|
||||||
use Illuminate\Console\Scheduling\Schedule;
|
|
||||||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||||
|
|
||||||
class Kernel extends ConsoleKernel
|
class Kernel extends ConsoleKernel
|
||||||
|
|
@ -15,14 +14,6 @@ class Kernel extends ConsoleKernel
|
||||||
//
|
//
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritdoc}
|
|
||||||
*/
|
|
||||||
protected function schedule(Schedule $schedule)
|
|
||||||
{
|
|
||||||
// $schedule->command('inspire')->hourly();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc}
|
* @inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue