import moons

This commit is contained in:
2021-05-30 19:03:55 +09:00
parent 5a6a1a19c4
commit 61a6836a67

View File

@@ -29,7 +29,7 @@ class AllianceMoon extends Model
protected $fillable = [ protected $fillable = [
'moon_id', 'moon_id',
'name', 'name',
'system_id' 'system_id',
'system_name', 'system_name',
'worth_amount', 'worth_amount',
'rented', 'rented',