@@ -60,7 +60,7 @@ |
||
60 | 60 | throw new \RuntimeException('Screenshot upload failed'); |
61 | 61 | } |
62 | 62 | |
63 | - return self::IMAGE_BASE_URL . $responseData['hash']; |
|
63 | + return self::IMAGE_BASE_URL.$responseData['hash']; |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | /** |