Skip to content

Commit

Permalink
Merge pull request #3 from pilot/patch-1
Browse files Browse the repository at this point in the history
Each query should have language
  • Loading branch information
iboldurev authored Aug 20, 2016
2 parents 180f18f + 4f139ae commit 33aae1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ private function getDefaultQuery()
{
return [
'v' => $this->apiVersion,
'lang' => $this->apiLanguage,
];
}

Expand Down

0 comments on commit 33aae1b

Please sign in to comment.