yep.. another one

This commit is contained in:
2018-10-15 22:29:44 -05:00
parent 742016271e
commit d5402bfd18
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'avatar', 'owner_hash', 'id', 'expires_in', 'token', 'refreshToken',
'name', 'email', 'avatar', 'owner_hash', 'id', 'expires_in', 'access_token', 'refresh_token',
];
protected $table = 'users';