We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bfd75 commit c3c3528Copy full SHA for c3c3528
messenger.rst
@@ -109,7 +109,7 @@ configure the following services for you:
109
110
.. note::
111
112
- In order to use Symfony's built-in AMQP adapter, you will need the Serializer
+ In order to use Symfony's built-in AMQP transport, you will need the Serializer
113
Component. Ensure that it is installed with:
114
115
.. code-block:: terminal
@@ -253,8 +253,8 @@ within the buses to add some extra capabilities like this:
253
buses:
254
messenger.bus.default:
255
middleware:
256
- - "App\\Middleware\\MyMiddleware"
257
- - "App\\Middleware\\AnotherMiddleware"
+ - 'App\Middleware\MyMiddleware'
+ - 'App\Middleware\AnotherMiddleware'
258
259
Note that if the service is abstract, then a different instance of service will be
260
created per bus.
0 commit comments