Skip to content

Commit

Permalink
Keep SqsConsumer member variables protected (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-vasicek authored Oct 21, 2024
1 parent 34910c9 commit acd53c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Queue/AWSSQS/SqsConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class SqsConsumer implements SqsConsumerInterface

protected MessageDeduplication $messageDeduplication;

private DateTimeImmutableFactory $dateTimeImmutableFactory;
protected DateTimeImmutableFactory $dateTimeImmutableFactory;

private QueueManagerInterface $queueManager;
protected QueueManagerInterface $queueManager;


public function __construct(
Expand Down

0 comments on commit acd53c9

Please sign in to comment.