Browse Source

Adding description for default inspire command

dersvenhesse 7 years ago
parent
commit
330a9aaa96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/console.php

+ 1 - 1
routes/console.php

@@ -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');