Commit 41472b79 authored by Taylor Otwell's avatar Taylor Otwell

Use signature to define name.

parent 2e1a1a64
...@@ -6,11 +6,11 @@ use Illuminate\Foundation\Inspiring; ...@@ -6,11 +6,11 @@ use Illuminate\Foundation\Inspiring;
class Inspire extends Command class Inspire extends Command
{ {
/** /**
* The console command name. * The name and signature of the console command.
* *
* @var string * @var string
*/ */
protected $name = 'inspire'; protected $signature = 'inspire';
/** /**
* The console command description. * The console command description.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment