mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 23:39:51 +01:00
Renamed security template folder to recommended snake_case style
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user