Remove extra hourly() method in console.php (#6525)
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

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

View File

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