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
+2 -3
View File
@@ -2,14 +2,13 @@
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\Collection;
use GuzzleHttp\Client;
use App\Console\BaseCommand;
use App\Facades\Utils;
use Symfony\Component\Console\Input\InputOption;
class AcarsReplay extends Command
class AcarsReplay extends BaseCommand
{
protected $signature = 'phpvms:replay {files} {--manual} {--write-all} {--no-submit}';
protected $description = 'Replay an ACARS file';