diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index b923d4f..577462c 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -51,6 +51,7 @@ class ControleurRechercherassure extends Controleur { var_dump( array( "beneficiaires" => $beneficiaires, + "count" => count($beneficiaires), ) ); exit();