mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
Make external_id fillable
This commit is contained in:
parent
fb1b2406b5
commit
5c4200dc0c
@ -64,6 +64,7 @@ class User extends Model implements
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'external_id',
|
||||
'username',
|
||||
'email',
|
||||
'name_first',
|
||||
|
Loading…
Reference in New Issue
Block a user