Skip to content

Commit

Permalink
set http errors to false
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 26, 2022
1 parent 63e442c commit d7fe67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Event/Sender/Guzzle.php
Expand Up @@ -43,6 +43,7 @@ public function accept(object $dispatcher): bool
public function send(object $dispatcher, Message $message): int
{
$response = $dispatcher->post($message->getEndpoint(), [
'http_errors' => false,
'headers' => [
'Content-Type' => 'application/json',
'User-Agent' => Base::getUserAgent(),
Expand Down

0 comments on commit d7fe67d

Please sign in to comment.