Adding description for default inspire command

This commit is contained in:
dersvenhesse 2016-08-28 13:17:43 +02:00 committed by GitHub
parent 1cb19ac911
commit 330a9aaa96
1 changed files with 1 additions and 1 deletions

View File

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