Skip to content

Commit

Permalink
Fixed the reject method : the arguments used were in the wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jun 26, 2023
1 parent 0acaa0b commit f4b7d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rejection.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ public function reject(object|array $rejection, ?\Throwable $exception = null):
[
'content-type' => 'application/json',
],
$this->topic,
$this->exchange,
$this->topic,
);
}

Expand Down

0 comments on commit f4b7d4e

Please sign in to comment.