Skip to content

Commit e417ebc

Browse files
authored
Remove extra hourly() method in console.php (#6525)
1 parent 4760fcd commit e417ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

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

0 commit comments

Comments
 (0)