Skip to content

Commit

Permalink
Use new "http_errors" Guzzle config instead of "exceptions"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rothuis committed Mar 27, 2017
1 parent 6e28e43 commit f8de62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function createRegisterRequest(CreateU2fRegisterRequestCommand $command)

$response = $this->guzzleClient->post(
'api/u2f/create-register-request',
['json' => $body, 'exceptions' => false]
['json' => $body, 'http_errors' => false]
);
$statusCode = $response->getStatusCode();

Expand Down

0 comments on commit f8de62e

Please sign in to comment.