Export flights to CSV in admin #194

This commit is contained in:
Nabeel Shahzad
2018-03-21 17:07:30 -05:00
parent 95a7365fee
commit 276b93fc57
10 changed files with 404 additions and 30 deletions

View File

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