From 66e7433c03c816b7d1839b7438571745f696daa6 Mon Sep 17 00:00:00 2001 From: "patrick.brugiere" Date: Wed, 25 Oct 2023 11:41:15 +0200 Subject: [PATCH] legere modif --- Project/php/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Project/php/index.php b/Project/php/index.php index 84560e6..b450007 100755 --- a/Project/php/index.php +++ b/Project/php/index.php @@ -4,7 +4,11 @@ require_once __DIR__ . '/config/config.php'; require __DIR__ . '/vendor/autoload.php'; - +use model\User; +use model\Teacher; +use model\Vocabulary; +use model\Student; +use model\Group; use controleur\Controleur; //twig