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.
2 parents 7098e87 + ffa6ceb commit 3859f0dCopy full SHA for 3859f0d
cookbook/console/logging.rst
@@ -242,7 +242,7 @@ First configure a listener for console terminate events in the service container
242
Then implement the actual listener::
243
244
// src/Acme/DemoBundle/EventListener/ConsoleExceptionListener.php
245
- namespace Acme/DemoBundle\EventListener;
+ namespace Acme\DemoBundle\EventListener;
246
247
use Symfony\Component\Console\Event\ConsoleTerminateEvent;
248
use Psr\Log\LoggerInterface;
0 commit comments