diff options
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); |