@@ -84,7 +84,7 @@ |
||
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 | } |