diff --git a/src/Controller/AffectationController.php b/src/Controller/AffectationController.php new file mode 100644 index 0000000..4c2adb7 --- /dev/null +++ b/src/Controller/AffectationController.php @@ -0,0 +1,18 @@ +render('affectation/index.html.twig', [ + 'controller_name' => 'AffectationController', + ]); + } +} diff --git a/src/Controller/IncidentController.php b/src/Controller/IncidentController.php new file mode 100644 index 0000000..534c9bc --- /dev/null +++ b/src/Controller/IncidentController.php @@ -0,0 +1,18 @@ +render('incident/index.html.twig', [ + 'controller_name' => 'IncidentController', + ]); + } +} diff --git a/src/Controller/RepresentationController.php b/src/Controller/RepresentationController.php new file mode 100644 index 0000000..af2aac4 --- /dev/null +++ b/src/Controller/RepresentationController.php @@ -0,0 +1,18 @@ +render('representation/index.html.twig', [ + 'controller_name' => 'RepresentationController', + ]); + } +}