a
This commit is contained in:
parent
f3865da3cd
commit
929b112717
|
|
@ -22,6 +22,15 @@ class ControleurRendezvous extends Controleur {
|
|||
{
|
||||
$idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0';
|
||||
|
||||
var_dump
|
||||
(
|
||||
array
|
||||
(
|
||||
"idDemandeRdv" => $idDemandeRdv,
|
||||
)
|
||||
);
|
||||
exit();
|
||||
|
||||
$benficiaires = $this->rendezvous->getBeneficaire();
|
||||
|
||||
$demande = $this->rendezvous->getDemandeRdv($idDemandeRdv);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user