Completed
Push — master ( 99f756...c85930 )
by Sergey
03:21
created
src/Api/Providers/News.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $request = Request::createRequestData($data);
22 22
 
23 23
         $getString = UrlHelper::buildRequestString($request);
24
-        $response = $this->request->exec(UrlHelper::RESOURCE_GET_LATEST_NEWS . "?{$getString}");
24
+        $response = $this->request->exec(UrlHelper::RESOURCE_GET_LATEST_NEWS."?{$getString}");
25 25
 
26 26
         return $this->response->getData($response);
27 27
     }
Please login to merge, or discard this patch.