Completed
Push — master ( ca6b3b...43951a )
by Sergey
03:50
created
src/Api/Providers/Boards.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     protected function boardsGetCall($query, $url, $pagination = false)
85 85
     {
86 86
         $getString = UrlHelper::buildRequestString($query);
87
-        $response = $this->request->exec($url . "?{$getString}");
87
+        $response = $this->request->exec($url."?{$getString}");
88 88
         if ($pagination) {
89 89
             return $this->response->getPaginationData($response);
90 90
         }
Please login to merge, or discard this patch.