We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c5988 commit 8370090Copy full SHA for 8370090
routes/console.php
@@ -1,10 +1,8 @@
1
<?php
2
3
-use Illuminate\Foundation\Console\ClosureCommand;
4
use Illuminate\Foundation\Inspiring;
5
use Illuminate\Support\Facades\Artisan;
6
7
Artisan::command('inspire', function () {
8
- /** @var ClosureCommand $this */
9
$this->comment(Inspiring::quote());
10
})->purpose('Display an inspiring quote');
0 commit comments