Files
masimmo.pl/var/cache/prod/ContainerIdpxe97/getMonolog_Logger_CommandBusService.php
2024-11-20 09:09:44 +01:00

14 lines
754 B
PHP

<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'monolog.logger.command_bus' shared service.
$this->services['monolog.logger.command_bus'] = $instance = new \Symfony\Bridge\Monolog\Logger('command_bus');
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;