change command name

This commit is contained in:
Nabeel Shahzad 2017-12-29 10:30:12 -06:00
parent 061b1cba73
commit 7ab810780f

View File

@ -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';
/**