Skip to content

Commit

Permalink
Fix name of method
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigChilds94 committed Jan 2, 2018
1 parent 6d433ff commit bb974ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct($search, $take = 25, $skip = 0)
*
* @return array
*/
public function toRequestQuery()
public function getRequestQuery()
{
return [
"Search" => trim($this->term),
Expand Down

0 comments on commit bb974ad

Please sign in to comment.