Cleanup style

This commit is contained in:
2023-02-15 18:01:19 -03:00
parent c29eece81c
commit 894732e806
4 changed files with 21 additions and 11 deletions

View File

@ -8,7 +8,8 @@ return [
$container->get('folders')->get('cache'),
null,
[
'urls' => $container->get('urls')
'urls' => $container->get('urls'),
'max_log_amount' => $container->get('max_log_amount')
]
);
}