8000 Change wrong class name · symfony/symfony-docs@4e4eecc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e4eecc

Browse files
alexchuinjaviereguiluz
authored andcommitted
Change wrong class name
1 parent 24b6eea commit 4e4eecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ container for any services with the ``app.mail_transport`` tag::
265265
$taggedServices = $container->findTaggedServiceIds('app.mail_transport');
266266

267267
foreach ($taggedServices as $id => $tags) {
268-
// add the transport service to the ChainTransport service
268+
// add the transport service to the TransportChain service
269269
$definition->addMethodCall('addTransport', array(new Reference($id)));
270270
}
271271
}

0 commit comments

Comments
 (0)
0