diff --git a/Controleur/ControleurRendezvous.php b/Controleur/ControleurRendezvous.php index b0dc9ae..ce9c312 100755 --- a/Controleur/ControleurRendezvous.php +++ b/Controleur/ControleurRendezvous.php @@ -21,6 +21,15 @@ class ControleurRendezvous extends Controleur { public function index() { $idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0'; + + var_dump + ( + array + ( + "idDemandeRdv" => $idDemandeRdv, + ) + ); + exit(); $benficiaires = $this->rendezvous->getBeneficaire();