diff options
author | polo <ordipolo@gmx.fr> | 2025-08-18 01:04:47 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-08-18 01:04:47 +0200 |
commit | 8ef2eab069eb9daa0a2f25c179d321f422332d8d (patch) | |
tree | 1fc2fae097bd3d6bd2f3184c5fe659863a7941d1 /src/controller | |
parent | 02fc2268f896c417e2e2aa9a1d95d57e275b5fcf (diff) | |
download | cms-8ef2eab069eb9daa0a2f25c179d321f422332d8d.zip |
bug router php < 8.4, nom et description dans le composer.json
Diffstat (limited to 'src/controller')
-rw-r--r-- | src/controller/ViewController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
16 | 16 | ||
17 | public function __construct(){} | 17 | public function __construct(){} |
18 | 18 | ||
19 | public function buildView(Request $request, EntityManager $entityManager): Response | 19 | public function buildView(EntityManager $entityManager, Request $request): Response |
20 | { | 20 | { |
21 | // accès au modèle | 21 | // accès au modèle |
22 | $director = new Director($entityManager, true); | 22 | $director = new Director($entityManager, true); |