Remove ref to Metier_Db_Util

This commit is contained in:
Michael RICOIS 2017-02-08 11:39:06 +01:00
parent d1b9bc1680
commit 0ddcbb8acf

View File

@ -33,8 +33,6 @@ class Entreprise extends Scores_Ws_Server
$this->sendError('1020');
}
$db = new Metier_Util_Db();
$iInsee = new Metier_Insee_MInsee();
$iInsee->setLogger();
$entrep = $iInsee->getIdentiteEntreprise($siren, $nic, $id, $forceVerif);