Skip to content

Commit 25ed737

Browse files
Update code too
1 parent e621cbf commit 25ed737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging/channels_handlers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ change your constructor like this:
186186
.. code-block:: diff
187187
188188
- public function __construct(LoggerInterface $logger)
189-
+ public function __construct(LoggerInterface $fooBarLogger)
189+
+ public function __construct(LoggerInterface $fooLogger)
190190
{
191-
$this->logger = $fooBarLogger;
191+
$this->logger = $fooLogger;
192192
}
193193
194194
.. _`MonologBundle`: https://github.com/symfony/monolog-bundle

0 commit comments

Comments
 (0)