Commit 330a9aaa authored by dersvenhesse's avatar dersvenhesse Committed by GitHub

Adding description for default inspire command

parent 1cb19ac9
...@@ -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