Remove extra hourly() method in console.php (#6525)

This commit is contained in:
Sakari Cajanus 2025-01-24 22:55:06 +02:00 committed by GitHub
parent 4760fcd6c5
commit e417ebc95d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();
})->purpose('Display an inspiring quote');