#41 inline editing of fuel prices

This commit is contained in:
Nabeel Shahzad
2017-07-05 18:48:32 -05:00
parent d44d374218
commit 10baaab646
10 changed files with 156 additions and 58 deletions

View File

@@ -11,13 +11,15 @@ use Eloquent as Model;
class Airport extends Model
{
public $table = 'airports';
protected $dates = ['deleted_at'];
public $fillable = [
'icao'
'icao',
'name',
'location',
'fuel_100ll_cost',
'fuel_jeta_cost',
'fuel_mogas_cost',
];
/**