Skip to content

Commit 7acd90d

Browse files
committed
Fix Bug with War Id in Live Planet Information
1 parent 115652e commit 7acd90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/Planet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Planet extends Model
1717

1818
protected $fillable = [
1919
'index',
20+
'warId',
2021
'owner',
2122
'health',
2223
'regenPerSecond',

0 commit comments

Comments
 (0)