@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | ->exchangeAuthorizationCodeForToken($code, $realm_id); |
120 | 120 | |
121 | 121 | $this->getDataService() |
122 | - ->updateOAuth2Token($oauth_token); |
|
122 | + ->updateOAuth2Token($oauth_token); |
|
123 | 123 | |
124 | 124 | $this->token->parseOauthToken($oauth_token) |
125 | 125 | ->save(); |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | { |
161 | 161 | if (!isset($this->report_service)) { |
162 | 162 | $this->report_service = new ReportService($this->getDataService() |
163 | - ->getServiceContext()); |
|
163 | + ->getServiceContext()); |
|
164 | 164 | } |
165 | 165 | |
166 | 166 | return $this->report_service; |