mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Update ely/php-code-style and run updated CS fixer
This commit is contained in:
@@ -42,9 +42,7 @@ class RefreshTokenForm extends ApiForm {
|
||||
$accessToken->refreshPrimaryKeyValue();
|
||||
$accessToken->update();
|
||||
|
||||
$dataModel = new AuthenticateData($accessToken);
|
||||
|
||||
return $dataModel;
|
||||
return new AuthenticateData($accessToken);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user