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)
|
||||
{
|
||||
// Prune old game settings.
|
||||
$schedule->command('model:prune', [ '--model' => [ \App\Models\Setting::class ] ])
|
||||
->description("Prune expired settings")
|
||||
->twiceDaily(2, 8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue