From a4c600cabfdfcaad64eb2df673cd15b3b2221433 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 31 Dec 2025 13:34:55 +0000 Subject: [PATCH] d --- Controleur/ControleurAccueil.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Controleur/ControleurAccueil.php b/Controleur/ControleurAccueil.php index a9b63ca..1f83f47 100755 --- a/Controleur/ControleurAccueil.php +++ b/Controleur/ControleurAccueil.php @@ -20,8 +20,7 @@ class ControleurAccueil extends Controleur { $this->genererVue( array ( - 'kpis' => $kpis, - 'polices' => $polices, + 'kpis' => $kpis ) ); }