Skip to content

Commit

Permalink
Merge pull request #7 from php-etl/fix/reject
Browse files Browse the repository at this point in the history
Fixed the reject method : the arguments used were in the wrong order
  • Loading branch information
gplanchat authored Jun 26, 2023
2 parents 0acaa0b + f4b7d4e commit 3e16e14
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 3e16e14

Please sign in to comment.