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 3b9441c commit e0d7d62Copy full SHA for e0d7d62
reference/dic_tags.rst
@@ -324,7 +324,7 @@ channel when injecting the logger in a service.
324
325
$definition = new Definition('Fully\Qualified\Loader\Class\Name', array(new Reference('logger'));
326
$definition->addTag('monolog.logger', array('channel' => 'acme'));
327
- $container->register('my_service', $definition);;
+ $container->register('my_service', $definition);
328
329
.. note::
330
0 commit comments