Skip to content

Commit f106eeb

Browse files
committed
remove comment
1 parent c0ac4c8 commit f106eeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: routes/console.php

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

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

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

0 commit comments

Comments
 (0)