From 8ef2eab069eb9daa0a2f25c179d321f422332d8d Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 18 Aug 2025 01:04:47 +0200 Subject: bug router php < 8.4, nom et description dans le composer.json --- src/controller/ViewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller') diff --git a/src/controller/ViewController.php b/src/controller/ViewController.php index 69955c6..0830a5b 100644 --- a/src/controller/ViewController.php +++ b/src/controller/ViewController.php @@ -16,7 +16,7 @@ class ViewController extends AbstractBuilder public function __construct(){} - public function buildView(Request $request, EntityManager $entityManager): Response + public function buildView(EntityManager $entityManager, Request $request): Response { // accès au modèle $director = new Director($entityManager, true); -- cgit v1.2.3