a
This commit is contained in:
parent
86645467f6
commit
2b83c1ce7b
|
|
@ -20,6 +20,9 @@ class ControleurRendezvous extends Controleur {
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
|
echo "Rendezvous";
|
||||||
|
exit();
|
||||||
|
|
||||||
$idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0';
|
$idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0';
|
||||||
|
|
||||||
$benficiaires = $this->rendezvous->getBeneficaire();
|
$benficiaires = $this->rendezvous->getBeneficaire();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user