Fix broken users table in database causing validation errors.

This commit is contained in:
Dane Everitt
2018-02-25 16:08:01 -06:00
parent 8daf97021a
commit 4cfb8941d5
4 changed files with 72 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ class User extends Model implements
* @var array
*/
protected $attributes = [
'external_id' => null,
'root_admin' => false,
'language' => 'en',
'use_totp' => false,