Skip to content

Fix namespace in doc #426

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)