Move helper generation to new command

This commit is contained in:
Nabeel Shahzad
2018-03-25 16:50:48 -05:00
parent 204f0b7a10
commit ca2f8e1aa5
4 changed files with 47 additions and 87 deletions

View File

@@ -8,6 +8,7 @@ use App\Models\Airline;
use App\Models\Pirep;
use App\Models\User;
use App\Services\AwardService;
use Artisan;
use DB;
use PDO;
use Symfony\Component\Yaml\Yaml;