|
@@ -47,7 +47,7 @@ |
|
|
block discarded – undo |
|
47
|
47
|
throw new IncorrectParamException; |
|
48
|
48
|
} |
|
49
|
49
|
$params = $this->tmdb->checkOptions($options); |
|
50
|
|
- $response = $this->tmdb->sendRequest(new HttpClient(new \GuzzleHttp\Client()), 'search/'.$item, $query, $params); |
|
|
50
|
+ $response = $this->tmdb->sendRequest(new HttpClient(new \GuzzleHttp\Client()), 'search/' . $item, $query, $params); |
|
51
|
51
|
|
|
52
|
52
|
$this->page = (int) $response->page; |
|
53
|
53
|
$this->total_pages = (int) $response->total_pages; |
Please login to merge, or discard this patch.