@@ -15,7 +15,7 @@ |
||
15 | 15 | $img = Image::make($content)->encode('data-url'); |
16 | 16 | $base64 = substr($img->encoded, 22); |
17 | 17 | |
18 | - return 'base64:' . $base64; |
|
18 | + return 'base64:'.$base64; |
|
19 | 19 | } catch (ImageException $e) { |
20 | 20 | throw new InvalidCaptchaException; |
21 | 21 | } |