File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -476,8 +476,7 @@ Symfony2 will discover these files and use them when translating either
476
476
'user.login' => 'Login',
477
477
);
478
478
479
- .. index ::
480
- single: Translations; Message domains
479
+ .. _translation-domains :
481
480
482
481
483
482
.. _using-message-domains :
Original file line number Diff line number Diff line change @@ -649,11 +649,6 @@ channel when injecting the logger in a service.
649
649
$definition->addTag('monolog.logger', array('channel' => 'acme'));
650
650
$container->register('my_service', $definition);
651
651
652
- .. note::
653
-
654
- This works only when the logger service is a constructor argument,
655
- not when it is injected through a setter.
656
-
657
652
.. _dic_tags-monolog-processor:
658
653
659
654
monolog.processor
You can’t perform that action at this time.
0 commit comments