Use signature to define name.
This commit is contained in:
parent
2e1a1a6499
commit
41472b79db
|
@ -6,11 +6,11 @@
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue