Issue/329 refactor seeding (#337)

* Fix Contracts class names

* Refactoring of the file seeds so it's not a mess

* StyleCI fixes
This commit is contained in:
Nabeel S
2019-08-05 08:27:53 -04:00
committed by GitHub
parent d4c172e734
commit 9f3ba05880
47 changed files with 548 additions and 394 deletions

View File

@@ -13,7 +13,7 @@ use Illuminate\Support\Collection;
* @property string id
* @property mixed ident
* @property Airline airline
* @property int airline_id
* @property int airline_id
* @property mixed flight_number
* @property mixed route_code
* @property int route_leg
@@ -21,8 +21,9 @@ use Illuminate\Support\Collection;
* @property Collection field_values
* @property Collection fares
* @property Collection subfleets
* @property int days
* @property Airport dep_airport
* @property int days
* @property string route
* @property Airport dpt_airport
* @property Airport arr_airport
* @property Airport alt_airport
* @property string dpt_airport_id