Skip to content
Prev Previous commit
Next Next commit
Update messenger/message-recorder.rst
Co-Authored-By: Nyholm <tobias.nyholm@gmail.com>
  • Loading branch information
OskarStark and Nyholm authored Apr 8, 2019
commit 636de557615320c123001acc2ae3d76d8dfdf20a
2 changes: 1 addition & 1 deletion messenger/message-recorder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ buses. For the example, the middleware must be loaded for both the command and e

.. code-block:: php

// config/packages/cache.php
// config/packages/messenger.php
$container->loadFromExtension('framework', [
'messenger' => [
'default_bus' => 'messenger.bus.command',
Expand Down