1
0

Prune telescope entries

This commit is contained in:
Richard Dern 2024-04-21 11:09:37 +02:00
parent 5d307039e7
commit 7496cd1159

View File

@ -1,8 +1,5 @@
<?php <?php
use Illuminate\Foundation\Inspiring; use Illuminate\Support\Facades\Schedule;
use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () { Schedule::command('telescope:prune')->daily();
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();