Removing unused deps

This commit is contained in:
Marc Ducobu 2021-11-19 14:24:37 +01:00 committed by marcu
parent 2b01179967
commit 4e56075fdc

View File

@ -18,9 +18,9 @@ use Chill\DocGeneratorBundle\Repository\DocGeneratorTemplateRepository;
use Chill\DocStoreBundle\Entity\StoredObject;
use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkEvaluation;
use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkEvaluationDocument;
use Chill\PersonBundle\Entity\SocialWork\Evaluation;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\TransferException;
use PhpOffice\PhpWord\TemplateProcessor;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
@ -92,7 +92,7 @@ class DocGeneratorTemplateController extends AbstractController
$context = new HouseholdMemberSelectionContext();
$datas = $context->getData($entity);
} else {
throw new Exception('Not implemented', 1);
throw new \Exception('Not implemented', 1);
}
$templateProcessor = new TemplateProcessor($tmpfnameDeCrypted);