From 25947fe4f44abe8e205b1258632872e94f27e936 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 17 Jan 2026 09:08:47 +0000 Subject: [PATCH] dr --- Controleur/ControleurCreeradherent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index 37964bd..afda44b 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -42,9 +42,10 @@ class ControleurCreeradherent extends Controleur { $this->beneficiaire = new Beneficiaire(); $this->naturepiece = (new Naturepiece())->getListe(); $this->sexe = (new Sexe())->getListe(); + + $this->situationfamille = (new Situationfamille())->getListe(); var_dump("OK"); die(); - $this->situationfamille = (new Situationfamille())->getListe(); $this->pays = new Pays(); $this->groupesanguin = (new Groupesanguin())->getListe(); $this->tarif = new Tarif();