ajouter la methodes getListEtablissement

This commit is contained in:
Jean Vladimir TWAHIRWA 2016-12-15 11:02:35 +01:00
parent 60657ac327
commit c3c966a518

View File

@ -33,6 +33,12 @@ return array(
'debug' => true,
'errorMsg' => array('0902'),
'log' => 'mail',
)
),
),
'0.8' => array(
'getListeEtablissements' => array(
'debug' => true,
'log' => 'mail',
),
),
);