From a931563004bccfed483c179897848596df5524c3 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 17 Jan 2026 09:08:22 +0000 Subject: [PATCH] rt --- Controleur/ControleurCreeradherent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index ead2488..37964bd 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -41,9 +41,9 @@ class ControleurCreeradherent extends Controleur { $this->adherent = new Adherent(); $this->beneficiaire = new Beneficiaire(); $this->naturepiece = (new Naturepiece())->getListe(); + $this->sexe = (new Sexe())->getListe(); var_dump("OK"); die(); - $this->sexe = (new Sexe())->getListe(); $this->situationfamille = (new Situationfamille())->getListe(); $this->pays = new Pays(); $this->groupesanguin = (new Groupesanguin())->getListe();