Skip to content

Commit

Permalink
Add schedule Facade to console
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Snow committed Feb 1, 2025
1 parent 05b150e commit 5a55bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;

Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
Expand Down

0 comments on commit 5a55bce

Please sign in to comment.