finally done a bit early for a bit

This commit is contained in:
2018-10-15 22:57:35 -05:00
parent ed4aa6d76a
commit 46fd169b60
4 changed files with 49 additions and 76 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'avatar', 'owner_hash', 'character_id', 'expires_in', 'access_token', 'refresh_token',
'name', 'email', 'avatar', 'owner_hash', 'character_id', 'expires_in', 'access_token', 'refresh_token', 'user_type',
];
protected $table = 'users';