From 353ff3ae22bc77fee2e72128c5a4fb31579d62c1 Mon Sep 17 00:00:00 2001 From: Jonathan <99172532+JoMessina@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:10:48 +0200 Subject: [PATCH] Update Rejection.php fix argument order on published method in bunny client --- src/Rejection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rejection.php b/src/Rejection.php index 5c6e605..f7f6859 100644 --- a/src/Rejection.php +++ b/src/Rejection.php @@ -81,8 +81,8 @@ public function reject(object|array $rejection, ?\Throwable $exception = null): [ 'content-type' => 'application/json', ], - $this->topic, $this->exchange, + $this->topic, ); }