Skip to content

Commit

Permalink
Merge pull request #10 from Max13/master
Browse files Browse the repository at this point in the history
Send default option to constructor
  • Loading branch information
lahaxearnaud committed Apr 7, 2016
2 parents ad7c528 + 6e773d4 commit 29adfb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/LaravelPushbullet.php
Expand Up @@ -7,9 +7,7 @@ class LaravelPushbullet extends PHPushbullet {

public function __construct($access_token = null)
{
parent::__construct($access_token);

$this->api->setDefaultOption('verify', false);
parent::__construct($access_token, null, ['verify' => false]);
}


Expand Down

0 comments on commit 29adfb3

Please sign in to comment.