Browse Source

Use signature to define name.

Taylor Otwell 9 years ago
parent
commit
41472b79db
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Console/Commands/Inspire.php

+ 2 - 2
app/Console/Commands/Inspire.php

@@ -6,11 +6,11 @@ use Illuminate\Foundation\Inspiring;
 class Inspire extends Command
 {
     /**
-     * The console command name.
+     * The name and signature of the console command.
      *
      * @var string
      */
-    protected $name = 'inspire';
+    protected $signature = 'inspire';
 
     /**
      * The console command description.