Fix broken users table in database causing validation errors.
This commit is contained in:
parent
8daf97021a
commit
4cfb8941d5
4 changed files with 72 additions and 0 deletions
|
@ -121,6 +121,7 @@ class User extends Model implements
|
|||
* @var array
|
||||
*/
|
||||
protected $attributes = [
|
||||
'external_id' => null,
|
||||
'root_admin' => false,
|
||||
'language' => 'en',
|
||||
'use_totp' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue