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:
109109
110110.. note ::
111111
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
113113 Component. Ensure that it is installed with:
114114
115115 .. code-block :: terminal
@@ -253,8 +253,8 @@ within the buses to add some extra capabilities like this:
253253 buses :
254254 messenger.bus.default :
255255 middleware :
256- - " App\\ Middleware\\ MyMiddleware"
257- - " App\\ Middleware\\ AnotherMiddleware"
256+ - ' App\Middleware\MyMiddleware'
257+ - ' App\Middleware\AnotherMiddleware'
258258
259259 Note that if the service is abstract, then a different instance of service will be
260260created per bus.
You can’t perform that action at this time.
0 commit comments