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/router.php | |
| parent | 02fc2268f896c417e2e2aa9a1d95d57e275b5fcf (diff) | |
| download | cms-8ef2eab069eb9daa0a2f25c179d321f422332d8d.tar.gz cms-8ef2eab069eb9daa0a2f25c179d321f422332d8d.tar.bz2 cms-8ef2eab069eb9daa0a2f25c179d321f422332d8d.zip | |
bug router php < 8.4, nom et description dans le composer.json
Diffstat (limited to 'src/router.php')
| -rw-r--r-- | src/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.php b/src/router.php index 238cac9..eddd199 100644 --- a/src/router.php +++ b/src/router.php | |||
| @@ -40,7 +40,7 @@ if($_SERVER['REQUEST_METHOD'] === 'GET'){ | |||
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | // construction d'une page | 42 | // construction d'une page |
| 43 | $response = new ViewController()->buildView($request, $entityManager); | 43 | $response = (new ViewController)->buildView($entityManager, $request); |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | 46 | ||
