Skip to content

Commit

Permalink
changed QueryBBuilder to pass where as query params
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 5, 2017
1 parent 4da758a commit e27a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function buildProtocolVersion(Query $query)

public function buildQueryParams(Query $query)
{
return [];
return $query->where;
}

public function buildFormParams(Query $query)
Expand Down

0 comments on commit e27a319

Please sign in to comment.