diff --git a/app/Models/Moon/Moon.php b/app/Models/Moon/Moon.php index 113d76f6f..88e570412 100644 --- a/app/Models/Moon/Moon.php +++ b/app/Models/Moon/Moon.php @@ -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' + ] }