Renamed security template folder to recommended snake_case style

This commit is contained in:
Jan Böhmer 2023-02-04 22:59:43 +01:00
parent dd5691f199
commit 5696f32a04
6 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ class StatisticsController extends AbstractController
{
$this->denyAccessUnlessGranted('@tools.statistics');
return $this->render('/Statistics/statistics.html.twig', [
return $this->render('tools/statistics/statistics.html.twig', [
'helper' => $helper,
]);
}