Cleanup Exporter; use firstOrCreate for any missing data we can infer/setup defaults for

This commit is contained in:
Nabeel Shahzad
2018-03-22 12:43:58 -05:00
parent 9657e8bd40
commit fbfd71adcf
11 changed files with 58 additions and 49 deletions

View File

@@ -17,6 +17,7 @@ use PhpUnitsOfMeasure\Exception\NonStringUnitName;
* @property mixed route_leg
* @property Collection field_values
* @property Collection fares
* @property Collection subfleets
*/
class Flight extends Model
{