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 = [
'moon_id',
'name',
'system_id'
'system_id',
'system_name',
'worth_amount',
'rented',