diff --git a/app/Models/Planet.php b/app/Models/Planet.php index bdb7362..7166d0a 100644 --- a/app/Models/Planet.php +++ b/app/Models/Planet.php @@ -17,6 +17,7 @@ class Planet extends Model protected $fillable = [ 'index', + 'warId', 'owner', 'health', 'regenPerSecond',