Skip to content

Commit d84660c

Browse files
authored
Merge pull request #426 from Koc/patch-1
Fix namespace in doc
2 parents 8ff3db7 + 75448a4 commit d84660c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/magento2/quick_tour.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To send a message you have to take enqueue helper and call `send` method.
3333
<?php
3434

3535
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
36-
$enqueueManager = $objectManager->create('Enqueue\Enqueue\Model\EnqueueManager');
36+
$enqueueManager = $objectManager->create('Enqueue\Magento2\Model\EnqueueManager');
3737
$enqueueManager->sendEvent('a_topic', 'aMessage');
3838

3939
// or a command with a possible reply
@@ -97,4 +97,4 @@ and run message consume command:
9797
$ php bin/magento enqueue:consume -vvv --setup-broker
9898
```
9999

100-
[back to index](../index.md#magento2)
100+
[back to index](../index.md#magento2)

0 commit comments

Comments
 (0)