mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Renamed security template folder to recommended snake_case style
This commit is contained in:
parent
dd5691f199
commit
5696f32a04
6 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue