refactor: suppression des fichiers, templates et configurations inutilisés

This commit is contained in:
MLeveque
2026-03-01 17:59:32 +01:00
parent ec4919230b
commit a515be554f
9 changed files with 2 additions and 118 deletions

View File

@@ -11,7 +11,7 @@ class HomeController extends AbstractController
#[Route('/hello')]
public function hello(): Response
{
return $this->render('hello.html.twig', [
return $this->render('home/hello.html.twig', [
'name' => 'Melvin'
]);
}