From 7ab810780f518a5cd08365addb03e44898e4a89f Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 29 Dec 2017 10:30:12 -0600 Subject: [PATCH] change command name --- app/Console/Commands/DevCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/DevCommands.php b/app/Console/Commands/DevCommands.php index a51d630c..4b4473e1 100644 --- a/app/Console/Commands/DevCommands.php +++ b/app/Console/Commands/DevCommands.php @@ -10,7 +10,7 @@ use App\Models\Pirep; class DevCommands extends BaseCommand { - protected $signature = 'phpvms:dev {cmd}'; + protected $signature = 'phpvms {cmd}'; protected $description = 'Developer commands'; /**