Adding description for default inspire command
This commit is contained in:
parent
1cb19ac911
commit
330a9aaa96
|
@ -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