We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b6eea commit 4e4eeccCopy full SHA for 4e4eecc
service_container/tags.rst
@@ -265,7 +265,7 @@ container for any services with the ``app.mail_transport`` tag::
265
$taggedServices = $container->findTaggedServiceIds('app.mail_transport');
266
267
foreach ($taggedServices as $id => $tags) {
268
- // add the transport service to the ChainTransport service
+ // add the transport service to the TransportChain service
269
$definition->addMethodCall('addTransport', array(new Reference($id)));
270
}
271
0 commit comments