Renamed log_system template folder to recommended snake_case style

This commit is contained in:
Jan Böhmer 2023-02-04 23:09:36 +01:00
parent 9097220026
commit 06f86176b6
2 changed files with 1 additions and 1 deletions

View file

@ -87,7 +87,7 @@ class LogController extends AbstractController
return $table->getResponse();
}
return $this->render('LogSystem/log_list.html.twig', [
return $this->render('log_system/log_list.html.twig', [
'datatable' => $table,
'filterForm' => $filterForm->createView(),
]);