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
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();
Schedule::command('telescope:prune')->daily();