Fix broken descriptors
This commit is contained in:
parent
871b735464
commit
bccbb309b2
3 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac
|
|||
/**
|
||||
* A list of mass-assignable variables.
|
||||
*
|
||||
* @var [type]
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['username', 'email', 'name_first', 'name_last', 'password', 'language', 'use_totp', 'totp_secret', 'gravatar', 'root_admin'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue