1
0
Fork 0

app/Console/Kernel.php: Adding comment

This commit is contained in:
Henrik Hautakoski 2023-01-30 23:45:27 +01:00
parent b1866fed68
commit a1e14a3e60

View file

@ -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);