Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Agarwal authored and Sachin Agarwal committed Jun 12, 2018
2 parents 2b7d3b9 + d084ff7 commit 948a7b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PlacesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class PlacesApi
public function __construct($key = null, $verifySSL = true)
{
$this->key = $key;

$this->verifySSL = $verifySSL;

$this->client = new Client([
'base_uri' => self::BASE_URL,
Expand Down

0 comments on commit 948a7b4

Please sign in to comment.