From 41472b79dbe1d7eda67357632944984555cf858c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 May 2015 13:44:43 -0500 Subject: [PATCH] Use signature to define name. --- app/Console/Commands/Inspire.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/Inspire.php b/app/Console/Commands/Inspire.php index f29c1314..2180bfb7 100644 --- a/app/Console/Commands/Inspire.php +++ b/app/Console/Commands/Inspire.php @@ -6,11 +6,11 @@ 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.