@@ -411,7 +411,7 @@ |
||
411 | 411 | ]); |
412 | 412 | |
413 | 413 | $this->authToken = $response['authorizationToken']; |
414 | - $this->apiUrl = $response['apiUrl'] . self::B2_API_V1; |
|
414 | + $this->apiUrl = $response['apiUrl'].self::B2_API_V1; |
|
415 | 415 | $this->downloadUrl = $response['downloadUrl']; |
416 | 416 | $this->reAuthTime = Carbon::now('UTC'); |
417 | 417 | $this->reAuthTime->addSeconds($this->authTimeoutSeconds); |