mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Update Kernel.php for commands
This commit is contained in:
parent
1f6e6f9c7e
commit
33753d8411
1 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,8 @@ class Kernel extends ConsoleKernel
|
|||
* @var array
|
||||
*/
|
||||
protected $commands = [
|
||||
\App\Console\Commands\Inspire::class,
|
||||
\App\Console\Commands\MigrateOldData::class,
|
||||
\App\Console\Commands\RefreshCache::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -24,7 +25,5 @@ class Kernel extends ConsoleKernel
|
|||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('inspire')
|
||||
->hourly();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue