@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | public function getBoardIssues($id, $paramArray = []) |
| 46 | 46 | { |
| 47 | - $json = $this->exec($this->uri.'/'.$id . $this->toHttpQueryParameter($paramArray), null); |
|
| 47 | + $json = $this->exec($this->uri.'/'.$id.$this->toHttpQueryParameter($paramArray), null); |
|
| 48 | 48 | $board = $this->json_mapper->mapArray( |
| 49 | 49 | json_decode($json), new \ArrayObject(), Issue::class |
| 50 | 50 | ); |