Use signature to define name.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user