File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ configure the following services for you:
109
109
110
110
.. note ::
111
111
112
- In order to use Symfony's built-in AMQP adapter , you will need the Serializer
112
+ In order to use Symfony's built-in AMQP transport , you will need the Serializer
113
113
Component. Ensure that it is installed with:
114
114
115
115
.. code-block :: terminal
@@ -253,8 +253,8 @@ within the buses to add some extra capabilities like this:
253
253
buses :
254
254
messenger.bus.default :
255
255
middleware :
256
- - " App\\ Middleware\\ MyMiddleware"
257
- - " App\\ Middleware\\ AnotherMiddleware"
256
+ - ' App\Middleware\MyMiddleware'
257
+ - ' App\Middleware\AnotherMiddleware'
258
258
259
259
Note that if the service is abstract, then a different instance of service will be
260
260
created per bus.
You can’t perform that action at this time.
0 commit comments