From 47493fe01ef465d51b9bf9d2da0c916fc950ee70 Mon Sep 17 00:00:00 2001 From: Nathan <nat.che@hotmail.fr> Date: Mon, 23 Mar 2020 11:03:35 +0100 Subject: [PATCH] Correction de l'erreur --- Seance5-6/seance/index.php | 2 +- Seance5-6/seance/src/controller/IndexController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Seance5-6/seance/index.php b/Seance5-6/seance/index.php index b644a50..073d1df 100644 --- a/Seance5-6/seance/index.php +++ b/Seance5-6/seance/index.php @@ -2,7 +2,7 @@ require 'vendor/autoload.php'; use seance\modele\Game; -use seace\controller\IndexController; +use seance\controller\IndexController; use Illuminate\Database\Capsule\Manager as DB; $file = parse_ini_file('conf.ini'); diff --git a/Seance5-6/seance/src/controller/IndexController.php b/Seance5-6/seance/src/controller/IndexController.php index 46f06dd..541eb3c 100644 --- a/Seance5-6/seance/src/controller/IndexController.php +++ b/Seance5-6/seance/src/controller/IndexController.php @@ -1,6 +1,6 @@ <?php -namespace seace\controller; +namespace seance\controller; use seance\reponse\CQuestion1; -- GitLab