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();