Skip to content

Commit

Permalink
Merge pull request #426 from Koc/patch-1
Browse files Browse the repository at this point in the history
Fix namespace in doc
  • Loading branch information
makasim authored Apr 16, 2018
2 parents 8ff3db7 + 75448a4 commit d84660c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/magento2/quick_tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To send a message you have to take enqueue helper and call `send` method.
<?php

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

// or a command with a possible reply
Expand Down Expand Up @@ -97,4 +97,4 @@ and run message consume command:
$ php bin/magento enqueue:consume -vvv --setup-broker
```

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

0 comments on commit d84660c

Please sign in to comment.