mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Removing unused deps
This commit is contained in:
parent
2b01179967
commit
4e56075fdc
@ -18,9 +18,9 @@ use Chill\DocGeneratorBundle\Repository\DocGeneratorTemplateRepository;
|
|||||||
use Chill\DocStoreBundle\Entity\StoredObject;
|
use Chill\DocStoreBundle\Entity\StoredObject;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkEvaluation;
|
use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkEvaluation;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkEvaluationDocument;
|
use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkEvaluationDocument;
|
||||||
use Chill\PersonBundle\Entity\SocialWork\Evaluation;
|
|
||||||
use Exception;
|
|
||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
|
|
||||||
use GuzzleHttp\Exception\TransferException;
|
use GuzzleHttp\Exception\TransferException;
|
||||||
use PhpOffice\PhpWord\TemplateProcessor;
|
use PhpOffice\PhpWord\TemplateProcessor;
|
||||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||||
@ -92,7 +92,7 @@ class DocGeneratorTemplateController extends AbstractController
|
|||||||
$context = new HouseholdMemberSelectionContext();
|
$context = new HouseholdMemberSelectionContext();
|
||||||
$datas = $context->getData($entity);
|
$datas = $context->getData($entity);
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Not implemented', 1);
|
throw new \Exception('Not implemented', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
$templateProcessor = new TemplateProcessor($tmpfnameDeCrypted);
|
$templateProcessor = new TemplateProcessor($tmpfnameDeCrypted);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user