mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Remove extra hourly() method in console.php (#6525)
This commit is contained in:
parent
4760fcd6c5
commit
e417ebc95d
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user