diff --git a/app/Library/Finances/StructureIndustryTax.php b/app/Library/Finances/StructureIndustryTax.php index ac7f2d56e..d54a796ad 100644 --- a/app/Library/Finances/StructureIndustryTax.php +++ b/app/Library/Finances/StructureIndustryTax.php @@ -8,14 +8,15 @@ namespace App\Library\Finances; use DB; - -use App\Library\Esi; +use App\Library\Esi\Esi; use App\Models\Finances\StructureIndustryTaxJournal; class StructureIndustryTax { public function InsertStructureIndustryTax($journal, $corpId, $division) { + //Create the ESI Helper class + $esiHelper = new Esi; //Check to see if we can find the entry in the database already. //If we don't then add it to the database