Skip to content

Commit a947dd1

Browse files
authored
Update console.php
1 parent eec85ab commit a947dd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routes/console.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php
22

3-
use Illuminate\Console\Command;
43
use Illuminate\Foundation\Inspiring;
54
use Illuminate\Support\Facades\Artisan;
65

7-
/** @var Command $this */
6+
/** @var Illuminate\Console\Command $this */
87
Artisan::command('inspire', function () {
98
$this->comment(Inspiring::quote());
109
})->purpose('Display an inspiring quote');

0 commit comments

Comments
 (0)