Skip to content

Commit

Permalink
Merge pull request #7 from MammatusPHP/enforce-DTOs-for-messaging
Browse files Browse the repository at this point in the history
Enforce DTOs for messaging
  • Loading branch information
WyriHaximus authored Jan 3, 2025
2 parents c4f0e3c + 119fecc commit fe031df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

public function __construct(
public string $queue,
public string $dtoClass,
public int $concurrency,
AddOn ...$addOns,
) {
Expand Down

0 comments on commit fe031df

Please sign in to comment.