Commit d7fb66ca authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3914 from dersvenhesse/patch-1

Adding description for default inspire command
parents 1cb19ac9 330a9aaa
...@@ -15,4 +15,4 @@ use Illuminate\Foundation\Inspiring; ...@@ -15,4 +15,4 @@ use Illuminate\Foundation\Inspiring;
Artisan::command('inspire', function () { Artisan::command('inspire', function () {
$this->comment(Inspiring::quote()); $this->comment(Inspiring::quote());
}); })->describe('Display an inspiring quote');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment