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