1
0
Fork 0

app/Models/User.php: Add character_id to $fillable

This commit is contained in:
Henrik Hautakoski 2021-08-10 13:01:16 +02:00
parent e2e6f2b91b
commit c14166f682

View file

@ -21,7 +21,8 @@ class User extends Authenticatable
'discord_id',
'username',
'password',
'role'
'role',
'character_id'
];
/**