Skip to content

Commit e621cbf

Browse files
remove reference to missing foo_bar logger
1 parent 29d3c27 commit e621cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/channels_handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ by type-hinting your service arguments with the following syntax:
180180
``Psr\Log\LoggerInterface $<camelCased channel name> + Logger``. The ``<channel>``
181181
must have been :ref:`predefined in your Monolog configuration <monolog-channels-config>`.
182182

183-
For example to inject the service related to the ``foo_bar`` logger channel,
183+
For example to inject the service related to the ``foo`` logger channel,
184184
change your constructor like this:
185185

186186
.. code-block:: diff

0 commit comments

Comments
 (0)