Completed
Push — master ( fec059...b78efe )
by Jim
02:20
created
src/Core/IMCloud.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.