app/Console/Kernel.php: Adding comment
This commit is contained in:
parent
b1866fed68
commit
a1e14a3e60
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
|
// Prune old game settings.
|
||||||
$schedule->command('model:prune', [ '--model' => [ \App\Models\Setting::class ] ])
|
$schedule->command('model:prune', [ '--model' => [ \App\Models\Setting::class ] ])
|
||||||
->description("Prune expired settings")
|
->description("Prune expired settings")
|
||||||
->twiceDaily(2, 8);
|
->twiceDaily(2, 8);
|
||||||
|
|
|
||||||
Reference in a new issue