@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | { |
147 | 147 | $this->initializeQuery(); |
148 | 148 | |
149 | - Log::debug('Is need refresh: ' . ($this->needRefresh ? 'true' : 'false')); |
|
149 | + Log::debug('Is need refresh: '.($this->needRefresh ? 'true' : 'false')); |
|
150 | 150 | |
151 | 151 | if ($this->needRefresh) { |
152 | 152 | $this->needRefresh = false; |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | */ |
171 | 171 | protected function getFullApiUrl($uri) |
172 | 172 | { |
173 | - return Str::startsWith($uri, ['http', 'https']) ? $uri : API::BASE_URL . $uri; |
|
173 | + return Str::startsWith($uri, ['http', 'https']) ? $uri : API::BASE_URL.$uri; |
|
174 | 174 | } |
175 | 175 | |
176 | 176 | /** |