Completed
Push — master ( b27375...c903ed )
by Milan
15s
created
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 		return new GuzzleHttp\Client([
25 25
 			'curl' => $options,
26 26
 			'headers' => ['X-Powered-By' => 'h4kuna/ares'],
27
-			'verify' => __DIR__ . '/../cert/cacert.pem',
27
+			'verify' => __DIR__.'/../cert/cacert.pem',
28 28
 		]);
29 29
 	}
30 30
 
Please login to merge, or discard this patch.