Use signature to define name.

This commit is contained in:
Taylor Otwell
2015-05-13 13:44:43 -05:00
parent 2e1a1a6499
commit 41472b79db

View File

@@ -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.