Skip to content

Commit fc44a92

Browse files
authored
Merge pull request #426 from Koc/patch-1
Fix namespace in doc
2 parents ccef936 + a3c176a commit fc44a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/magento2/quick_tour.md

Lines changed: 2 additions & 2 deletions
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)