Cleanup of some console commands

This commit is contained in:
Nabeel Shahzad
2017-12-29 10:23:42 -06:00
parent a5c5518a12
commit 5ec99167e8
7 changed files with 131 additions and 52 deletions

View File

@@ -2,10 +2,9 @@
namespace App\Console\Commands;
use Illuminate\Console\Command;
use App\Console\BaseCommand;
class Install extends Command
class Install extends BaseCommand
{
protected $signature = 'phpvms:install
{--update}