login controller

This commit is contained in:
2019-07-16 19:18:37 -05:00
parent 6f13d9c0ae
commit bcf16ad669
2 changed files with 14 additions and 8 deletions

View File

@@ -25,6 +25,6 @@ class UserAlt extends Model
'refresh_token',
'inserted_at',
'expires_in',
'owner_has',
'owner_hash',
];
}