feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
221 changed files with 771 additions and 10133 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);
}