<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'App\Controller\DefaultController' shared autowired service.
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DefaultController.php';
include_once \dirname(__DIR__, 4).'/src/Service/DocumentsCreator.php';
include_once \dirname(__DIR__, 4).'/src/Service/Mailer.php';
include_once \dirname(__DIR__, 4).'/src/Service/DomusAPI.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$b = ($this->services['twig'] ?? $this->getTwigService());
$c = ($this->privates['App\\Service\\Utils'] ?? $this->load('getUtilsService.php'));
$this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController(($this->services['fos_user.user_manager'] ?? $this->load('getFosUser_UserManagerService.php')), $a, new \App\Service\DocumentsCreator($a, $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['knp_snappy.pdf'] ?? $this->load('getKnpSnappy_PdfService.php'))), new \App\Service\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), $b), $c, new \App\Service\DomusAPI($b, $a, $c), ($this->services['serializer'] ?? $this->load('getSerializerService.php')), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
$instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->load('get_ServiceLocator_AVaUqzzService.php'))->withContext('App\\Controller\\DefaultController', $this));
return $instance;