Merge pull request #3914 from dersvenhesse/patch-1

Adding description for default inspire command
This commit is contained in:
Taylor Otwell 2016-08-28 18:08:19 +01:00 committed by GitHub
commit d7fb66ca9b
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
});
})->describe('Display an inspiring quote');