Skip to content

Commit

Permalink
Disable Guzzle verify ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
phattarachai committed Jul 20, 2021
1 parent 5fd6d3e commit 6745746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Line.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Line

public function __construct(string $token = '')
{
$this->client = new Client;
$this->client = new Client(['verify' => false]);
$this->token = $token;
}

Expand Down

0 comments on commit 6745746

Please sign in to comment.