This commit is contained in:
KONE SOREL 2025-12-31 13:34:55 +00:00
parent 278233dab5
commit a4c600cabf

View File

@ -20,8 +20,7 @@ class ControleurAccueil extends Controleur {
$this->genererVue(
array
(
'kpis' => $kpis,
'polices' => $polices,
'kpis' => $kpis
)
);
}