Move parenthesis
This commit is contained in:
parent
2417088e80
commit
a564aa85fa
|
@ -129,8 +129,8 @@ class PickWinnerCommand extends Command
|
||||||
// TODO: Cache this.
|
// TODO: Cache this.
|
||||||
$response = $this->client->get(
|
$response = $this->client->get(
|
||||||
$event->comments_uri,
|
$event->comments_uri,
|
||||||
['query' => ['resultsperpage' => 1000]])
|
['query' => ['resultsperpage' => 1000]]
|
||||||
->getBody();
|
)->getBody();
|
||||||
|
|
||||||
return collect(json_decode($response)->comments);
|
return collect(json_decode($response)->comments);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue