Add the airline back into seed data

This commit is contained in:
Nabeel Shahzad
2019-08-09 13:57:56 -04:00
parent 47be7507f0
commit 39fbdcb787
2 changed files with 10 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ reset: clean
.PHONY: reload-db
reload-db:
@php artisan phpvms:dev-install --reset-db
@make clean
.PHONY: tests
tests: test