8000 Merge pull request #33 from BenceSzalai/master · queue-interop/queue-interop@b975021 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit b975021

Browse files
authored
Merge pull request #33 from BenceSzalai/master
Fixed example in README.md
2 parents 268955f + 9793724 commit b975021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use Enqueue\Fs\FsConnectionFactory;
5353

5454
$context = (new FsConnectionFactory())->createContext();
5555

56-
$consumer = $consumer->createConsumer($context->createQueue('aQueue'));
56+
$consumer = $context->createConsumer($context->createQueue('aQueue'));
5757

5858
$timeout = 5000; // 5sec
5959
if ($message = $consumer->receive($timeout)) {

0 commit comments

Comments
 (0)
0