@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | ->exchangeAuthorizationCodeForToken($code, $realm_id); |
130 | 130 | |
131 | 131 | $this->getDataService() |
132 | - ->updateOAuth2Token($oauth_token); |
|
132 | + ->updateOAuth2Token($oauth_token); |
|
133 | 133 | |
134 | 134 | $this->token->parseOauthToken($oauth_token) |
135 | 135 | ->save(); |
@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | if (!isset($this->report_service)) { |
172 | 172 | $this->report_service = new ReportService( |
173 | 173 | $this->getDataService() |
174 | - ->getServiceContext() |
|
174 | + ->getServiceContext() |
|
175 | 175 | ); |
176 | 176 | } |
177 | 177 |