Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Feb 20, 2024
1 parent eea8c5a commit a2d2ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Consumers/DispatchQueuedHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function __construct(

public function handle(): void
{
// Queued handlers does not have access to an instance of the MessageConsumer class.
$this->handleConsumedMessage(
message: $this->message,
handler: $this->handler,
Expand Down

0 comments on commit a2d2ca1

Please sign in to comment.