We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc59ff commit 708c5c3Copy full SHA for 708c5c3
routes/console.php
@@ -1,8 +1,10 @@
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