Subfleet exporter #194

This commit is contained in:
Nabeel Shahzad
2018-03-22 17:59:10 -05:00
parent 46d8fb125a
commit 112a72ac6f
8 changed files with 156 additions and 15 deletions

View File

@@ -8,9 +8,10 @@ use App\Models\Traits\ExpensableTrait;
/**
* Class Subfleet
* @property int id
* @property string type
* @property string ground_handling_multiplier
* @property int id
* @property string type
* @property string ground_handling_multiplier
* @property Fare[] fares
* @package App\Models
*/
class Subfleet extends Model