Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 1409514

Browse files
committed
Update console.php for Laravel 12
1 parent fe353fc commit 1409514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/console.php

+1-1
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)