Skip to content

Commit 708c5c3

Browse files
committed
port skeleton change
1 parent 5dc59ff commit 708c5c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routes/console.php

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
22

3+
use Illuminate\Foundation\Console\ClosureCommand;
34
use Illuminate\Foundation\Inspiring;
45
use Illuminate\Support\Facades\Artisan;
56

67
Artisan::command('inspire', function () {
8+
/** @var ClosureCommand $this */
79
$this->comment(Inspiring::quote());
810
})->purpose('Display an inspiring quote');

0 commit comments

Comments
 (0)