Access Logs

This commit is contained in:
Juan Pablo Vial
2025-05-19 13:14:13 -04:00
parent b7c5e4ebc3
commit 312baa34f6
3 changed files with 33 additions and 5 deletions

View File

@ -18,11 +18,11 @@ return [
if ($global_variables['login']->isIn()) {
$global_variables['user'] = $global_variables['login']->getUser();
}
return new Incoviba\Common\Alias\View(
return (new Incoviba\Common\Alias\View(
$folders->get('templates'),
$folders->get('cache'),
null,
$global_variables
);
))->setOfuscator($container->get(Incoviba\Service\Ofuscator::class));
}
];