moon rental fix

This commit is contained in:
2019-04-02 15:19:55 -05:00
parent 3be3ba3f50
commit 8340a1db22

View File

@@ -14,4 +14,22 @@ class Moon extends Model
// Timestamps
public $timestamps = false;
protected $fillable = [
'Region',
'System',
'Planet',
'Moon',
'StructureName',
'FirstOre',
'FirstQuantity',
'SecondOre',
'SecondQuantity',
'ThirdOre',
'ThirdQuantity',
'FourthOre',
'FourthQuantity',
'RentalCorp',
'RentalEnd'
]
}