Cleanup some class names; move acars data into separate seed file

This commit is contained in:
Nabeel Shahzad
2018-02-22 09:31:07 -06:00
parent 3abf38ab93
commit abf47274a1
7 changed files with 550 additions and 576 deletions

View File

@@ -62,6 +62,7 @@ reload-db:
@php artisan database:create --reset
@php artisan migrate:fresh --seed
@php artisan phpvms:import app/Database/seeds/sample.yml
@php artisan phpvms:import app/Database/seeds/acars.yml
#php artisan phpvms:navdata
.PHONY: tests