app/Models/User.php: Add character_id to $fillable
This commit is contained in:
parent
e2e6f2b91b
commit
c14166f682
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ class User extends Authenticatable
|
|||
'discord_id',
|
||||
'username',
|
||||
'password',
|
||||
'role'
|
||||
'role',
|
||||
'character_id'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue