Skip to content

Commit 63f7856

Browse files
authored
Merge pull request #5 from DnD-Magnum/fix/load_arguments
#4 : change arguments order
2 parents 7a14a83 + 87a460c commit 63f7856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public function load(): \Generator
7777
[
7878
'content-type' => 'application/json',
7979
],
80-
$this->topic,
81-
$this->exchange,
80+
exchange: $this->exchange,
81+
routingKey: $this->topic,
8282
);
8383

8484
$line = yield new AcceptanceResultBucket($line);

0 commit comments

Comments
 (0)