rt
This commit is contained in:
parent
51a2ce9078
commit
a931563004
|
|
@ -41,9 +41,9 @@ class ControleurCreeradherent extends Controleur {
|
||||||
$this->adherent = new Adherent();
|
$this->adherent = new Adherent();
|
||||||
$this->beneficiaire = new Beneficiaire();
|
$this->beneficiaire = new Beneficiaire();
|
||||||
$this->naturepiece = (new Naturepiece())->getListe();
|
$this->naturepiece = (new Naturepiece())->getListe();
|
||||||
|
$this->sexe = (new Sexe())->getListe();
|
||||||
var_dump("OK");
|
var_dump("OK");
|
||||||
die();
|
die();
|
||||||
$this->sexe = (new Sexe())->getListe();
|
|
||||||
$this->situationfamille = (new Situationfamille())->getListe();
|
$this->situationfamille = (new Situationfamille())->getListe();
|
||||||
$this->pays = new Pays();
|
$this->pays = new Pays();
|
||||||
$this->groupesanguin = (new Groupesanguin())->getListe();
|
$this->groupesanguin = (new Groupesanguin())->getListe();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user