Browse Source

Merge pull request #3914 from dersvenhesse/patch-1

Adding description for default inspire command
Taylor Otwell 7 years ago
parent
commit
d7fb66ca9b
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 () {
     $this->comment(Inspiring::quote());
-});
+})->describe('Display an inspiring quote');