@@ -135,7 +135,7 @@ |
||
135 | 135 | public function twitterRequest($endpoint, $query = [], $requestMethod = 'GET') |
136 | 136 | { |
137 | 137 | $url = $this->resourceUrl($endpoint); |
138 | - $queryString = !empty($query) ? '?' . http_build_query($query) : ''; |
|
138 | + $queryString = !empty($query) ? '?' . http_build_query($query) : ''; |
|
139 | 139 | $response = $this->twitter |
140 | 140 | ->setGetfield($queryString) |
141 | 141 | ->buildOauth($url, $requestMethod) |