mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix broken users table in database causing validation errors.
This commit is contained in:
@@ -121,6 +121,7 @@ class User extends Model implements
|
||||
* @var array
|
||||
*/
|
||||
protected $attributes = [
|
||||
'external_id' => null,
|
||||
'root_admin' => false,
|
||||
'language' => 'en',
|
||||
'use_totp' => false,
|
||||
|
||||
Reference in New Issue
Block a user