Merge pull request #3914 from dersvenhesse/patch-1
Adding description for default inspire command
This commit is contained in:
commit
d7fb66ca9b
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue