Fix broken descriptors

This commit is contained in:
Dane Everitt 2017-03-11 15:02:04 -05:00
parent 871b735464
commit bccbb309b2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 4 additions and 4 deletions

View file

@ -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'];