Skip to content

Commit 8370090

Browse files
committed
remove comment
1 parent 87c5988 commit 8370090

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routes/console.php

Lines changed: 0 additions & 2 deletions
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)