8000
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 540728e commit d68c34cCopy full SHA for d68c34c
routes/console.php
@@ -3,6 +3,8 @@
3
use Illuminate\Foundation\Inspiring;
4
use Illuminate\Support\Facades\Artisan;
5
6
+/** @var Illuminate\Foundation\Console\Kernel $this */
7
Artisan::command('inspire', function () {
8
+ /** @var Illuminate\Foundation\Console\ClosureCommand $this */
9
$this->comment(Inspiring::quote());
10
})->purpose('Display an inspiring quote');
0 commit comments