1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

Make external_id fillable

This commit is contained in:
Dane Everitt 2018-02-24 14:47:53 -06:00
parent fb1b2406b5
commit 5c4200dc0c
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -64,6 +64,7 @@ class User extends Model implements
* @var array
*/
protected $fillable = [
'external_id',
'username',
'email',
'name_first',