feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
150 changed files with 580 additions and 5298 deletions
Showing only changes of commit eb402b1b71 - Show all commits

View File

@ -80,7 +80,7 @@ return [
} elseif ($handlerData['handler'] === Monolog\Handler\RedisHandler::class) {
$params = [
$container->get(Predis\ClientInterface::class),
$handlerData['name']
"logs:{$handlerData['name']}"
];
$handler = new $handlerData['handler'](...$params);
}