This commit is contained in:
KANE LAZENI 2025-12-22 14:47:08 +00:00
parent f3865da3cd
commit 929b112717

View File

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