z
This commit is contained in:
parent
2c9e9fdcfe
commit
a7dc6267da
|
|
@ -27,7 +27,12 @@ class ControleurRechercherassure extends Controleur {
|
||||||
{
|
{
|
||||||
$this->beneficiaire->getModeBiometrie();
|
$this->beneficiaire->getModeBiometrie();
|
||||||
|
|
||||||
|
var_dump(
|
||||||
|
array(
|
||||||
|
"cas" => "getModeBiometrie",
|
||||||
|
)
|
||||||
|
);
|
||||||
|
exit();
|
||||||
|
|
||||||
if(!empty($_POST)) {
|
if(!empty($_POST)) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user