yea.. another one

This commit is contained in:
2018-10-15 22:24:39 -05:00
parent 52c8c29c86
commit 742016271e
2 changed files with 2 additions and 2 deletions

View File

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