var/cache/dev/ContainerZpoANfl/srcApp_KernelDevDebugContainer.php line 5539

Open in your IDE?
  1. <?php
  2. namespace ContainerZpoANfl;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\Admin\\Api\\OrganizationController' => 'getOrganizationControllerService',
  37.             'App\\Controller\\Admin\\Api\\StepController' => 'getStepControllerService',
  38.             'App\\Controller\\Admin\\InvoiceController' => 'getInvoiceControllerService',
  39.             'App\\Controller\\Admin\\InvoiceRequestController' => 'getInvoiceRequestControllerService',
  40.             'App\\Controller\\Admin\\OrganizationController' => 'getOrganizationController2Service',
  41.             'App\\Controller\\Admin\\PageController' => 'getPageControllerService',
  42.             'App\\Controller\\Admin\\ProcedureController' => 'getProcedureControllerService',
  43.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
  44.             'App\\Controller\\Admin\\SettingController' => 'getSettingControllerService',
  45.             'App\\Controller\\Admin\\StepController' => 'getStepController2Service',
  46.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  47.             'App\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
  48.             'App\\Controller\\Api\\GoCardlessWebhookController' => 'getGoCardlessWebhookControllerService',
  49.             'App\\Controller\\Api\\Sendinblue\\WebhookController' => 'getWebhookControllerService',
  50.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController' => 'getWebhookDeliveryControllerService',
  51.             'App\\Controller\\Api\\Sendinblue\\WebhookEventController' => 'getWebhookEventControllerService',
  52.             'App\\Controller\\Api\\StripeController' => 'getStripeControllerService',
  53.             'App\\Controller\\App\\ConnectorController' => 'getConnectorControllerService',
  54.             'App\\Controller\\App\\ConnectorQuickbooksController' => 'getConnectorQuickbooksControllerService',
  55.             'App\\Controller\\App\\GoCardlessController' => 'getGoCardlessControllerService',
  56.             'App\\Controller\\App\\InvoiceController' => 'getInvoiceController2Service',
  57.             'App\\Controller\\App\\InvoiceRequestController' => 'getInvoiceRequestController2Service',
  58.             'App\\Controller\\App\\OrganizationController' => 'getOrganizationController3Service',
  59.             'App\\Controller\\App\\PageController' => 'getPageController2Service',
  60.             'App\\Controller\\App\\Partial\\InvoiceController' => 'getInvoiceController3Service',
  61.             'App\\Controller\\App\\Partial\\ProcedureController' => 'getProcedureController2Service',
  62.             'App\\Controller\\App\\PaymentController' => 'getPaymentControllerService',
  63.             'App\\Controller\\App\\ProcedureController' => 'getProcedureController3Service',
  64.             'App\\Controller\\App\\SecurityController' => 'getSecurityController2Service',
  65.             'App\\Controller\\App\\StripeController' => 'getStripeController2Service',
  66.             'App\\Controller\\App\\TestController' => 'getTestControllerService',
  67.             'App\\Controller\\App\\UserController' => 'getUserController2Service',
  68.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  69.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  70.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  71.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  72.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  73.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  74.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  75.             'Vich\\UploaderBundle\\Naming\\OrignameNamer.storage' => 'getOrignameNamer_StorageService',
  76.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  77.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  78.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  79.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  80.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  81.             'cache.app' => 'getCache_AppService',
  82.             'cache.app_clearer' => 'getCache_AppClearerService',
  83.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  84.             'cache.system' => 'getCache_SystemService',
  85.             'cache.system_clearer' => 'getCache_SystemClearerService',
  86.             'cache_clearer' => 'getCacheClearerService',
  87.             'cache_warmer' => 'getCacheWarmerService',
  88.             'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'getSentryTestCommandService',
  89.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  90.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  91.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  92.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  93.             'console.command_loader' => 'getConsole_CommandLoaderService',
  94.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  95.             'data_collector.dump' => 'getDataCollector_DumpService',
  96.             'doctrine' => 'getDoctrineService',
  97.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  98.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  99.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  100.             'error_controller' => 'getErrorControllerService',
  101.             'event_dispatcher' => 'getEventDispatcherService',
  102.             'filesystem' => 'getFilesystemService',
  103.             'form.factory' => 'getForm_FactoryService',
  104.             'form.type.file' => 'getForm_Type_FileService',
  105.             'http_kernel' => 'getHttpKernelService',
  106.             'jms_serializer' => 'getJmsSerializerService',
  107.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  108.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  109.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  110.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  111.             'kilik_table' => 'getKilikTableService',
  112.             'kilik_table_api' => 'getKilikTableApiService',
  113.             'message_bus' => 'getMessageBusService',
  114.             'profiler' => 'getProfilerService',
  115.             'request_stack' => 'getRequestStackService',
  116.             'router' => 'getRouterService',
  117.             'routing.loader' => 'getRouting_LoaderService',
  118.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  119.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  120.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  121.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  122.             'security.token_storage' => 'getSecurity_TokenStorageService',
  123.             'services_resetter' => 'getServicesResetterService',
  124.             'session' => 'getSessionService',
  125.             'translator' => 'getTranslatorService',
  126.             'twig' => 'getTwigService',
  127.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  128.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  129.             'validator' => 'getValidatorService',
  130.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  131.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  132.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  133.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  134.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  135.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  136.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  137.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  138.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  139.         ];
  140.         $this->aliases = [
  141.             'database_connection' => 'doctrine.dbal.default_connection',
  142.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  143.             'messenger.default_bus' => 'message_bus',
  144.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  145.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  146.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  147.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  148.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  149.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  150.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  151.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  152.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  153.         ];
  154.     }
  155.     public function compile(): void
  156.     {
  157.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  158.     }
  159.     public function isCompiled(): bool
  160.     {
  161.         return true;
  162.     }
  163.     public function getRemovedIds(): array
  164.     {
  165.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  166.     }
  167.     /**
  168.      * Gets the public 'App\Controller\Admin\Api\OrganizationController' shared autowired service.
  169.      *
  170.      * @return \App\Controller\Admin\Api\OrganizationController
  171.      */
  172.     protected function getOrganizationControllerService()
  173.     {
  174.         $this->services['App\\Controller\\Admin\\Api\\OrganizationController'] = $instance = new \App\Controller\Admin\Api\OrganizationController(($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()));
  175.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Api\\OrganizationController'$this));
  176.         return $instance;
  177.     }
  178.     /**
  179.      * Gets the public 'App\Controller\Admin\Api\StepController' shared autowired service.
  180.      *
  181.      * @return \App\Controller\Admin\Api\StepController
  182.      */
  183.     protected function getStepControllerService()
  184.     {
  185.         $this->services['App\\Controller\\Admin\\Api\\StepController'] = $instance = new \App\Controller\Admin\Api\StepController();
  186.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\Api\\StepController'$this));
  187.         return $instance;
  188.     }
  189.     /**
  190.      * Gets the public 'App\Controller\Admin\InvoiceController' shared autowired service.
  191.      *
  192.      * @return \App\Controller\Admin\InvoiceController
  193.      */
  194.     protected function getInvoiceControllerService()
  195.     {
  196.         $this->services['App\\Controller\\Admin\\InvoiceController'] = $instance = new \App\Controller\Admin\InvoiceController(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
  197.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\InvoiceController'$this));
  198.         return $instance;
  199.     }
  200.     /**
  201.      * Gets the public 'App\Controller\Admin\InvoiceRequestController' shared autowired service.
  202.      *
  203.      * @return \App\Controller\Admin\InvoiceRequestController
  204.      */
  205.     protected function getInvoiceRequestControllerService()
  206.     {
  207.         $this->services['App\\Controller\\Admin\\InvoiceRequestController'] = $instance = new \App\Controller\Admin\InvoiceRequestController(($this->privates['App\\Repository\\InvoiceRequestRepository'] ?? $this->getInvoiceRequestRepositoryService()));
  208.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\InvoiceRequestController'$this));
  209.         return $instance;
  210.     }
  211.     /**
  212.      * Gets the public 'App\Controller\Admin\OrganizationController' shared autowired service.
  213.      *
  214.      * @return \App\Controller\Admin\OrganizationController
  215.      */
  216.     protected function getOrganizationController2Service()
  217.     {
  218.         $this->services['App\\Controller\\Admin\\OrganizationController'] = $instance = new \App\Controller\Admin\OrganizationController(($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()));
  219.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\OrganizationController'$this));
  220.         return $instance;
  221.     }
  222.     /**
  223.      * Gets the public 'App\Controller\Admin\PageController' shared autowired service.
  224.      *
  225.      * @return \App\Controller\Admin\PageController
  226.      */
  227.     protected function getPageControllerService()
  228.     {
  229.         $this->services['App\\Controller\\Admin\\PageController'] = $instance = new \App\Controller\Admin\PageController();
  230.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\PageController'$this));
  231.         return $instance;
  232.     }
  233.     /**
  234.      * Gets the public 'App\Controller\Admin\ProcedureController' shared autowired service.
  235.      *
  236.      * @return \App\Controller\Admin\ProcedureController
  237.      */
  238.     protected function getProcedureControllerService()
  239.     {
  240.         $this->services['App\\Controller\\Admin\\ProcedureController'] = $instance = new \App\Controller\Admin\ProcedureController(($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->privates['App\\Twig\\MoneyExtension'] ?? ($this->privates['App\\Twig\\MoneyExtension'] = new \App\Twig\MoneyExtension())), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()), ($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()));
  241.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\ProcedureController'$this));
  242.         return $instance;
  243.     }
  244.     /**
  245.      * Gets the public 'App\Controller\Admin\SecurityController' shared autowired service.
  246.      *
  247.      * @return \App\Controller\Admin\SecurityController
  248.      */
  249.     protected function getSecurityControllerService()
  250.     {
  251.         $this->services['App\\Controller\\Admin\\SecurityController'] = $instance = new \App\Controller\Admin\SecurityController();
  252.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\SecurityController'$this));
  253.         return $instance;
  254.     }
  255.     /**
  256.      * Gets the public 'App\Controller\Admin\SettingController' shared autowired service.
  257.      *
  258.      * @return \App\Controller\Admin\SettingController
  259.      */
  260.     protected function getSettingControllerService()
  261.     {
  262.         $this->services['App\\Controller\\Admin\\SettingController'] = $instance = new \App\Controller\Admin\SettingController(($this->services['kernel'] ?? $this->get('kernel'1)));
  263.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\SettingController'$this));
  264.         return $instance;
  265.     }
  266.     /**
  267.      * Gets the public 'App\Controller\Admin\StepController' shared autowired service.
  268.      *
  269.      * @return \App\Controller\Admin\StepController
  270.      */
  271.     protected function getStepController2Service()
  272.     {
  273.         $this->services['App\\Controller\\Admin\\StepController'] = $instance = new \App\Controller\Admin\StepController(($this->privates['App\\Repository\\StepRepository'] ?? $this->getStepRepositoryService()));
  274.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\StepController'$this));
  275.         return $instance;
  276.     }
  277.     /**
  278.      * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  279.      *
  280.      * @return \App\Controller\Admin\UserController
  281.      */
  282.     protected function getUserControllerService()
  283.     {
  284.         $this->services['App\\Controller\\Admin\\UserController'] = $instance = new \App\Controller\Admin\UserController();
  285.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\UserController'$this));
  286.         return $instance;
  287.     }
  288.     /**
  289.      * Gets the public 'App\Controller\Admin\WorkflowController' shared autowired service.
  290.      *
  291.      * @return \App\Controller\Admin\WorkflowController
  292.      */
  293.     protected function getWorkflowControllerService()
  294.     {
  295.         $this->services['App\\Controller\\Admin\\WorkflowController'] = $instance = new \App\Controller\Admin\WorkflowController(($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()));
  296.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\WorkflowController'$this));
  297.         return $instance;
  298.     }
  299.     /**
  300.      * Gets the public 'App\Controller\Api\GoCardlessWebhookController' shared autowired service.
  301.      *
  302.      * @return \App\Controller\Api\GoCardlessWebhookController
  303.      */
  304.     protected function getGoCardlessWebhookControllerService()
  305.     {
  306.         $this->services['App\\Controller\\Api\\GoCardlessWebhookController'] = $instance = new \App\Controller\Api\GoCardlessWebhookController(($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->privates['App\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['App\\Repository\\GoCardlessEventRepository'] ?? $this->getGoCardlessEventRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\GoCardlessMandateRepository'] ?? $this->getGoCardlessMandateRepositoryService()));
  307.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\GoCardlessWebhookController'$this));
  308.         return $instance;
  309.     }
  310.     /**
  311.      * Gets the public 'App\Controller\Api\Sendinblue\WebhookController' shared autowired service.
  312.      *
  313.      * @return \App\Controller\Api\Sendinblue\WebhookController
  314.      */
  315.     protected function getWebhookControllerService()
  316.     {
  317.         $this->services['App\\Controller\\Api\\Sendinblue\\WebhookController'] = $instance = new \App\Controller\Api\Sendinblue\WebhookController(($this->privates['App\\Repository\\ProcedureStepMessageRepository'] ?? $this->getProcedureStepMessageRepositoryService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()), ($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->privates['App\\Repository\\ProcedureStepJobRepository'] ?? $this->getProcedureStepJobRepositoryService()));
  318.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Sendinblue\\WebhookController'$this));
  319.         return $instance;
  320.     }
  321.     /**
  322.      * Gets the public 'App\Controller\Api\Sendinblue\WebhookDeliveryController' shared autowired service.
  323.      *
  324.      * @return \App\Controller\Api\Sendinblue\WebhookDeliveryController
  325.      */
  326.     protected function getWebhookDeliveryControllerService()
  327.     {
  328.         $this->services['App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController'] = $instance = new \App\Controller\Api\Sendinblue\WebhookDeliveryController(($this->privates['App\\Repository\\EmailTraceRepository'] ?? $this->getEmailTraceRepositoryService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()));
  329.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController'$this));
  330.         return $instance;
  331.     }
  332.     /**
  333.      * Gets the public 'App\Controller\Api\Sendinblue\WebhookEventController' shared autowired service.
  334.      *
  335.      * @return \App\Controller\Api\Sendinblue\WebhookEventController
  336.      */
  337.     protected function getWebhookEventControllerService()
  338.     {
  339.         $this->services['App\\Controller\\Api\\Sendinblue\\WebhookEventController'] = $instance = new \App\Controller\Api\Sendinblue\WebhookEventController(($this->privates['App\\Repository\\EmailTraceRepository'] ?? $this->getEmailTraceRepositoryService()));
  340.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\Sendinblue\\WebhookEventController'$this));
  341.         return $instance;
  342.     }
  343.     /**
  344.      * Gets the public 'App\Controller\Api\StripeController' shared autowired service.
  345.      *
  346.      * @return \App\Controller\Api\StripeController
  347.      */
  348.     protected function getStripeControllerService()
  349.     {
  350.         $this->services['App\\Controller\\Api\\StripeController'] = $instance = new \App\Controller\Api\StripeController(($this->privates['App\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Payment\\Stripe\\Client'] ?? $this->getClientService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  351.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\StripeController'$this));
  352.         return $instance;
  353.     }
  354.     /**
  355.      * Gets the public 'App\Controller\App\ConnectorController' shared autowired service.
  356.      *
  357.      * @return \App\Controller\App\ConnectorController
  358.      */
  359.     protected function getConnectorControllerService()
  360.     {
  361.         $this->services['App\\Controller\\App\\ConnectorController'] = $instance = new \App\Controller\App\ConnectorController();
  362.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\ConnectorController'$this));
  363.         return $instance;
  364.     }
  365.     /**
  366.      * Gets the public 'App\Controller\App\ConnectorQuickbooksController' shared autowired service.
  367.      *
  368.      * @return \App\Controller\App\ConnectorQuickbooksController
  369.      */
  370.     protected function getConnectorQuickbooksControllerService()
  371.     {
  372.         $this->services['App\\Controller\\App\\ConnectorQuickbooksController'] = $instance = new \App\Controller\App\ConnectorQuickbooksController();
  373.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\ConnectorQuickbooksController'$this));
  374.         return $instance;
  375.     }
  376.     /**
  377.      * Gets the public 'App\Controller\App\GoCardlessController' shared autowired service.
  378.      *
  379.      * @return \App\Controller\App\GoCardlessController
  380.      */
  381.     protected function getGoCardlessControllerService()
  382.     {
  383.         $this->services['App\\Controller\\App\\GoCardlessController'] = $instance = new \App\Controller\App\GoCardlessController(($this->privates['App\\Service\\GoCardlessService'] ?? $this->getGoCardlessServiceService()), ($this->privates['App\\Repository\\GoCardlessAccountRepository'] ?? $this->getGoCardlessAccountRepositoryService()));
  384.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\GoCardlessController'$this));
  385.         return $instance;
  386.     }
  387.     /**
  388.      * Gets the public 'App\Controller\App\InvoiceController' shared autowired service.
  389.      *
  390.      * @return \App\Controller\App\InvoiceController
  391.      */
  392.     protected function getInvoiceController2Service()
  393.     {
  394.         $this->services['App\\Controller\\App\\InvoiceController'] = $instance = new \App\Controller\App\InvoiceController();
  395.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\InvoiceController'$this));
  396.         return $instance;
  397.     }
  398.     /**
  399.      * Gets the public 'App\Controller\App\InvoiceRequestController' shared autowired service.
  400.      *
  401.      * @return \App\Controller\App\InvoiceRequestController
  402.      */
  403.     protected function getInvoiceRequestController2Service()
  404.     {
  405.         $this->services['App\\Controller\\App\\InvoiceRequestController'] = $instance = new \App\Controller\App\InvoiceRequestController(($this->privates['App\\Repository\\InvoiceRequestRepository'] ?? $this->getInvoiceRequestRepositoryService()));
  406.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\InvoiceRequestController'$this));
  407.         return $instance;
  408.     }
  409.     /**
  410.      * Gets the public 'App\Controller\App\OrganizationController' shared autowired service.
  411.      *
  412.      * @return \App\Controller\App\OrganizationController
  413.      */
  414.     protected function getOrganizationController3Service()
  415.     {
  416.         $this->services['App\\Controller\\App\\OrganizationController'] = $instance = new \App\Controller\App\OrganizationController(($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  417.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\OrganizationController'$this));
  418.         return $instance;
  419.     }
  420.     /**
  421.      * Gets the public 'App\Controller\App\PageController' shared autowired service.
  422.      *
  423.      * @return \App\Controller\App\PageController
  424.      */
  425.     protected function getPageController2Service()
  426.     {
  427.         $this->services['App\\Controller\\App\\PageController'] = $instance = new \App\Controller\App\PageController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  428.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\PageController'$this));
  429.         return $instance;
  430.     }
  431.     /**
  432.      * Gets the public 'App\Controller\App\Partial\InvoiceController' shared autowired service.
  433.      *
  434.      * @return \App\Controller\App\Partial\InvoiceController
  435.      */
  436.     protected function getInvoiceController3Service()
  437.     {
  438.         $this->services['App\\Controller\\App\\Partial\\InvoiceController'] = $instance = new \App\Controller\App\Partial\InvoiceController();
  439.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\Partial\\InvoiceController'$this));
  440.         return $instance;
  441.     }
  442.     /**
  443.      * Gets the public 'App\Controller\App\Partial\ProcedureController' shared autowired service.
  444.      *
  445.      * @return \App\Controller\App\Partial\ProcedureController
  446.      */
  447.     protected function getProcedureController2Service()
  448.     {
  449.         $this->services['App\\Controller\\App\\Partial\\ProcedureController'] = $instance = new \App\Controller\App\Partial\ProcedureController();
  450.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\Partial\\ProcedureController'$this));
  451.         return $instance;
  452.     }
  453.     /**
  454.      * Gets the public 'App\Controller\App\PaymentController' shared autowired service.
  455.      *
  456.      * @return \App\Controller\App\PaymentController
  457.      */
  458.     protected function getPaymentControllerService()
  459.     {
  460.         $a = ($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService());
  461.         $this->services['App\\Controller\\App\\PaymentController'] = $instance = new \App\Controller\App\PaymentController(($this->privates['App\\Service\\StripeService'] ?? $this->getStripeServiceService()), ($this->privates['App\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()), $a, new \App\Service\CheckoutService(($this->services['session'] ?? $this->getSessionService()), $a));
  462.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\PaymentController'$this));
  463.         return $instance;
  464.     }
  465.     /**
  466.      * Gets the public 'App\Controller\App\ProcedureController' shared autowired service.
  467.      *
  468.      * @return \App\Controller\App\ProcedureController
  469.      */
  470.     protected function getProcedureController3Service()
  471.     {
  472.         $this->services['App\\Controller\\App\\ProcedureController'] = $instance = new \App\Controller\App\ProcedureController(($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  473.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\ProcedureController'$this));
  474.         return $instance;
  475.     }
  476.     /**
  477.      * Gets the public 'App\Controller\App\SecurityController' shared autowired service.
  478.      *
  479.      * @return \App\Controller\App\SecurityController
  480.      */
  481.     protected function getSecurityController2Service()
  482.     {
  483.         $this->services['App\\Controller\\App\\SecurityController'] = $instance = new \App\Controller\App\SecurityController();
  484.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\SecurityController'$this));
  485.         return $instance;
  486.     }
  487.     /**
  488.      * Gets the public 'App\Controller\App\StripeController' shared autowired service.
  489.      *
  490.      * @return \App\Controller\App\StripeController
  491.      */
  492.     protected function getStripeController2Service()
  493.     {
  494.         $this->services['App\\Controller\\App\\StripeController'] = $instance = new \App\Controller\App\StripeController(($this->privates['App\\Repository\\StripeAccountRepository'] ?? $this->getStripeAccountRepositoryService()), ($this->privates['App\\Payment\\Stripe\\Client'] ?? $this->getClientService()));
  495.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\StripeController'$this));
  496.         return $instance;
  497.     }
  498.     /**
  499.      * Gets the public 'App\Controller\App\TestController' shared autowired service.
  500.      *
  501.      * @return \App\Controller\App\TestController
  502.      */
  503.     protected function getTestControllerService()
  504.     {
  505.         $this->services['App\\Controller\\App\\TestController'] = $instance = new \App\Controller\App\TestController();
  506.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\TestController'$this));
  507.         return $instance;
  508.     }
  509.     /**
  510.      * Gets the public 'App\Controller\App\UserController' shared autowired service.
  511.      *
  512.      * @return \App\Controller\App\UserController
  513.      */
  514.     protected function getUserController2Service()
  515.     {
  516.         $this->services['App\\Controller\\App\\UserController'] = $instance = new \App\Controller\App\UserController();
  517.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\App\\UserController'$this));
  518.         return $instance;
  519.     }
  520.     /**
  521.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  522.      *
  523.      * @return \App\Controller\ResetPasswordController
  524.      */
  525.     protected function getResetPasswordControllerService()
  526.     {
  527.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36003600), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()));
  528.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ResetPasswordController'$this));
  529.         return $instance;
  530.     }
  531.     /**
  532.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  533.      *
  534.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  535.      */
  536.     protected function getRedirectControllerService()
  537.     {
  538.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  539.     }
  540.     /**
  541.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  542.      *
  543.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  544.      */
  545.     protected function getTemplateControllerService()
  546.     {
  547.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  548.     }
  549.     /**
  550.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  551.      *
  552.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  553.      */
  554.     protected function getBase64NamerService()
  555.     {
  556.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  557.     }
  558.     /**
  559.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  560.      *
  561.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  562.      */
  563.     protected function getCurrentDateTimeDirectoryNamerService()
  564.     {
  565.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  566.     }
  567.     /**
  568.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  569.      *
  570.      * @return \Vich\UploaderBundle\Naming\HashNamer
  571.      */
  572.     protected function getHashNamerService()
  573.     {
  574.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  575.     }
  576.     /**
  577.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  578.      *
  579.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  580.      */
  581.     protected function getOrignameNamerService()
  582.     {
  583.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  584.     }
  585.     /**
  586.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer.storage' shared service.
  587.      *
  588.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  589.      */
  590.     protected function getOrignameNamer_StorageService()
  591.     {
  592.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer.storage'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  593.     }
  594.     /**
  595.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  596.      *
  597.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  598.      */
  599.     protected function getPropertyDirectoryNamerService()
  600.     {
  601.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  602.     }
  603.     /**
  604.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  605.      *
  606.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  607.      */
  608.     protected function getPropertyNamerService()
  609.     {
  610.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  611.     }
  612.     /**
  613.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  614.      *
  615.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  616.      */
  617.     protected function getSmartUniqueNamerService()
  618.     {
  619.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  620.     }
  621.     /**
  622.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  623.      *
  624.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  625.      */
  626.     protected function getSubdirDirectoryNamerService()
  627.     {
  628.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  629.     }
  630.     /**
  631.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  632.      *
  633.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  634.      */
  635.     protected function getUniqidNamerService()
  636.     {
  637.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  638.     }
  639.     /**
  640.      * Gets the public 'cache.app' shared service.
  641.      *
  642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  643.      */
  644.     protected function getCache_AppService()
  645.     {
  646.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EwrfvVC7NO'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  647.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  648.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  649.     }
  650.     /**
  651.      * Gets the public 'cache.app_clearer' shared service.
  652.      *
  653.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  654.      */
  655.     protected function getCache_AppClearerService()
  656.     {
  657.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  658.     }
  659.     /**
  660.      * Gets the public 'cache.global_clearer' shared service.
  661.      *
  662.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  663.      */
  664.     protected function getCache_GlobalClearerService()
  665.     {
  666.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  667.     }
  668.     /**
  669.      * Gets the public 'cache.system' shared service.
  670.      *
  671.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  672.      */
  673.     protected function getCache_SystemService()
  674.     {
  675.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fSOaDoeHn8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  676.     }
  677.     /**
  678.      * Gets the public 'cache.system_clearer' shared service.
  679.      *
  680.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  681.      */
  682.     protected function getCache_SystemClearerService()
  683.     {
  684.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  685.     }
  686.     /**
  687.      * Gets the public 'cache_clearer' shared service.
  688.      *
  689.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  690.      */
  691.     protected function getCacheClearerService()
  692.     {
  693.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  694.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  695.         }, 1));
  696.     }
  697.     /**
  698.      * Gets the public 'cache_warmer' shared service.
  699.      *
  700.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  701.      */
  702.     protected function getCacheWarmerService()
  703.     {
  704.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  705.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  706.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  707.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  708.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  709.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  710.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  711.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  712.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  713.     }
  714.     /**
  715.      * Gets the public 'console.command.public_alias.Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  716.      *
  717.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  718.      */
  719.     protected function getSentryTestCommandService()
  720.     {
  721.         return $this->services['console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand'] = new \Sentry\SentryBundle\Command\SentryTestCommand();
  722.     }
  723.     /**
  724.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  725.      *
  726.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  727.      */
  728.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  729.     {
  730.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  731.     }
  732.     /**
  733.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  734.      *
  735.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  736.      */
  737.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  738.     {
  739.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  740.     }
  741.     /**
  742.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  743.      *
  744.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  745.      */
  746.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  747.     {
  748.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  749.     }
  750.     /**
  751.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  752.      *
  753.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  754.      */
  755.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  756.     {
  757.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  758.     }
  759.     /**
  760.      * Gets the public 'console.command_loader' shared service.
  761.      *
  762.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  763.      */
  764.     protected function getConsole_CommandLoaderService()
  765.     {
  766.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  767.             'App\\Command\\AutoResumeCommand' => ['privates''App\\Command\\AutoResumeCommand''getAutoResumeCommandService'false],
  768.             'App\\Command\\ConnectorSynchronizeCommand' => ['privates''App\\Command\\ConnectorSynchronizeCommand''getConnectorSynchronizeCommandService'false],
  769.             'App\\Command\\Connector\\SynchronizeCommand' => ['privates''App\\Command\\Connector\\SynchronizeCommand''getSynchronizeCommandService'false],
  770.             'App\\Command\\DataUpdateCommand' => ['privates''App\\Command\\DataUpdateCommand''getDataUpdateCommandService'false],
  771.             'App\\Command\\GoCardlessAutoPayCommand' => ['privates''App\\Command\\GoCardlessAutoPayCommand''getGoCardlessAutoPayCommandService'false],
  772.             'App\\Command\\ProcedureWorkerCommand' => ['privates''App\\Command\\ProcedureWorkerCommand''getProcedureWorkerCommandService'false],
  773.             'App\\Command\\UserCreateCommand' => ['privates''App\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  774.             'App\\Command\\UserUpdateCommand' => ['privates''App\\Command\\UserUpdateCommand''getUserUpdateCommandService'false],
  775.             'CosaVostra\\LocaliseBundle\\Command\\TranslationImportCommand' => ['privates''CosaVostra\\LocaliseBundle\\Command\\TranslationImportCommand''getTranslationImportCommandService'false],
  776.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  777.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  778.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  779.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  780.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  781.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  782.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  783.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  784.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  785.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  786.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  787.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  788.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  789.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  790.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  791.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  792.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  793.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  794.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  795.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  796.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  797.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  798.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  799.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  800.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  801.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  802.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  803.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  804.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  805.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  806.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  807.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  808.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  809.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  810.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  811.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  812.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  813.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  814.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  815.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  816.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  817.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  818.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  819.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  820.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  821.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  822.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  823.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  824.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  825.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  826.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  827.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  828.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  829.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  830.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  831.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  832.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  833.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  834.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  835.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  836.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  837.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  838.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  839.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  840.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  841.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  842.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  843.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  844.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  845.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  846.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  847.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  848.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  849.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  850.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  851.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  852.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  853.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  854.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  855.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  856.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  857.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  858.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  859.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  860.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  861.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  862.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  863.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  864.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  865.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  866.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  867.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  868.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  869.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  870.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  871.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  872.         ], [
  873.             'App\\Command\\AutoResumeCommand' => 'App\\Command\\AutoResumeCommand',
  874.             'App\\Command\\ConnectorSynchronizeCommand' => 'App\\Command\\ConnectorSynchronizeCommand',
  875.             'App\\Command\\Connector\\SynchronizeCommand' => 'App\\Command\\Connector\\SynchronizeCommand',
  876.             'App\\Command\\DataUpdateCommand' => 'App\\Command\\DataUpdateCommand',
  877.             'App\\Command\\GoCardlessAutoPayCommand' => 'App\\Command\\GoCardlessAutoPayCommand',
  878.             'App\\Command\\ProcedureWorkerCommand' => 'App\\Command\\ProcedureWorkerCommand',
  879.             'App\\Command\\UserCreateCommand' => 'App\\Command\\UserCreateCommand',
  880.             'App\\Command\\UserUpdateCommand' => 'App\\Command\\UserUpdateCommand',
  881.             'CosaVostra\\LocaliseBundle\\Command\\TranslationImportCommand' => 'CosaVostra\\LocaliseBundle\\Command\\TranslationImportCommand',
  882.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  883.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  884.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  885.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  886.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  887.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  888.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  889.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  890.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  891.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  892.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  893.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  894.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  895.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  896.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  897.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  898.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  899.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  900.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  901.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  902.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  903.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  904.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  905.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  906.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  907.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  908.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  909.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  910.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  911.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  912.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  913.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  914.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  915.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  916.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  917.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  918.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  919.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  920.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  921.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  922.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  923.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  924.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  925.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  926.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  927.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  928.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  929.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  930.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  931.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  932.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  933.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  934.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  935.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  936.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  937.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  938.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  939.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  940.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  941.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  942.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  943.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  944.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  945.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  946.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  947.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  948.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  949.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  950.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  951.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  952.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  953.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  954.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  955.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  956.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  957.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  958.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  959.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  960.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  961.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  962.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  963.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  964.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  965.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  966.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  967.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  968.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  969.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  970.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  971.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  972.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  973.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  974.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  975.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  976.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  977.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  978.         ]), ['trackpay:procedure:auto-resume' => 'App\\Command\\AutoResumeCommand''trackpay:legacy:synchronize' => 'App\\Command\\Connector\\SynchronizeCommand''trackpay:synchronize' => 'App\\Command\\ConnectorSynchronizeCommand''trackpay:data:update' => 'App\\Command\\DataUpdateCommand''trackpay:gocardless:auto-pay' => 'App\\Command\\GoCardlessAutoPayCommand''trackpay:procedure:worker' => 'App\\Command\\ProcedureWorkerCommand''trackpay:user:create' => 'App\\Command\\UserCreateCommand''trackpay:user:update' => 'App\\Command\\UserUpdateCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:generate:entities' => 'doctrine.generate_entities_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''security:encode-password' => 'security.command.user_password_encoder''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''localise:translation:import' => 'CosaVostra\\LocaliseBundle\\Command\\TranslationImportCommand''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  979.     }
  980.     /**
  981.      * Gets the public 'container.env_var_processors_locator' shared service.
  982.      *
  983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  984.      */
  985.     protected function getContainer_EnvVarProcessorsLocatorService()
  986.     {
  987.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  988.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  989.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  990.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  991.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  992.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  993.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  994.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  995.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  996.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  997.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  998.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  999.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1000.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1001.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1002.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1003.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1004.         ], [
  1005.             'base64' => '?',
  1006.             'bool' => '?',
  1007.             'const' => '?',
  1008.             'csv' => '?',
  1009.             'default' => '?',
  1010.             'file' => '?',
  1011.             'float' => '?',
  1012.             'int' => '?',
  1013.             'json' => '?',
  1014.             'key' => '?',
  1015.             'query_string' => '?',
  1016.             'require' => '?',
  1017.             'resolve' => '?',
  1018.             'string' => '?',
  1019.             'trim' => '?',
  1020.             'url' => '?',
  1021.         ]);
  1022.     }
  1023.     /**
  1024.      * Gets the public 'data_collector.dump' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1027.      */
  1028.     protected function getDataCollector_DumpService()
  1029.     {
  1030.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1031.     }
  1032.     /**
  1033.      * Gets the public 'doctrine' shared service.
  1034.      *
  1035.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1036.      */
  1037.     protected function getDoctrineService()
  1038.     {
  1039.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1040.     }
  1041.     /**
  1042.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1043.      *
  1044.      * @return \Doctrine\DBAL\Connection
  1045.      */
  1046.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1047.     {
  1048.         $a = new \Doctrine\DBAL\Configuration();
  1049.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1050.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1051.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1052.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1053.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1054.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1055.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1056.         $a->setSQLLogger($b);
  1057.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1058.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1059.         ], [
  1060.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1061.         ]));
  1062.         $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  1063.         $f = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  1064.         $g = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  1065.         $h = new \Gedmo\Timestampable\TimestampableListener();
  1066.         $h->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1067.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('storage'$e$f$g));
  1068.         $d->addEventSubscriber($h);
  1069.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('storage'$e$f$g));
  1070.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('storage'$e$f$g));
  1071.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1072.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $a$d, []);
  1073.     }
  1074.     /**
  1075.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1076.      *
  1077.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1078.      */
  1079.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1080.     {
  1081.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1082.             'App\\EventListener\\InvoiceListener' => ['privates''App\\EventListener\\InvoiceListener''getInvoiceListenerService'false],
  1083.             'App\\EventListener\\OrganizationListener' => ['privates''App\\EventListener\\OrganizationListener''getOrganizationListenerService'false],
  1084.         ], [
  1085.             'App\\EventListener\\InvoiceListener' => '?',
  1086.             'App\\EventListener\\OrganizationListener' => '?',
  1087.         ]));
  1088.         $instance->registerService('App\\EventListener\\InvoiceListener''App\\EventListener\\InvoiceListener');
  1089.         $instance->registerService('App\\EventListener\\InvoiceListener''App\\EventListener\\InvoiceListener');
  1090.         $instance->registerService('App\\EventListener\\OrganizationListener''App\\EventListener\\OrganizationListener');
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1095.      *
  1096.      * @return \Doctrine\ORM\EntityManager
  1097.      */
  1098.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1099.     {
  1100.         $a = new \Doctrine\ORM\Configuration();
  1101.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1102.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  1103.         $b->addDriver($c'App\\Entity');
  1104.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1105.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1106.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1107.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1108.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1109.         $a->setMetadataDriverImpl($b);
  1110.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1111.         $a->setProxyNamespace('Proxies');
  1112.         $a->setAutoGenerateProxyClasses(true);
  1113.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1114.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1115.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1116.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1117.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1118.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1119.             'App\\Repository\\ConnectorRepository' => ['privates''App\\Repository\\ConnectorRepository''getConnectorRepositoryService'false],
  1120.             'App\\Repository\\ConnectorSynchronizationRepository' => ['privates''App\\Repository\\ConnectorSynchronizationRepository''getConnectorSynchronizationRepositoryService'false],
  1121.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1122.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  1123.             'App\\Repository\\EmailTraceEventRepository' => ['privates''App\\Repository\\EmailTraceEventRepository''getEmailTraceEventRepositoryService'false],
  1124.             'App\\Repository\\EmailTraceRepository' => ['privates''App\\Repository\\EmailTraceRepository''getEmailTraceRepositoryService'false],
  1125.             'App\\Repository\\GoCardlessAccountRepository' => ['privates''App\\Repository\\GoCardlessAccountRepository''getGoCardlessAccountRepositoryService'false],
  1126.             'App\\Repository\\GoCardlessEventRepository' => ['privates''App\\Repository\\GoCardlessEventRepository''getGoCardlessEventRepositoryService'false],
  1127.             'App\\Repository\\GoCardlessMandateRepository' => ['privates''App\\Repository\\GoCardlessMandateRepository''getGoCardlessMandateRepositoryService'false],
  1128.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  1129.             'App\\Repository\\InvoiceRequestRepository' => ['privates''App\\Repository\\InvoiceRequestRepository''getInvoiceRequestRepositoryService'false],
  1130.             'App\\Repository\\OrganizationContactRepository' => ['privates''App\\Repository\\OrganizationContactRepository''getOrganizationContactRepositoryService'false],
  1131.             'App\\Repository\\OrganizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'false],
  1132.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1133.             'App\\Repository\\PaymentRequestEventRepository' => ['privates''App\\Repository\\PaymentRequestEventRepository''getPaymentRequestEventRepositoryService'false],
  1134.             'App\\Repository\\ProcedureClaimRepository' => ['privates''App\\Repository\\ProcedureClaimRepository''getProcedureClaimRepositoryService'false],
  1135.             'App\\Repository\\ProcedureQueueRepository' => ['privates''App\\Repository\\ProcedureQueueRepository''getProcedureQueueRepositoryService'false],
  1136.             'App\\Repository\\ProcedureRepository' => ['privates''App\\Repository\\ProcedureRepository''getProcedureRepositoryService'false],
  1137.             'App\\Repository\\ProcedureStepEventRepository' => ['privates''App\\Repository\\ProcedureStepEventRepository''getProcedureStepEventRepositoryService'false],
  1138.             'App\\Repository\\ProcedureStepJobRepository' => ['privates''App\\Repository\\ProcedureStepJobRepository''getProcedureStepJobRepositoryService'false],
  1139.             'App\\Repository\\ProcedureStepMessageRepository' => ['privates''App\\Repository\\ProcedureStepMessageRepository''getProcedureStepMessageRepositoryService'false],
  1140.             'App\\Repository\\ProcedureStepRepository' => ['privates''App\\Repository\\ProcedureStepRepository''getProcedureStepRepositoryService'false],
  1141.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  1142.             'App\\Repository\\SecurityQuestionsRepository' => ['privates''App\\Repository\\SecurityQuestionsRepository''getSecurityQuestionsRepositoryService'false],
  1143.             'App\\Repository\\StepRepository' => ['privates''App\\Repository\\StepRepository''getStepRepositoryService'false],
  1144.             'App\\Repository\\StripeAccountRepository' => ['privates''App\\Repository\\StripeAccountRepository''getStripeAccountRepositoryService'false],
  1145.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1146.             'App\\Repository\\WorkflowCategoryRepository' => ['privates''App\\Repository\\WorkflowCategoryRepository''getWorkflowCategoryRepositoryService'false],
  1147.             'App\\Repository\\WorkflowRepository' => ['privates''App\\Repository\\WorkflowRepository''getWorkflowRepositoryService'false],
  1148.         ], [
  1149.             'App\\Repository\\ConnectorRepository' => '?',
  1150.             'App\\Repository\\ConnectorSynchronizationRepository' => '?',
  1151.             'App\\Repository\\ContactRepository' => '?',
  1152.             'App\\Repository\\DocumentRepository' => '?',
  1153.             'App\\Repository\\EmailTraceEventRepository' => '?',
  1154.             'App\\Repository\\EmailTraceRepository' => '?',
  1155.             'App\\Repository\\GoCardlessAccountRepository' => '?',
  1156.             'App\\Repository\\GoCardlessEventRepository' => '?',
  1157.             'App\\Repository\\GoCardlessMandateRepository' => '?',
  1158.             'App\\Repository\\InvoiceRepository' => '?',
  1159.             'App\\Repository\\InvoiceRequestRepository' => '?',
  1160.             'App\\Repository\\OrganizationContactRepository' => '?',
  1161.             'App\\Repository\\OrganizationRepository' => '?',
  1162.             'App\\Repository\\PaymentRepository' => '?',
  1163.             'App\\Repository\\PaymentRequestEventRepository' => '?',
  1164.             'App\\Repository\\ProcedureClaimRepository' => '?',
  1165.             'App\\Repository\\ProcedureQueueRepository' => '?',
  1166.             'App\\Repository\\ProcedureRepository' => '?',
  1167.             'App\\Repository\\ProcedureStepEventRepository' => '?',
  1168.             'App\\Repository\\ProcedureStepJobRepository' => '?',
  1169.             'App\\Repository\\ProcedureStepMessageRepository' => '?',
  1170.             'App\\Repository\\ProcedureStepRepository' => '?',
  1171.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1172.             'App\\Repository\\SecurityQuestionsRepository' => '?',
  1173.             'App\\Repository\\StepRepository' => '?',
  1174.             'App\\Repository\\StripeAccountRepository' => '?',
  1175.             'App\\Repository\\UserRepository' => '?',
  1176.             'App\\Repository\\WorkflowCategoryRepository' => '?',
  1177.             'App\\Repository\\WorkflowRepository' => '?',
  1178.         ])));
  1179.         $a->addCustomDatetimeFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  1180.         $a->addCustomDatetimeFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1181.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1182.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1183.         return $instance;
  1184.     }
  1185.     /**
  1186.      * Gets the public 'error_controller' shared service.
  1187.      *
  1188.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1189.      */
  1190.     protected function getErrorControllerService()
  1191.     {
  1192.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true)));
  1193.     }
  1194.     /**
  1195.      * Gets the public 'event_dispatcher' shared service.
  1196.      *
  1197.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1198.      */
  1199.     protected function getEventDispatcherService()
  1200.     {
  1201.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1202.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1203.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1204.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1205.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1206.         $instance->addListener('security.authentication.failure', [=> function () {
  1207.             return ($this->privates['app.failed_login_listener'] ?? $this->getApp_FailedLoginListenerService());
  1208.         }, => '__invoke'], 0);
  1209.         $instance->addListener('kernel.controller', [=> function () {
  1210.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1211.         }, => 'onKernelController'], 0);
  1212.         $instance->addListener('console.command', [=> function () {
  1213.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  1214.         }, => 'onConsoleCommand'], 1);
  1215.         $instance->addListener('console.error', [=> function () {
  1216.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  1217.         }, => 'onConsoleError'], 128);
  1218.         $instance->addListener('kernel.exception', [=> function () {
  1219.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  1220.         }, => 'onException'], 128);
  1221.         $instance->addListener('kernel.request', [=> function () {
  1222.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1223.         }, => 'onKernelRequest'], 1);
  1224.         $instance->addListener('kernel.controller', [=> function () {
  1225.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1226.         }, => 'onKernelController'], 1);
  1227.         $instance->addListener('kernel.request', [=> function () {
  1228.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  1229.         }, => 'onKernelRequest'], 1);
  1230.         $instance->addListener('kernel.finish_request', [=> function () {
  1231.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  1232.         }, => 'onKernelFinishRequest'], 1);
  1233.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1234.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  1235.         }, => 'onWorkerMessageFailed'], 99);
  1236.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1237.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  1238.         }, => 'onWorkerMessageHandled'], 99);
  1239.         $instance->addListener('App\\Event\\ConnectorSynchronization', [=> function () {
  1240.             return ($this->privates['App\\EventSubscriber\\ConnectorSynchronizationSubscriber'] ?? $this->getConnectorSynchronizationSubscriberService());
  1241.         }, => 'onSynchronizing'], 0);
  1242.         $instance->addListener('App\\Event\\CustomerWorkflowChangedEvent', [=> function () {
  1243.             return ($this->privates['App\\EventSubscriber\\CustomerWorkflowChangedSubscriber'] ?? $this->getCustomerWorkflowChangedSubscriberService());
  1244.         }, => 'onWorkflowChanged'], 0);
  1245.         $instance->addListener('App\\Event\\EmptyInvoiceContactEvent', [=> function () {
  1246.             return ($this->privates['App\\EventSubscriber\\EmptyInvoiceContactSubscriber'] ?? $this->getEmptyInvoiceContactSubscriberService());
  1247.         }, => 'onEmptyInvoiceContact'], 0);
  1248.         $instance->addListener('App\\Event\\GoCardlessMandateEvent', [=> function () {
  1249.             return ($this->privates['App\\EventSubscriber\\GoCardlessMandateSubscriber'] ?? $this->getGoCardlessMandateSubscriberService());
  1250.         }, => 'onMandate'], 0);
  1251.         $instance->addListener('App\\Event\\InvoicePaymentEvent', [=> function () {
  1252.             return ($this->privates['App\\EventSubscriber\\InvoicePaymentSubscriber'] ?? $this->getInvoicePaymentSubscriberService());
  1253.         }, => 'onPayment'], 0);
  1254.         $instance->addListener('kernel.request', [=> function () {
  1255.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber()));
  1256.         }, => 'onKernelRequest'], 20);
  1257.         $instance->addListener('PROCEDURE_ON_DISPATCH', [=> function () {
  1258.             return ($this->privates['App\\EventSubscriber\\Procedure\\ProcedureDispatchSubscriber'] ?? $this->getProcedureDispatchSubscriberService());
  1259.         }, => 'onProcedureDispatch'], 0);
  1260.         $instance->addListener('PROCEDURE_BEFORE_DISPATCH', [=> function () {
  1261.             return ($this->privates['App\\EventSubscriber\\Procedure\\ProcedureDispatchSubscriber'] ?? $this->getProcedureDispatchSubscriberService());
  1262.         }, => 'onProcedureBeforeDispatch'], 0);
  1263.         $instance->addListener('PROCEDURE_ON_DISPATCH', [=> function () {
  1264.             return ($this->privates['App\\EventSubscriber\\Procedure\\ProcedureProcessingSubscriber'] ?? $this->getProcedureProcessingSubscriberService());
  1265.         }, => 'onProcedureBeforeDispatch'], 10);
  1266.         $instance->addListener('PROCEDURE_AFTER_DISPATCH', [=> function () {
  1267.             return ($this->privates['App\\EventSubscriber\\Procedure\\ProcedureProcessingSubscriber'] ?? $this->getProcedureProcessingSubscriberService());
  1268.         }, => 'onProcedureAfterDispatch'], 10);
  1269.         $instance->addListener('PROCEDURE_CLAIM_AFTER_CREATE', [=> function () {
  1270.             return ($this->privates['App\\EventSubscriber\\ProcedureClaimSubscriber'] ?? $this->getProcedureClaimSubscriberService());
  1271.         }, => 'onAfterCreate'], 0);
  1272.         $instance->addListener('PROCEDURE_CLOSED', [=> function () {
  1273.             return ($this->privates['App\\EventSubscriber\\ProcedureClosedSubscriber'] ?? $this->getProcedureClosedSubscriberService());
  1274.         }, => 'onProcedureClosed'], 0);
  1275.         $instance->addListener('PROCEDURE_INVOICE_PAID', [=> function () {
  1276.             return ($this->privates['App\\EventSubscriber\\ProcedureInvoicePaidSubscriber'] ?? $this->getProcedureInvoicePaidSubscriberService());
  1277.         }, => 'onInvoicePaid'], 0);
  1278.         $instance->addListener('App\\Event\\ProcedureResumeRemindEvent', [=> function () {
  1279.             return ($this->privates['App\\EventSubscriber\\ProcedureResumeRemindSubscriber'] ?? $this->getProcedureResumeRemindSubscriberService());
  1280.         }, => 'onResumeRemind'], 0);
  1281.         $instance->addListener('App\\Event\\ProcedureStepNotificationMethodEvent', [=> function () {
  1282.             return ($this->privates['App\\EventSubscriber\\ProcedureStepNotificationMethodSubscriber'] ?? $this->getProcedureStepNotificationMethodSubscriberService());
  1283.         }, => 'onNotificationMethod'], 0);
  1284.         $instance->addListener('kernel.request', [=> function () {
  1285.             return ($this->privates['App\\EventSubscriber\\SessionIdleSubscriber'] ?? $this->getSessionIdleSubscriberService());
  1286.         }, => 'onKernelRequest'], 1);
  1287.         $instance->addListener('security.interactive_login', [=> function () {
  1288.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  1289.         }, => 'onInteractiveLogin'], 0);
  1290.         $instance->addListener('procedure_queue_close', [=> function () {
  1291.             return ($this->privates['App\\Queue\\ProcedureQueueSubscriber'] ?? $this->getProcedureQueueSubscriberService());
  1292.         }, => 'onClose'], 0);
  1293.         $instance->addListener('kernel.response', [=> function () {
  1294.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1295.         }, => 'onKernelResponse'], 0);
  1296.         $instance->addListener('kernel.response', [=> function () {
  1297.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1298.         }, => 'onKernelResponse'], -1024);
  1299.         $instance->addListener('kernel.request', [=> function () {
  1300.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1301.         }, => 'setDefaultLocale'], 100);
  1302.         $instance->addListener('kernel.request', [=> function () {
  1303.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1304.         }, => 'onKernelRequest'], 16);
  1305.         $instance->addListener('kernel.finish_request', [=> function () {
  1306.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1307.         }, => 'onKernelFinishRequest'], 0);
  1308.         $instance->addListener('kernel.request', [=> function () {
  1309.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1310.         }, => 'onKernelRequest'], 256);
  1311.         $instance->addListener('kernel.request', [=> function () {
  1312.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1313.         }, => 'resolveControllerName'], 24);
  1314.         $instance->addListener('kernel.response', [=> function () {
  1315.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1316.         }, => 'onResponse'], -255);
  1317.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1318.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1319.         }, => 'onControllerArguments'], 0);
  1320.         $instance->addListener('kernel.exception', [=> function () {
  1321.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1322.         }, => 'logKernelException'], 0);
  1323.         $instance->addListener('kernel.exception', [=> function () {
  1324.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1325.         }, => 'onKernelException'], -128);
  1326.         $instance->addListener('kernel.request', [=> function () {
  1327.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1328.         }, => 'onKernelRequest'], 15);
  1329.         $instance->addListener('kernel.finish_request', [=> function () {
  1330.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1331.         }, => 'onKernelFinishRequest'], -15);
  1332.         $instance->addListener('console.error', [=> function () {
  1333.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1334.         }, => 'onConsoleError'], -128);
  1335.         $instance->addListener('console.terminate', [=> function () {
  1336.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1337.         }, => 'onConsoleTerminate'], -128);
  1338.         $instance->addListener('console.error', [=> function () {
  1339.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1340.         }, => 'onConsoleError'], 0);
  1341.         $instance->addListener('kernel.request', [=> function () {
  1342.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1343.         }, => 'onKernelRequest'], 128);
  1344.         $instance->addListener('kernel.response', [=> function () {
  1345.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1346.         }, => 'onKernelResponse'], -1000);
  1347.         $instance->addListener('kernel.finish_request', [=> function () {
  1348.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1349.         }, => 'onFinishRequest'], 0);
  1350.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1351.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1352.         }, => 'onMessageFailed'], 100);
  1353.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1354.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1355.         }, => 'onWorkerRunning'], 100);
  1356.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1357.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1358.         }, => 'onWorkerStarted'], 0);
  1359.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1360.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1361.         }, => 'onWorkerRunning'], 0);
  1362.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1363.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener()));
  1364.         }, => 'onWorkerStarted'], 100);
  1365.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1366.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1367.         }, => 'onMessage'], -255);
  1368.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1369.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1370.         }, => 'onMessage'], -255);
  1371.         $instance->addListener('kernel.response', [=> function () {
  1372.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1373.         }, => 'onKernelResponse'], -100);
  1374.         $instance->addListener('kernel.exception', [=> function () {
  1375.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1376.         }, => 'onKernelException'], 0);
  1377.         $instance->addListener('kernel.terminate', [=> function () {
  1378.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1379.         }, => 'onKernelTerminate'], -1024);
  1380.         $instance->addListener('kernel.controller', [=> function () {
  1381.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1382.         }, => 'onKernelController'], 0);
  1383.         $instance->addListener('kernel.response', [=> function () {
  1384.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1385.         }, => 'onKernelResponse'], 0);
  1386.         $instance->addListener('kernel.request', [=> function () {
  1387.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1388.         }, => 'configure'], 2048);
  1389.         $instance->addListener('console.command', [=> function () {
  1390.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1391.         }, => 'configure'], 2048);
  1392.         $instance->addListener('kernel.request', [=> function () {
  1393.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1394.         }, => 'onKernelRequest'], 32);
  1395.         $instance->addListener('kernel.finish_request', [=> function () {
  1396.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1397.         }, => 'onKernelFinishRequest'], 0);
  1398.         $instance->addListener('kernel.exception', [=> function () {
  1399.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1400.         }, => 'onKernelException'], -64);
  1401.         $instance->addListener('kernel.controller', [=> function () {
  1402.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1403.         }, => 'onKernelController'], 0);
  1404.         $instance->addListener('kernel.controller', [=> function () {
  1405.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1406.         }, => 'onKernelController'], 0);
  1407.         $instance->addListener('kernel.controller', [=> function () {
  1408.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1409.         }, => 'onKernelController'], -128);
  1410.         $instance->addListener('kernel.view', [=> function () {
  1411.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1412.         }, => 'onKernelView'], 0);
  1413.         $instance->addListener('kernel.controller', [=> function () {
  1414.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1415.         }, => 'onKernelController'], 0);
  1416.         $instance->addListener('kernel.response', [=> function () {
  1417.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1418.         }, => 'onKernelResponse'], 0);
  1419.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1420.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1421.         }, => 'onKernelControllerArguments'], 0);
  1422.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1423.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1424.         }, => 'onKernelControllerArguments'], 0);
  1425.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1426.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1427.         }, => 'onWorkerMessageHandled'], 0);
  1428.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1429.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1430.         }, => 'onWorkerMessageFailed'], 0);
  1431.         $instance->addListener('kernel.response', [=> function () {
  1432.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1433.         }, => 'onKernelResponse'], 0);
  1434.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1435.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1436.         }, => 'onVoterVote'], 0);
  1437.         $instance->addListener('kernel.request', [=> function () {
  1438.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1439.         }, => 'configureLogoutUrlGenerator'], 8);
  1440.         $instance->addListener('kernel.request', [=> function () {
  1441.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1442.         }, => 'onKernelRequest'], 8);
  1443.         $instance->addListener('kernel.finish_request', [=> function () {
  1444.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1445.         }, => 'onKernelFinishRequest'], 0);
  1446.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1447.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1448.         }, => 'onMessage'], 0);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1451.         }, => 'onKernelResponse'], -128);
  1452.         $instance->addListener('console.command', [=> function () {
  1453.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1454.         }, => 'onCommand'], 255);
  1455.         $instance->addListener('console.terminate', [=> function () {
  1456.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1457.         }, => 'onTerminate'], -255);
  1458.         $instance->addListener('console.command', [=> function () {
  1459.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1460.         }, => 'configure'], 1024);
  1461.         $instance->addListener('console.error', [=> function () {
  1462.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1463.         }, => 'onConsoleError'], 0);
  1464.         $instance->addListener('console.terminate', [=> function () {
  1465.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1466.         }, => 'onConsoleTerminate'], 0);
  1467.         return $instance;
  1468.     }
  1469.     /**
  1470.      * Gets the public 'filesystem' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\Filesystem\Filesystem
  1473.      */
  1474.     protected function getFilesystemService()
  1475.     {
  1476.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1477.     }
  1478.     /**
  1479.      * Gets the public 'form.factory' shared service.
  1480.      *
  1481.      * @return \Symfony\Component\Form\FormFactory
  1482.      */
  1483.     protected function getForm_FactoryService()
  1484.     {
  1485.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1486.     }
  1487.     /**
  1488.      * Gets the public 'form.type.file' shared service.
  1489.      *
  1490.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1491.      */
  1492.     protected function getForm_Type_FileService()
  1493.     {
  1494.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'http_kernel' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1500.      */
  1501.     protected function getHttpKernelService()
  1502.     {
  1503.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1504.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1505.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1506.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1507.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1508.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1509.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1510.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1511.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1512.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1513.         }, 8)), $a));
  1514.     }
  1515.     /**
  1516.      * Gets the public 'jms_serializer' shared service.
  1517.      *
  1518.      * @return \JMS\Serializer\Serializer
  1519.      */
  1520.     protected function getJmsSerializerService()
  1521.     {
  1522.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1523.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  1524.         ], [
  1525.             'metadata_driver' => '?',
  1526.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1527.         $a->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  1528.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1529.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  1530.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  1531.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  1532.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  1533.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  1534.         ], [
  1535.             'jms_serializer.array_collection_handler' => '?',
  1536.             'jms_serializer.constraint_violation_handler' => '?',
  1537.             'jms_serializer.datetime_handler' => '?',
  1538.             'jms_serializer.form_error_handler' => '?',
  1539.             'jms_serializer.iterator_handler' => '?',
  1540.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  1541.         $c = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  1542.         $d = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1543.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  1544.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  1545.         ], [
  1546.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1547.             'jms_serializer.stopwatch_subscriber' => '?',
  1548.         ]));
  1549.         $d->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  1550.         $e = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1551.         $e->setOptions(1216);
  1552.         $f = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1553.         $f->setFormatOutput(true);
  1554.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1555.         $g->setOptions(0);
  1556.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $c$dNULL), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$c$dNULL)], ['json' => $e'xml' => $f], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? $this->getJmsSerializer_SerializationContextFactoryService()), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1557.     }
  1558.     /**
  1559.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1560.      *
  1561.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1562.      */
  1563.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1564.     {
  1565.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1566.     }
  1567.     /**
  1568.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  1569.      *
  1570.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  1571.      */
  1572.     protected function getJmsSerializer_MetadataDriverService()
  1573.     {
  1574.         $a = new \Metadata\Driver\FileLocator([]);
  1575.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  1576.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  1577.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  1578.     }
  1579.     /**
  1580.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1581.      *
  1582.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1583.      */
  1584.     protected function getJmsSerializer_SerializationContextFactoryService()
  1585.     {
  1586.         $this->services['jms_serializer.serialization_context_factory'] = $instance = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1587.         $instance->setSerializeNulls(true);
  1588.         return $instance;
  1589.     }
  1590.     /**
  1591.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  1592.      *
  1593.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  1594.      */
  1595.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  1596.     {
  1597.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1598.     }
  1599.     /**
  1600.      * Gets the public 'kilik_table' shared service.
  1601.      *
  1602.      * @return \Kilik\TableBundle\Services\TableService
  1603.      */
  1604.     protected function getKilikTableService()
  1605.     {
  1606.         return $this->services['kilik_table'] = new \Kilik\TableBundle\Services\TableService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  1607.     }
  1608.     /**
  1609.      * Gets the public 'kilik_table_api' shared service.
  1610.      *
  1611.      * @return \Kilik\TableBundle\Services\TableApiService
  1612.      */
  1613.     protected function getKilikTableApiService()
  1614.     {
  1615.         return $this->services['kilik_table_api'] = new \Kilik\TableBundle\Services\TableApiService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  1616.     }
  1617.     /**
  1618.      * Gets the public 'message_bus' shared service.
  1619.      *
  1620.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1621.      */
  1622.     protected function getMessageBusService()
  1623.     {
  1624.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1625.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1626.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1627.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1628.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1629.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1630.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1631.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1632.         }, 7)));
  1633.     }
  1634.     /**
  1635.      * Gets the public 'profiler' shared service.
  1636.      *
  1637.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1638.      */
  1639.     protected function getProfilerService()
  1640.     {
  1641.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1642.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1643.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1644.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1645.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1646.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1647.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1648.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1649.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1650.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1651.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1652.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1653.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1654.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1655.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1656.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1657.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1658.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1659.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1660.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1661.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1662.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1663.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1664.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1665.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1666.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1667.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1668.         if ($this->has('kernel')) {
  1669.             $h->setKernel($b);
  1670.         }
  1671.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1672.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1673.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1674.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1675.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1676.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1677.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1678.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1679.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1680.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1681.         $instance->add($d);
  1682.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1683.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1684.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1685.         $instance->add($e);
  1686.         $instance->add($f);
  1687.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1688.         $instance->add($g);
  1689.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1690.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1691.         $instance->add($h);
  1692.         return $instance;
  1693.     }
  1694.     /**
  1695.      * Gets the public 'request_stack' shared service.
  1696.      *
  1697.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1698.      */
  1699.     protected function getRequestStackService()
  1700.     {
  1701.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1702.     }
  1703.     /**
  1704.      * Gets the public 'router' shared service.
  1705.      *
  1706.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1707.      */
  1708.     protected function getRouterService()
  1709.     {
  1710.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1711.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1712.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1713.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1714.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1715.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1716.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1717.         ], [
  1718.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1719.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1720.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1721.         return $instance;
  1722.     }
  1723.     /**
  1724.      * Gets the public 'routing.loader' shared service.
  1725.      *
  1726.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1727.      */
  1728.     protected function getRouting_LoaderService()
  1729.     {
  1730.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1731.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1732.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1733.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1734.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1735.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1736.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1737.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1738.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1739.             'kernel' => ['services''kernel''getKernelService'false],
  1740.         ], [
  1741.             'kernel' => 'App\\Kernel',
  1742.         ]))));
  1743.         $a->addLoader($c);
  1744.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1745.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1746.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1747.     }
  1748.     /**
  1749.      * Gets the public 'security.authentication_utils' shared service.
  1750.      *
  1751.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1752.      */
  1753.     protected function getSecurity_AuthenticationUtilsService()
  1754.     {
  1755.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1756.     }
  1757.     /**
  1758.      * Gets the public 'security.authorization_checker' shared service.
  1759.      *
  1760.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1761.      */
  1762.     protected function getSecurity_AuthorizationCheckerService()
  1763.     {
  1764.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1765.     }
  1766.     /**
  1767.      * Gets the public 'security.csrf.token_manager' shared service.
  1768.      *
  1769.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1770.      */
  1771.     protected function getSecurity_Csrf_TokenManagerService()
  1772.     {
  1773.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1774.     }
  1775.     /**
  1776.      * Gets the public 'security.password_encoder' shared service.
  1777.      *
  1778.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1779.      */
  1780.     protected function getSecurity_PasswordEncoderService()
  1781.     {
  1782.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1783.     }
  1784.     /**
  1785.      * Gets the public 'security.token_storage' shared service.
  1786.      *
  1787.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1788.      */
  1789.     protected function getSecurity_TokenStorageService()
  1790.     {
  1791.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1792.             'session' => ['services''session''getSessionService'false],
  1793.         ], [
  1794.             'session' => '?',
  1795.         ]));
  1796.     }
  1797.     /**
  1798.      * Gets the public 'services_resetter' shared service.
  1799.      *
  1800.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1801.      */
  1802.     protected function getServicesResetterService()
  1803.     {
  1804.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1805.             if (isset($this->services['cache.app'])) {
  1806.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1807.             }
  1808.             if (isset($this->services['cache.system'])) {
  1809.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1810.             }
  1811.             if (isset($this->privates['cache.validator'])) {
  1812.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1813.             }
  1814.             if (isset($this->privates['cache.serializer'])) {
  1815.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1816.             }
  1817.             if (isset($this->privates['cache.annotations'])) {
  1818.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1819.             }
  1820.             if (isset($this->privates['cache.property_info'])) {
  1821.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1822.             }
  1823.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1824.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1825.             }
  1826.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1827.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1828.             }
  1829.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  1830.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  1831.             }
  1832.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1833.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1834.             }
  1835.             if (isset($this->services['profiler'])) {
  1836.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1837.             }
  1838.             if (isset($this->services['validator'])) {
  1839.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1840.             }
  1841.             if (isset($this->privates['debug.stopwatch'])) {
  1842.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1843.             }
  1844.             if (isset($this->services['event_dispatcher'])) {
  1845.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1846.             }
  1847.             if (isset($this->services['doctrine'])) {
  1848.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1849.             }
  1850.             if (isset($this->privates['form.type.entity'])) {
  1851.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1852.             }
  1853.             if (isset($this->services['security.token_storage'])) {
  1854.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1855.             }
  1856.             if (isset($this->privates['cache.security_expression_language'])) {
  1857.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1858.             }
  1859.             if (isset($this->privates['monolog.handler.main'])) {
  1860.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1861.             }
  1862.             if (isset($this->privates['monolog.handler.console'])) {
  1863.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1864.             }
  1865.         }, function () {
  1866.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console']));
  1867.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset']]);
  1868.     }
  1869.     /**
  1870.      * Gets the public 'session' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1873.      */
  1874.     protected function getSessionService()
  1875.     {
  1876.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1877.     }
  1878.     /**
  1879.      * Gets the public 'translator' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1882.      */
  1883.     protected function getTranslatorService()
  1884.     {
  1885.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1886.     }
  1887.     /**
  1888.      * Gets the public 'twig' shared service.
  1889.      *
  1890.      * @return \Twig\Environment
  1891.      */
  1892.     protected function getTwigService()
  1893.     {
  1894.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1896.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1897.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1898.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1899.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1900.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1901.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1903.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1904.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1905.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1906.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1907.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1908.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1909.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1910.         $a->addPath((\dirname(__DIR__4).'/vendor/kilik/table/Resources/views'), 'KilikTable');
  1911.         $a->addPath((\dirname(__DIR__4).'/vendor/kilik/table/Resources/views'), '!KilikTable');
  1912.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1913.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1914.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1916.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1917.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1918.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1919.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1920.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1921.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1922.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1923.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1924.         $g->setEnvironment('dev');
  1925.         $g->setDebug(true);
  1926.         if ($this->has('security.token_storage')) {
  1927.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1928.         }
  1929.         if ($this->has('request_stack')) {
  1930.             $g->setRequestStack($d);
  1931.         }
  1932.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1936.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1937.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1938.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  1939.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1947.         $instance->addExtension(new \App\Twig\InstanceOfExtension());
  1948.         $instance->addExtension(($this->privates['App\\Twig\\MoneyExtension'] ?? ($this->privates['App\\Twig\\MoneyExtension'] = new \App\Twig\MoneyExtension())));
  1949.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  1950.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1951.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1952.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1953.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1954.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  1955.         $instance->addGlobal('app'$g);
  1956.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1957.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1958.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1959.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1960.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1961.         ], [
  1962.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1963.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1964.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1965.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1966.         ])));
  1967.         $instance->addGlobal('stripe_pk'$this->getEnv('STRIPE_PUBLIC_KEY'));
  1968.         $instance->addGlobal('sentryDSN'$this->getEnv('SENTRY_DSN'));
  1969.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  1970.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  1971.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1972.         return $instance;
  1973.     }
  1974.     /**
  1975.      * Gets the public 'twig.controller.exception' shared service.
  1976.      *
  1977.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1978.      *
  1979.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1980.      */
  1981.     protected function getTwig_Controller_ExceptionService()
  1982.     {
  1983.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1984.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1985.     }
  1986.     /**
  1987.      * Gets the public 'twig.controller.preview_error' shared service.
  1988.      *
  1989.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1990.      *
  1991.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1992.      */
  1993.     protected function getTwig_Controller_PreviewErrorService()
  1994.     {
  1995.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1996.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1997.     }
  1998.     /**
  1999.      * Gets the public 'validator' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2002.      */
  2003.     protected function getValidatorService()
  2004.     {
  2005.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2006.     }
  2007.     /**
  2008.      * Gets the public 'var_dumper.cloner' shared service.
  2009.      *
  2010.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2011.      */
  2012.     protected function getVarDumper_ClonerService()
  2013.     {
  2014.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2015.         $instance->setMaxItems(2500);
  2016.         $instance->setMinDepth(1);
  2017.         $instance->setMaxString(-1);
  2018.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2019.         return $instance;
  2020.     }
  2021.     /**
  2022.      * Gets the public 'vich_uploader.download_handler' shared service.
  2023.      *
  2024.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2025.      */
  2026.     protected function getVichUploader_DownloadHandlerService()
  2027.     {
  2028.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2029.     }
  2030.     /**
  2031.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2032.      *
  2033.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2034.      */
  2035.     protected function getVichUploader_Form_Type_FileService()
  2036.     {
  2037.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2038.     }
  2039.     /**
  2040.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2041.      *
  2042.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2043.      */
  2044.     protected function getVichUploader_Form_Type_ImageService()
  2045.     {
  2046.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
  2047.     }
  2048.     /**
  2049.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2050.      *
  2051.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2052.      */
  2053.     protected function getVichUploader_UploadHandlerService()
  2054.     {
  2055.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2056.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2057.     }
  2058.     /**
  2059.      * Gets the public 'web_profiler.controller.exception' shared service.
  2060.      *
  2061.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2062.      *
  2063.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2064.      */
  2065.     protected function getWebProfiler_Controller_ExceptionService()
  2066.     {
  2067.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2068.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2069.     }
  2070.     /**
  2071.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2072.      *
  2073.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2074.      */
  2075.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2076.     {
  2077.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2078.     }
  2079.     /**
  2080.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2081.      *
  2082.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2083.      */
  2084.     protected function getWebProfiler_Controller_ProfilerService()
  2085.     {
  2086.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2087.     }
  2088.     /**
  2089.      * Gets the public 'web_profiler.controller.router' shared service.
  2090.      *
  2091.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2092.      */
  2093.     protected function getWebProfiler_Controller_RouterService()
  2094.     {
  2095.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2096.             return new \EmptyIterator();
  2097.         }, 0));
  2098.     }
  2099.     /**
  2100.      * Gets the private '.debug.http_client' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2103.      */
  2104.     protected function get_Debug_HttpClientService()
  2105.     {
  2106.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2107.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2108.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2109.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2110.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2111.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2112.         $a->setLogger($b);
  2113.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2114.     }
  2115.     /**
  2116.      * Gets the private '.errored..service_locator.01oqEnj.App\Entity\Workflow' shared service.
  2117.      *
  2118.      * @return \App\Entity\Workflow
  2119.      */
  2120.     protected function getWorkflowService()
  2121.     {
  2122.         $this->throw('Cannot autowire service ".service_locator.01oqEnj": it references class "App\\Entity\\Workflow" but no such service exists.');
  2123.     }
  2124.     /**
  2125.      * Gets the private '.errored..service_locator.01oqEnj.App\Entity\WorkflowCategory' shared service.
  2126.      *
  2127.      * @return \App\Entity\WorkflowCategory
  2128.      */
  2129.     protected function getWorkflowCategoryService()
  2130.     {
  2131.         $this->throw('Cannot autowire service ".service_locator.01oqEnj": it references class "App\\Entity\\WorkflowCategory" but no such service exists.');
  2132.     }
  2133.     /**
  2134.      * Gets the private '.errored..service_locator.0BMNSIM.App\Entity\InvoiceRequest' shared service.
  2135.      *
  2136.      * @return \App\Entity\InvoiceRequest
  2137.      */
  2138.     protected function getInvoiceRequestService()
  2139.     {
  2140.         $this->throw('Cannot autowire service ".service_locator.0BMNSIM": it references class "App\\Entity\\InvoiceRequest" but no such service exists.');
  2141.     }
  2142.     /**
  2143.      * Gets the private '.errored..service_locator.0f5rXnI.App\Entity\WorkflowCategory' shared service.
  2144.      *
  2145.      * @return \App\Entity\WorkflowCategory
  2146.      */
  2147.     protected function getWorkflowCategory2Service()
  2148.     {
  2149.         $this->throw('Cannot autowire service ".service_locator.0f5rXnI": it references class "App\\Entity\\WorkflowCategory" but no such service exists.');
  2150.     }
  2151.     /**
  2152.      * Gets the private '.errored..service_locator.0iUl0Wo.App\Entity\User' shared service.
  2153.      *
  2154.      * @return \App\Entity\User
  2155.      */
  2156.     protected function getUserService()
  2157.     {
  2158.         $this->throw('Cannot autowire service ".service_locator.0iUl0Wo": it references class "App\\Entity\\User" but no such service exists.');
  2159.     }
  2160.     /**
  2161.      * Gets the private '.errored..service_locator.0mBb_P8.App\Entity\Procedure' shared service.
  2162.      *
  2163.      * @return \App\Entity\Procedure
  2164.      */
  2165.     protected function getProcedureService()
  2166.     {
  2167.         $this->throw('Cannot autowire service ".service_locator.0mBb_P8": it references class "App\\Entity\\Procedure" but no such service exists.');
  2168.     }
  2169.     /**
  2170.      * Gets the private '.errored..service_locator.2gBdjhy.App\Entity\Procedure' shared service.
  2171.      *
  2172.      * @return \App\Entity\Procedure
  2173.      */
  2174.     protected function getProcedure2Service()
  2175.     {
  2176.         $this->throw('Cannot autowire service ".service_locator.2gBdjhy": it references class "App\\Entity\\Procedure" but no such service exists.');
  2177.     }
  2178.     /**
  2179.      * Gets the private '.errored..service_locator.3KFuFQx.App\Entity\Organization' shared service.
  2180.      *
  2181.      * @return \App\Entity\Organization
  2182.      */
  2183.     protected function getOrganizationService()
  2184.     {
  2185.         $this->throw('Cannot autowire service ".service_locator.3KFuFQx": it references class "App\\Entity\\Organization" but no such service exists.');
  2186.     }
  2187.     /**
  2188.      * Gets the private '.errored..service_locator.3TRmcqf.App\Entity\Organization' shared service.
  2189.      *
  2190.      * @return \App\Entity\Organization
  2191.      */
  2192.     protected function getOrganization2Service()
  2193.     {
  2194.         $this->throw('Cannot autowire service ".service_locator.3TRmcqf": it references class "App\\Entity\\Organization" but no such service exists.');
  2195.     }
  2196.     /**
  2197.      * Gets the private '.errored..service_locator.5.Ad9HY.App\Entity\Document' shared service.
  2198.      *
  2199.      * @return \App\Entity\Document
  2200.      */
  2201.     protected function getDocumentService()
  2202.     {
  2203.         $this->throw('Cannot autowire service ".service_locator.5.Ad9HY": it references class "App\\Entity\\Document" but no such service exists.');
  2204.     }
  2205.     /**
  2206.      * Gets the private '.errored..service_locator.5.Ad9HY.App\Entity\Invoice' shared service.
  2207.      *
  2208.      * @return \App\Entity\Invoice
  2209.      */
  2210.     protected function getInvoiceService()
  2211.     {
  2212.         $this->throw('Cannot autowire service ".service_locator.5.Ad9HY": it references class "App\\Entity\\Invoice" but no such service exists.');
  2213.     }
  2214.     /**
  2215.      * Gets the private '.errored..service_locator.6rcYVcr.App\Entity\Step' shared service.
  2216.      *
  2217.      * @return \App\Entity\Step
  2218.      */
  2219.     protected function getStepService()
  2220.     {
  2221.         $this->throw('Cannot autowire service ".service_locator.6rcYVcr": it references class "App\\Entity\\Step" but no such service exists.');
  2222.     }
  2223.     /**
  2224.      * Gets the private '.errored..service_locator.8bKo8F..App\Entity\Procedure' shared service.
  2225.      *
  2226.      * @return \App\Entity\Procedure
  2227.      */
  2228.     protected function getProcedure3Service()
  2229.     {
  2230.         $this->throw('Cannot autowire service ".service_locator.8bKo8F.": it references class "App\\Entity\\Procedure" but no such service exists.');
  2231.     }
  2232.     /**
  2233.      * Gets the private '.errored..service_locator.8qFGxja.App\Entity\Invoice' shared service.
  2234.      *
  2235.      * @return \App\Entity\Invoice
  2236.      */
  2237.     protected function getInvoice2Service()
  2238.     {
  2239.         $this->throw('Cannot autowire service ".service_locator.8qFGxja": it references class "App\\Entity\\Invoice" but no such service exists.');
  2240.     }
  2241.     /**
  2242.      * Gets the private '.errored..service_locator.B3GzpQ1.App\Entity\User' shared service.
  2243.      *
  2244.      * @return \App\Entity\User
  2245.      */
  2246.     protected function getUser2Service()
  2247.     {
  2248.         $this->throw('Cannot autowire service ".service_locator.B3GzpQ1": it references class "App\\Entity\\User" but no such service exists.');
  2249.     }
  2250.     /**
  2251.      * Gets the private '.errored..service_locator.E6UIMk6.App\Entity\User' shared service.
  2252.      *
  2253.      * @return \App\Entity\User
  2254.      */
  2255.     protected function getUser3Service()
  2256.     {
  2257.         $this->throw('Cannot autowire service ".service_locator.E6UIMk6": it references class "App\\Entity\\User" but no such service exists.');
  2258.     }
  2259.     /**
  2260.      * Gets the private '.errored..service_locator.FhFevzw.App\Entity\Organization' shared service.
  2261.      *
  2262.      * @return \App\Entity\Organization
  2263.      */
  2264.     protected function getOrganization3Service()
  2265.     {
  2266.         $this->throw('Cannot autowire service ".service_locator.FhFevzw": it references class "App\\Entity\\Organization" but no such service exists.');
  2267.     }
  2268.     /**
  2269.      * Gets the private '.errored..service_locator.QnVo3n7.App\Entity\Workflow' shared service.
  2270.      *
  2271.      * @return \App\Entity\Workflow
  2272.      */
  2273.     protected function getWorkflow2Service()
  2274.     {
  2275.         $this->throw('Cannot autowire service ".service_locator.QnVo3n7": it references class "App\\Entity\\Workflow" but no such service exists.');
  2276.     }
  2277.     /**
  2278.      * Gets the private '.errored..service_locator.S18yzpa.App\Entity\Organization' shared service.
  2279.      *
  2280.      * @return \App\Entity\Organization
  2281.      */
  2282.     protected function getOrganization4Service()
  2283.     {
  2284.         $this->throw('Cannot autowire service ".service_locator.S18yzpa": it references class "App\\Entity\\Organization" but no such service exists.');
  2285.     }
  2286.     /**
  2287.      * Gets the private '.errored..service_locator.S18yzpa.App\Entity\User' shared service.
  2288.      *
  2289.      * @return \App\Entity\User
  2290.      */
  2291.     protected function getUser4Service()
  2292.     {
  2293.         $this->throw('Cannot autowire service ".service_locator.S18yzpa": it references class "App\\Entity\\User" but no such service exists.');
  2294.     }
  2295.     /**
  2296.      * Gets the private '.errored..service_locator.S1DZVUv.App\Entity\Payment' shared service.
  2297.      *
  2298.      * @return \App\Entity\Payment
  2299.      */
  2300.     protected function getPaymentService()
  2301.     {
  2302.         $this->throw('Cannot autowire service ".service_locator.S1DZVUv": it references class "App\\Entity\\Payment" but no such service exists.');
  2303.     }
  2304.     /**
  2305.      * Gets the private '.errored..service_locator.TXlLCPQ.App\Entity\Invoice' shared service.
  2306.      *
  2307.      * @return \App\Entity\Invoice
  2308.      */
  2309.     protected function getInvoice3Service()
  2310.     {
  2311.         $this->throw('Cannot autowire service ".service_locator.TXlLCPQ": it references class "App\\Entity\\Invoice" but no such service exists.');
  2312.     }
  2313.     /**
  2314.      * Gets the private '.errored..service_locator.TyzLPKL.App\Entity\Workflow' shared service.
  2315.      *
  2316.      * @return \App\Entity\Workflow
  2317.      */
  2318.     protected function getWorkflow3Service()
  2319.     {
  2320.         $this->throw('Cannot autowire service ".service_locator.TyzLPKL": it references class "App\\Entity\\Workflow" but no such service exists.');
  2321.     }
  2322.     /**
  2323.      * Gets the private '.errored..service_locator.XFUGTmX.App\Entity\Procedure' shared service.
  2324.      *
  2325.      * @return \App\Entity\Procedure
  2326.      */
  2327.     protected function getProcedure4Service()
  2328.     {
  2329.         $this->throw('Cannot autowire service ".service_locator.XFUGTmX": it references class "App\\Entity\\Procedure" but no such service exists.');
  2330.     }
  2331.     /**
  2332.      * Gets the private '.errored..service_locator.ZOWky63.App\Entity\Invoice' shared service.
  2333.      *
  2334.      * @return \App\Entity\Invoice
  2335.      */
  2336.     protected function getInvoice4Service()
  2337.     {
  2338.         $this->throw('Cannot autowire service ".service_locator.ZOWky63": it references class "App\\Entity\\Invoice" but no such service exists.');
  2339.     }
  2340.     /**
  2341.      * Gets the private '.errored..service_locator.Zd.FsmO.App\Entity\Invoice' shared service.
  2342.      *
  2343.      * @return \App\Entity\Invoice
  2344.      */
  2345.     protected function getInvoice5Service()
  2346.     {
  2347.         $this->throw('Cannot autowire service ".service_locator.Zd.FsmO": it references class "App\\Entity\\Invoice" but no such service exists.');
  2348.     }
  2349.     /**
  2350.      * Gets the private '.errored..service_locator._XXkZ2u.App\Entity\Procedure' shared service.
  2351.      *
  2352.      * @return \App\Entity\Procedure
  2353.      */
  2354.     protected function getProcedure5Service()
  2355.     {
  2356.         $this->throw('Cannot autowire service ".service_locator._XXkZ2u": it references class "App\\Entity\\Procedure" but no such service exists.');
  2357.     }
  2358.     /**
  2359.      * Gets the private '.errored..service_locator._a.ziMe.App\Entity\Invoice' shared service.
  2360.      *
  2361.      * @return \App\Entity\Invoice
  2362.      */
  2363.     protected function getInvoice6Service()
  2364.     {
  2365.         $this->throw('Cannot autowire service ".service_locator._a.ziMe": it references class "App\\Entity\\Invoice" but no such service exists.');
  2366.     }
  2367.     /**
  2368.      * Gets the private '.errored..service_locator.a1CJThi.App\Entity\Invoice' shared service.
  2369.      *
  2370.      * @return \App\Entity\Invoice
  2371.      */
  2372.     protected function getInvoice7Service()
  2373.     {
  2374.         $this->throw('Cannot autowire service ".service_locator.a1CJThi": it references class "App\\Entity\\Invoice" but no such service exists.');
  2375.     }
  2376.     /**
  2377.      * Gets the private '.errored..service_locator.b1gRC6_.App\Entity\Document' shared service.
  2378.      *
  2379.      * @return \App\Entity\Document
  2380.      */
  2381.     protected function getDocument2Service()
  2382.     {
  2383.         $this->throw('Cannot autowire service ".service_locator.b1gRC6_": it references class "App\\Entity\\Document" but no such service exists.');
  2384.     }
  2385.     /**
  2386.      * Gets the private '.errored..service_locator.cBPM8ij.App\Entity\InvoiceRequest' shared service.
  2387.      *
  2388.      * @return \App\Entity\InvoiceRequest
  2389.      */
  2390.     protected function getInvoiceRequest2Service()
  2391.     {
  2392.         $this->throw('Cannot autowire service ".service_locator.cBPM8ij": it references class "App\\Entity\\InvoiceRequest" but no such service exists.');
  2393.     }
  2394.     /**
  2395.      * Gets the private '.errored..service_locator.gqppSGy.App\Entity\InvoiceRequest' shared service.
  2396.      *
  2397.      * @return \App\Entity\InvoiceRequest
  2398.      */
  2399.     protected function getInvoiceRequest3Service()
  2400.     {
  2401.         $this->throw('Cannot autowire service ".service_locator.gqppSGy": it references class "App\\Entity\\InvoiceRequest" but no such service exists.');
  2402.     }
  2403.     /**
  2404.      * Gets the private '.errored..service_locator.kEGjQQ9.App\Entity\Procedure' shared service.
  2405.      *
  2406.      * @return \App\Entity\Procedure
  2407.      */
  2408.     protected function getProcedure6Service()
  2409.     {
  2410.         $this->throw('Cannot autowire service ".service_locator.kEGjQQ9": it references class "App\\Entity\\Procedure" but no such service exists.');
  2411.     }
  2412.     /**
  2413.      * Gets the private '.errored..service_locator.lTNGfdo.App\Entity\Invoice' shared service.
  2414.      *
  2415.      * @return \App\Entity\Invoice
  2416.      */
  2417.     protected function getInvoice8Service()
  2418.     {
  2419.         $this->throw('Cannot autowire service ".service_locator.lTNGfdo": it references class "App\\Entity\\Invoice" but no such service exists.');
  2420.     }
  2421.     /**
  2422.      * Gets the private '.errored..service_locator.loOyb4p.App\Entity\Workflow' shared service.
  2423.      *
  2424.      * @return \App\Entity\Workflow
  2425.      */
  2426.     protected function getWorkflow4Service()
  2427.     {
  2428.         $this->throw('Cannot autowire service ".service_locator.loOyb4p": it references class "App\\Entity\\Workflow" but no such service exists.');
  2429.     }
  2430.     /**
  2431.      * Gets the private '.errored..service_locator.mEEbJrs.App\Entity\Invoice' shared service.
  2432.      *
  2433.      * @return \App\Entity\Invoice
  2434.      */
  2435.     protected function getInvoice9Service()
  2436.     {
  2437.         $this->throw('Cannot autowire service ".service_locator.mEEbJrs": it references class "App\\Entity\\Invoice" but no such service exists.');
  2438.     }
  2439.     /**
  2440.      * Gets the private '.errored..service_locator.mssCJk4.App\Entity\User' shared service.
  2441.      *
  2442.      * @return \App\Entity\User
  2443.      */
  2444.     protected function getUser5Service()
  2445.     {
  2446.         $this->throw('Cannot autowire service ".service_locator.mssCJk4": it references class "App\\Entity\\User" but no such service exists.');
  2447.     }
  2448.     /**
  2449.      * Gets the private '.errored..service_locator.n0hXFmh.App\Entity\Workflow' shared service.
  2450.      *
  2451.      * @return \App\Entity\Workflow
  2452.      */
  2453.     protected function getWorkflow5Service()
  2454.     {
  2455.         $this->throw('Cannot autowire service ".service_locator.n0hXFmh": it references class "App\\Entity\\Workflow" but no such service exists.');
  2456.     }
  2457.     /**
  2458.      * Gets the private '.errored..service_locator.nR5O.rz.App\Entity\User' shared service.
  2459.      *
  2460.      * @return \App\Entity\User
  2461.      */
  2462.     protected function getUser6Service()
  2463.     {
  2464.         $this->throw('Cannot autowire service ".service_locator.nR5O.rz": it references class "App\\Entity\\User" but no such service exists.');
  2465.     }
  2466.     /**
  2467.      * Gets the private '.errored..service_locator.odVIvYw.App\Entity\Organization' shared service.
  2468.      *
  2469.      * @return \App\Entity\Organization
  2470.      */
  2471.     protected function getOrganization5Service()
  2472.     {
  2473.         $this->throw('Cannot autowire service ".service_locator.odVIvYw": it references class "App\\Entity\\Organization" but no such service exists.');
  2474.     }
  2475.     /**
  2476.      * Gets the private '.errored..service_locator.oiqubr5.App\Entity\Procedure' shared service.
  2477.      *
  2478.      * @return \App\Entity\Procedure
  2479.      */
  2480.     protected function getProcedure7Service()
  2481.     {
  2482.         $this->throw('Cannot autowire service ".service_locator.oiqubr5": it references class "App\\Entity\\Procedure" but no such service exists.');
  2483.     }
  2484.     /**
  2485.      * Gets the private '.errored..service_locator.ojn2aCn.App\Entity\Procedure' shared service.
  2486.      *
  2487.      * @return \App\Entity\Procedure
  2488.      */
  2489.     protected function getProcedure8Service()
  2490.     {
  2491.         $this->throw('Cannot autowire service ".service_locator.ojn2aCn": it references class "App\\Entity\\Procedure" but no such service exists.');
  2492.     }
  2493.     /**
  2494.      * Gets the private '.errored..service_locator.qI8jXXt.App\Entity\Procedure' shared service.
  2495.      *
  2496.      * @return \App\Entity\Procedure
  2497.      */
  2498.     protected function getProcedure9Service()
  2499.     {
  2500.         $this->throw('Cannot autowire service ".service_locator.qI8jXXt": it references class "App\\Entity\\Procedure" but no such service exists.');
  2501.     }
  2502.     /**
  2503.      * Gets the private '.errored..service_locator.rUTwTL0.App\Entity\Invoice' shared service.
  2504.      *
  2505.      * @return \App\Entity\Invoice
  2506.      */
  2507.     protected function getInvoice10Service()
  2508.     {
  2509.         $this->throw('Cannot autowire service ".service_locator.rUTwTL0": it references class "App\\Entity\\Invoice" but no such service exists.');
  2510.     }
  2511.     /**
  2512.      * Gets the private '.errored..service_locator.tIQ5Q0N.App\Entity\User' shared service.
  2513.      *
  2514.      * @return \App\Entity\User
  2515.      */
  2516.     protected function getUser7Service()
  2517.     {
  2518.         $this->throw('Cannot autowire service ".service_locator.tIQ5Q0N": it references class "App\\Entity\\User" but no such service exists.');
  2519.     }
  2520.     /**
  2521.      * Gets the private '.errored..service_locator.tgyFzy1.App\Entity\Invoice' shared service.
  2522.      *
  2523.      * @return \App\Entity\Invoice
  2524.      */
  2525.     protected function getInvoice11Service()
  2526.     {
  2527.         $this->throw('Cannot autowire service ".service_locator.tgyFzy1": it references class "App\\Entity\\Invoice" but no such service exists.');
  2528.     }
  2529.     /**
  2530.      * Gets the private '.errored..service_locator.unTOgRa.App\Entity\Payment' shared service.
  2531.      *
  2532.      * @return \App\Entity\Payment
  2533.      */
  2534.     protected function getPayment2Service()
  2535.     {
  2536.         $this->throw('Cannot autowire service ".service_locator.unTOgRa": it references class "App\\Entity\\Payment" but no such service exists.');
  2537.     }
  2538.     /**
  2539.      * Gets the private '.errored..service_locator.unpnbxh.App\Entity\Step' shared service.
  2540.      *
  2541.      * @return \App\Entity\Step
  2542.      */
  2543.     protected function getStep2Service()
  2544.     {
  2545.         $this->throw('Cannot autowire service ".service_locator.unpnbxh": it references class "App\\Entity\\Step" but no such service exists.');
  2546.     }
  2547.     /**
  2548.      * Gets the private '.errored..service_locator.vDUvkvl.App\Entity\ProcedureStep' shared service.
  2549.      *
  2550.      * @return \App\Entity\ProcedureStep
  2551.      */
  2552.     protected function getProcedureStepService()
  2553.     {
  2554.         $this->throw('Cannot autowire service ".service_locator.vDUvkvl": it references class "App\\Entity\\ProcedureStep" but no such service exists.');
  2555.     }
  2556.     /**
  2557.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2558.      *
  2559.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2560.      */
  2561.     protected function get_LegacyResolveControllerNameSubscriberService()
  2562.     {
  2563.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2564.     }
  2565.     /**
  2566.      * Gets the private '.messenger.handler_descriptor.TD0KKB6' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2569.      */
  2570.     protected function get_Messenger_HandlerDescriptor_TD0KKB6Service()
  2571.     {
  2572.         return $this->privates['.messenger.handler_descriptor.TD0KKB6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Job\Handler\ProceduresDispatchHandler(($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Repository\\EmailTraceRepository'] ?? $this->getEmailTraceRepositoryService())), []);
  2573.     }
  2574.     /**
  2575.      * Gets the private '.messenger.handler_descriptor.hDRsXDy' shared service.
  2576.      *
  2577.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2578.      */
  2579.     protected function get_Messenger_HandlerDescriptor_HDRsXDyService()
  2580.     {
  2581.         return $this->privates['.messenger.handler_descriptor.hDRsXDy'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Job\Handler\ProcedureSnoozeHandler(($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService())), []);
  2582.     }
  2583.     /**
  2584.      * Gets the private '.messenger.handler_descriptor.jbAtAV5' shared service.
  2585.      *
  2586.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2587.      */
  2588.     protected function get_Messenger_HandlerDescriptor_JbAtAV5Service()
  2589.     {
  2590.         return $this->privates['.messenger.handler_descriptor.jbAtAV5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Job\Handler\Connector\SynchronizeSellsyHandler(($this->privates['App\\Connector\\DriverRegistry'] ?? $this->getDriverRegistryService()), ($this->privates['App\\Repository\\ConnectorRepository'] ?? $this->getConnectorRepositoryService())), []);
  2591.     }
  2592.     /**
  2593.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  2594.      *
  2595.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2596.      */
  2597.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  2598.     {
  2599.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2600.             yield => $this->getMailer_TransportFactory_NullService();
  2601.             yield => $this->getMailer_TransportFactory_SendmailService();
  2602.             yield => $this->getMailer_TransportFactory_SmtpService();
  2603.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  2604.     }
  2605.     /**
  2606.      * Gets the private '.service_locator..CJ_ayL' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2609.      */
  2610.     protected function get_ServiceLocator__CJAyLService()
  2611.     {
  2612.         return $this->privates['.service_locator..CJ_ayL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2613.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2614.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2615.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  2616.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  2617.         ], [
  2618.             'async' => '?',
  2619.             'messenger.transport.async' => '?',
  2620.             'messenger.transport.sync' => '?',
  2621.             'sync' => '?',
  2622.         ]);
  2623.     }
  2624.     /**
  2625.      * Gets the private '.service_locator.01oqEnj' shared service.
  2626.      *
  2627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2628.      */
  2629.     protected function get_ServiceLocator_01oqEnjService()
  2630.     {
  2631.         return $this->privates['.service_locator.01oqEnj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2632.             'category' => ['privates''.errored..service_locator.01oqEnj.App\\Entity\\WorkflowCategory'NULL'Cannot autowire service ".service_locator.01oqEnj": it references class "App\\Entity\\WorkflowCategory" but no such service exists.'],
  2633.             'workflow' => ['privates''.errored..service_locator.01oqEnj.App\\Entity\\Workflow'NULL'Cannot autowire service ".service_locator.01oqEnj": it references class "App\\Entity\\Workflow" but no such service exists.'],
  2634.         ], [
  2635.             'category' => 'App\\Entity\\WorkflowCategory',
  2636.             'workflow' => 'App\\Entity\\Workflow',
  2637.         ]);
  2638.     }
  2639.     /**
  2640.      * Gets the private '.service_locator.0BMNSIM' shared service.
  2641.      *
  2642.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2643.      */
  2644.     protected function get_ServiceLocator_0BMNSIMService()
  2645.     {
  2646.         return $this->privates['.service_locator.0BMNSIM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2647.             'flashBag' => ['privates''session.flash_bag''getSession_FlashBagService'false],
  2648.             'invoiceRequest' => ['privates''.errored..service_locator.0BMNSIM.App\\Entity\\InvoiceRequest'NULL'Cannot autowire service ".service_locator.0BMNSIM": it references class "App\\Entity\\InvoiceRequest" but no such service exists.'],
  2649.             'translator' => ['services''translator''getTranslatorService'false],
  2650.         ], [
  2651.             'flashBag' => '?',
  2652.             'invoiceRequest' => 'App\\Entity\\InvoiceRequest',
  2653.             'translator' => '?',
  2654.         ]);
  2655.     }
  2656.     /**
  2657.      * Gets the private '.service_locator.0f5rXnI' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2660.      */
  2661.     protected function get_ServiceLocator_0f5rXnIService()
  2662.     {
  2663.         return $this->privates['.service_locator.0f5rXnI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2664.             'category' => ['privates''.errored..service_locator.0f5rXnI.App\\Entity\\WorkflowCategory'NULL'Cannot autowire service ".service_locator.0f5rXnI": it references class "App\\Entity\\WorkflowCategory" but no such service exists.'],
  2665.             'categoryRepository' => ['privates''App\\Repository\\WorkflowCategoryRepository''getWorkflowCategoryRepositoryService'false],
  2666.         ], [
  2667.             'category' => 'App\\Entity\\WorkflowCategory',
  2668.             'categoryRepository' => 'App\\Repository\\WorkflowCategoryRepository',
  2669.         ]);
  2670.     }
  2671.     /**
  2672.      * Gets the private '.service_locator.0iUl0Wo' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2675.      */
  2676.     protected function get_ServiceLocator_0iUl0WoService()
  2677.     {
  2678.         return $this->privates['.service_locator.0iUl0Wo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2679.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2680.             'user' => ['privates''.errored..service_locator.0iUl0Wo.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.0iUl0Wo": it references class "App\\Entity\\User" but no such service exists.'],
  2681.         ], [
  2682.             'entityManager' => '?',
  2683.             'user' => 'App\\Entity\\User',
  2684.         ]);
  2685.     }
  2686.     /**
  2687.      * Gets the private '.service_locator.0mBb_P8' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2690.      */
  2691.     protected function get_ServiceLocator_0mBbP8Service()
  2692.     {
  2693.         return $this->privates['.service_locator.0mBb_P8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2694.             'claimFactory' => ['privates''App\\Factory\\ProcedureClaimFactory''getProcedureClaimFactoryService'false],
  2695.             'claimRepository' => ['privates''App\\Repository\\ProcedureClaimRepository''getProcedureClaimRepositoryService'false],
  2696.             'procedure' => ['privates''.errored..service_locator.0mBb_P8.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.0mBb_P8": it references class "App\\Entity\\Procedure" but no such service exists.'],
  2697.         ], [
  2698.             'claimFactory' => 'App\\Factory\\ProcedureClaimFactory',
  2699.             'claimRepository' => 'App\\Repository\\ProcedureClaimRepository',
  2700.             'procedure' => 'App\\Entity\\Procedure',
  2701.         ]);
  2702.     }
  2703.     /**
  2704.      * Gets the private '.service_locator.1UuH9tO' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2707.      */
  2708.     protected function get_ServiceLocator_1UuH9tOService()
  2709.     {
  2710.         return $this->privates['.service_locator.1UuH9tO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2711.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2712.         ], [
  2713.             'userRepository' => 'App\\Repository\\UserRepository',
  2714.         ]);
  2715.     }
  2716.     /**
  2717.      * Gets the private '.service_locator.2gBdjhy' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2720.      */
  2721.     protected function get_ServiceLocator_2gBdjhyService()
  2722.     {
  2723.         return $this->privates['.service_locator.2gBdjhy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2724.             'procedure' => ['privates''.errored..service_locator.2gBdjhy.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.2gBdjhy": it references class "App\\Entity\\Procedure" but no such service exists.'],
  2725.             'uploaderHelper' => ['privates''Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper''getUploaderHelperService'false],
  2726.         ], [
  2727.             'procedure' => 'App\\Entity\\Procedure',
  2728.             'uploaderHelper' => 'Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper',
  2729.         ]);
  2730.     }
  2731.     /**
  2732.      * Gets the private '.service_locator.38vBAdD' shared service.
  2733.      *
  2734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2735.      */
  2736.     protected function get_ServiceLocator_38vBAdDService()
  2737.     {
  2738.         return $this->privates['.service_locator.38vBAdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2739.             'connectorRepository' => ['privates''App\\Repository\\ConnectorRepository''getConnectorRepositoryService'false],
  2740.         ], [
  2741.             'connectorRepository' => 'App\\Repository\\ConnectorRepository',
  2742.         ]);
  2743.     }
  2744.     /**
  2745.      * Gets the private '.service_locator.3KFuFQx' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2748.      */
  2749.     protected function get_ServiceLocator_3KFuFQxService()
  2750.     {
  2751.         return $this->privates['.service_locator.3KFuFQx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2752.             'contactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  2753.             'customer' => ['privates''.errored..service_locator.3KFuFQx.App\\Entity\\Organization'NULL'Cannot autowire service ".service_locator.3KFuFQx": it references class "App\\Entity\\Organization" but no such service exists.'],
  2754.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2755.         ], [
  2756.             'contactRepository' => 'App\\Repository\\ContactRepository',
  2757.             'customer' => 'App\\Entity\\Organization',
  2758.             'entityManager' => '?',
  2759.         ]);
  2760.     }
  2761.     /**
  2762.      * Gets the private '.service_locator.3TRmcqf' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2765.      */
  2766.     protected function get_ServiceLocator_3TRmcqfService()
  2767.     {
  2768.         return $this->privates['.service_locator.3TRmcqf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2769.             'contactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  2770.             'organization' => ['privates''.errored..service_locator.3TRmcqf.App\\Entity\\Organization'NULL'Cannot autowire service ".service_locator.3TRmcqf": it references class "App\\Entity\\Organization" but no such service exists.'],
  2771.         ], [
  2772.             'contactRepository' => 'App\\Repository\\ContactRepository',
  2773.             'organization' => 'App\\Entity\\Organization',
  2774.         ]);
  2775.     }
  2776.     /**
  2777.      * Gets the private '.service_locator.5.Ad9HY' shared service.
  2778.      *
  2779.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2780.      */
  2781.     protected function get_ServiceLocator_5_Ad9HYService()
  2782.     {
  2783.         return $this->privates['.service_locator.5.Ad9HY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2784.             'document' => ['privates''.errored..service_locator.5.Ad9HY.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.5.Ad9HY": it references class "App\\Entity\\Document" but no such service exists.'],
  2785.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2786.             'invoice' => ['privates''.errored..service_locator.5.Ad9HY.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.5.Ad9HY": it references class "App\\Entity\\Invoice" but no such service exists.'],
  2787.         ], [
  2788.             'document' => 'App\\Entity\\Document',
  2789.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2790.             'invoice' => 'App\\Entity\\Invoice',
  2791.         ]);
  2792.     }
  2793.     /**
  2794.      * Gets the private '.service_locator.6fWoLf0' shared service.
  2795.      *
  2796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2797.      */
  2798.     protected function get_ServiceLocator_6fWoLf0Service()
  2799.     {
  2800.         return $this->privates['.service_locator.6fWoLf0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2801.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2802.             'parametersGenerator' => ['privates''App\\Service\\EmailParametersGenerator''getEmailParametersGeneratorService'false],
  2803.         ], [
  2804.             'entityManager' => '?',
  2805.             'parametersGenerator' => 'App\\Service\\EmailParametersGenerator',
  2806.         ]);
  2807.     }
  2808.     /**
  2809.      * Gets the private '.service_locator.6rcYVcr' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2812.      */
  2813.     protected function get_ServiceLocator_6rcYVcrService()
  2814.     {
  2815.         return $this->privates['.service_locator.6rcYVcr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2816.             'step' => ['privates''.errored..service_locator.6rcYVcr.App\\Entity\\Step'NULL'Cannot autowire service ".service_locator.6rcYVcr": it references class "App\\Entity\\Step" but no such service exists.'],
  2817.             'stepRepository' => ['privates''App\\Repository\\StepRepository''getStepRepositoryService'false],
  2818.         ], [
  2819.             'step' => 'App\\Entity\\Step',
  2820.             'stepRepository' => 'App\\Repository\\StepRepository',
  2821.         ]);
  2822.     }
  2823.     /**
  2824.      * Gets the private '.service_locator.7Upq1t7' shared service.
  2825.      *
  2826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2827.      */
  2828.     protected function get_ServiceLocator_7Upq1t7Service()
  2829.     {
  2830.         return $this->privates['.service_locator.7Upq1t7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2831.             'App\\Controller\\Admin\\Api\\OrganizationController::contactsByOrganization' => ['privates''.service_locator.3TRmcqf''get_ServiceLocator_3TRmcqfService'false],
  2832.             'App\\Controller\\Admin\\Api\\OrganizationController::createContact' => ['privates''.service_locator.3KFuFQx''get_ServiceLocator_3KFuFQxService'false],
  2833.             'App\\Controller\\Admin\\Api\\OrganizationController::createCustomer' => ['privates''.service_locator.mssCJk4''get_ServiceLocator_MssCJk4Service'false],
  2834.             'App\\Controller\\Admin\\Api\\OrganizationController::customersByUser' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  2835.             'App\\Controller\\Admin\\Api\\StepController::update' => ['privates''.service_locator.6rcYVcr''get_ServiceLocator_6rcYVcrService'false],
  2836.             'App\\Controller\\Admin\\InvoiceController::create' => ['privates''.service_locator.nR5O.rz''get_ServiceLocator_NR5O_RzService'false],
  2837.             'App\\Controller\\Admin\\InvoiceRequestController::approve' => ['privates''.service_locator.cBPM8ij''get_ServiceLocator_CBPM8ijService'false],
  2838.             'App\\Controller\\Admin\\InvoiceRequestController::create' => ['privates''.service_locator.dF4WBKm''get_ServiceLocator_DF4WBKmService'false],
  2839.             'App\\Controller\\Admin\\InvoiceRequestController::treat' => ['privates''.service_locator.gqppSGy''get_ServiceLocator_GqppSGyService'false],
  2840.             'App\\Controller\\Admin\\OrganizationController::create' => ['privates''.service_locator.mssCJk4''get_ServiceLocator_MssCJk4Service'false],
  2841.             'App\\Controller\\Admin\\OrganizationController::index' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  2842.             'App\\Controller\\Admin\\OrganizationController::update' => ['privates''.service_locator.S18yzpa''get_ServiceLocator_S18yzpaService'false],
  2843.             'App\\Controller\\Admin\\ProcedureController::_list' => ['privates''.service_locator.tWYFjxM''get_ServiceLocator_TWYFjxMService'false],
  2844.             'App\\Controller\\Admin\\ProcedureController::listAction' => ['privates''.service_locator.tWYFjxM''get_ServiceLocator_TWYFjxMService'false],
  2845.             'App\\Controller\\Admin\\ProcedureController::listExportAction' => ['privates''.service_locator.7t7xXmo''get_ServiceLocator_7t7xXmoService'false],
  2846.             'App\\Controller\\Admin\\ProcedureController::resendDispatchedStep' => ['privates''.service_locator.qI8jXXt''get_ServiceLocator_QI8jXXtService'false],
  2847.             'App\\Controller\\Admin\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2848.             'App\\Controller\\Admin\\SettingController::cacheClear' => ['privates''.service_locator.axt1DdJ''get_ServiceLocator_Axt1DdJService'false],
  2849.             'App\\Controller\\Admin\\SettingController::translationImport' => ['privates''.service_locator.axt1DdJ''get_ServiceLocator_Axt1DdJService'false],
  2850.             'App\\Controller\\Admin\\StepController::delete' => ['privates''.service_locator.unpnbxh''get_ServiceLocator_UnpnbxhService'false],
  2851.             'App\\Controller\\Admin\\StepController::update' => ['privates''.service_locator.unpnbxh''get_ServiceLocator_UnpnbxhService'false],
  2852.             'App\\Controller\\Admin\\UserController::assignDepositWorkflow' => ['privates''.service_locator.B3GzpQ1''get_ServiceLocator_B3GzpQ1Service'false],
  2853.             'App\\Controller\\Admin\\UserController::assignWorkflow' => ['privates''.service_locator.B3GzpQ1''get_ServiceLocator_B3GzpQ1Service'false],
  2854.             'App\\Controller\\Admin\\UserController::createModerator' => ['privates''.service_locator.kMNGEZk''get_ServiceLocator_KMNGEZkService'false],
  2855.             'App\\Controller\\Admin\\UserController::deleteModerator' => ['privates''.service_locator.B3GzpQ1''get_ServiceLocator_B3GzpQ1Service'false],
  2856.             'App\\Controller\\Admin\\UserController::enableUser' => ['privates''.service_locator.0iUl0Wo''get_ServiceLocator_0iUl0WoService'false],
  2857.             'App\\Controller\\Admin\\UserController::index' => ['privates''.service_locator.UFMf_IT''get_ServiceLocator_UFMfITService'false],
  2858.             'App\\Controller\\Admin\\UserController::moderators' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2859.             'App\\Controller\\Admin\\UserController::updateModerator' => ['privates''.service_locator.E6UIMk6''get_ServiceLocator_E6UIMk6Service'false],
  2860.             'App\\Controller\\Admin\\WorkflowController::addStep' => ['privates''.service_locator.TyzLPKL''get_ServiceLocator_TyzLPKLService'false],
  2861.             'App\\Controller\\Admin\\WorkflowController::categories' => ['privates''.service_locator.c.IxepC''get_ServiceLocator_C_IxepCService'false],
  2862.             'App\\Controller\\Admin\\WorkflowController::createCategory' => ['privates''.service_locator.c.IxepC''get_ServiceLocator_C_IxepCService'false],
  2863.             'App\\Controller\\Admin\\WorkflowController::delete' => ['privates''.service_locator.n0hXFmh''get_ServiceLocator_N0hXFmhService'false],
  2864.             'App\\Controller\\Admin\\WorkflowController::deleteCategory' => ['privates''.service_locator.0f5rXnI''get_ServiceLocator_0f5rXnIService'false],
  2865.             'App\\Controller\\Admin\\WorkflowController::markDefault' => ['privates''.service_locator.loOyb4p''get_ServiceLocator_LoOyb4pService'false],
  2866.             'App\\Controller\\Admin\\WorkflowController::markDefaultCategory' => ['privates''.service_locator.0f5rXnI''get_ServiceLocator_0f5rXnIService'false],
  2867.             'App\\Controller\\Admin\\WorkflowController::markDefaultWorkflowInCategory' => ['privates''.service_locator.01oqEnj''get_ServiceLocator_01oqEnjService'false],
  2868.             'App\\Controller\\Admin\\WorkflowController::steps' => ['privates''.service_locator.QnVo3n7''get_ServiceLocator_QnVo3n7Service'false],
  2869.             'App\\Controller\\Admin\\WorkflowController::update' => ['privates''.service_locator.n0hXFmh''get_ServiceLocator_N0hXFmhService'false],
  2870.             'App\\Controller\\Admin\\WorkflowController::updateCategory' => ['privates''.service_locator.0f5rXnI''get_ServiceLocator_0f5rXnIService'false],
  2871.             'App\\Controller\\Api\\GoCardlessWebhookController::processPaymentChargedBackEvent' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  2872.             'App\\Controller\\Api\\GoCardlessWebhookController::processPaymentFailedEvent' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  2873.             'App\\Controller\\Api\\GoCardlessWebhookController::processPaymentPaidOutEvent' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  2874.             'App\\Controller\\Api\\GoCardlessWebhookController::webhook' => ['privates''.service_locator.s8dln73''get_ServiceLocator_S8dln73Service'false],
  2875.             'App\\Controller\\Api\\Sendinblue\\WebhookController::events' => ['privates''.service_locator.CNyTp1y''get_ServiceLocator_CNyTp1yService'false],
  2876.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController::blocked' => ['privates''.service_locator.6fWoLf0''get_ServiceLocator_6fWoLf0Service'false],
  2877.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController::delivered' => ['privates''.service_locator.mtCz1G8''get_ServiceLocator_MtCz1G8Service'false],
  2878.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController::hardBounced' => ['privates''.service_locator.6fWoLf0''get_ServiceLocator_6fWoLf0Service'false],
  2879.             'App\\Controller\\Api\\Sendinblue\\WebhookEventController::create' => ['privates''.service_locator.ONk4r8Z''get_ServiceLocator_ONk4r8ZService'false],
  2880.             'App\\Controller\\Api\\StripeController::getClientSecret' => ['privates''.service_locator.rUTwTL0''get_ServiceLocator_RUTwTL0Service'false],
  2881.             'App\\Controller\\Api\\StripeController::getInfos' => ['privates''.service_locator.rUTwTL0''get_ServiceLocator_RUTwTL0Service'false],
  2882.             'App\\Controller\\Api\\StripeController::validatePayment' => ['privates''.service_locator.unTOgRa''get_ServiceLocator_UnTOgRaService'false],
  2883.             'App\\Controller\\Api\\StripeController::webhookPaid' => ['privates''.service_locator.lEZakS.''get_ServiceLocator_LEZakS_Service'false],
  2884.             'App\\Controller\\App\\ConnectorController::sellsy' => ['privates''.service_locator.nIpKcJ1''get_ServiceLocator_NIpKcJ1Service'false],
  2885.             'App\\Controller\\App\\ConnectorController::synchronize' => ['privates''.service_locator.deI61xW''get_ServiceLocator_DeI61xWService'false],
  2886.             'App\\Controller\\App\\ConnectorQuickbooksController::disconnect' => ['privates''.service_locator.9wmw1WG''get_ServiceLocator_9wmw1WGService'false],
  2887.             'App\\Controller\\App\\ConnectorQuickbooksController::inuitQuickbooks' => ['privates''.service_locator.bYRvzWI''get_ServiceLocator_BYRvzWIService'false],
  2888.             'App\\Controller\\App\\ConnectorQuickbooksController::inuitQuickbooksCallback' => ['privates''.service_locator.bYRvzWI''get_ServiceLocator_BYRvzWIService'false],
  2889.             'App\\Controller\\App\\ConnectorQuickbooksController::reconnect' => ['privates''.service_locator.9wmw1WG''get_ServiceLocator_9wmw1WGService'false],
  2890.             'App\\Controller\\App\\GoCardlessController::callback' => ['privates''.service_locator.SiCYTES''get_ServiceLocator_SiCYTESService'false],
  2891.             'App\\Controller\\App\\InvoiceController::create' => ['privates''.service_locator.izxTLAS''get_ServiceLocator_IzxTLASService'false],
  2892.             'App\\Controller\\App\\InvoiceController::createDocument' => ['privates''.service_locator._a.ziMe''get_ServiceLocator_A_ZiMeService'false],
  2893.             'App\\Controller\\App\\InvoiceController::deleteDocument' => ['privates''.service_locator.5.Ad9HY''get_ServiceLocator_5_Ad9HYService'false],
  2894.             'App\\Controller\\App\\InvoiceController::documents' => ['privates''.service_locator.8qFGxja''get_ServiceLocator_8qFGxjaService'false],
  2895.             'App\\Controller\\App\\InvoiceController::edit' => ['privates''.service_locator.TXlLCPQ''get_ServiceLocator_TXlLCPQService'false],
  2896.             'App\\Controller\\App\\InvoiceController::index' => ['privates''.service_locator.MSjbWLR''get_ServiceLocator_MSjbWLRService'false],
  2897.             'App\\Controller\\App\\InvoiceController::update' => ['privates''.service_locator.tgyFzy1''get_ServiceLocator_TgyFzy1Service'false],
  2898.             'App\\Controller\\App\\InvoiceController::updateDocument' => ['privates''.service_locator.5.Ad9HY''get_ServiceLocator_5_Ad9HYService'false],
  2899.             'App\\Controller\\App\\InvoiceRequestController::delete' => ['privates''.service_locator.0BMNSIM''get_ServiceLocator_0BMNSIMService'false],
  2900.             'App\\Controller\\App\\OrganizationController::create' => ['privates''.service_locator.CMOr61f''get_ServiceLocator_CMOr61fService'false],
  2901.             'App\\Controller\\App\\OrganizationController::index' => ['privates''.service_locator.cPYpbhb''get_ServiceLocator_CPYpbhbService'false],
  2902.             'App\\Controller\\App\\OrganizationController::profile' => ['privates''.service_locator.odVIvYw''get_ServiceLocator_OdVIvYwService'false],
  2903.             'App\\Controller\\App\\OrganizationController::update' => ['privates''.service_locator.FhFevzw''get_ServiceLocator_FhFevzwService'false],
  2904.             'App\\Controller\\App\\PageController::addCustomerContactProcedure' => ['privates''.service_locator._XXkZ2u''get_ServiceLocator_XXkZ2uService'false],
  2905.             'App\\Controller\\App\\PageController::claimProcedure' => ['privates''.service_locator.0mBb_P8''get_ServiceLocator_0mBbP8Service'false],
  2906.             'App\\Controller\\App\\PageController::closeProcedure' => ['privates''.service_locator.ojn2aCn''get_ServiceLocator_Ojn2aCnService'false],
  2907.             'App\\Controller\\App\\PageController::documents' => ['privates''.service_locator.oiqubr5''get_ServiceLocator_Oiqubr5Service'false],
  2908.             'App\\Controller\\App\\PageController::drivers' => ['privates''.service_locator._60hxTs''get_ServiceLocator_60hxTsService'false],
  2909.             'App\\Controller\\App\\PageController::forceDispatchProcedure' => ['privates''.service_locator.XFUGTmX''get_ServiceLocator_XFUGTmXService'false],
  2910.             'App\\Controller\\App\\PageController::gocardlessMandate' => ['privates''.service_locator.ZOWky63''get_ServiceLocator_ZOWky63Service'false],
  2911.             'App\\Controller\\App\\PageController::gocardlessMandateCallback' => ['privates''.service_locator.lTNGfdo''get_ServiceLocator_LTNGfdoService'false],
  2912.             'App\\Controller\\App\\PageController::invoice' => ['privates''.service_locator.2gBdjhy''get_ServiceLocator_2gBdjhyService'false],
  2913.             'App\\Controller\\App\\PageController::notifyVia' => ['privates''.service_locator.vDUvkvl''get_ServiceLocator_VDUvkvlService'false],
  2914.             'App\\Controller\\App\\PageController::paidStripe' => ['privates''.service_locator.a1CJThi''get_ServiceLocator_A1CJThiService'false],
  2915.             'App\\Controller\\App\\PageController::payProcedure' => ['privates''.service_locator.8bKo8F.''get_ServiceLocator_8bKo8F_Service'false],
  2916.             'App\\Controller\\App\\PageController::resumeProcedure' => ['privates''.service_locator.ojn2aCn''get_ServiceLocator_Ojn2aCnService'false],
  2917.             'App\\Controller\\App\\PageController::snoozeProcedure' => ['privates''.service_locator.ojn2aCn''get_ServiceLocator_Ojn2aCnService'false],
  2918.             'App\\Controller\\App\\Partial\\InvoiceController::details' => ['privates''.service_locator.8qFGxja''get_ServiceLocator_8qFGxjaService'false],
  2919.             'App\\Controller\\App\\Partial\\InvoiceController::mainCustomers' => ['privates''.service_locator.cPYpbhb''get_ServiceLocator_CPYpbhbService'false],
  2920.             'App\\Controller\\App\\Partial\\InvoiceController::tabDSO' => ['privates''.service_locator.yydaRYt''get_ServiceLocator_YydaRYtService'false],
  2921.             'App\\Controller\\App\\Partial\\ProcedureController::details' => ['privates''.service_locator.kEGjQQ9''get_ServiceLocator_KEGjQQ9Service'false],
  2922.             'App\\Controller\\App\\PaymentController::order' => ['privates''.service_locator.8qFGxja''get_ServiceLocator_8qFGxjaService'false],
  2923.             'App\\Controller\\App\\ProcedureController::close' => ['privates''.service_locator.Zd.FsmO''get_ServiceLocator_Zd_FsmOService'false],
  2924.             'App\\Controller\\App\\ProcedureController::create' => ['privates''.service_locator.Zd.FsmO''get_ServiceLocator_Zd_FsmOService'false],
  2925.             'App\\Controller\\App\\ProcedureController::pause' => ['privates''.service_locator.Zd.FsmO''get_ServiceLocator_Zd_FsmOService'false],
  2926.             'App\\Controller\\App\\ProcedureController::removeAll' => ['privates''.service_locator.38vBAdD''get_ServiceLocator_38vBAdDService'false],
  2927.             'App\\Controller\\App\\ProcedureController::resume' => ['privates''.service_locator.mEEbJrs''get_ServiceLocator_MEEbJrsService'false],
  2928.             'App\\Controller\\App\\SecurityController::addUserSecurityQuestions' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  2929.             'App\\Controller\\App\\SecurityController::ajaxGetUserSecurityQuestions' => ['privates''.service_locator.nikAHWU''get_ServiceLocator_NikAHWUService'false],
  2930.             'App\\Controller\\App\\SecurityController::signin' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2931.             'App\\Controller\\App\\SecurityController::signup' => ['privates''.service_locator.hnX4Yts''get_ServiceLocator_HnX4YtsService'false],
  2932.             'App\\Controller\\App\\SecurityController::updateUserSecurityQuestions' => ['privates''.service_locator.JUWYC83''get_ServiceLocator_JUWYC83Service'false],
  2933.             'App\\Controller\\App\\StripeController::callback' => ['privates''.service_locator.YOtzisY''get_ServiceLocator_YOtzisYService'false],
  2934.             'App\\Controller\\App\\StripeController::disconnect' => ['privates''.service_locator.axt1DdJ''get_ServiceLocator_Axt1DdJService'false],
  2935.             'App\\Controller\\App\\TestController::index' => ['privates''.service_locator.wJFnNQP''get_ServiceLocator_WJFnNQPService'false],
  2936.             'App\\Controller\\App\\UserController::createDocument' => ['privates''.service_locator.td3p_Uz''get_ServiceLocator_Td3pUzService'false],
  2937.             'App\\Controller\\App\\UserController::deleteDocument' => ['privates''.service_locator.b1gRC6_''get_ServiceLocator_B1gRC6Service'false],
  2938.             'App\\Controller\\App\\UserController::profile' => ['privates''.service_locator.K4qCKFr''get_ServiceLocator_K4qCKFrService'false],
  2939.             'App\\Controller\\App\\UserController::updateDocument' => ['privates''.service_locator.b1gRC6_''get_ServiceLocator_B1gRC6Service'false],
  2940.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  2941.             'App\\Controller\\Admin\\Api\\OrganizationController:contactsByOrganization' => ['privates''.service_locator.3TRmcqf''get_ServiceLocator_3TRmcqfService'false],
  2942.             'App\\Controller\\Admin\\Api\\OrganizationController:createContact' => ['privates''.service_locator.3KFuFQx''get_ServiceLocator_3KFuFQxService'false],
  2943.             'App\\Controller\\Admin\\Api\\OrganizationController:createCustomer' => ['privates''.service_locator.mssCJk4''get_ServiceLocator_MssCJk4Service'false],
  2944.             'App\\Controller\\Admin\\Api\\OrganizationController:customersByUser' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  2945.             'App\\Controller\\Admin\\Api\\StepController:update' => ['privates''.service_locator.6rcYVcr''get_ServiceLocator_6rcYVcrService'false],
  2946.             'App\\Controller\\Admin\\InvoiceController:create' => ['privates''.service_locator.nR5O.rz''get_ServiceLocator_NR5O_RzService'false],
  2947.             'App\\Controller\\Admin\\InvoiceRequestController:approve' => ['privates''.service_locator.cBPM8ij''get_ServiceLocator_CBPM8ijService'false],
  2948.             'App\\Controller\\Admin\\InvoiceRequestController:create' => ['privates''.service_locator.dF4WBKm''get_ServiceLocator_DF4WBKmService'false],
  2949.             'App\\Controller\\Admin\\InvoiceRequestController:treat' => ['privates''.service_locator.gqppSGy''get_ServiceLocator_GqppSGyService'false],
  2950.             'App\\Controller\\Admin\\OrganizationController:create' => ['privates''.service_locator.mssCJk4''get_ServiceLocator_MssCJk4Service'false],
  2951.             'App\\Controller\\Admin\\OrganizationController:index' => ['privates''.service_locator.tIQ5Q0N''get_ServiceLocator_TIQ5Q0NService'false],
  2952.             'App\\Controller\\Admin\\OrganizationController:update' => ['privates''.service_locator.S18yzpa''get_ServiceLocator_S18yzpaService'false],
  2953.             'App\\Controller\\Admin\\ProcedureController:_list' => ['privates''.service_locator.tWYFjxM''get_ServiceLocator_TWYFjxMService'false],
  2954.             'App\\Controller\\Admin\\ProcedureController:listAction' => ['privates''.service_locator.tWYFjxM''get_ServiceLocator_TWYFjxMService'false],
  2955.             'App\\Controller\\Admin\\ProcedureController:listExportAction' => ['privates''.service_locator.7t7xXmo''get_ServiceLocator_7t7xXmoService'false],
  2956.             'App\\Controller\\Admin\\ProcedureController:resendDispatchedStep' => ['privates''.service_locator.qI8jXXt''get_ServiceLocator_QI8jXXtService'false],
  2957.             'App\\Controller\\Admin\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2958.             'App\\Controller\\Admin\\SettingController:cacheClear' => ['privates''.service_locator.axt1DdJ''get_ServiceLocator_Axt1DdJService'false],
  2959.             'App\\Controller\\Admin\\SettingController:translationImport' => ['privates''.service_locator.axt1DdJ''get_ServiceLocator_Axt1DdJService'false],
  2960.             'App\\Controller\\Admin\\StepController:delete' => ['privates''.service_locator.unpnbxh''get_ServiceLocator_UnpnbxhService'false],
  2961.             'App\\Controller\\Admin\\StepController:update' => ['privates''.service_locator.unpnbxh''get_ServiceLocator_UnpnbxhService'false],
  2962.             'App\\Controller\\Admin\\UserController:assignDepositWorkflow' => ['privates''.service_locator.B3GzpQ1''get_ServiceLocator_B3GzpQ1Service'false],
  2963.             'App\\Controller\\Admin\\UserController:assignWorkflow' => ['privates''.service_locator.B3GzpQ1''get_ServiceLocator_B3GzpQ1Service'false],
  2964.             'App\\Controller\\Admin\\UserController:createModerator' => ['privates''.service_locator.kMNGEZk''get_ServiceLocator_KMNGEZkService'false],
  2965.             'App\\Controller\\Admin\\UserController:deleteModerator' => ['privates''.service_locator.B3GzpQ1''get_ServiceLocator_B3GzpQ1Service'false],
  2966.             'App\\Controller\\Admin\\UserController:enableUser' => ['privates''.service_locator.0iUl0Wo''get_ServiceLocator_0iUl0WoService'false],
  2967.             'App\\Controller\\Admin\\UserController:index' => ['privates''.service_locator.UFMf_IT''get_ServiceLocator_UFMfITService'false],
  2968.             'App\\Controller\\Admin\\UserController:moderators' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2969.             'App\\Controller\\Admin\\UserController:updateModerator' => ['privates''.service_locator.E6UIMk6''get_ServiceLocator_E6UIMk6Service'false],
  2970.             'App\\Controller\\Admin\\WorkflowController:addStep' => ['privates''.service_locator.TyzLPKL''get_ServiceLocator_TyzLPKLService'false],
  2971.             'App\\Controller\\Admin\\WorkflowController:categories' => ['privates''.service_locator.c.IxepC''get_ServiceLocator_C_IxepCService'false],
  2972.             'App\\Controller\\Admin\\WorkflowController:createCategory' => ['privates''.service_locator.c.IxepC''get_ServiceLocator_C_IxepCService'false],
  2973.             'App\\Controller\\Admin\\WorkflowController:delete' => ['privates''.service_locator.n0hXFmh''get_ServiceLocator_N0hXFmhService'false],
  2974.             'App\\Controller\\Admin\\WorkflowController:deleteCategory' => ['privates''.service_locator.0f5rXnI''get_ServiceLocator_0f5rXnIService'false],
  2975.             'App\\Controller\\Admin\\WorkflowController:markDefault' => ['privates''.service_locator.loOyb4p''get_ServiceLocator_LoOyb4pService'false],
  2976.             'App\\Controller\\Admin\\WorkflowController:markDefaultCategory' => ['privates''.service_locator.0f5rXnI''get_ServiceLocator_0f5rXnIService'false],
  2977.             'App\\Controller\\Admin\\WorkflowController:markDefaultWorkflowInCategory' => ['privates''.service_locator.01oqEnj''get_ServiceLocator_01oqEnjService'false],
  2978.             'App\\Controller\\Admin\\WorkflowController:steps' => ['privates''.service_locator.QnVo3n7''get_ServiceLocator_QnVo3n7Service'false],
  2979.             'App\\Controller\\Admin\\WorkflowController:update' => ['privates''.service_locator.n0hXFmh''get_ServiceLocator_N0hXFmhService'false],
  2980.             'App\\Controller\\Admin\\WorkflowController:updateCategory' => ['privates''.service_locator.0f5rXnI''get_ServiceLocator_0f5rXnIService'false],
  2981.             'App\\Controller\\Api\\GoCardlessWebhookController:processPaymentChargedBackEvent' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  2982.             'App\\Controller\\Api\\GoCardlessWebhookController:processPaymentFailedEvent' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  2983.             'App\\Controller\\Api\\GoCardlessWebhookController:processPaymentPaidOutEvent' => ['privates''.service_locator.S1DZVUv''get_ServiceLocator_S1DZVUvService'false],
  2984.             'App\\Controller\\Api\\GoCardlessWebhookController:webhook' => ['privates''.service_locator.s8dln73''get_ServiceLocator_S8dln73Service'false],
  2985.             'App\\Controller\\Api\\Sendinblue\\WebhookController:events' => ['privates''.service_locator.CNyTp1y''get_ServiceLocator_CNyTp1yService'false],
  2986.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController:blocked' => ['privates''.service_locator.6fWoLf0''get_ServiceLocator_6fWoLf0Service'false],
  2987.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController:delivered' => ['privates''.service_locator.mtCz1G8''get_ServiceLocator_MtCz1G8Service'false],
  2988.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController:hardBounced' => ['privates''.service_locator.6fWoLf0''get_ServiceLocator_6fWoLf0Service'false],
  2989.             'App\\Controller\\Api\\Sendinblue\\WebhookEventController:create' => ['privates''.service_locator.ONk4r8Z''get_ServiceLocator_ONk4r8ZService'false],
  2990.             'App\\Controller\\Api\\StripeController:getClientSecret' => ['privates''.service_locator.rUTwTL0''get_ServiceLocator_RUTwTL0Service'false],
  2991.             'App\\Controller\\Api\\StripeController:getInfos' => ['privates''.service_locator.rUTwTL0''get_ServiceLocator_RUTwTL0Service'false],
  2992.             'App\\Controller\\Api\\StripeController:validatePayment' => ['privates''.service_locator.unTOgRa''get_ServiceLocator_UnTOgRaService'false],
  2993.             'App\\Controller\\Api\\StripeController:webhookPaid' => ['privates''.service_locator.lEZakS.''get_ServiceLocator_LEZakS_Service'false],
  2994.             'App\\Controller\\App\\ConnectorController:sellsy' => ['privates''.service_locator.nIpKcJ1''get_ServiceLocator_NIpKcJ1Service'false],
  2995.             'App\\Controller\\App\\ConnectorController:synchronize' => ['privates''.service_locator.deI61xW''get_ServiceLocator_DeI61xWService'false],
  2996.             'App\\Controller\\App\\ConnectorQuickbooksController:disconnect' => ['privates''.service_locator.9wmw1WG''get_ServiceLocator_9wmw1WGService'false],
  2997.             'App\\Controller\\App\\ConnectorQuickbooksController:inuitQuickbooks' => ['privates''.service_locator.bYRvzWI''get_ServiceLocator_BYRvzWIService'false],
  2998.             'App\\Controller\\App\\ConnectorQuickbooksController:inuitQuickbooksCallback' => ['privates''.service_locator.bYRvzWI''get_ServiceLocator_BYRvzWIService'false],
  2999.             'App\\Controller\\App\\ConnectorQuickbooksController:reconnect' => ['privates''.service_locator.9wmw1WG''get_ServiceLocator_9wmw1WGService'false],
  3000.             'App\\Controller\\App\\GoCardlessController:callback' => ['privates''.service_locator.SiCYTES''get_ServiceLocator_SiCYTESService'false],
  3001.             'App\\Controller\\App\\InvoiceController:create' => ['privates''.service_locator.izxTLAS''get_ServiceLocator_IzxTLASService'false],
  3002.             'App\\Controller\\App\\InvoiceController:createDocument' => ['privates''.service_locator._a.ziMe''get_ServiceLocator_A_ZiMeService'false],
  3003.             'App\\Controller\\App\\InvoiceController:deleteDocument' => ['privates''.service_locator.5.Ad9HY''get_ServiceLocator_5_Ad9HYService'false],
  3004.             'App\\Controller\\App\\InvoiceController:documents' => ['privates''.service_locator.8qFGxja''get_ServiceLocator_8qFGxjaService'false],
  3005.             'App\\Controller\\App\\InvoiceController:edit' => ['privates''.service_locator.TXlLCPQ''get_ServiceLocator_TXlLCPQService'false],
  3006.             'App\\Controller\\App\\InvoiceController:index' => ['privates''.service_locator.MSjbWLR''get_ServiceLocator_MSjbWLRService'false],
  3007.             'App\\Controller\\App\\InvoiceController:update' => ['privates''.service_locator.tgyFzy1''get_ServiceLocator_TgyFzy1Service'false],
  3008.             'App\\Controller\\App\\InvoiceController:updateDocument' => ['privates''.service_locator.5.Ad9HY''get_ServiceLocator_5_Ad9HYService'false],
  3009.             'App\\Controller\\App\\InvoiceRequestController:delete' => ['privates''.service_locator.0BMNSIM''get_ServiceLocator_0BMNSIMService'false],
  3010.             'App\\Controller\\App\\OrganizationController:create' => ['privates''.service_locator.CMOr61f''get_ServiceLocator_CMOr61fService'false],
  3011.             'App\\Controller\\App\\OrganizationController:index' => ['privates''.service_locator.cPYpbhb''get_ServiceLocator_CPYpbhbService'false],
  3012.             'App\\Controller\\App\\OrganizationController:profile' => ['privates''.service_locator.odVIvYw''get_ServiceLocator_OdVIvYwService'false],
  3013.             'App\\Controller\\App\\OrganizationController:update' => ['privates''.service_locator.FhFevzw''get_ServiceLocator_FhFevzwService'false],
  3014.             'App\\Controller\\App\\PageController:addCustomerContactProcedure' => ['privates''.service_locator._XXkZ2u''get_ServiceLocator_XXkZ2uService'false],
  3015.             'App\\Controller\\App\\PageController:claimProcedure' => ['privates''.service_locator.0mBb_P8''get_ServiceLocator_0mBbP8Service'false],
  3016.             'App\\Controller\\App\\PageController:closeProcedure' => ['privates''.service_locator.ojn2aCn''get_ServiceLocator_Ojn2aCnService'false],
  3017.             'App\\Controller\\App\\PageController:documents' => ['privates''.service_locator.oiqubr5''get_ServiceLocator_Oiqubr5Service'false],
  3018.             'App\\Controller\\App\\PageController:drivers' => ['privates''.service_locator._60hxTs''get_ServiceLocator_60hxTsService'false],
  3019.             'App\\Controller\\App\\PageController:forceDispatchProcedure' => ['privates''.service_locator.XFUGTmX''get_ServiceLocator_XFUGTmXService'false],
  3020.             'App\\Controller\\App\\PageController:gocardlessMandate' => ['privates''.service_locator.ZOWky63''get_ServiceLocator_ZOWky63Service'false],
  3021.             'App\\Controller\\App\\PageController:gocardlessMandateCallback' => ['privates''.service_locator.lTNGfdo''get_ServiceLocator_LTNGfdoService'false],
  3022.             'App\\Controller\\App\\PageController:invoice' => ['privates''.service_locator.2gBdjhy''get_ServiceLocator_2gBdjhyService'false],
  3023.             'App\\Controller\\App\\PageController:notifyVia' => ['privates''.service_locator.vDUvkvl''get_ServiceLocator_VDUvkvlService'false],
  3024.             'App\\Controller\\App\\PageController:paidStripe' => ['privates''.service_locator.a1CJThi''get_ServiceLocator_A1CJThiService'false],
  3025.             'App\\Controller\\App\\PageController:payProcedure' => ['privates''.service_locator.8bKo8F.''get_ServiceLocator_8bKo8F_Service'false],
  3026.             'App\\Controller\\App\\PageController:resumeProcedure' => ['privates''.service_locator.ojn2aCn''get_ServiceLocator_Ojn2aCnService'false],
  3027.             'App\\Controller\\App\\PageController:snoozeProcedure' => ['privates''.service_locator.ojn2aCn''get_ServiceLocator_Ojn2aCnService'false],
  3028.             'App\\Controller\\App\\Partial\\InvoiceController:details' => ['privates''.service_locator.8qFGxja''get_ServiceLocator_8qFGxjaService'false],
  3029.             'App\\Controller\\App\\Partial\\InvoiceController:mainCustomers' => ['privates''.service_locator.cPYpbhb''get_ServiceLocator_CPYpbhbService'false],
  3030.             'App\\Controller\\App\\Partial\\InvoiceController:tabDSO' => ['privates''.service_locator.yydaRYt''get_ServiceLocator_YydaRYtService'false],
  3031.             'App\\Controller\\App\\Partial\\ProcedureController:details' => ['privates''.service_locator.kEGjQQ9''get_ServiceLocator_KEGjQQ9Service'false],
  3032.             'App\\Controller\\App\\PaymentController:order' => ['privates''.service_locator.8qFGxja''get_ServiceLocator_8qFGxjaService'false],
  3033.             'App\\Controller\\App\\ProcedureController:close' => ['privates''.service_locator.Zd.FsmO''get_ServiceLocator_Zd_FsmOService'false],
  3034.             'App\\Controller\\App\\ProcedureController:create' => ['privates''.service_locator.Zd.FsmO''get_ServiceLocator_Zd_FsmOService'false],
  3035.             'App\\Controller\\App\\ProcedureController:pause' => ['privates''.service_locator.Zd.FsmO''get_ServiceLocator_Zd_FsmOService'false],
  3036.             'App\\Controller\\App\\ProcedureController:removeAll' => ['privates''.service_locator.38vBAdD''get_ServiceLocator_38vBAdDService'false],
  3037.             'App\\Controller\\App\\ProcedureController:resume' => ['privates''.service_locator.mEEbJrs''get_ServiceLocator_MEEbJrsService'false],
  3038.             'App\\Controller\\App\\SecurityController:addUserSecurityQuestions' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  3039.             'App\\Controller\\App\\SecurityController:ajaxGetUserSecurityQuestions' => ['privates''.service_locator.nikAHWU''get_ServiceLocator_NikAHWUService'false],
  3040.             'App\\Controller\\App\\SecurityController:signin' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  3041.             'App\\Controller\\App\\SecurityController:signup' => ['privates''.service_locator.hnX4Yts''get_ServiceLocator_HnX4YtsService'false],
  3042.             'App\\Controller\\App\\SecurityController:updateUserSecurityQuestions' => ['privates''.service_locator.JUWYC83''get_ServiceLocator_JUWYC83Service'false],
  3043.             'App\\Controller\\App\\StripeController:callback' => ['privates''.service_locator.YOtzisY''get_ServiceLocator_YOtzisYService'false],
  3044.             'App\\Controller\\App\\StripeController:disconnect' => ['privates''.service_locator.axt1DdJ''get_ServiceLocator_Axt1DdJService'false],
  3045.             'App\\Controller\\App\\TestController:index' => ['privates''.service_locator.wJFnNQP''get_ServiceLocator_WJFnNQPService'false],
  3046.             'App\\Controller\\App\\UserController:createDocument' => ['privates''.service_locator.td3p_Uz''get_ServiceLocator_Td3pUzService'false],
  3047.             'App\\Controller\\App\\UserController:deleteDocument' => ['privates''.service_locator.b1gRC6_''get_ServiceLocator_B1gRC6Service'false],
  3048.             'App\\Controller\\App\\UserController:profile' => ['privates''.service_locator.K4qCKFr''get_ServiceLocator_K4qCKFrService'false],
  3049.             'App\\Controller\\App\\UserController:updateDocument' => ['privates''.service_locator.b1gRC6_''get_ServiceLocator_B1gRC6Service'false],
  3050.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  3051.         ], [
  3052.             'App\\Controller\\Admin\\Api\\OrganizationController::contactsByOrganization' => '?',
  3053.             'App\\Controller\\Admin\\Api\\OrganizationController::createContact' => '?',
  3054.             'App\\Controller\\Admin\\Api\\OrganizationController::createCustomer' => '?',
  3055.             'App\\Controller\\Admin\\Api\\OrganizationController::customersByUser' => '?',
  3056.             'App\\Controller\\Admin\\Api\\StepController::update' => '?',
  3057.             'App\\Controller\\Admin\\InvoiceController::create' => '?',
  3058.             'App\\Controller\\Admin\\InvoiceRequestController::approve' => '?',
  3059.             'App\\Controller\\Admin\\InvoiceRequestController::create' => '?',
  3060.             'App\\Controller\\Admin\\InvoiceRequestController::treat' => '?',
  3061.             'App\\Controller\\Admin\\OrganizationController::create' => '?',
  3062.             'App\\Controller\\Admin\\OrganizationController::index' => '?',
  3063.             'App\\Controller\\Admin\\OrganizationController::update' => '?',
  3064.             'App\\Controller\\Admin\\ProcedureController::_list' => '?',
  3065.             'App\\Controller\\Admin\\ProcedureController::listAction' => '?',
  3066.             'App\\Controller\\Admin\\ProcedureController::listExportAction' => '?',
  3067.             'App\\Controller\\Admin\\ProcedureController::resendDispatchedStep' => '?',
  3068.             'App\\Controller\\Admin\\SecurityController::login' => '?',
  3069.             'App\\Controller\\Admin\\SettingController::cacheClear' => '?',
  3070.             'App\\Controller\\Admin\\SettingController::translationImport' => '?',
  3071.             'App\\Controller\\Admin\\StepController::delete' => '?',
  3072.             'App\\Controller\\Admin\\StepController::update' => '?',
  3073.             'App\\Controller\\Admin\\UserController::assignDepositWorkflow' => '?',
  3074.             'App\\Controller\\Admin\\UserController::assignWorkflow' => '?',
  3075.             'App\\Controller\\Admin\\UserController::createModerator' => '?',
  3076.             'App\\Controller\\Admin\\UserController::deleteModerator' => '?',
  3077.             'App\\Controller\\Admin\\UserController::enableUser' => '?',
  3078.             'App\\Controller\\Admin\\UserController::index' => '?',
  3079.             'App\\Controller\\Admin\\UserController::moderators' => '?',
  3080.             'App\\Controller\\Admin\\UserController::updateModerator' => '?',
  3081.             'App\\Controller\\Admin\\WorkflowController::addStep' => '?',
  3082.             'App\\Controller\\Admin\\WorkflowController::categories' => '?',
  3083.             'App\\Controller\\Admin\\WorkflowController::createCategory' => '?',
  3084.             'App\\Controller\\Admin\\WorkflowController::delete' => '?',
  3085.             'App\\Controller\\Admin\\WorkflowController::deleteCategory' => '?',
  3086.             'App\\Controller\\Admin\\WorkflowController::markDefault' => '?',
  3087.             'App\\Controller\\Admin\\WorkflowController::markDefaultCategory' => '?',
  3088.             'App\\Controller\\Admin\\WorkflowController::markDefaultWorkflowInCategory' => '?',
  3089.             'App\\Controller\\Admin\\WorkflowController::steps' => '?',
  3090.             'App\\Controller\\Admin\\WorkflowController::update' => '?',
  3091.             'App\\Controller\\Admin\\WorkflowController::updateCategory' => '?',
  3092.             'App\\Controller\\Api\\GoCardlessWebhookController::processPaymentChargedBackEvent' => '?',
  3093.             'App\\Controller\\Api\\GoCardlessWebhookController::processPaymentFailedEvent' => '?',
  3094.             'App\\Controller\\Api\\GoCardlessWebhookController::processPaymentPaidOutEvent' => '?',
  3095.             'App\\Controller\\Api\\GoCardlessWebhookController::webhook' => '?',
  3096.             'App\\Controller\\Api\\Sendinblue\\WebhookController::events' => '?',
  3097.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController::blocked' => '?',
  3098.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController::delivered' => '?',
  3099.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController::hardBounced' => '?',
  3100.             'App\\Controller\\Api\\Sendinblue\\WebhookEventController::create' => '?',
  3101.             'App\\Controller\\Api\\StripeController::getClientSecret' => '?',
  3102.             'App\\Controller\\Api\\StripeController::getInfos' => '?',
  3103.             'App\\Controller\\Api\\StripeController::validatePayment' => '?',
  3104.             'App\\Controller\\Api\\StripeController::webhookPaid' => '?',
  3105.             'App\\Controller\\App\\ConnectorController::sellsy' => '?',
  3106.             'App\\Controller\\App\\ConnectorController::synchronize' => '?',
  3107.             'App\\Controller\\App\\ConnectorQuickbooksController::disconnect' => '?',
  3108.             'App\\Controller\\App\\ConnectorQuickbooksController::inuitQuickbooks' => '?',
  3109.             'App\\Controller\\App\\ConnectorQuickbooksController::inuitQuickbooksCallback' => '?',
  3110.             'App\\Controller\\App\\ConnectorQuickbooksController::reconnect' => '?',
  3111.             'App\\Controller\\App\\GoCardlessController::callback' => '?',
  3112.             'App\\Controller\\App\\InvoiceController::create' => '?',
  3113.             'App\\Controller\\App\\InvoiceController::createDocument' => '?',
  3114.             'App\\Controller\\App\\InvoiceController::deleteDocument' => '?',
  3115.             'App\\Controller\\App\\InvoiceController::documents' => '?',
  3116.             'App\\Controller\\App\\InvoiceController::edit' => '?',
  3117.             'App\\Controller\\App\\InvoiceController::index' => '?',
  3118.             'App\\Controller\\App\\InvoiceController::update' => '?',
  3119.             'App\\Controller\\App\\InvoiceController::updateDocument' => '?',
  3120.             'App\\Controller\\App\\InvoiceRequestController::delete' => '?',
  3121.             'App\\Controller\\App\\OrganizationController::create' => '?',
  3122.             'App\\Controller\\App\\OrganizationController::index' => '?',
  3123.             'App\\Controller\\App\\OrganizationController::profile' => '?',
  3124.             'App\\Controller\\App\\OrganizationController::update' => '?',
  3125.             'App\\Controller\\App\\PageController::addCustomerContactProcedure' => '?',
  3126.             'App\\Controller\\App\\PageController::claimProcedure' => '?',
  3127.             'App\\Controller\\App\\PageController::closeProcedure' => '?',
  3128.             'App\\Controller\\App\\PageController::documents' => '?',
  3129.             'App\\Controller\\App\\PageController::drivers' => '?',
  3130.             'App\\Controller\\App\\PageController::forceDispatchProcedure' => '?',
  3131.             'App\\Controller\\App\\PageController::gocardlessMandate' => '?',
  3132.             'App\\Controller\\App\\PageController::gocardlessMandateCallback' => '?',
  3133.             'App\\Controller\\App\\PageController::invoice' => '?',
  3134.             'App\\Controller\\App\\PageController::notifyVia' => '?',
  3135.             'App\\Controller\\App\\PageController::paidStripe' => '?',
  3136.             'App\\Controller\\App\\PageController::payProcedure' => '?',
  3137.             'App\\Controller\\App\\PageController::resumeProcedure' => '?',
  3138.             'App\\Controller\\App\\PageController::snoozeProcedure' => '?',
  3139.             'App\\Controller\\App\\Partial\\InvoiceController::details' => '?',
  3140.             'App\\Controller\\App\\Partial\\InvoiceController::mainCustomers' => '?',
  3141.             'App\\Controller\\App\\Partial\\InvoiceController::tabDSO' => '?',
  3142.             'App\\Controller\\App\\Partial\\ProcedureController::details' => '?',
  3143.             'App\\Controller\\App\\PaymentController::order' => '?',
  3144.             'App\\Controller\\App\\ProcedureController::close' => '?',
  3145.             'App\\Controller\\App\\ProcedureController::create' => '?',
  3146.             'App\\Controller\\App\\ProcedureController::pause' => '?',
  3147.             'App\\Controller\\App\\ProcedureController::removeAll' => '?',
  3148.             'App\\Controller\\App\\ProcedureController::resume' => '?',
  3149.             'App\\Controller\\App\\SecurityController::addUserSecurityQuestions' => '?',
  3150.             'App\\Controller\\App\\SecurityController::ajaxGetUserSecurityQuestions' => '?',
  3151.             'App\\Controller\\App\\SecurityController::signin' => '?',
  3152.             'App\\Controller\\App\\SecurityController::signup' => '?',
  3153.             'App\\Controller\\App\\SecurityController::updateUserSecurityQuestions' => '?',
  3154.             'App\\Controller\\App\\StripeController::callback' => '?',
  3155.             'App\\Controller\\App\\StripeController::disconnect' => '?',
  3156.             'App\\Controller\\App\\TestController::index' => '?',
  3157.             'App\\Controller\\App\\UserController::createDocument' => '?',
  3158.             'App\\Controller\\App\\UserController::deleteDocument' => '?',
  3159.             'App\\Controller\\App\\UserController::profile' => '?',
  3160.             'App\\Controller\\App\\UserController::updateDocument' => '?',
  3161.             'App\\Controller\\ResetPasswordController::reset' => '?',
  3162.             'App\\Controller\\Admin\\Api\\OrganizationController:contactsByOrganization' => '?',
  3163.             'App\\Controller\\Admin\\Api\\OrganizationController:createContact' => '?',
  3164.             'App\\Controller\\Admin\\Api\\OrganizationController:createCustomer' => '?',
  3165.             'App\\Controller\\Admin\\Api\\OrganizationController:customersByUser' => '?',
  3166.             'App\\Controller\\Admin\\Api\\StepController:update' => '?',
  3167.             'App\\Controller\\Admin\\InvoiceController:create' => '?',
  3168.             'App\\Controller\\Admin\\InvoiceRequestController:approve' => '?',
  3169.             'App\\Controller\\Admin\\InvoiceRequestController:create' => '?',
  3170.             'App\\Controller\\Admin\\InvoiceRequestController:treat' => '?',
  3171.             'App\\Controller\\Admin\\OrganizationController:create' => '?',
  3172.             'App\\Controller\\Admin\\OrganizationController:index' => '?',
  3173.             'App\\Controller\\Admin\\OrganizationController:update' => '?',
  3174.             'App\\Controller\\Admin\\ProcedureController:_list' => '?',
  3175.             'App\\Controller\\Admin\\ProcedureController:listAction' => '?',
  3176.             'App\\Controller\\Admin\\ProcedureController:listExportAction' => '?',
  3177.             'App\\Controller\\Admin\\ProcedureController:resendDispatchedStep' => '?',
  3178.             'App\\Controller\\Admin\\SecurityController:login' => '?',
  3179.             'App\\Controller\\Admin\\SettingController:cacheClear' => '?',
  3180.             'App\\Controller\\Admin\\SettingController:translationImport' => '?',
  3181.             'App\\Controller\\Admin\\StepController:delete' => '?',
  3182.             'App\\Controller\\Admin\\StepController:update' => '?',
  3183.             'App\\Controller\\Admin\\UserController:assignDepositWorkflow' => '?',
  3184.             'App\\Controller\\Admin\\UserController:assignWorkflow' => '?',
  3185.             'App\\Controller\\Admin\\UserController:createModerator' => '?',
  3186.             'App\\Controller\\Admin\\UserController:deleteModerator' => '?',
  3187.             'App\\Controller\\Admin\\UserController:enableUser' => '?',
  3188.             'App\\Controller\\Admin\\UserController:index' => '?',
  3189.             'App\\Controller\\Admin\\UserController:moderators' => '?',
  3190.             'App\\Controller\\Admin\\UserController:updateModerator' => '?',
  3191.             'App\\Controller\\Admin\\WorkflowController:addStep' => '?',
  3192.             'App\\Controller\\Admin\\WorkflowController:categories' => '?',
  3193.             'App\\Controller\\Admin\\WorkflowController:createCategory' => '?',
  3194.             'App\\Controller\\Admin\\WorkflowController:delete' => '?',
  3195.             'App\\Controller\\Admin\\WorkflowController:deleteCategory' => '?',
  3196.             'App\\Controller\\Admin\\WorkflowController:markDefault' => '?',
  3197.             'App\\Controller\\Admin\\WorkflowController:markDefaultCategory' => '?',
  3198.             'App\\Controller\\Admin\\WorkflowController:markDefaultWorkflowInCategory' => '?',
  3199.             'App\\Controller\\Admin\\WorkflowController:steps' => '?',
  3200.             'App\\Controller\\Admin\\WorkflowController:update' => '?',
  3201.             'App\\Controller\\Admin\\WorkflowController:updateCategory' => '?',
  3202.             'App\\Controller\\Api\\GoCardlessWebhookController:processPaymentChargedBackEvent' => '?',
  3203.             'App\\Controller\\Api\\GoCardlessWebhookController:processPaymentFailedEvent' => '?',
  3204.             'App\\Controller\\Api\\GoCardlessWebhookController:processPaymentPaidOutEvent' => '?',
  3205.             'App\\Controller\\Api\\GoCardlessWebhookController:webhook' => '?',
  3206.             'App\\Controller\\Api\\Sendinblue\\WebhookController:events' => '?',
  3207.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController:blocked' => '?',
  3208.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController:delivered' => '?',
  3209.             'App\\Controller\\Api\\Sendinblue\\WebhookDeliveryController:hardBounced' => '?',
  3210.             'App\\Controller\\Api\\Sendinblue\\WebhookEventController:create' => '?',
  3211.             'App\\Controller\\Api\\StripeController:getClientSecret' => '?',
  3212.             'App\\Controller\\Api\\StripeController:getInfos' => '?',
  3213.             'App\\Controller\\Api\\StripeController:validatePayment' => '?',
  3214.             'App\\Controller\\Api\\StripeController:webhookPaid' => '?',
  3215.             'App\\Controller\\App\\ConnectorController:sellsy' => '?',
  3216.             'App\\Controller\\App\\ConnectorController:synchronize' => '?',
  3217.             'App\\Controller\\App\\ConnectorQuickbooksController:disconnect' => '?',
  3218.             'App\\Controller\\App\\ConnectorQuickbooksController:inuitQuickbooks' => '?',
  3219.             'App\\Controller\\App\\ConnectorQuickbooksController:inuitQuickbooksCallback' => '?',
  3220.             'App\\Controller\\App\\ConnectorQuickbooksController:reconnect' => '?',
  3221.             'App\\Controller\\App\\GoCardlessController:callback' => '?',
  3222.             'App\\Controller\\App\\InvoiceController:create' => '?',
  3223.             'App\\Controller\\App\\InvoiceController:createDocument' => '?',
  3224.             'App\\Controller\\App\\InvoiceController:deleteDocument' => '?',
  3225.             'App\\Controller\\App\\InvoiceController:documents' => '?',
  3226.             'App\\Controller\\App\\InvoiceController:edit' => '?',
  3227.             'App\\Controller\\App\\InvoiceController:index' => '?',
  3228.             'App\\Controller\\App\\InvoiceController:update' => '?',
  3229.             'App\\Controller\\App\\InvoiceController:updateDocument' => '?',
  3230.             'App\\Controller\\App\\InvoiceRequestController:delete' => '?',
  3231.             'App\\Controller\\App\\OrganizationController:create' => '?',
  3232.             'App\\Controller\\App\\OrganizationController:index' => '?',
  3233.             'App\\Controller\\App\\OrganizationController:profile' => '?',
  3234.             'App\\Controller\\App\\OrganizationController:update' => '?',
  3235.             'App\\Controller\\App\\PageController:addCustomerContactProcedure' => '?',
  3236.             'App\\Controller\\App\\PageController:claimProcedure' => '?',
  3237.             'App\\Controller\\App\\PageController:closeProcedure' => '?',
  3238.             'App\\Controller\\App\\PageController:documents' => '?',
  3239.             'App\\Controller\\App\\PageController:drivers' => '?',
  3240.             'App\\Controller\\App\\PageController:forceDispatchProcedure' => '?',
  3241.             'App\\Controller\\App\\PageController:gocardlessMandate' => '?',
  3242.             'App\\Controller\\App\\PageController:gocardlessMandateCallback' => '?',
  3243.             'App\\Controller\\App\\PageController:invoice' => '?',
  3244.             'App\\Controller\\App\\PageController:notifyVia' => '?',
  3245.             'App\\Controller\\App\\PageController:paidStripe' => '?',
  3246.             'App\\Controller\\App\\PageController:payProcedure' => '?',
  3247.             'App\\Controller\\App\\PageController:resumeProcedure' => '?',
  3248.             'App\\Controller\\App\\PageController:snoozeProcedure' => '?',
  3249.             'App\\Controller\\App\\Partial\\InvoiceController:details' => '?',
  3250.             'App\\Controller\\App\\Partial\\InvoiceController:mainCustomers' => '?',
  3251.             'App\\Controller\\App\\Partial\\InvoiceController:tabDSO' => '?',
  3252.             'App\\Controller\\App\\Partial\\ProcedureController:details' => '?',
  3253.             'App\\Controller\\App\\PaymentController:order' => '?',
  3254.             'App\\Controller\\App\\ProcedureController:close' => '?',
  3255.             'App\\Controller\\App\\ProcedureController:create' => '?',
  3256.             'App\\Controller\\App\\ProcedureController:pause' => '?',
  3257.             'App\\Controller\\App\\ProcedureController:removeAll' => '?',
  3258.             'App\\Controller\\App\\ProcedureController:resume' => '?',
  3259.             'App\\Controller\\App\\SecurityController:addUserSecurityQuestions' => '?',
  3260.             'App\\Controller\\App\\SecurityController:ajaxGetUserSecurityQuestions' => '?',
  3261.             'App\\Controller\\App\\SecurityController:signin' => '?',
  3262.             'App\\Controller\\App\\SecurityController:signup' => '?',
  3263.             'App\\Controller\\App\\SecurityController:updateUserSecurityQuestions' => '?',
  3264.             'App\\Controller\\App\\StripeController:callback' => '?',
  3265.             'App\\Controller\\App\\StripeController:disconnect' => '?',
  3266.             'App\\Controller\\App\\TestController:index' => '?',
  3267.             'App\\Controller\\App\\UserController:createDocument' => '?',
  3268.             'App\\Controller\\App\\UserController:deleteDocument' => '?',
  3269.             'App\\Controller\\App\\UserController:profile' => '?',
  3270.             'App\\Controller\\App\\UserController:updateDocument' => '?',
  3271.             'App\\Controller\\ResetPasswordController:reset' => '?',
  3272.         ]);
  3273.     }
  3274.     /**
  3275.      * Gets the private '.service_locator.7t7xXmo' shared service.
  3276.      *
  3277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3278.      */
  3279.     protected function get_ServiceLocator_7t7xXmoService()
  3280.     {
  3281.         return $this->privates['.service_locator.7t7xXmo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3282.             'tableService' => ['services''kilik_table''getKilikTableService'false],
  3283.             'zipped' => ['privates''App\\Utils\\Zipped''getZippedService'false],
  3284.         ], [
  3285.             'tableService' => '?',
  3286.             'zipped' => 'App\\Utils\\Zipped',
  3287.         ]);
  3288.     }
  3289.     /**
  3290.      * Gets the private '.service_locator.8bKo8F.' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3293.      */
  3294.     protected function get_ServiceLocator_8bKo8F_Service()
  3295.     {
  3296.         return $this->privates['.service_locator.8bKo8F.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3297.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3298.             'goCardlessAccountManager' => ['privates''App\\Manager\\GoCardlessAccountManager''getGoCardlessAccountManagerService'false],
  3299.             'procedure' => ['privates''.errored..service_locator.8bKo8F..App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.8bKo8F.": it references class "App\\Entity\\Procedure" but no such service exists.'],
  3300.             'stripeAccount' => ['privates''App\\Payment\\Stripe\\Client''getClientService'false],
  3301.         ], [
  3302.             'entityManager' => '?',
  3303.             'goCardlessAccountManager' => 'App\\Manager\\GoCardlessAccountManager',
  3304.             'procedure' => 'App\\Entity\\Procedure',
  3305.             'stripeAccount' => 'App\\Payment\\Stripe\\Client',
  3306.         ]);
  3307.     }
  3308.     /**
  3309.      * Gets the private '.service_locator.8qFGxja' shared service.
  3310.      *
  3311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3312.      */
  3313.     protected function get_ServiceLocator_8qFGxjaService()
  3314.     {
  3315.         return $this->privates['.service_locator.8qFGxja'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3316.             'invoice' => ['privates''.errored..service_locator.8qFGxja.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.8qFGxja": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3317.         ], [
  3318.             'invoice' => 'App\\Entity\\Invoice',
  3319.         ]);
  3320.     }
  3321.     /**
  3322.      * Gets the private '.service_locator.9wmw1WG' shared service.
  3323.      *
  3324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3325.      */
  3326.     protected function get_ServiceLocator_9wmw1WGService()
  3327.     {
  3328.         return $this->privates['.service_locator.9wmw1WG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3329.             'connectorManager' => ['privates''App\\Manager\\ConnectorManager''getConnectorManagerService'false],
  3330.             'driver' => ['privates''App\\Connector\\Driver\\Intuit\\Driver''getDriverService'false],
  3331.         ], [
  3332.             'connectorManager' => 'App\\Manager\\ConnectorManager',
  3333.             'driver' => 'App\\Connector\\Driver\\Intuit\\Driver',
  3334.         ]);
  3335.     }
  3336.     /**
  3337.      * Gets the private '.service_locator.B3GzpQ1' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3340.      */
  3341.     protected function get_ServiceLocator_B3GzpQ1Service()
  3342.     {
  3343.         return $this->privates['.service_locator.B3GzpQ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3344.             'user' => ['privates''.errored..service_locator.B3GzpQ1.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.B3GzpQ1": it references class "App\\Entity\\User" but no such service exists.'],
  3345.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3346.         ], [
  3347.             'user' => 'App\\Entity\\User',
  3348.             'userRepository' => 'App\\Repository\\UserRepository',
  3349.         ]);
  3350.     }
  3351.     /**
  3352.      * Gets the private '.service_locator.CMOr61f' shared service.
  3353.      *
  3354.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3355.      */
  3356.     protected function get_ServiceLocator_CMOr61fService()
  3357.     {
  3358.         return $this->privates['.service_locator.CMOr61f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3359.             'categoryRepository' => ['privates''App\\Repository\\WorkflowCategoryRepository''getWorkflowCategoryRepositoryService'false],
  3360.             'organizationFactory' => ['privates''App\\Factory\\OrganizationFactory''getOrganizationFactoryService'false],
  3361.         ], [
  3362.             'categoryRepository' => 'App\\Repository\\WorkflowCategoryRepository',
  3363.             'organizationFactory' => 'App\\Factory\\OrganizationFactory',
  3364.         ]);
  3365.     }
  3366.     /**
  3367.      * Gets the private '.service_locator.CNyTp1y' shared service.
  3368.      *
  3369.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3370.      */
  3371.     protected function get_ServiceLocator_CNyTp1yService()
  3372.     {
  3373.         return $this->privates['.service_locator.CNyTp1y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3374.             'eventManager' => ['privates''App\\Manager\\ProcedureStepEventManager''getProcedureStepEventManagerService'false],
  3375.         ], [
  3376.             'eventManager' => 'App\\Manager\\ProcedureStepEventManager',
  3377.         ]);
  3378.     }
  3379.     /**
  3380.      * Gets the private '.service_locator.E6UIMk6' shared service.
  3381.      *
  3382.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3383.      */
  3384.     protected function get_ServiceLocator_E6UIMk6Service()
  3385.     {
  3386.         return $this->privates['.service_locator.E6UIMk6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3387.             'user' => ['privates''.errored..service_locator.E6UIMk6.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.E6UIMk6": it references class "App\\Entity\\User" but no such service exists.'],
  3388.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3389.         ], [
  3390.             'user' => 'App\\Entity\\User',
  3391.             'userManager' => 'App\\Manager\\UserManager',
  3392.         ]);
  3393.     }
  3394.     /**
  3395.      * Gets the private '.service_locator.FhFevzw' shared service.
  3396.      *
  3397.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3398.      */
  3399.     protected function get_ServiceLocator_FhFevzwService()
  3400.     {
  3401.         return $this->privates['.service_locator.FhFevzw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3402.             'categoryRepository' => ['privates''App\\Repository\\WorkflowCategoryRepository''getWorkflowCategoryRepositoryService'false],
  3403.             'organization' => ['privates''.errored..service_locator.FhFevzw.App\\Entity\\Organization'NULL'Cannot autowire service ".service_locator.FhFevzw": it references class "App\\Entity\\Organization" but no such service exists.'],
  3404.             'organizationService' => ['privates''App\\Service\\OrganizationService''getOrganizationServiceService'false],
  3405.             'procedureManager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  3406.             'procedureRepository' => ['privates''App\\Repository\\ProcedureRepository''getProcedureRepositoryService'false],
  3407.         ], [
  3408.             'categoryRepository' => 'App\\Repository\\WorkflowCategoryRepository',
  3409.             'organization' => 'App\\Entity\\Organization',
  3410.             'organizationService' => 'App\\Service\\OrganizationService',
  3411.             'procedureManager' => 'App\\Manager\\ProcedureManager',
  3412.             'procedureRepository' => 'App\\Repository\\ProcedureRepository',
  3413.         ]);
  3414.     }
  3415.     /**
  3416.      * Gets the private '.service_locator.JUWYC83' shared service.
  3417.      *
  3418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3419.      */
  3420.     protected function get_ServiceLocator_JUWYC83Service()
  3421.     {
  3422.         return $this->privates['.service_locator.JUWYC83'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3423.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3424.             'securityQuestionsRepository' => ['privates''App\\Repository\\SecurityQuestionsRepository''getSecurityQuestionsRepositoryService'false],
  3425.         ], [
  3426.             'entityManager' => '?',
  3427.             'securityQuestionsRepository' => 'App\\Repository\\SecurityQuestionsRepository',
  3428.         ]);
  3429.     }
  3430.     /**
  3431.      * Gets the private '.service_locator.K4qCKFr' shared service.
  3432.      *
  3433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3434.      */
  3435.     protected function get_ServiceLocator_K4qCKFrService()
  3436.     {
  3437.         return $this->privates['.service_locator.K4qCKFr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3438.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3439.             'session' => ['services''session''getSessionService'false],
  3440.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3441.         ], [
  3442.             'entityManager' => '?',
  3443.             'session' => '?',
  3444.             'userManager' => 'App\\Manager\\UserManager',
  3445.         ]);
  3446.     }
  3447.     /**
  3448.      * Gets the private '.service_locator.MSjbWLR' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3451.      */
  3452.     protected function get_ServiceLocator_MSjbWLRService()
  3453.     {
  3454.         return $this->privates['.service_locator.MSjbWLR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3455.             'factory' => ['privates''App\\Factory\\InvoiceRequestFactory''getInvoiceRequestFactoryService'false],
  3456.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3457.             'invoiceRequestRepository' => ['privates''App\\Repository\\InvoiceRequestRepository''getInvoiceRequestRepositoryService'false],
  3458.             'invoiceService' => ['privates''App\\Service\\InvoiceService''getInvoiceServiceService'false],
  3459.             'invoiceView' => ['privates''App\\View\\InvoiceView''getInvoiceViewService'false],
  3460.             'nextStepGuesser' => ['privates''App\\Service\\NextStepGuesserService''getNextStepGuesserServiceService'false],
  3461.             'procedureClaimRepository' => ['privates''App\\Repository\\ProcedureClaimRepository''getProcedureClaimRepositoryService'false],
  3462.         ], [
  3463.             'factory' => 'App\\Factory\\InvoiceRequestFactory',
  3464.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3465.             'invoiceRequestRepository' => 'App\\Repository\\InvoiceRequestRepository',
  3466.             'invoiceService' => 'App\\Service\\InvoiceService',
  3467.             'invoiceView' => 'App\\View\\InvoiceView',
  3468.             'nextStepGuesser' => 'App\\Service\\NextStepGuesserService',
  3469.             'procedureClaimRepository' => 'App\\Repository\\ProcedureClaimRepository',
  3470.         ]);
  3471.     }
  3472.     /**
  3473.      * Gets the private '.service_locator.ONk4r8Z' shared service.
  3474.      *
  3475.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3476.      */
  3477.     protected function get_ServiceLocator_ONk4r8ZService()
  3478.     {
  3479.         return $this->privates['.service_locator.ONk4r8Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3480.             'eventManager' => ['privates''App\\Manager\\EmailTraceEventManager''getEmailTraceEventManagerService'false],
  3481.         ], [
  3482.             'eventManager' => 'App\\Manager\\EmailTraceEventManager',
  3483.         ]);
  3484.     }
  3485.     /**
  3486.      * Gets the private '.service_locator.QnVo3n7' shared service.
  3487.      *
  3488.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3489.      */
  3490.     protected function get_ServiceLocator_QnVo3n7Service()
  3491.     {
  3492.         return $this->privates['.service_locator.QnVo3n7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3493.             'stepRepository' => ['privates''App\\Repository\\StepRepository''getStepRepositoryService'false],
  3494.             'workflow' => ['privates''.errored..service_locator.QnVo3n7.App\\Entity\\Workflow'NULL'Cannot autowire service ".service_locator.QnVo3n7": it references class "App\\Entity\\Workflow" but no such service exists.'],
  3495.         ], [
  3496.             'stepRepository' => 'App\\Repository\\StepRepository',
  3497.             'workflow' => 'App\\Entity\\Workflow',
  3498.         ]);
  3499.     }
  3500.     /**
  3501.      * Gets the private '.service_locator.S18yzpa' shared service.
  3502.      *
  3503.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3504.      */
  3505.     protected function get_ServiceLocator_S18yzpaService()
  3506.     {
  3507.         return $this->privates['.service_locator.S18yzpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3508.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3509.             'organization' => ['privates''.errored..service_locator.S18yzpa.App\\Entity\\Organization'NULL'Cannot autowire service ".service_locator.S18yzpa": it references class "App\\Entity\\Organization" but no such service exists.'],
  3510.             'organizationService' => ['privates''App\\Service\\OrganizationService''getOrganizationServiceService'false],
  3511.             'user' => ['privates''.errored..service_locator.S18yzpa.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.S18yzpa": it references class "App\\Entity\\User" but no such service exists.'],
  3512.         ], [
  3513.             'eventDispatcher' => '?',
  3514.             'organization' => 'App\\Entity\\Organization',
  3515.             'organizationService' => 'App\\Service\\OrganizationService',
  3516.             'user' => 'App\\Entity\\User',
  3517.         ]);
  3518.     }
  3519.     /**
  3520.      * Gets the private '.service_locator.S1DZVUv' shared service.
  3521.      *
  3522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3523.      */
  3524.     protected function get_ServiceLocator_S1DZVUvService()
  3525.     {
  3526.         return $this->privates['.service_locator.S1DZVUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3527.             'payment' => ['privates''.errored..service_locator.S1DZVUv.App\\Entity\\Payment'NULL'Cannot autowire service ".service_locator.S1DZVUv": it references class "App\\Entity\\Payment" but no such service exists.'],
  3528.         ], [
  3529.             'payment' => 'App\\Entity\\Payment',
  3530.         ]);
  3531.     }
  3532.     /**
  3533.      * Gets the private '.service_locator.SiCYTES' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3536.      */
  3537.     protected function get_ServiceLocator_SiCYTESService()
  3538.     {
  3539.         return $this->privates['.service_locator.SiCYTES'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3540.             'accountManager' => ['privates''App\\Manager\\GoCardlessAccountManager''getGoCardlessAccountManagerService'false],
  3541.         ], [
  3542.             'accountManager' => 'App\\Manager\\GoCardlessAccountManager',
  3543.         ]);
  3544.     }
  3545.     /**
  3546.      * Gets the private '.service_locator.TXlLCPQ' shared service.
  3547.      *
  3548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3549.      */
  3550.     protected function get_ServiceLocator_TXlLCPQService()
  3551.     {
  3552.         return $this->privates['.service_locator.TXlLCPQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3553.             'invoice' => ['privates''.errored..service_locator.TXlLCPQ.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.TXlLCPQ": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3554.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3555.             'organizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'false],
  3556.         ], [
  3557.             'invoice' => 'App\\Entity\\Invoice',
  3558.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3559.             'organizationRepository' => 'App\\Repository\\OrganizationRepository',
  3560.         ]);
  3561.     }
  3562.     /**
  3563.      * Gets the private '.service_locator.TyzLPKL' shared service.
  3564.      *
  3565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3566.      */
  3567.     protected function get_ServiceLocator_TyzLPKLService()
  3568.     {
  3569.         return $this->privates['.service_locator.TyzLPKL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3570.             'stepManager' => ['privates''App\\Manager\\StepManager''getStepManagerService'false],
  3571.             'workflow' => ['privates''.errored..service_locator.TyzLPKL.App\\Entity\\Workflow'NULL'Cannot autowire service ".service_locator.TyzLPKL": it references class "App\\Entity\\Workflow" but no such service exists.'],
  3572.         ], [
  3573.             'stepManager' => 'App\\Manager\\StepManager',
  3574.             'workflow' => 'App\\Entity\\Workflow',
  3575.         ]);
  3576.     }
  3577.     /**
  3578.      * Gets the private '.service_locator.UFMf_IT' shared service.
  3579.      *
  3580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3581.      */
  3582.     protected function get_ServiceLocator_UFMfITService()
  3583.     {
  3584.         return $this->privates['.service_locator.UFMf_IT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3585.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3586.             'workflowRepository' => ['privates''App\\Repository\\WorkflowRepository''getWorkflowRepositoryService'false],
  3587.         ], [
  3588.             'userRepository' => 'App\\Repository\\UserRepository',
  3589.             'workflowRepository' => 'App\\Repository\\WorkflowRepository',
  3590.         ]);
  3591.     }
  3592.     /**
  3593.      * Gets the private '.service_locator.XFUGTmX' shared service.
  3594.      *
  3595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3596.      */
  3597.     protected function get_ServiceLocator_XFUGTmXService()
  3598.     {
  3599.         return $this->privates['.service_locator.XFUGTmX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3600.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3601.             'procedure' => ['privates''.errored..service_locator.XFUGTmX.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.XFUGTmX": it references class "App\\Entity\\Procedure" but no such service exists.'],
  3602.         ], [
  3603.             'entityManager' => '?',
  3604.             'procedure' => 'App\\Entity\\Procedure',
  3605.         ]);
  3606.     }
  3607.     /**
  3608.      * Gets the private '.service_locator.YOtzisY' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3611.      */
  3612.     protected function get_ServiceLocator_YOtzisYService()
  3613.     {
  3614.         return $this->privates['.service_locator.YOtzisY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3615.             'flashBag' => ['privates''session.flash_bag''getSession_FlashBagService'false],
  3616.             'stripeAccountFactory' => ['privates''App\\Factory\\StripeAccountFactory''getStripeAccountFactoryService'false],
  3617.             'stripeOAuth' => ['privates''App\\Payment\\Stripe\\Client''getClientService'false],
  3618.         ], [
  3619.             'flashBag' => '?',
  3620.             'stripeAccountFactory' => 'App\\Factory\\StripeAccountFactory',
  3621.             'stripeOAuth' => 'App\\Payment\\Stripe\\Client',
  3622.         ]);
  3623.     }
  3624.     /**
  3625.      * Gets the private '.service_locator.ZOWky63' shared service.
  3626.      *
  3627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3628.      */
  3629.     protected function get_ServiceLocator_ZOWky63Service()
  3630.     {
  3631.         return $this->privates['.service_locator.ZOWky63'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3632.             'accountRepository' => ['privates''App\\Repository\\GoCardlessAccountRepository''getGoCardlessAccountRepositoryService'false],
  3633.             'goCardlessService' => ['privates''App\\Service\\GoCardlessService''getGoCardlessServiceService'false],
  3634.             'invoice' => ['privates''.errored..service_locator.ZOWky63.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.ZOWky63": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3635.             'mandateRepository' => ['privates''App\\Repository\\GoCardlessMandateRepository''getGoCardlessMandateRepositoryService'false],
  3636.         ], [
  3637.             'accountRepository' => 'App\\Repository\\GoCardlessAccountRepository',
  3638.             'goCardlessService' => 'App\\Service\\GoCardlessService',
  3639.             'invoice' => 'App\\Entity\\Invoice',
  3640.             'mandateRepository' => 'App\\Repository\\GoCardlessMandateRepository',
  3641.         ]);
  3642.     }
  3643.     /**
  3644.      * Gets the private '.service_locator.Zd.FsmO' shared service.
  3645.      *
  3646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3647.      */
  3648.     protected function get_ServiceLocator_Zd_FsmOService()
  3649.     {
  3650.         return $this->privates['.service_locator.Zd.FsmO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3651.             'invoice' => ['privates''.errored..service_locator.Zd.FsmO.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.Zd.FsmO": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3652.             'manager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  3653.         ], [
  3654.             'invoice' => 'App\\Entity\\Invoice',
  3655.             'manager' => 'App\\Manager\\ProcedureManager',
  3656.         ]);
  3657.     }
  3658.     /**
  3659.      * Gets the private '.service_locator._60hxTs' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3662.      */
  3663.     protected function get_ServiceLocator_60hxTsService()
  3664.     {
  3665.         return $this->privates['.service_locator._60hxTs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3666.             'connectorRepository' => ['privates''App\\Repository\\ConnectorRepository''getConnectorRepositoryService'false],
  3667.             'driver' => ['privates''App\\Connector\\Driver\\Sellsy\\Driver''getDriver2Service'false],
  3668.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3669.         ], [
  3670.             'connectorRepository' => 'App\\Repository\\ConnectorRepository',
  3671.             'driver' => 'App\\Connector\\Driver\\Sellsy\\Driver',
  3672.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3673.         ]);
  3674.     }
  3675.     /**
  3676.      * Gets the private '.service_locator._XXkZ2u' shared service.
  3677.      *
  3678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3679.      */
  3680.     protected function get_ServiceLocator_XXkZ2uService()
  3681.     {
  3682.         return $this->privates['.service_locator._XXkZ2u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3683.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3684.             'procedure' => ['privates''.errored..service_locator._XXkZ2u.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator._XXkZ2u": it references class "App\\Entity\\Procedure" but no such service exists.'],
  3685.         ], [
  3686.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3687.             'procedure' => 'App\\Entity\\Procedure',
  3688.         ]);
  3689.     }
  3690.     /**
  3691.      * Gets the private '.service_locator._a.ziMe' shared service.
  3692.      *
  3693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3694.      */
  3695.     protected function get_ServiceLocator_A_ZiMeService()
  3696.     {
  3697.         return $this->privates['.service_locator._a.ziMe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3698.             'documentFactory' => ['privates''App\\Factory\\DocumentFactory''getDocumentFactoryService'false],
  3699.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  3700.             'invoice' => ['privates''.errored..service_locator._a.ziMe.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator._a.ziMe": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3701.         ], [
  3702.             'documentFactory' => 'App\\Factory\\DocumentFactory',
  3703.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  3704.             'invoice' => 'App\\Entity\\Invoice',
  3705.         ]);
  3706.     }
  3707.     /**
  3708.      * Gets the private '.service_locator.a1CJThi' shared service.
  3709.      *
  3710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3711.      */
  3712.     protected function get_ServiceLocator_A1CJThiService()
  3713.     {
  3714.         return $this->privates['.service_locator.a1CJThi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3715.             'invoice' => ['privates''.errored..service_locator.a1CJThi.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.a1CJThi": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3716.             'stripeClient' => ['privates''App\\Payment\\Stripe\\Client''getClientService'false],
  3717.         ], [
  3718.             'invoice' => 'App\\Entity\\Invoice',
  3719.             'stripeClient' => 'App\\Payment\\Stripe\\Client',
  3720.         ]);
  3721.     }
  3722.     /**
  3723.      * Gets the private '.service_locator.axt1DdJ' shared service.
  3724.      *
  3725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3726.      */
  3727.     protected function get_ServiceLocator_Axt1DdJService()
  3728.     {
  3729.         return $this->privates['.service_locator.axt1DdJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3730.             'flashBag' => ['privates''session.flash_bag''getSession_FlashBagService'false],
  3731.         ], [
  3732.             'flashBag' => '?',
  3733.         ]);
  3734.     }
  3735.     /**
  3736.      * Gets the private '.service_locator.b1gRC6_' shared service.
  3737.      *
  3738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3739.      */
  3740.     protected function get_ServiceLocator_B1gRC6Service()
  3741.     {
  3742.         return $this->privates['.service_locator.b1gRC6_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3743.             'document' => ['privates''.errored..service_locator.b1gRC6_.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.b1gRC6_": it references class "App\\Entity\\Document" but no such service exists.'],
  3744.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  3745.         ], [
  3746.             'document' => 'App\\Entity\\Document',
  3747.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  3748.         ]);
  3749.     }
  3750.     /**
  3751.      * Gets the private '.service_locator.bYRvzWI' shared service.
  3752.      *
  3753.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3754.      */
  3755.     protected function get_ServiceLocator_BYRvzWIService()
  3756.     {
  3757.         return $this->privates['.service_locator.bYRvzWI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3758.             'connectorManager' => ['privates''App\\Manager\\ConnectorManager''getConnectorManagerService'false],
  3759.             'driver' => ['privates''App\\Connector\\Driver\\Intuit\\Driver''getDriverService'false],
  3760.             'translator' => ['services''translator''getTranslatorService'false],
  3761.         ], [
  3762.             'connectorManager' => 'App\\Manager\\ConnectorManager',
  3763.             'driver' => 'App\\Connector\\Driver\\Intuit\\Driver',
  3764.             'translator' => '?',
  3765.         ]);
  3766.     }
  3767.     /**
  3768.      * Gets the private '.service_locator.c.IxepC' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3771.      */
  3772.     protected function get_ServiceLocator_C_IxepCService()
  3773.     {
  3774.         return $this->privates['.service_locator.c.IxepC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3775.             'categoryRepository' => ['privates''App\\Repository\\WorkflowCategoryRepository''getWorkflowCategoryRepositoryService'false],
  3776.         ], [
  3777.             'categoryRepository' => 'App\\Repository\\WorkflowCategoryRepository',
  3778.         ]);
  3779.     }
  3780.     /**
  3781.      * Gets the private '.service_locator.cBPM8ij' shared service.
  3782.      *
  3783.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3784.      */
  3785.     protected function get_ServiceLocator_CBPM8ijService()
  3786.     {
  3787.         return $this->privates['.service_locator.cBPM8ij'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3788.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3789.             'invoiceRequest' => ['privates''.errored..service_locator.cBPM8ij.App\\Entity\\InvoiceRequest'NULL'Cannot autowire service ".service_locator.cBPM8ij": it references class "App\\Entity\\InvoiceRequest" but no such service exists.'],
  3790.             'procedureManager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  3791.         ], [
  3792.             'entityManager' => '?',
  3793.             'invoiceRequest' => 'App\\Entity\\InvoiceRequest',
  3794.             'procedureManager' => 'App\\Manager\\ProcedureManager',
  3795.         ]);
  3796.     }
  3797.     /**
  3798.      * Gets the private '.service_locator.cPYpbhb' shared service.
  3799.      *
  3800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3801.      */
  3802.     protected function get_ServiceLocator_CPYpbhbService()
  3803.     {
  3804.         return $this->privates['.service_locator.cPYpbhb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3805.             'customerService' => ['privates''App\\Service\\CustomerService''getCustomerServiceService'false],
  3806.         ], [
  3807.             'customerService' => 'App\\Service\\CustomerService',
  3808.         ]);
  3809.     }
  3810.     /**
  3811.      * Gets the private '.service_locator.ccM2MGC' shared service.
  3812.      *
  3813.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3814.      */
  3815.     protected function get_ServiceLocator_CcM2MGCService()
  3816.     {
  3817.         return $this->privates['.service_locator.ccM2MGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3818.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3819.         ], [
  3820.             'passwordEncoder' => '?',
  3821.         ]);
  3822.     }
  3823.     /**
  3824.      * Gets the private '.service_locator.dF4WBKm' shared service.
  3825.      *
  3826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3827.      */
  3828.     protected function get_ServiceLocator_DF4WBKmService()
  3829.     {
  3830.         return $this->privates['.service_locator.dF4WBKm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3831.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3832.             'urlGenerator' => ['privates''App\\Service\\UrlGeneratorService''getUrlGeneratorServiceService'false],
  3833.         ], [
  3834.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3835.             'urlGenerator' => 'App\\Service\\UrlGeneratorService',
  3836.         ]);
  3837.     }
  3838.     /**
  3839.      * Gets the private '.service_locator.deI61xW' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3842.      */
  3843.     protected function get_ServiceLocator_DeI61xWService()
  3844.     {
  3845.         return $this->privates['.service_locator.deI61xW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3846.             'connectorRepository' => ['privates''App\\Repository\\ConnectorRepository''getConnectorRepositoryService'false],
  3847.             'flashBag' => ['privates''session.flash_bag''getSession_FlashBagService'false],
  3848.             'translator' => ['services''translator''getTranslatorService'false],
  3849.         ], [
  3850.             'connectorRepository' => 'App\\Repository\\ConnectorRepository',
  3851.             'flashBag' => '?',
  3852.             'translator' => '?',
  3853.         ]);
  3854.     }
  3855.     /**
  3856.      * Gets the private '.service_locator.g.xob4v' shared service.
  3857.      *
  3858.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3859.      */
  3860.     protected function get_ServiceLocator_G_Xob4vService()
  3861.     {
  3862.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3863.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3864.         ], [
  3865.             'authenticationUtils' => '?',
  3866.         ]);
  3867.     }
  3868.     /**
  3869.      * Gets the private '.service_locator.gqppSGy' shared service.
  3870.      *
  3871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3872.      */
  3873.     protected function get_ServiceLocator_GqppSGyService()
  3874.     {
  3875.         return $this->privates['.service_locator.gqppSGy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3876.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3877.             'invoiceRequest' => ['privates''.errored..service_locator.gqppSGy.App\\Entity\\InvoiceRequest'NULL'Cannot autowire service ".service_locator.gqppSGy": it references class "App\\Entity\\InvoiceRequest" but no such service exists.'],
  3878.             'organizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'false],
  3879.             'urlGenerator' => ['privates''App\\Service\\UrlGeneratorService''getUrlGeneratorServiceService'false],
  3880.         ], [
  3881.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3882.             'invoiceRequest' => 'App\\Entity\\InvoiceRequest',
  3883.             'organizationRepository' => 'App\\Repository\\OrganizationRepository',
  3884.             'urlGenerator' => 'App\\Service\\UrlGeneratorService',
  3885.         ]);
  3886.     }
  3887.     /**
  3888.      * Gets the private '.service_locator.hnX4Yts' shared service.
  3889.      *
  3890.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3891.      */
  3892.     protected function get_ServiceLocator_HnX4YtsService()
  3893.     {
  3894.         return $this->privates['.service_locator.hnX4Yts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3895.             'organizationContactFactory' => ['privates''App\\Factory\\OrganizationContactFactory''getOrganizationContactFactoryService'false],
  3896.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3897.             'workflowRepository' => ['privates''App\\Repository\\WorkflowRepository''getWorkflowRepositoryService'false],
  3898.         ], [
  3899.             'organizationContactFactory' => 'App\\Factory\\OrganizationContactFactory',
  3900.             'userManager' => 'App\\Manager\\UserManager',
  3901.             'workflowRepository' => 'App\\Repository\\WorkflowRepository',
  3902.         ]);
  3903.     }
  3904.     /**
  3905.      * Gets the private '.service_locator.izxTLAS' shared service.
  3906.      *
  3907.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3908.      */
  3909.     protected function get_ServiceLocator_IzxTLASService()
  3910.     {
  3911.         return $this->privates['.service_locator.izxTLAS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3912.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3913.             'organizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'false],
  3914.         ], [
  3915.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3916.             'organizationRepository' => 'App\\Repository\\OrganizationRepository',
  3917.         ]);
  3918.     }
  3919.     /**
  3920.      * Gets the private '.service_locator.kEGjQQ9' shared service.
  3921.      *
  3922.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3923.      */
  3924.     protected function get_ServiceLocator_KEGjQQ9Service()
  3925.     {
  3926.         return $this->privates['.service_locator.kEGjQQ9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3927.             'nextStepGuesser' => ['privates''App\\Service\\NextStepGuesserService''getNextStepGuesserServiceService'false],
  3928.             'procedure' => ['privates''.errored..service_locator.kEGjQQ9.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.kEGjQQ9": it references class "App\\Entity\\Procedure" but no such service exists.'],
  3929.             'procedureTimeline' => ['privates''App\\Service\\ProcedureTimeline''getProcedureTimelineService'false],
  3930.         ], [
  3931.             'nextStepGuesser' => 'App\\Service\\NextStepGuesserService',
  3932.             'procedure' => 'App\\Entity\\Procedure',
  3933.             'procedureTimeline' => 'App\\Service\\ProcedureTimeline',
  3934.         ]);
  3935.     }
  3936.     /**
  3937.      * Gets the private '.service_locator.kMNGEZk' shared service.
  3938.      *
  3939.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3940.      */
  3941.     protected function get_ServiceLocator_KMNGEZkService()
  3942.     {
  3943.         return $this->privates['.service_locator.kMNGEZk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3944.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3945.         ], [
  3946.             'userManager' => 'App\\Manager\\UserManager',
  3947.         ]);
  3948.     }
  3949.     /**
  3950.      * Gets the private '.service_locator.lEZakS.' shared service.
  3951.      *
  3952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3953.      */
  3954.     protected function get_ServiceLocator_LEZakS_Service()
  3955.     {
  3956.         return $this->privates['.service_locator.lEZakS.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3957.             'stripeService' => ['privates''App\\Service\\StripeService''getStripeServiceService'false],
  3958.         ], [
  3959.             'stripeService' => 'App\\Service\\StripeService',
  3960.         ]);
  3961.     }
  3962.     /**
  3963.      * Gets the private '.service_locator.lTNGfdo' shared service.
  3964.      *
  3965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3966.      */
  3967.     protected function get_ServiceLocator_LTNGfdoService()
  3968.     {
  3969.         return $this->privates['.service_locator.lTNGfdo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3970.             'accountRepository' => ['privates''App\\Repository\\GoCardlessAccountRepository''getGoCardlessAccountRepositoryService'false],
  3971.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3972.             'goCardlessService' => ['privates''App\\Service\\GoCardlessService''getGoCardlessServiceService'false],
  3973.             'invoice' => ['privates''.errored..service_locator.lTNGfdo.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.lTNGfdo": it references class "App\\Entity\\Invoice" but no such service exists.'],
  3974.             'mandateRepository' => ['privates''App\\Repository\\GoCardlessMandateRepository''getGoCardlessMandateRepositoryService'false],
  3975.         ], [
  3976.             'accountRepository' => 'App\\Repository\\GoCardlessAccountRepository',
  3977.             'entityManager' => '?',
  3978.             'goCardlessService' => 'App\\Service\\GoCardlessService',
  3979.             'invoice' => 'App\\Entity\\Invoice',
  3980.             'mandateRepository' => 'App\\Repository\\GoCardlessMandateRepository',
  3981.         ]);
  3982.     }
  3983.     /**
  3984.      * Gets the private '.service_locator.loOyb4p' shared service.
  3985.      *
  3986.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3987.      */
  3988.     protected function get_ServiceLocator_LoOyb4pService()
  3989.     {
  3990.         return $this->privates['.service_locator.loOyb4p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3991.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3992.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3993.             'workflow' => ['privates''.errored..service_locator.loOyb4p.App\\Entity\\Workflow'NULL'Cannot autowire service ".service_locator.loOyb4p": it references class "App\\Entity\\Workflow" but no such service exists.'],
  3994.         ], [
  3995.             'entityManager' => '?',
  3996.             'userRepository' => 'App\\Repository\\UserRepository',
  3997.             'workflow' => 'App\\Entity\\Workflow',
  3998.         ]);
  3999.     }
  4000.     /**
  4001.      * Gets the private '.service_locator.mEEbJrs' shared service.
  4002.      *
  4003.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4004.      */
  4005.     protected function get_ServiceLocator_MEEbJrsService()
  4006.     {
  4007.         return $this->privates['.service_locator.mEEbJrs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4008.             'flashBag' => ['privates''session.flash_bag''getSession_FlashBagService'false],
  4009.             'invoice' => ['privates''.errored..service_locator.mEEbJrs.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.mEEbJrs": it references class "App\\Entity\\Invoice" but no such service exists.'],
  4010.             'manager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  4011.             'translator' => ['services''translator''getTranslatorService'false],
  4012.         ], [
  4013.             'flashBag' => '?',
  4014.             'invoice' => 'App\\Entity\\Invoice',
  4015.             'manager' => 'App\\Manager\\ProcedureManager',
  4016.             'translator' => '?',
  4017.         ]);
  4018.     }
  4019.     /**
  4020.      * Gets the private '.service_locator.mssCJk4' shared service.
  4021.      *
  4022.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4023.      */
  4024.     protected function get_ServiceLocator_MssCJk4Service()
  4025.     {
  4026.         return $this->privates['.service_locator.mssCJk4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4027.             'organizationFactory' => ['privates''App\\Factory\\OrganizationFactory''getOrganizationFactoryService'false],
  4028.             'user' => ['privates''.errored..service_locator.mssCJk4.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.mssCJk4": it references class "App\\Entity\\User" but no such service exists.'],
  4029.         ], [
  4030.             'organizationFactory' => 'App\\Factory\\OrganizationFactory',
  4031.             'user' => 'App\\Entity\\User',
  4032.         ]);
  4033.     }
  4034.     /**
  4035.      * Gets the private '.service_locator.mtCz1G8' shared service.
  4036.      *
  4037.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4038.      */
  4039.     protected function get_ServiceLocator_MtCz1G8Service()
  4040.     {
  4041.         return $this->privates['.service_locator.mtCz1G8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4042.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4043.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4044.             'procedureManager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  4045.         ], [
  4046.             'entityManager' => '?',
  4047.             'eventDispatcher' => '?',
  4048.             'procedureManager' => 'App\\Manager\\ProcedureManager',
  4049.         ]);
  4050.     }
  4051.     /**
  4052.      * Gets the private '.service_locator.n0hXFmh' shared service.
  4053.      *
  4054.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4055.      */
  4056.     protected function get_ServiceLocator_N0hXFmhService()
  4057.     {
  4058.         return $this->privates['.service_locator.n0hXFmh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4059.             'workflow' => ['privates''.errored..service_locator.n0hXFmh.App\\Entity\\Workflow'NULL'Cannot autowire service ".service_locator.n0hXFmh": it references class "App\\Entity\\Workflow" but no such service exists.'],
  4060.         ], [
  4061.             'workflow' => 'App\\Entity\\Workflow',
  4062.         ]);
  4063.     }
  4064.     /**
  4065.      * Gets the private '.service_locator.nIpKcJ1' shared service.
  4066.      *
  4067.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4068.      */
  4069.     protected function get_ServiceLocator_NIpKcJ1Service()
  4070.     {
  4071.         return $this->privates['.service_locator.nIpKcJ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4072.             'connectorManager' => ['privates''App\\Manager\\ConnectorManager''getConnectorManagerService'false],
  4073.             'driverRegistry' => ['privates''App\\Connector\\DriverRegistry''getDriverRegistryService'false],
  4074.         ], [
  4075.             'connectorManager' => 'App\\Manager\\ConnectorManager',
  4076.             'driverRegistry' => 'App\\Connector\\DriverRegistry',
  4077.         ]);
  4078.     }
  4079.     /**
  4080.      * Gets the private '.service_locator.nR5O.rz' shared service.
  4081.      *
  4082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4083.      */
  4084.     protected function get_ServiceLocator_NR5O_RzService()
  4085.     {
  4086.         return $this->privates['.service_locator.nR5O.rz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4087.             'organizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'false],
  4088.             'user' => ['privates''.errored..service_locator.nR5O.rz.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.nR5O.rz": it references class "App\\Entity\\User" but no such service exists.'],
  4089.         ], [
  4090.             'organizationRepository' => 'App\\Repository\\OrganizationRepository',
  4091.             'user' => 'App\\Entity\\User',
  4092.         ]);
  4093.     }
  4094.     /**
  4095.      * Gets the private '.service_locator.nikAHWU' shared service.
  4096.      *
  4097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4098.      */
  4099.     protected function get_ServiceLocator_NikAHWUService()
  4100.     {
  4101.         return $this->privates['.service_locator.nikAHWU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4102.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4103.             'translate' => ['services''translator''getTranslatorService'false],
  4104.         ], [
  4105.             'entityManager' => '?',
  4106.             'translate' => '?',
  4107.         ]);
  4108.     }
  4109.     /**
  4110.      * Gets the private '.service_locator.odVIvYw' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4113.      */
  4114.     protected function get_ServiceLocator_OdVIvYwService()
  4115.     {
  4116.         return $this->privates['.service_locator.odVIvYw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4117.             'customerService' => ['privates''App\\Service\\CustomerService''getCustomerServiceService'false],
  4118.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  4119.             'nextStepGuesser' => ['privates''App\\Service\\NextStepGuesserService''getNextStepGuesserServiceService'false],
  4120.             'organization' => ['privates''.errored..service_locator.odVIvYw.App\\Entity\\Organization'NULL'Cannot autowire service ".service_locator.odVIvYw": it references class "App\\Entity\\Organization" but no such service exists.'],
  4121.         ], [
  4122.             'customerService' => 'App\\Service\\CustomerService',
  4123.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  4124.             'nextStepGuesser' => 'App\\Service\\NextStepGuesserService',
  4125.             'organization' => 'App\\Entity\\Organization',
  4126.         ]);
  4127.     }
  4128.     /**
  4129.      * Gets the private '.service_locator.oiqubr5' shared service.
  4130.      *
  4131.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4132.      */
  4133.     protected function get_ServiceLocator_Oiqubr5Service()
  4134.     {
  4135.         return $this->privates['.service_locator.oiqubr5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4136.             'procedure' => ['privates''.errored..service_locator.oiqubr5.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.oiqubr5": it references class "App\\Entity\\Procedure" but no such service exists.'],
  4137.         ], [
  4138.             'procedure' => 'App\\Entity\\Procedure',
  4139.         ]);
  4140.     }
  4141.     /**
  4142.      * Gets the private '.service_locator.ojn2aCn' shared service.
  4143.      *
  4144.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4145.      */
  4146.     protected function get_ServiceLocator_Ojn2aCnService()
  4147.     {
  4148.         return $this->privates['.service_locator.ojn2aCn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4149.             'manager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  4150.             'procedure' => ['privates''.errored..service_locator.ojn2aCn.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.ojn2aCn": it references class "App\\Entity\\Procedure" but no such service exists.'],
  4151.         ], [
  4152.             'manager' => 'App\\Manager\\ProcedureManager',
  4153.             'procedure' => 'App\\Entity\\Procedure',
  4154.         ]);
  4155.     }
  4156.     /**
  4157.      * Gets the private '.service_locator.qI8jXXt' shared service.
  4158.      *
  4159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4160.      */
  4161.     protected function get_ServiceLocator_QI8jXXtService()
  4162.     {
  4163.         return $this->privates['.service_locator.qI8jXXt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4164.             'flashBag' => ['privates''session.flash_bag''getSession_FlashBagService'false],
  4165.             'procedure' => ['privates''.errored..service_locator.qI8jXXt.App\\Entity\\Procedure'NULL'Cannot autowire service ".service_locator.qI8jXXt": it references class "App\\Entity\\Procedure" but no such service exists.'],
  4166.             'procedureStepManager' => ['privates''App\\Manager\\ProcedureStepManager''getProcedureStepManagerService'false],
  4167.         ], [
  4168.             'flashBag' => '?',
  4169.             'procedure' => 'App\\Entity\\Procedure',
  4170.             'procedureStepManager' => 'App\\Manager\\ProcedureStepManager',
  4171.         ]);
  4172.     }
  4173.     /**
  4174.      * Gets the private '.service_locator.rUTwTL0' shared service.
  4175.      *
  4176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4177.      */
  4178.     protected function get_ServiceLocator_RUTwTL0Service()
  4179.     {
  4180.         return $this->privates['.service_locator.rUTwTL0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4181.             'invoice' => ['privates''.errored..service_locator.rUTwTL0.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.rUTwTL0": it references class "App\\Entity\\Invoice" but no such service exists.'],
  4182.             'stripeAccountRepository' => ['privates''App\\Repository\\StripeAccountRepository''getStripeAccountRepositoryService'false],
  4183.         ], [
  4184.             'invoice' => 'App\\Entity\\Invoice',
  4185.             'stripeAccountRepository' => 'App\\Repository\\StripeAccountRepository',
  4186.         ]);
  4187.     }
  4188.     /**
  4189.      * Gets the private '.service_locator.s8dln73' shared service.
  4190.      *
  4191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4192.      */
  4193.     protected function get_ServiceLocator_S8dln73Service()
  4194.     {
  4195.         return $this->privates['.service_locator.s8dln73'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4196.             'goCardlessService' => ['privates''App\\Service\\GoCardlessService''getGoCardlessServiceService'false],
  4197.         ], [
  4198.             'goCardlessService' => 'App\\Service\\GoCardlessService',
  4199.         ]);
  4200.     }
  4201.     /**
  4202.      * Gets the private '.service_locator.tIQ5Q0N' shared service.
  4203.      *
  4204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4205.      */
  4206.     protected function get_ServiceLocator_TIQ5Q0NService()
  4207.     {
  4208.         return $this->privates['.service_locator.tIQ5Q0N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4209.             'user' => ['privates''.errored..service_locator.tIQ5Q0N.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.tIQ5Q0N": it references class "App\\Entity\\User" but no such service exists.'],
  4210.         ], [
  4211.             'user' => 'App\\Entity\\User',
  4212.         ]);
  4213.     }
  4214.     /**
  4215.      * Gets the private '.service_locator.tWYFjxM' shared service.
  4216.      *
  4217.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4218.      */
  4219.     protected function get_ServiceLocator_TWYFjxMService()
  4220.     {
  4221.         return $this->privates['.service_locator.tWYFjxM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4222.             'tableService' => ['services''kilik_table''getKilikTableService'false],
  4223.         ], [
  4224.             'tableService' => '?',
  4225.         ]);
  4226.     }
  4227.     /**
  4228.      * Gets the private '.service_locator.td3p_Uz' shared service.
  4229.      *
  4230.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4231.      */
  4232.     protected function get_ServiceLocator_Td3pUzService()
  4233.     {
  4234.         return $this->privates['.service_locator.td3p_Uz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4235.             'documentFactory' => ['privates''App\\Factory\\DocumentFactory''getDocumentFactoryService'false],
  4236.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  4237.         ], [
  4238.             'documentFactory' => 'App\\Factory\\DocumentFactory',
  4239.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  4240.         ]);
  4241.     }
  4242.     /**
  4243.      * Gets the private '.service_locator.tgyFzy1' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4246.      */
  4247.     protected function get_ServiceLocator_TgyFzy1Service()
  4248.     {
  4249.         return $this->privates['.service_locator.tgyFzy1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4250.             'invoice' => ['privates''.errored..service_locator.tgyFzy1.App\\Entity\\Invoice'NULL'Cannot autowire service ".service_locator.tgyFzy1": it references class "App\\Entity\\Invoice" but no such service exists.'],
  4251.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  4252.         ], [
  4253.             'invoice' => 'App\\Entity\\Invoice',
  4254.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  4255.         ]);
  4256.     }
  4257.     /**
  4258.      * Gets the private '.service_locator.unTOgRa' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4261.      */
  4262.     protected function get_ServiceLocator_UnTOgRaService()
  4263.     {
  4264.         return $this->privates['.service_locator.unTOgRa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4265.             'payment' => ['privates''.errored..service_locator.unTOgRa.App\\Entity\\Payment'NULL'Cannot autowire service ".service_locator.unTOgRa": it references class "App\\Entity\\Payment" but no such service exists.'],
  4266.             'procedureManager' => ['privates''App\\Manager\\ProcedureManager''getProcedureManagerService'false],
  4267.             'stripeAccountRepository' => ['privates''App\\Repository\\StripeAccountRepository''getStripeAccountRepositoryService'false],
  4268.         ], [
  4269.             'payment' => 'App\\Entity\\Payment',
  4270.             'procedureManager' => 'App\\Manager\\ProcedureManager',
  4271.             'stripeAccountRepository' => 'App\\Repository\\StripeAccountRepository',
  4272.         ]);
  4273.     }
  4274.     /**
  4275.      * Gets the private '.service_locator.unpnbxh' shared service.
  4276.      *
  4277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4278.      */
  4279.     protected function get_ServiceLocator_UnpnbxhService()
  4280.     {
  4281.         return $this->privates['.service_locator.unpnbxh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4282.             'step' => ['privates''.errored..service_locator.unpnbxh.App\\Entity\\Step'NULL'Cannot autowire service ".service_locator.unpnbxh": it references class "App\\Entity\\Step" but no such service exists.'],
  4283.             'stepManager' => ['privates''App\\Manager\\StepManager''getStepManagerService'false],
  4284.         ], [
  4285.             'step' => 'App\\Entity\\Step',
  4286.             'stepManager' => 'App\\Manager\\StepManager',
  4287.         ]);
  4288.     }
  4289.     /**
  4290.      * Gets the private '.service_locator.vDUvkvl' shared service.
  4291.      *
  4292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4293.      */
  4294.     protected function get_ServiceLocator_VDUvkvlService()
  4295.     {
  4296.         return $this->privates['.service_locator.vDUvkvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4297.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4298.             'procedureStep' => ['privates''.errored..service_locator.vDUvkvl.App\\Entity\\ProcedureStep'NULL'Cannot autowire service ".service_locator.vDUvkvl": it references class "App\\Entity\\ProcedureStep" but no such service exists.'],
  4299.         ], [
  4300.             'entityManager' => '?',
  4301.             'procedureStep' => 'App\\Entity\\ProcedureStep',
  4302.         ]);
  4303.     }
  4304.     /**
  4305.      * Gets the private '.service_locator.vdmMuyE' shared service.
  4306.      *
  4307.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4308.      */
  4309.     protected function get_ServiceLocator_VdmMuyEService()
  4310.     {
  4311.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4312.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4313.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4314.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4315.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  4316.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  4317.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4318.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4319.             'router' => ['services''router''getRouterService'false],
  4320.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4321.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4322.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4323.             'session' => ['services''session''getSessionService'false],
  4324.             'twig' => ['services''twig''getTwigService'false],
  4325.         ], [
  4326.             'doctrine' => '?',
  4327.             'form.factory' => '?',
  4328.             'http_kernel' => '?',
  4329.             'message_bus' => '?',
  4330.             'messenger.default_bus' => '?',
  4331.             'parameter_bag' => '?',
  4332.             'request_stack' => '?',
  4333.             'router' => '?',
  4334.             'security.authorization_checker' => '?',
  4335.             'security.csrf.token_manager' => '?',
  4336.             'security.token_storage' => '?',
  4337.             'session' => '?',
  4338.             'twig' => '?',
  4339.         ]);
  4340.     }
  4341.     /**
  4342.      * Gets the private '.service_locator.wJFnNQP' shared service.
  4343.      *
  4344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4345.      */
  4346.     protected function get_ServiceLocator_WJFnNQPService()
  4347.     {
  4348.         return $this->privates['.service_locator.wJFnNQP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4349.             'sendinblue' => ['privates''App\\Service\\SendinblueService''getSendinblueServiceService'false],
  4350.         ], [
  4351.             'sendinblue' => 'App\\Service\\SendinblueService',
  4352.         ]);
  4353.     }
  4354.     /**
  4355.      * Gets the private '.service_locator.x8FmIZ0' shared service.
  4356.      *
  4357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4358.      */
  4359.     protected function get_ServiceLocator_X8FmIZ0Service()
  4360.     {
  4361.         return $this->privates['.service_locator.x8FmIZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4362.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4363.         ], [
  4364.             'entityManager' => '?',
  4365.         ]);
  4366.     }
  4367.     /**
  4368.      * Gets the private '.service_locator.yydaRYt' shared service.
  4369.      *
  4370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4371.      */
  4372.     protected function get_ServiceLocator_YydaRYtService()
  4373.     {
  4374.         return $this->privates['.service_locator.yydaRYt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4375.             'invoiceService' => ['privates''App\\Service\\InvoiceService''getInvoiceServiceService'false],
  4376.         ], [
  4377.             'invoiceService' => 'App\\Service\\InvoiceService',
  4378.         ]);
  4379.     }
  4380.     /**
  4381.      * Gets the private 'App\Command\AutoResumeCommand' shared autowired service.
  4382.      *
  4383.      * @return \App\Command\AutoResumeCommand
  4384.      */
  4385.     protected function getAutoResumeCommandService()
  4386.     {
  4387.         $this->privates['App\\Command\\AutoResumeCommand'] = $instance = new \App\Command\AutoResumeCommand(($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4388.         $instance->setName('trackpay:procedure:auto-resume');
  4389.         return $instance;
  4390.     }
  4391.     /**
  4392.      * Gets the private 'App\Command\ConnectorSynchronizeCommand' shared autowired service.
  4393.      *
  4394.      * @return \App\Command\ConnectorSynchronizeCommand
  4395.      */
  4396.     protected function getConnectorSynchronizeCommandService()
  4397.     {
  4398.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4399.         $this->privates['App\\Command\\ConnectorSynchronizeCommand'] = $instance = new \App\Command\ConnectorSynchronizeCommand(($this->privates['App\\Repository\\ConnectorSynchronizationRepository'] ?? $this->getConnectorSynchronizationRepositoryService()), $a, new \App\Queue\ProcedureQueueRunner(($this->privates['App\\Repository\\ProcedureQueueRepository'] ?? $this->getProcedureQueueRepositoryService()), $a));
  4400.         $instance->setName('trackpay:synchronize');
  4401.         return $instance;
  4402.     }
  4403.     /**
  4404.      * Gets the private 'App\Command\Connector\SynchronizeCommand' shared autowired service.
  4405.      *
  4406.      * @return \App\Command\Connector\SynchronizeCommand
  4407.      */
  4408.     protected function getSynchronizeCommandService()
  4409.     {
  4410.         $this->privates['App\\Command\\Connector\\SynchronizeCommand'] = $instance = new \App\Command\Connector\SynchronizeCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Repository\\ConnectorSynchronizationRepository'] ?? $this->getConnectorSynchronizationRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4411.         $instance->setName('trackpay:legacy:synchronize');
  4412.         return $instance;
  4413.     }
  4414.     /**
  4415.      * Gets the private 'App\Command\DataUpdateCommand' shared autowired service.
  4416.      *
  4417.      * @return \App\Command\DataUpdateCommand
  4418.      */
  4419.     protected function getDataUpdateCommandService()
  4420.     {
  4421.         $this->privates['App\\Command\\DataUpdateCommand'] = $instance = new \App\Command\DataUpdateCommand(($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService()), ($this->privates['App\\Factory\\OrganizationContactFactory'] ?? $this->getOrganizationContactFactoryService()), ($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()), ($this->privates['App\\Repository\\ProcedureStepRepository'] ?? $this->getProcedureStepRepositoryService()), ($this->privates['App\\Service\\OrganizationService'] ?? $this->getOrganizationServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4422.         $instance->setName('trackpay:data:update');
  4423.         return $instance;
  4424.     }
  4425.     /**
  4426.      * Gets the private 'App\Command\GoCardlessAutoPayCommand' shared autowired service.
  4427.      *
  4428.      * @return \App\Command\GoCardlessAutoPayCommand
  4429.      */
  4430.     protected function getGoCardlessAutoPayCommandService()
  4431.     {
  4432.         $this->privates['App\\Command\\GoCardlessAutoPayCommand'] = $instance = new \App\Command\GoCardlessAutoPayCommand(($this->privates['App\\Repository\\GoCardlessMandateRepository'] ?? $this->getGoCardlessMandateRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GoCardlessService'] ?? $this->getGoCardlessServiceService()), ($this->privates['App\\Repository\\GoCardlessAccountRepository'] ?? $this->getGoCardlessAccountRepositoryService()), ($this->privates['App\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()));
  4433.         $instance->setName('trackpay:gocardless:auto-pay');
  4434.         return $instance;
  4435.     }
  4436.     /**
  4437.      * Gets the private 'App\Command\ProcedureWorkerCommand' shared autowired service.
  4438.      *
  4439.      * @return \App\Command\ProcedureWorkerCommand
  4440.      */
  4441.     protected function getProcedureWorkerCommandService()
  4442.     {
  4443.         $a = ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService());
  4444.         $b = ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService());
  4445.         $this->privates['App\\Command\\ProcedureWorkerCommand'] = $instance = new \App\Command\ProcedureWorkerCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), $a$b, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Connector\Driver\Sellsy\ProcedureHandler($a$b, ($this->privates['App\\Connector\\Driver\\Sellsy\\Driver'] ?? $this->getDriver2Service())), ($this->privates['App\\Connector\\DriverRegistry'] ?? $this->getDriverRegistryService()));
  4446.         $instance->setName('trackpay:procedure:worker');
  4447.         return $instance;
  4448.     }
  4449.     /**
  4450.      * Gets the private 'App\Command\UserCreateCommand' shared autowired service.
  4451.      *
  4452.      * @return \App\Command\UserCreateCommand
  4453.      */
  4454.     protected function getUserCreateCommandService()
  4455.     {
  4456.         $this->privates['App\\Command\\UserCreateCommand'] = $instance = new \App\Command\UserCreateCommand(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  4457.         $instance->setName('trackpay:user:create');
  4458.         return $instance;
  4459.     }
  4460.     /**
  4461.      * Gets the private 'App\Command\UserUpdateCommand' shared autowired service.
  4462.      *
  4463.      * @return \App\Command\UserUpdateCommand
  4464.      */
  4465.     protected function getUserUpdateCommandService()
  4466.     {
  4467.         $this->privates['App\\Command\\UserUpdateCommand'] = $instance = new \App\Command\UserUpdateCommand(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  4468.         $instance->setName('trackpay:user:update');
  4469.         return $instance;
  4470.     }
  4471.     /**
  4472.      * Gets the private 'App\Connector\DriverRegistry' shared autowired service.
  4473.      *
  4474.      * @return \App\Connector\DriverRegistry
  4475.      */
  4476.     protected function getDriverRegistryService()
  4477.     {
  4478.         $this->privates['App\\Connector\\DriverRegistry'] = $instance = new \App\Connector\DriverRegistry();
  4479.         $instance->add(($this->privates['App\\Connector\\Driver\\Intuit\\Driver'] ?? $this->getDriverService()));
  4480.         $instance->add(($this->privates['App\\Connector\\Driver\\Sellsy\\Driver'] ?? $this->getDriver2Service()));
  4481.         return $instance;
  4482.     }
  4483.     /**
  4484.      * Gets the private 'App\Connector\Driver\Intuit\Driver' shared autowired service.
  4485.      *
  4486.      * @return \App\Connector\Driver\Intuit\Driver
  4487.      */
  4488.     protected function getDriverService()
  4489.     {
  4490.         return $this->privates['App\\Connector\\Driver\\Intuit\\Driver'] = new \App\Connector\Driver\Intuit\Driver($this->getEnv('INUIT_QUICKBOOKS_CLIENT_ID'), $this->getEnv('INUIT_QUICKBOOKS_CLIENT_SECRET'), $this->getEnv('INUIT_QUICKBOOKS_ENV'), 'com.intuit.quickbooks.accounting openid profile email phone address', ($this->services['router'] ?? $this->getRouterService()), new \App\Connector\Driver\Intuit\Loader(new \App\Connector\Driver\Intuit\InvoiceHandler(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), ($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()), ($this->privates['App\\Repository\\OrganizationContactRepository'] ?? $this->getOrganizationContactRepositoryService()))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4491.     }
  4492.     /**
  4493.      * Gets the private 'App\Connector\Driver\Sellsy\Driver' shared autowired service.
  4494.      *
  4495.      * @return \App\Connector\Driver\Sellsy\Driver
  4496.      */
  4497.     protected function getDriver2Service()
  4498.     {
  4499.         $a = ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService());
  4500.         return $this->privates['App\\Connector\\Driver\\Sellsy\\Driver'] = new \App\Connector\Driver\Sellsy\Driver(new \App\Connector\Driver\Sellsy\Loader(new \App\Connector\Driver\Sellsy\InvoiceHandler(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), ($this->privates['App\\Repository\\OrganizationContactRepository'] ?? $this->getOrganizationContactRepositoryService()), ($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()), $a), $a));
  4501.     }
  4502.     /**
  4503.      * Gets the private 'App\Connector\Driver\Sellsy\Form\SellsyType' shared autowired service.
  4504.      *
  4505.      * @return \App\Connector\Driver\Sellsy\Form\SellsyType
  4506.      */
  4507.     protected function getSellsyTypeService()
  4508.     {
  4509.         return $this->privates['App\\Connector\\Driver\\Sellsy\\Form\\SellsyType'] = new \App\Connector\Driver\Sellsy\Form\SellsyType();
  4510.     }
  4511.     /**
  4512.      * Gets the private 'App\Connector\Driver\Sellsy\Validator\SellsyConnectorValidator' shared autowired service.
  4513.      *
  4514.      * @return \App\Connector\Driver\Sellsy\Validator\SellsyConnectorValidator
  4515.      */
  4516.     protected function getSellsyConnectorValidatorService()
  4517.     {
  4518.         return $this->privates['App\\Connector\\Driver\\Sellsy\\Validator\\SellsyConnectorValidator'] = new \App\Connector\Driver\Sellsy\Validator\SellsyConnectorValidator(($this->privates['App\\Connector\\Driver\\Sellsy\\Driver'] ?? $this->getDriver2Service()));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'App\Connector\Validator\DriverConnectorValidator' shared autowired service.
  4522.      *
  4523.      * @return \App\Connector\Validator\DriverConnectorValidator
  4524.      */
  4525.     protected function getDriverConnectorValidatorService()
  4526.     {
  4527.         return $this->privates['App\\Connector\\Validator\\DriverConnectorValidator'] = new \App\Connector\Validator\DriverConnectorValidator(($this->privates['App\\Connector\\DriverRegistry'] ?? $this->getDriverRegistryService()));
  4528.     }
  4529.     /**
  4530.      * Gets the private 'App\EventListener\InvoiceListener' shared autowired service.
  4531.      *
  4532.      * @return \App\EventListener\InvoiceListener
  4533.      */
  4534.     protected function getInvoiceListenerService()
  4535.     {
  4536.         return $this->privates['App\\EventListener\\InvoiceListener'] = new \App\EventListener\InvoiceListener(($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  4537.     }
  4538.     /**
  4539.      * Gets the private 'App\EventListener\OrganizationListener' shared autowired service.
  4540.      *
  4541.      * @return \App\EventListener\OrganizationListener
  4542.      */
  4543.     protected function getOrganizationListenerService()
  4544.     {
  4545.         return $this->privates['App\\EventListener\\OrganizationListener'] = new \App\EventListener\OrganizationListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4546.     }
  4547.     /**
  4548.      * Gets the private 'App\EventSubscriber\ConnectorSynchronizationSubscriber' shared autowired service.
  4549.      *
  4550.      * @return \App\EventSubscriber\ConnectorSynchronizationSubscriber
  4551.      */
  4552.     protected function getConnectorSynchronizationSubscriberService()
  4553.     {
  4554.         return $this->privates['App\\EventSubscriber\\ConnectorSynchronizationSubscriber'] = new \App\EventSubscriber\ConnectorSynchronizationSubscriber(($this->privates['App\\Connector\\DriverRegistry'] ?? $this->getDriverRegistryService()), ($this->privates['App\\Repository\\ConnectorRepository'] ?? $this->getConnectorRepositoryService()));
  4555.     }
  4556.     /**
  4557.      * Gets the private 'App\EventSubscriber\CustomerWorkflowChangedSubscriber' shared autowired service.
  4558.      *
  4559.      * @return \App\EventSubscriber\CustomerWorkflowChangedSubscriber
  4560.      */
  4561.     protected function getCustomerWorkflowChangedSubscriberService()
  4562.     {
  4563.         return $this->privates['App\\EventSubscriber\\CustomerWorkflowChangedSubscriber'] = new \App\EventSubscriber\CustomerWorkflowChangedSubscriber(($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4564.     }
  4565.     /**
  4566.      * Gets the private 'App\EventSubscriber\EmptyInvoiceContactSubscriber' shared autowired service.
  4567.      *
  4568.      * @return \App\EventSubscriber\EmptyInvoiceContactSubscriber
  4569.      */
  4570.     protected function getEmptyInvoiceContactSubscriberService()
  4571.     {
  4572.         return $this->privates['App\\EventSubscriber\\EmptyInvoiceContactSubscriber'] = new \App\EventSubscriber\EmptyInvoiceContactSubscriber(($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()));
  4573.     }
  4574.     /**
  4575.      * Gets the private 'App\EventSubscriber\GoCardlessMandateSubscriber' shared autowired service.
  4576.      *
  4577.      * @return \App\EventSubscriber\GoCardlessMandateSubscriber
  4578.      */
  4579.     protected function getGoCardlessMandateSubscriberService()
  4580.     {
  4581.         return $this->privates['App\\EventSubscriber\\GoCardlessMandateSubscriber'] = new \App\EventSubscriber\GoCardlessMandateSubscriber(($this->privates['App\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['App\\Service\\GoCardlessService'] ?? $this->getGoCardlessServiceService()), ($this->privates['App\\Repository\\GoCardlessAccountRepository'] ?? $this->getGoCardlessAccountRepositoryService()), ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4582.     }
  4583.     /**
  4584.      * Gets the private 'App\EventSubscriber\InvoicePaymentSubscriber' shared autowired service.
  4585.      *
  4586.      * @return \App\EventSubscriber\InvoicePaymentSubscriber
  4587.      */
  4588.     protected function getInvoicePaymentSubscriberService()
  4589.     {
  4590.         return $this->privates['App\\EventSubscriber\\InvoicePaymentSubscriber'] = new \App\EventSubscriber\InvoicePaymentSubscriber(($this->privates['App\\Repository\\PaymentRequestEventRepository'] ?? $this->getPaymentRequestEventRepositoryService()));
  4591.     }
  4592.     /**
  4593.      * Gets the private 'App\EventSubscriber\ProcedureClaimSubscriber' shared autowired service.
  4594.      *
  4595.      * @return \App\EventSubscriber\ProcedureClaimSubscriber
  4596.      */
  4597.     protected function getProcedureClaimSubscriberService()
  4598.     {
  4599.         return $this->privates['App\\EventSubscriber\\ProcedureClaimSubscriber'] = new \App\EventSubscriber\ProcedureClaimSubscriber(($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()));
  4600.     }
  4601.     /**
  4602.      * Gets the private 'App\EventSubscriber\ProcedureClosedSubscriber' shared autowired service.
  4603.      *
  4604.      * @return \App\EventSubscriber\ProcedureClosedSubscriber
  4605.      */
  4606.     protected function getProcedureClosedSubscriberService()
  4607.     {
  4608.         $a = new \App\Manager\ProcedureQueueManager(($this->privates['App\\Repository\\ProcedureQueueRepository'] ?? $this->getProcedureQueueRepositoryService()));
  4609.         $a->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4610.         return $this->privates['App\\EventSubscriber\\ProcedureClosedSubscriber'] = new \App\EventSubscriber\ProcedureClosedSubscriber($a);
  4611.     }
  4612.     /**
  4613.      * Gets the private 'App\EventSubscriber\ProcedureInvoicePaidSubscriber' shared autowired service.
  4614.      *
  4615.      * @return \App\EventSubscriber\ProcedureInvoicePaidSubscriber
  4616.      */
  4617.     protected function getProcedureInvoicePaidSubscriberService()
  4618.     {
  4619.         return $this->privates['App\\EventSubscriber\\ProcedureInvoicePaidSubscriber'] = new \App\EventSubscriber\ProcedureInvoicePaidSubscriber(($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()));
  4620.     }
  4621.     /**
  4622.      * Gets the private 'App\EventSubscriber\ProcedureResumeRemindSubscriber' shared autowired service.
  4623.      *
  4624.      * @return \App\EventSubscriber\ProcedureResumeRemindSubscriber
  4625.      */
  4626.     protected function getProcedureResumeRemindSubscriberService()
  4627.     {
  4628.         return $this->privates['App\\EventSubscriber\\ProcedureResumeRemindSubscriber'] = new \App\EventSubscriber\ProcedureResumeRemindSubscriber(($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()), ($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4629.     }
  4630.     /**
  4631.      * Gets the private 'App\EventSubscriber\ProcedureStepNotificationMethodSubscriber' shared autowired service.
  4632.      *
  4633.      * @return \App\EventSubscriber\ProcedureStepNotificationMethodSubscriber
  4634.      */
  4635.     protected function getProcedureStepNotificationMethodSubscriberService()
  4636.     {
  4637.         return $this->privates['App\\EventSubscriber\\ProcedureStepNotificationMethodSubscriber'] = new \App\EventSubscriber\ProcedureStepNotificationMethodSubscriber(($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()), ($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->privates['App\\Service\\PdfGeneratorService'] ?? $this->getPdfGeneratorServiceService()));
  4638.     }
  4639.     /**
  4640.      * Gets the private 'App\EventSubscriber\Procedure\ProcedureDispatchSubscriber' shared autowired service.
  4641.      *
  4642.      * @return \App\EventSubscriber\Procedure\ProcedureDispatchSubscriber
  4643.      */
  4644.     protected function getProcedureDispatchSubscriberService()
  4645.     {
  4646.         return $this->privates['App\\EventSubscriber\\Procedure\\ProcedureDispatchSubscriber'] = new \App\EventSubscriber\Procedure\ProcedureDispatchSubscriber(($this->privates['App\\Manager\\ProcedureStepManager'] ?? $this->getProcedureStepManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()));
  4647.     }
  4648.     /**
  4649.      * Gets the private 'App\EventSubscriber\Procedure\ProcedureProcessingSubscriber' shared autowired service.
  4650.      *
  4651.      * @return \App\EventSubscriber\Procedure\ProcedureProcessingSubscriber
  4652.      */
  4653.     protected function getProcedureProcessingSubscriberService()
  4654.     {
  4655.         return $this->privates['App\\EventSubscriber\\Procedure\\ProcedureProcessingSubscriber'] = new \App\EventSubscriber\Procedure\ProcedureProcessingSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4656.     }
  4657.     /**
  4658.      * Gets the private 'App\EventSubscriber\SessionIdleSubscriber' shared autowired service.
  4659.      *
  4660.      * @return \App\EventSubscriber\SessionIdleSubscriber
  4661.      */
  4662.     protected function getSessionIdleSubscriberService()
  4663.     {
  4664.         return $this->privates['App\\EventSubscriber\\SessionIdleSubscriber'] = new \App\EventSubscriber\SessionIdleSubscriber(($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()));
  4665.     }
  4666.     /**
  4667.      * Gets the private 'App\EventSubscriber\UserLocaleSubscriber' shared autowired service.
  4668.      *
  4669.      * @return \App\EventSubscriber\UserLocaleSubscriber
  4670.      */
  4671.     protected function getUserLocaleSubscriberService()
  4672.     {
  4673.         return $this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] = new \App\EventSubscriber\UserLocaleSubscriber(($this->services['session'] ?? $this->getSessionService()));
  4674.     }
  4675.     /**
  4676.      * Gets the private 'App\Factory\DocumentFactory' shared autowired service.
  4677.      *
  4678.      * @return \App\Factory\DocumentFactory
  4679.      */
  4680.     protected function getDocumentFactoryService()
  4681.     {
  4682.         return $this->privates['App\\Factory\\DocumentFactory'] = new \App\Factory\DocumentFactory();
  4683.     }
  4684.     /**
  4685.      * Gets the private 'App\Factory\InvoiceRequestFactory' shared autowired service.
  4686.      *
  4687.      * @return \App\Factory\InvoiceRequestFactory
  4688.      */
  4689.     protected function getInvoiceRequestFactoryService()
  4690.     {
  4691.         return $this->privates['App\\Factory\\InvoiceRequestFactory'] = new \App\Factory\InvoiceRequestFactory();
  4692.     }
  4693.     /**
  4694.      * Gets the private 'App\Factory\OrganizationContactFactory' shared autowired service.
  4695.      *
  4696.      * @return \App\Factory\OrganizationContactFactory
  4697.      */
  4698.     protected function getOrganizationContactFactoryService()
  4699.     {
  4700.         return $this->privates['App\\Factory\\OrganizationContactFactory'] = new \App\Factory\OrganizationContactFactory(new \App\Factory\ContactFactory());
  4701.     }
  4702.     /**
  4703.      * Gets the private 'App\Factory\OrganizationFactory' shared autowired service.
  4704.      *
  4705.      * @return \App\Factory\OrganizationFactory
  4706.      */
  4707.     protected function getOrganizationFactoryService()
  4708.     {
  4709.         return $this->privates['App\\Factory\\OrganizationFactory'] = new \App\Factory\OrganizationFactory();
  4710.     }
  4711.     /**
  4712.      * Gets the private 'App\Factory\ProcedureClaimFactory' shared autowired service.
  4713.      *
  4714.      * @return \App\Factory\ProcedureClaimFactory
  4715.      */
  4716.     protected function getProcedureClaimFactoryService()
  4717.     {
  4718.         return $this->privates['App\\Factory\\ProcedureClaimFactory'] = new \App\Factory\ProcedureClaimFactory();
  4719.     }
  4720.     /**
  4721.      * Gets the private 'App\Factory\StripeAccountFactory' shared autowired service.
  4722.      *
  4723.      * @return \App\Factory\StripeAccountFactory
  4724.      */
  4725.     protected function getStripeAccountFactoryService()
  4726.     {
  4727.         return $this->privates['App\\Factory\\StripeAccountFactory'] = new \App\Factory\StripeAccountFactory();
  4728.     }
  4729.     /**
  4730.      * Gets the private 'App\Form\Admin\Api\StepType' shared autowired service.
  4731.      *
  4732.      * @return \App\Form\Admin\Api\StepType
  4733.      */
  4734.     protected function getStepTypeService()
  4735.     {
  4736.         return $this->privates['App\\Form\\Admin\\Api\\StepType'] = new \App\Form\Admin\Api\StepType();
  4737.     }
  4738.     /**
  4739.      * Gets the private 'App\Form\Admin\StepJobType' shared autowired service.
  4740.      *
  4741.      * @return \App\Form\Admin\StepJobType
  4742.      */
  4743.     protected function getStepJobTypeService()
  4744.     {
  4745.         return $this->privates['App\\Form\\Admin\\StepJobType'] = new \App\Form\Admin\StepJobType(($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()));
  4746.     }
  4747.     /**
  4748.      * Gets the private 'App\Form\Admin\StepType' shared autowired service.
  4749.      *
  4750.      * @return \App\Form\Admin\StepType
  4751.      */
  4752.     protected function getStepType2Service()
  4753.     {
  4754.         return $this->privates['App\\Form\\Admin\\StepType'] = new \App\Form\Admin\StepType();
  4755.     }
  4756.     /**
  4757.      * Gets the private 'App\Form\Admin\UserType' shared autowired service.
  4758.      *
  4759.      * @return \App\Form\Admin\UserType
  4760.      */
  4761.     protected function getUserTypeService()
  4762.     {
  4763.         return $this->privates['App\\Form\\Admin\\UserType'] = new \App\Form\Admin\UserType();
  4764.     }
  4765.     /**
  4766.      * Gets the private 'App\Form\Admin\UserWorkflowType' shared autowired service.
  4767.      *
  4768.      * @return \App\Form\Admin\UserWorkflowType
  4769.      */
  4770.     protected function getUserWorkflowTypeService()
  4771.     {
  4772.         return $this->privates['App\\Form\\Admin\\UserWorkflowType'] = new \App\Form\Admin\UserWorkflowType(($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'App\Form\Admin\WorkflowCategoryType' shared autowired service.
  4776.      *
  4777.      * @return \App\Form\Admin\WorkflowCategoryType
  4778.      */
  4779.     protected function getWorkflowCategoryTypeService()
  4780.     {
  4781.         return $this->privates['App\\Form\\Admin\\WorkflowCategoryType'] = new \App\Form\Admin\WorkflowCategoryType();
  4782.     }
  4783.     /**
  4784.      * Gets the private 'App\Form\Admin\WorkflowType' shared autowired service.
  4785.      *
  4786.      * @return \App\Form\Admin\WorkflowType
  4787.      */
  4788.     protected function getWorkflowTypeService()
  4789.     {
  4790.         return $this->privates['App\\Form\\Admin\\WorkflowType'] = new \App\Form\Admin\WorkflowType(($this->privates['App\\Repository\\WorkflowCategoryRepository'] ?? $this->getWorkflowCategoryRepositoryService()));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'App\Form\App\Claim\PaymentType' shared autowired service.
  4794.      *
  4795.      * @return \App\Form\App\Claim\PaymentType
  4796.      */
  4797.     protected function getPaymentTypeService()
  4798.     {
  4799.         return $this->privates['App\\Form\\App\\Claim\\PaymentType'] = new \App\Form\App\Claim\PaymentType();
  4800.     }
  4801.     /**
  4802.      * Gets the private 'App\Form\App\Claim\PrestationType' shared autowired service.
  4803.      *
  4804.      * @return \App\Form\App\Claim\PrestationType
  4805.      */
  4806.     protected function getPrestationTypeService()
  4807.     {
  4808.         return $this->privates['App\\Form\\App\\Claim\\PrestationType'] = new \App\Form\App\Claim\PrestationType();
  4809.     }
  4810.     /**
  4811.      * Gets the private 'App\Form\App\Claim\TypoType' shared autowired service.
  4812.      *
  4813.      * @return \App\Form\App\Claim\TypoType
  4814.      */
  4815.     protected function getTypoTypeService()
  4816.     {
  4817.         return $this->privates['App\\Form\\App\\Claim\\TypoType'] = new \App\Form\App\Claim\TypoType();
  4818.     }
  4819.     /**
  4820.      * Gets the private 'App\Form\App\ConfirmActionType' shared autowired service.
  4821.      *
  4822.      * @return \App\Form\App\ConfirmActionType
  4823.      */
  4824.     protected function getConfirmActionTypeService()
  4825.     {
  4826.         return $this->privates['App\\Form\\App\\ConfirmActionType'] = new \App\Form\App\ConfirmActionType();
  4827.     }
  4828.     /**
  4829.      * Gets the private 'App\Form\App\ConnectorType' shared autowired service.
  4830.      *
  4831.      * @return \App\Form\App\ConnectorType
  4832.      */
  4833.     protected function getConnectorTypeService()
  4834.     {
  4835.         return $this->privates['App\\Form\\App\\ConnectorType'] = new \App\Form\App\ConnectorType();
  4836.     }
  4837.     /**
  4838.      * Gets the private 'App\Form\App\ContactType' shared autowired service.
  4839.      *
  4840.      * @return \App\Form\App\ContactType
  4841.      */
  4842.     protected function getContactTypeService()
  4843.     {
  4844.         return $this->privates['App\\Form\\App\\ContactType'] = new \App\Form\App\ContactType();
  4845.     }
  4846.     /**
  4847.      * Gets the private 'App\Form\App\DocumentType' shared autowired service.
  4848.      *
  4849.      * @return \App\Form\App\DocumentType
  4850.      */
  4851.     protected function getDocumentTypeService()
  4852.     {
  4853.         return $this->privates['App\\Form\\App\\DocumentType'] = new \App\Form\App\DocumentType();
  4854.     }
  4855.     /**
  4856.      * Gets the private 'App\Form\App\IntuitAccountType' shared autowired service.
  4857.      *
  4858.      * @return \App\Form\App\IntuitAccountType
  4859.      */
  4860.     protected function getIntuitAccountTypeService()
  4861.     {
  4862.         return $this->privates['App\\Form\\App\\IntuitAccountType'] = new \App\Form\App\IntuitAccountType();
  4863.     }
  4864.     /**
  4865.      * Gets the private 'App\Form\App\InvoiceCustomerContactType' shared autowired service.
  4866.      *
  4867.      * @return \App\Form\App\InvoiceCustomerContactType
  4868.      */
  4869.     protected function getInvoiceCustomerContactTypeService()
  4870.     {
  4871.         return $this->privates['App\\Form\\App\\InvoiceCustomerContactType'] = new \App\Form\App\InvoiceCustomerContactType();
  4872.     }
  4873.     /**
  4874.      * Gets the private 'App\Form\App\InvoiceRequestType' shared autowired service.
  4875.      *
  4876.      * @return \App\Form\App\InvoiceRequestType
  4877.      */
  4878.     protected function getInvoiceRequestTypeService()
  4879.     {
  4880.         return $this->privates['App\\Form\\App\\InvoiceRequestType'] = new \App\Form\App\InvoiceRequestType(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'App\Form\App\InvoiceType' shared autowired service.
  4884.      *
  4885.      * @return \App\Form\App\InvoiceType
  4886.      */
  4887.     protected function getInvoiceTypeService()
  4888.     {
  4889.         return $this->privates['App\\Form\\App\\InvoiceType'] = new \App\Form\App\InvoiceType(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4890.     }
  4891.     /**
  4892.      * Gets the private 'App\Form\App\OrganizationContactType' shared autowired service.
  4893.      *
  4894.      * @return \App\Form\App\OrganizationContactType
  4895.      */
  4896.     protected function getOrganizationContactTypeService()
  4897.     {
  4898.         return $this->privates['App\\Form\\App\\OrganizationContactType'] = new \App\Form\App\OrganizationContactType();
  4899.     }
  4900.     /**
  4901.      * Gets the private 'App\Form\App\OrganizationType' shared autowired service.
  4902.      *
  4903.      * @return \App\Form\App\OrganizationType
  4904.      */
  4905.     protected function getOrganizationTypeService()
  4906.     {
  4907.         return $this->privates['App\\Form\\App\\OrganizationType'] = new \App\Form\App\OrganizationType(($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()));
  4908.     }
  4909.     /**
  4910.      * Gets the private 'App\Form\App\PayProcedureType' shared autowired service.
  4911.      *
  4912.      * @return \App\Form\App\PayProcedureType
  4913.      */
  4914.     protected function getPayProcedureTypeService()
  4915.     {
  4916.         return $this->privates['App\\Form\\App\\PayProcedureType'] = new \App\Form\App\PayProcedureType();
  4917.     }
  4918.     /**
  4919.      * Gets the private 'App\Form\App\ProcedureClaimType' shared autowired service.
  4920.      *
  4921.      * @return \App\Form\App\ProcedureClaimType
  4922.      */
  4923.     protected function getProcedureClaimTypeService()
  4924.     {
  4925.         return $this->privates['App\\Form\\App\\ProcedureClaimType'] = new \App\Form\App\ProcedureClaimType();
  4926.     }
  4927.     /**
  4928.      * Gets the private 'App\Form\App\ProfileType' shared autowired service.
  4929.      *
  4930.      * @return \App\Form\App\ProfileType
  4931.      */
  4932.     protected function getProfileTypeService()
  4933.     {
  4934.         return $this->privates['App\\Form\\App\\ProfileType'] = new \App\Form\App\ProfileType();
  4935.     }
  4936.     /**
  4937.      * Gets the private 'App\Form\App\RegisterType' shared autowired service.
  4938.      *
  4939.      * @return \App\Form\App\RegisterType
  4940.      */
  4941.     protected function getRegisterTypeService()
  4942.     {
  4943.         return $this->privates['App\\Form\\App\\RegisterType'] = new \App\Form\App\RegisterType();
  4944.     }
  4945.     /**
  4946.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  4947.      *
  4948.      * @return \App\Form\ChangePasswordFormType
  4949.      */
  4950.     protected function getChangePasswordFormTypeService()
  4951.     {
  4952.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  4953.     }
  4954.     /**
  4955.      * Gets the private 'App\Form\MediaOrganizationLogoType' shared autowired service.
  4956.      *
  4957.      * @return \App\Form\MediaOrganizationLogoType
  4958.      */
  4959.     protected function getMediaOrganizationLogoTypeService()
  4960.     {
  4961.         return $this->privates['App\\Form\\MediaOrganizationLogoType'] = new \App\Form\MediaOrganizationLogoType();
  4962.     }
  4963.     /**
  4964.      * Gets the private 'App\Form\MediaPdfType' shared autowired service.
  4965.      *
  4966.      * @return \App\Form\MediaPdfType
  4967.      */
  4968.     protected function getMediaPdfTypeService()
  4969.     {
  4970.         return $this->privates['App\\Form\\MediaPdfType'] = new \App\Form\MediaPdfType();
  4971.     }
  4972.     /**
  4973.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  4974.      *
  4975.      * @return \App\Form\ResetPasswordRequestFormType
  4976.      */
  4977.     protected function getResetPasswordRequestFormTypeService()
  4978.     {
  4979.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  4980.     }
  4981.     /**
  4982.      * Gets the private 'App\Manager\ConnectorManager' shared autowired service.
  4983.      *
  4984.      * @return \App\Manager\ConnectorManager
  4985.      */
  4986.     protected function getConnectorManagerService()
  4987.     {
  4988.         $this->privates['App\\Manager\\ConnectorManager'] = $instance = new \App\Manager\ConnectorManager(($this->privates['App\\Repository\\ConnectorRepository'] ?? $this->getConnectorRepositoryService()));
  4989.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4990.         return $instance;
  4991.     }
  4992.     /**
  4993.      * Gets the private 'App\Manager\EmailTraceEventManager' shared autowired service.
  4994.      *
  4995.      * @return \App\Manager\EmailTraceEventManager
  4996.      */
  4997.     protected function getEmailTraceEventManagerService()
  4998.     {
  4999.         return $this->privates['App\\Manager\\EmailTraceEventManager'] = new \App\Manager\EmailTraceEventManager(new \App\Factory\EmailTraceEventFactory(), ($this->privates['App\\Repository\\EmailTraceEventRepository'] ?? $this->getEmailTraceEventRepositoryService()), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()));
  5000.     }
  5001.     /**
  5002.      * Gets the private 'App\Manager\GoCardlessAccountManager' shared autowired service.
  5003.      *
  5004.      * @return \App\Manager\GoCardlessAccountManager
  5005.      */
  5006.     protected function getGoCardlessAccountManagerService()
  5007.     {
  5008.         return $this->privates['App\\Manager\\GoCardlessAccountManager'] = new \App\Manager\GoCardlessAccountManager(($this->privates['App\\Repository\\GoCardlessAccountRepository'] ?? $this->getGoCardlessAccountRepositoryService()), ($this->privates['App\\Service\\GoCardlessService'] ?? $this->getGoCardlessServiceService()));
  5009.     }
  5010.     /**
  5011.      * Gets the private 'App\Manager\PaymentManager' shared autowired service.
  5012.      *
  5013.      * @return \App\Manager\PaymentManager
  5014.      */
  5015.     protected function getPaymentManagerService()
  5016.     {
  5017.         $this->privates['App\\Manager\\PaymentManager'] = $instance = new \App\Manager\PaymentManager(($this->privates['App\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), new \App\Factory\PaymentFactory(), ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()));
  5018.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5019.         return $instance;
  5020.     }
  5021.     /**
  5022.      * Gets the private 'App\Manager\ProcedureManager' shared autowired service.
  5023.      *
  5024.      * @return \App\Manager\ProcedureManager
  5025.      */
  5026.     protected function getProcedureManagerService()
  5027.     {
  5028.         return $this->privates['App\\Manager\\ProcedureManager'] = new \App\Manager\ProcedureManager(new \App\Factory\ProcedureFactory(), ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()), ($this->privates['App\\Manager\\ProcedureStepManager'] ?? $this->getProcedureStepManagerService()), ($this->privates['App\\Repository\\StepRepository'] ?? $this->getStepRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\WorkflowRepository'] ?? $this->getWorkflowRepositoryService()), ($this->privates['App\\Manager\\StepManager'] ?? $this->getStepManagerService()));
  5029.     }
  5030.     /**
  5031.      * Gets the private 'App\Manager\ProcedureStepEventManager' shared autowired service.
  5032.      *
  5033.      * @return \App\Manager\ProcedureStepEventManager
  5034.      */
  5035.     protected function getProcedureStepEventManagerService()
  5036.     {
  5037.         return $this->privates['App\\Manager\\ProcedureStepEventManager'] = new \App\Manager\ProcedureStepEventManager(($this->privates['App\\Repository\\ProcedureStepEventRepository'] ?? $this->getProcedureStepEventRepositoryService()), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()));
  5038.     }
  5039.     /**
  5040.      * Gets the private 'App\Manager\ProcedureStepManager' shared autowired service.
  5041.      *
  5042.      * @return \App\Manager\ProcedureStepManager
  5043.      */
  5044.     protected function getProcedureStepManagerService()
  5045.     {
  5046.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5047.         $b = new \App\Manager\EmailTraceManager(($this->privates['App\\Repository\\EmailTraceRepository'] ?? $this->getEmailTraceRepositoryService()));
  5048.         $b->setEntityManager($a);
  5049.         $c = new \App\Manager\ProcedureStepJobManager(($this->privates['App\\Repository\\ProcedureStepJobRepository'] ?? $this->getProcedureStepJobRepositoryService()));
  5050.         $c->setEntityManager($a);
  5051.         return $this->privates['App\\Manager\\ProcedureStepManager'] = new \App\Manager\ProcedureStepManager(new \App\Factory\ProcedureStepFactory(), ($this->privates['App\\Repository\\ProcedureStepRepository'] ?? $this->getProcedureStepRepositoryService()), ($this->privates['App\\Repository\\StepRepository'] ?? $this->getStepRepositoryService()), ($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()), ($this->privates['App\\Service\\EmailParametersGenerator'] ?? $this->getEmailParametersGeneratorService()), ($this->privates['App\\Service\\PdfGeneratorService'] ?? $this->getPdfGeneratorServiceService()), $a$b$c);
  5052.     }
  5053.     /**
  5054.      * Gets the private 'App\Manager\StepManager' shared autowired service.
  5055.      *
  5056.      * @return \App\Manager\StepManager
  5057.      */
  5058.     protected function getStepManagerService()
  5059.     {
  5060.         $this->privates['App\\Manager\\StepManager'] = $instance = new \App\Manager\StepManager(new \App\Factory\StepFactory(), ($this->privates['App\\Repository\\StepRepository'] ?? $this->getStepRepositoryService()));
  5061.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5062.         return $instance;
  5063.     }
  5064.     /**
  5065.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  5066.      *
  5067.      * @return \App\Manager\UserManager
  5068.      */
  5069.     protected function getUserManagerService()
  5070.     {
  5071.         $this->privates['App\\Manager\\UserManager'] = $instance = new \App\Manager\UserManager(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5072.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5073.         return $instance;
  5074.     }
  5075.     /**
  5076.      * Gets the private 'App\Payment\Stripe\Client' shared autowired service.
  5077.      *
  5078.      * @return \App\Payment\Stripe\Client
  5079.      */
  5080.     protected function getClientService()
  5081.     {
  5082.         return $this->privates['App\\Payment\\Stripe\\Client'] = new \App\Payment\Stripe\Client($this->getEnv('STRIPE_PUBLIC_KEY'), $this->getEnv('STRIPE_SECRET_KEY'), $this->getEnv('STRIPE_CLIENT_ID'), ($this->privates['App\\Repository\\StripeAccountRepository'] ?? $this->getStripeAccountRepositoryService()));
  5083.     }
  5084.     /**
  5085.      * Gets the private 'App\Queue\ProcedureQueueSubscriber' shared autowired service.
  5086.      *
  5087.      * @return \App\Queue\ProcedureQueueSubscriber
  5088.      */
  5089.     protected function getProcedureQueueSubscriberService()
  5090.     {
  5091.         return $this->privates['App\\Queue\\ProcedureQueueSubscriber'] = new \App\Queue\ProcedureQueueSubscriber(($this->privates['App\\Service\\Sendinblue\\SMTPApi'] ?? $this->getSMTPApiService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['App\\Connector\\DriverRegistry'] ?? $this->getDriverRegistryService()), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5092.     }
  5093.     /**
  5094.      * Gets the private 'App\Repository\ConnectorRepository' shared autowired service.
  5095.      *
  5096.      * @return \App\Repository\ConnectorRepository
  5097.      */
  5098.     protected function getConnectorRepositoryService()
  5099.     {
  5100.         return $this->privates['App\\Repository\\ConnectorRepository'] = new \App\Repository\ConnectorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Connector');
  5101.     }
  5102.     /**
  5103.      * Gets the private 'App\Repository\ConnectorSynchronizationRepository' shared autowired service.
  5104.      *
  5105.      * @return \App\Repository\ConnectorSynchronizationRepository
  5106.      */
  5107.     protected function getConnectorSynchronizationRepositoryService()
  5108.     {
  5109.         return $this->privates['App\\Repository\\ConnectorSynchronizationRepository'] = new \App\Repository\ConnectorSynchronizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ConnectorSynchronization');
  5110.     }
  5111.     /**
  5112.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  5113.      *
  5114.      * @return \App\Repository\ContactRepository
  5115.      */
  5116.     protected function getContactRepositoryService()
  5117.     {
  5118.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Contact');
  5119.     }
  5120.     /**
  5121.      * Gets the private 'App\Repository\DocumentRepository' shared autowired service.
  5122.      *
  5123.      * @return \App\Repository\DocumentRepository
  5124.      */
  5125.     protected function getDocumentRepositoryService()
  5126.     {
  5127.         return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Document');
  5128.     }
  5129.     /**
  5130.      * Gets the private 'App\Repository\EmailTraceEventRepository' shared autowired service.
  5131.      *
  5132.      * @return \App\Repository\EmailTraceEventRepository
  5133.      */
  5134.     protected function getEmailTraceEventRepositoryService()
  5135.     {
  5136.         return $this->privates['App\\Repository\\EmailTraceEventRepository'] = new \App\Repository\EmailTraceEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\EmailTraceEvent');
  5137.     }
  5138.     /**
  5139.      * Gets the private 'App\Repository\EmailTraceRepository' shared autowired service.
  5140.      *
  5141.      * @return \App\Repository\EmailTraceRepository
  5142.      */
  5143.     protected function getEmailTraceRepositoryService()
  5144.     {
  5145.         return $this->privates['App\\Repository\\EmailTraceRepository'] = new \App\Repository\EmailTraceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\EmailTrace');
  5146.     }
  5147.     /**
  5148.      * Gets the private 'App\Repository\GoCardlessAccountRepository' shared autowired service.
  5149.      *
  5150.      * @return \App\Repository\GoCardlessAccountRepository
  5151.      */
  5152.     protected function getGoCardlessAccountRepositoryService()
  5153.     {
  5154.         return $this->privates['App\\Repository\\GoCardlessAccountRepository'] = new \App\Repository\GoCardlessAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\GoCardlessAccount');
  5155.     }
  5156.     /**
  5157.      * Gets the private 'App\Repository\GoCardlessEventRepository' shared autowired service.
  5158.      *
  5159.      * @return \App\Repository\GoCardlessEventRepository
  5160.      */
  5161.     protected function getGoCardlessEventRepositoryService()
  5162.     {
  5163.         return $this->privates['App\\Repository\\GoCardlessEventRepository'] = new \App\Repository\GoCardlessEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\GoCardlessEvent');
  5164.     }
  5165.     /**
  5166.      * Gets the private 'App\Repository\GoCardlessMandateRepository' shared autowired service.
  5167.      *
  5168.      * @return \App\Repository\GoCardlessMandateRepository
  5169.      */
  5170.     protected function getGoCardlessMandateRepositoryService()
  5171.     {
  5172.         return $this->privates['App\\Repository\\GoCardlessMandateRepository'] = new \App\Repository\GoCardlessMandateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\GoCardlessMandate');
  5173.     }
  5174.     /**
  5175.      * Gets the private 'App\Repository\InvoiceRepository' shared autowired service.
  5176.      *
  5177.      * @return \App\Repository\InvoiceRepository
  5178.      */
  5179.     protected function getInvoiceRepositoryService()
  5180.     {
  5181.         return $this->privates['App\\Repository\\InvoiceRepository'] = new \App\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Invoice');
  5182.     }
  5183.     /**
  5184.      * Gets the private 'App\Repository\InvoiceRequestRepository' shared autowired service.
  5185.      *
  5186.      * @return \App\Repository\InvoiceRequestRepository
  5187.      */
  5188.     protected function getInvoiceRequestRepositoryService()
  5189.     {
  5190.         return $this->privates['App\\Repository\\InvoiceRequestRepository'] = new \App\Repository\InvoiceRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\InvoiceRequest');
  5191.     }
  5192.     /**
  5193.      * Gets the private 'App\Repository\OrganizationContactRepository' shared autowired service.
  5194.      *
  5195.      * @return \App\Repository\OrganizationContactRepository
  5196.      */
  5197.     protected function getOrganizationContactRepositoryService()
  5198.     {
  5199.         return $this->privates['App\\Repository\\OrganizationContactRepository'] = new \App\Repository\OrganizationContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\OrganizationContact');
  5200.     }
  5201.     /**
  5202.      * Gets the private 'App\Repository\OrganizationRepository' shared autowired service.
  5203.      *
  5204.      * @return \App\Repository\OrganizationRepository
  5205.      */
  5206.     protected function getOrganizationRepositoryService()
  5207.     {
  5208.         return $this->privates['App\\Repository\\OrganizationRepository'] = new \App\Repository\OrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Organization');
  5209.     }
  5210.     /**
  5211.      * Gets the private 'App\Repository\PaymentRepository' shared autowired service.
  5212.      *
  5213.      * @return \App\Repository\PaymentRepository
  5214.      */
  5215.     protected function getPaymentRepositoryService()
  5216.     {
  5217.         return $this->privates['App\\Repository\\PaymentRepository'] = new \App\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Payment');
  5218.     }
  5219.     /**
  5220.      * Gets the private 'App\Repository\PaymentRequestEventRepository' shared autowired service.
  5221.      *
  5222.      * @return \App\Repository\PaymentRequestEventRepository
  5223.      */
  5224.     protected function getPaymentRequestEventRepositoryService()
  5225.     {
  5226.         return $this->privates['App\\Repository\\PaymentRequestEventRepository'] = new \App\Repository\PaymentRequestEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\PaymentRequestEvent');
  5227.     }
  5228.     /**
  5229.      * Gets the private 'App\Repository\ProcedureClaimRepository' shared autowired service.
  5230.      *
  5231.      * @return \App\Repository\ProcedureClaimRepository
  5232.      */
  5233.     protected function getProcedureClaimRepositoryService()
  5234.     {
  5235.         return $this->privates['App\\Repository\\ProcedureClaimRepository'] = new \App\Repository\ProcedureClaimRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ProcedureClaim');
  5236.     }
  5237.     /**
  5238.      * Gets the private 'App\Repository\ProcedureQueueRepository' shared autowired service.
  5239.      *
  5240.      * @return \App\Repository\ProcedureQueueRepository
  5241.      */
  5242.     protected function getProcedureQueueRepositoryService()
  5243.     {
  5244.         return $this->privates['App\\Repository\\ProcedureQueueRepository'] = new \App\Repository\ProcedureQueueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ProcedureQueue');
  5245.     }
  5246.     /**
  5247.      * Gets the private 'App\Repository\ProcedureRepository' shared autowired service.
  5248.      *
  5249.      * @return \App\Repository\ProcedureRepository
  5250.      */
  5251.     protected function getProcedureRepositoryService()
  5252.     {
  5253.         return $this->privates['App\\Repository\\ProcedureRepository'] = new \App\Repository\ProcedureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Procedure');
  5254.     }
  5255.     /**
  5256.      * Gets the private 'App\Repository\ProcedureStepEventRepository' shared autowired service.
  5257.      *
  5258.      * @return \App\Repository\ProcedureStepEventRepository
  5259.      */
  5260.     protected function getProcedureStepEventRepositoryService()
  5261.     {
  5262.         return $this->privates['App\\Repository\\ProcedureStepEventRepository'] = new \App\Repository\ProcedureStepEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ProcedureStepEvent');
  5263.     }
  5264.     /**
  5265.      * Gets the private 'App\Repository\ProcedureStepJobRepository' shared autowired service.
  5266.      *
  5267.      * @return \App\Repository\ProcedureStepJobRepository
  5268.      */
  5269.     protected function getProcedureStepJobRepositoryService()
  5270.     {
  5271.         return $this->privates['App\\Repository\\ProcedureStepJobRepository'] = new \App\Repository\ProcedureStepJobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ProcedureStepJob');
  5272.     }
  5273.     /**
  5274.      * Gets the private 'App\Repository\ProcedureStepMessageRepository' shared autowired service.
  5275.      *
  5276.      * @return \App\Repository\ProcedureStepMessageRepository
  5277.      */
  5278.     protected function getProcedureStepMessageRepositoryService()
  5279.     {
  5280.         return $this->privates['App\\Repository\\ProcedureStepMessageRepository'] = new \App\Repository\ProcedureStepMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ProcedureStepMessage');
  5281.     }
  5282.     /**
  5283.      * Gets the private 'App\Repository\ProcedureStepRepository' shared autowired service.
  5284.      *
  5285.      * @return \App\Repository\ProcedureStepRepository
  5286.      */
  5287.     protected function getProcedureStepRepositoryService()
  5288.     {
  5289.         return $this->privates['App\\Repository\\ProcedureStepRepository'] = new \App\Repository\ProcedureStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ProcedureStep');
  5290.     }
  5291.     /**
  5292.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  5293.      *
  5294.      * @return \App\Repository\ResetPasswordRequestRepository
  5295.      */
  5296.     protected function getResetPasswordRequestRepositoryService()
  5297.     {
  5298.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ResetPasswordRequest');
  5299.     }
  5300.     /**
  5301.      * Gets the private 'App\Repository\SecurityQuestionsRepository' shared autowired service.
  5302.      *
  5303.      * @return \App\Repository\SecurityQuestionsRepository
  5304.      */
  5305.     protected function getSecurityQuestionsRepositoryService()
  5306.     {
  5307.         return $this->privates['App\\Repository\\SecurityQuestionsRepository'] = new \App\Repository\SecurityQuestionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\SecurityQuestions');
  5308.     }
  5309.     /**
  5310.      * Gets the private 'App\Repository\StepRepository' shared autowired service.
  5311.      *
  5312.      * @return \App\Repository\StepRepository
  5313.      */
  5314.     protected function getStepRepositoryService()
  5315.     {
  5316.         return $this->privates['App\\Repository\\StepRepository'] = new \App\Repository\StepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Step');
  5317.     }
  5318.     /**
  5319.      * Gets the private 'App\Repository\StripeAccountRepository' shared autowired service.
  5320.      *
  5321.      * @return \App\Repository\StripeAccountRepository
  5322.      */
  5323.     protected function getStripeAccountRepositoryService()
  5324.     {
  5325.         return $this->privates['App\\Repository\\StripeAccountRepository'] = new \App\Repository\StripeAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\StripeAccount');
  5326.     }
  5327.     /**
  5328.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5329.      *
  5330.      * @return \App\Repository\UserRepository
  5331.      */
  5332.     protected function getUserRepositoryService()
  5333.     {
  5334.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User');
  5335.     }
  5336.     /**
  5337.      * Gets the private 'App\Repository\WorkflowCategoryRepository' shared autowired service.
  5338.      *
  5339.      * @return \App\Repository\WorkflowCategoryRepository
  5340.      */
  5341.     protected function getWorkflowCategoryRepositoryService()
  5342.     {
  5343.         return $this->privates['App\\Repository\\WorkflowCategoryRepository'] = new \App\Repository\WorkflowCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\WorkflowCategory');
  5344.     }
  5345.     /**
  5346.      * Gets the private 'App\Repository\WorkflowRepository' shared autowired service.
  5347.      *
  5348.      * @return \App\Repository\WorkflowRepository
  5349.      */
  5350.     protected function getWorkflowRepositoryService()
  5351.     {
  5352.         return $this->privates['App\\Repository\\WorkflowRepository'] = new \App\Repository\WorkflowRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Workflow');
  5353.     }
  5354.     /**
  5355.      * Gets the private 'App\Security\Authenticator\AdminLoginFormAuthenticator' shared autowired service.
  5356.      *
  5357.      * @return \App\Security\Authenticator\AdminLoginFormAuthenticator
  5358.      */
  5359.     protected function getAdminLoginFormAuthenticatorService()
  5360.     {
  5361.         return $this->privates['App\\Security\\Authenticator\\AdminLoginFormAuthenticator'] = new \App\Security\Authenticator\AdminLoginFormAuthenticator(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  5362.     }
  5363.     /**
  5364.      * Gets the private 'App\Security\Authenticator\AppLoginFormAuthenticator' shared autowired service.
  5365.      *
  5366.      * @return \App\Security\Authenticator\AppLoginFormAuthenticator
  5367.      */
  5368.     protected function getAppLoginFormAuthenticatorService()
  5369.     {
  5370.         return $this->privates['App\\Security\\Authenticator\\AppLoginFormAuthenticator'] = new \App\Security\Authenticator\AppLoginFormAuthenticator(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  5371.     }
  5372.     /**
  5373.      * Gets the private 'App\Service\CustomerService' shared autowired service.
  5374.      *
  5375.      * @return \App\Service\CustomerService
  5376.      */
  5377.     protected function getCustomerServiceService()
  5378.     {
  5379.         return $this->privates['App\\Service\\CustomerService'] = new \App\Service\CustomerService(($this->privates['App\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), ($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
  5380.     }
  5381.     /**
  5382.      * Gets the private 'App\Service\EmailParametersGenerator' shared autowired service.
  5383.      *
  5384.      * @return \App\Service\EmailParametersGenerator
  5385.      */
  5386.     protected function getEmailParametersGeneratorService()
  5387.     {
  5388.         return $this->privates['App\\Service\\EmailParametersGenerator'] = new \App\Service\EmailParametersGenerator(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5389.     }
  5390.     /**
  5391.      * Gets the private 'App\Service\GoCardlessService' shared autowired service.
  5392.      *
  5393.      * @return \App\Service\GoCardlessService
  5394.      */
  5395.     protected function getGoCardlessServiceService()
  5396.     {
  5397.         return $this->privates['App\\Service\\GoCardlessService'] = new \App\Service\GoCardlessService($this->getEnv('GOCARDLESS_CLIENT_ID'), $this->getEnv('GOCARDLESS_CLIENT_SECRET'), $this->getEnv('GOCARDLESS_ENVIRONMENT'), $this->getEnv('GOCARDLESS_WEBHOOK_ENDPOINT_SECRET'), ($this->services['router'] ?? $this->getRouterService()));
  5398.     }
  5399.     /**
  5400.      * Gets the private 'App\Service\InvoiceService' shared autowired service.
  5401.      *
  5402.      * @return \App\Service\InvoiceService
  5403.      */
  5404.     protected function getInvoiceServiceService()
  5405.     {
  5406.         return $this->privates['App\\Service\\InvoiceService'] = new \App\Service\InvoiceService(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
  5407.     }
  5408.     /**
  5409.      * Gets the private 'App\Service\NextStepGuesserService' shared autowired service.
  5410.      *
  5411.      * @return \App\Service\NextStepGuesserService
  5412.      */
  5413.     protected function getNextStepGuesserServiceService()
  5414.     {
  5415.         return $this->privates['App\\Service\\NextStepGuesserService'] = new \App\Service\NextStepGuesserService(($this->privates['App\\Manager\\ProcedureManager'] ?? $this->getProcedureManagerService()), ($this->privates['App\\Repository\\ProcedureRepository'] ?? $this->getProcedureRepositoryService()));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'App\Service\OrganizationService' shared autowired service.
  5419.      *
  5420.      * @return \App\Service\OrganizationService
  5421.      */
  5422.     protected function getOrganizationServiceService()
  5423.     {
  5424.         return $this->privates['App\\Service\\OrganizationService'] = new \App\Service\OrganizationService(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5425.     }
  5426.     /**
  5427.      * Gets the private 'App\Service\PdfGeneratorService' shared autowired service.
  5428.      *
  5429.      * @return \App\Service\PdfGeneratorService
  5430.      */
  5431.     protected function getPdfGeneratorServiceService()
  5432.     {
  5433.         return $this->privates['App\\Service\\PdfGeneratorService'] = new \App\Service\PdfGeneratorService((\dirname(__DIR__4).'/public/storage'), ($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()), ($this->services['twig'] ?? $this->getTwigService()));
  5434.     }
  5435.     /**
  5436.      * Gets the private 'App\Service\ProcedureTimeline' shared autowired service.
  5437.      *
  5438.      * @return \App\Service\ProcedureTimeline
  5439.      */
  5440.     protected function getProcedureTimelineService()
  5441.     {
  5442.         return $this->privates['App\\Service\\ProcedureTimeline'] = new \App\Service\ProcedureTimeline(($this->privates['App\\Service\\UrlGeneratorService'] ?? $this->getUrlGeneratorServiceService()), ($this->privates['App\\Repository\\ProcedureStepJobRepository'] ?? $this->getProcedureStepJobRepositoryService()), ($this->privates['App\\Repository\\ProcedureStepEventRepository'] ?? $this->getProcedureStepEventRepositoryService()), ($this->privates['App\\Repository\\PaymentRequestEventRepository'] ?? $this->getPaymentRequestEventRepositoryService()), ($this->privates['App\\Repository\\ProcedureClaimRepository'] ?? $this->getProcedureClaimRepositoryService()));
  5443.     }
  5444.     /**
  5445.      * Gets the private 'App\Service\SendinblueService' shared autowired service.
  5446.      *
  5447.      * @return \App\Service\SendinblueService
  5448.      */
  5449.     protected function getSendinblueServiceService()
  5450.     {
  5451.         return $this->privates['App\\Service\\SendinblueService'] = new \App\Service\SendinblueService($this->getEnv('SENDINBLUE_API_KEY'));
  5452.     }
  5453.     /**
  5454.      * Gets the private 'App\Service\Sendinblue\SMTPApi' shared autowired service.
  5455.      *
  5456.      * @return \App\Service\Sendinblue\SMTPApi
  5457.      */
  5458.     protected function getSMTPApiService()
  5459.     {
  5460.         return $this->privates['App\\Service\\Sendinblue\\SMTPApi'] = new \App\Service\Sendinblue\SMTPApi(($this->privates['App\\Service\\SendinblueService'] ?? ($this->privates['App\\Service\\SendinblueService'] = new \App\Service\SendinblueService($this->getEnv('SENDINBLUE_API_KEY')))));
  5461.     }
  5462.     /**
  5463.      * Gets the private 'App\Service\StripeService' shared autowired service.
  5464.      *
  5465.      * @return \App\Service\StripeService
  5466.      */
  5467.     protected function getStripeServiceService()
  5468.     {
  5469.         return $this->privates['App\\Service\\StripeService'] = new \App\Service\StripeService($this->getEnv('STRIPE_SECRET_KEY'), $this->getEnv('STRIPE_PUBLIC_KEY'), $this->getEnv('STRIPE_SESSION_COMPLETED_SECRET'), ($this->services['router'] ?? $this->getRouterService()));
  5470.     }
  5471.     /**
  5472.      * Gets the private 'App\Service\UrlGeneratorService' shared autowired service.
  5473.      *
  5474.      * @return \App\Service\UrlGeneratorService
  5475.      */
  5476.     protected function getUrlGeneratorServiceService()
  5477.     {
  5478.         return $this->privates['App\\Service\\UrlGeneratorService'] = new \App\Service\UrlGeneratorService($this->getEnv('BASE_URL'), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  5479.     }
  5480.     /**
  5481.      * Gets the private 'App\Utils\Zipped' shared autowired service.
  5482.      *
  5483.      * @return \App\Utils\Zipped
  5484.      */
  5485.     protected function getZippedService()
  5486.     {
  5487.         return $this->privates['App\\Utils\\Zipped'] = new \App\Utils\Zipped();
  5488.     }
  5489.     /**
  5490.      * Gets the private 'App\View\InvoiceView' shared autowired service.
  5491.      *
  5492.      * @return \App\View\InvoiceView
  5493.      */
  5494.     protected function getInvoiceViewService()
  5495.     {
  5496.         return $this->privates['App\\View\\InvoiceView'] = new \App\View\InvoiceView(($this->privates['App\\Repository\\GoCardlessMandateRepository'] ?? $this->getGoCardlessMandateRepositoryService()));
  5497.     }
  5498.     /**
  5499.      * Gets the private 'CosaVostra\LocaliseBundle\Command\TranslationImportCommand' shared service.
  5500.      *
  5501.      * @return \CosaVostra\LocaliseBundle\Command\TranslationImportCommand
  5502.      */
  5503.     protected function getTranslationImportCommandService()
  5504.     {
  5505.         $a = new \CosaVostra\LocaliseBundle\Importer\Registry();
  5506.         $b = new \CosaVostra\LocaliseBundle\Http\Request(new \CosaVostra\LocaliseBundle\Http\Client($this->getEnv('LOCALISE_EXPORT_KEY')));
  5507.         $c = ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  5508.         $d = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  5509.         $e = new \CosaVostra\LocaliseBundle\Helper\FilenameGenerator($d);
  5510.         $a->add(new \CosaVostra\LocaliseBundle\Importer\YamlImporter($b$c$e));
  5511.         $a->add(new \CosaVostra\LocaliseBundle\Importer\XlfImporter($b$c$e));
  5512.         $a->add(new \CosaVostra\LocaliseBundle\Importer\PhpImporter($b$c$e));
  5513.         $this->privates['CosaVostra\\LocaliseBundle\\Command\\TranslationImportCommand'] = $instance = new \CosaVostra\LocaliseBundle\Command\TranslationImportCommand($a$b, new \CosaVostra\LocaliseBundle\Helper\TranslationPurger($d$c));
  5514.         $instance->setName('localise:translation:import');
  5515.         return $instance;
  5516.     }
  5517.     /**
  5518.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  5519.      *
  5520.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  5521.      */
  5522.     protected function getConsoleListenerService()
  5523.     {
  5524.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  5525.     }
  5526.     /**
  5527.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  5528.      *
  5529.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  5530.      */
  5531.     protected function getErrorListenerService()
  5532.     {
  5533.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5534.     }
  5535.     /**
  5536.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  5537.      *
  5538.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  5539.      */
  5540.     protected function getMessengerListenerService()
  5541.     {
  5542.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  5543.     }
  5544.     /**
  5545.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  5546.      *
  5547.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  5548.      */
  5549.     protected function getRequestListenerService()
  5550.     {
  5551.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5552.     }
  5553.     /**
  5554.      * Gets the private 'Sentry\State\HubInterface' shared service.
  5555.      *
  5556.      * @return \Sentry\State\Hub
  5557.      */
  5558.     protected function getHubInterfaceService()
  5559.     {
  5560.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  5561.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  5562.         $a->setEnvironment('dev');
  5563.         $a->setPrefixes([=> \dirname(__DIR__4), => '/usr/share/php']);
  5564.         $a->setRelease('dev-master@064f906');
  5565.         $a->setTags([]);
  5566.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  5567.         $a->setInAppIncludedPaths([]);
  5568.         $a->setClassSerializers([]);
  5569.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'=> 'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException']])]));
  5570.         $b = new \Sentry\ClientBuilder($a);
  5571.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  5572.         $instance->bindClient($b->getClient());
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  5577.      *
  5578.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  5579.      */
  5580.     protected function getResetPasswordRemoveExpiredCommandService()
  5581.     {
  5582.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  5583.         $instance->setName('reset-password:remove-expired');
  5584.         return $instance;
  5585.     }
  5586.     /**
  5587.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  5588.      *
  5589.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  5590.      */
  5591.     protected function getCacheWarmer2Service()
  5592.     {
  5593.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  5594.     }
  5595.     /**
  5596.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  5597.      *
  5598.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  5599.      */
  5600.     protected function getUploaderHelperService()
  5601.     {
  5602.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  5606.      *
  5607.      * @return \Vich\UploaderBundle\Util\Transliterator
  5608.      */
  5609.     protected function getTransliteratorService()
  5610.     {
  5611.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  5612.     }
  5613.     /**
  5614.      * Gets the private 'annotations.cache' shared service.
  5615.      *
  5616.      * @return \Symfony\Component\Cache\DoctrineProvider
  5617.      */
  5618.     protected function getAnnotations_CacheService()
  5619.     {
  5620.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  5621.     }
  5622.     /**
  5623.      * Gets the private 'annotations.cache_warmer' shared service.
  5624.      *
  5625.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5626.      */
  5627.     protected function getAnnotations_CacheWarmerService()
  5628.     {
  5629.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  5630.     }
  5631.     /**
  5632.      * Gets the private 'annotations.cached_reader' shared service.
  5633.      *
  5634.      * @return \Doctrine\Common\Annotations\CachedReader
  5635.      */
  5636.     protected function getAnnotations_CachedReaderService()
  5637.     {
  5638.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  5639.     }
  5640.     /**
  5641.      * Gets the private 'annotations.reader' shared service.
  5642.      *
  5643.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5644.      */
  5645.     protected function getAnnotations_ReaderService()
  5646.     {
  5647.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5648.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5649.         $a->registerUniqueLoader('class_exists');
  5650.         $instance->addGlobalIgnoredName('required'$a);
  5651.         return $instance;
  5652.     }
  5653.     /**
  5654.      * Gets the private 'app.failed_login_listener' shared autowired service.
  5655.      *
  5656.      * @return \App\EventListener\AuthenticationFailureListener
  5657.      */
  5658.     protected function getApp_FailedLoginListenerService()
  5659.     {
  5660.         return $this->privates['app.failed_login_listener'] = new \App\EventListener\AuthenticationFailureListener(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5661.     }
  5662.     /**
  5663.      * Gets the private 'cache.annotations' shared service.
  5664.      *
  5665.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5666.      */
  5667.     protected function getCache_AnnotationsService()
  5668.     {
  5669.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w2mWlUeio2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  5673.      *
  5674.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5675.      */
  5676.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  5677.     {
  5678.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5679.     }
  5680.     /**
  5681.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5682.      *
  5683.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5684.      */
  5685.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5686.     {
  5687.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5688.     }
  5689.     /**
  5690.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5691.      *
  5692.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5693.      */
  5694.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5695.     {
  5696.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5697.     }
  5698.     /**
  5699.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5700.      *
  5701.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5702.      */
  5703.     protected function getCache_Messenger_RestartWorkersSignalService()
  5704.     {
  5705.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bZC7136Gs5'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  5706.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5707.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5708.     }
  5709.     /**
  5710.      * Gets the private 'cache.property_info' shared service.
  5711.      *
  5712.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5713.      */
  5714.     protected function getCache_PropertyInfoService()
  5715.     {
  5716.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DLkU59N90j'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5717.     }
  5718.     /**
  5719.      * Gets the private 'cache.security_expression_language' shared service.
  5720.      *
  5721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5722.      */
  5723.     protected function getCache_SecurityExpressionLanguageService()
  5724.     {
  5725.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8Sx5NMtbI-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5726.     }
  5727.     /**
  5728.      * Gets the private 'cache.serializer' shared service.
  5729.      *
  5730.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5731.      */
  5732.     protected function getCache_SerializerService()
  5733.     {
  5734.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uRNGi7Hxt1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5735.     }
  5736.     /**
  5737.      * Gets the private 'cache.validator' shared service.
  5738.      *
  5739.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5740.      */
  5741.     protected function getCache_ValidatorService()
  5742.     {
  5743.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MKCAzZMYAB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5744.     }
  5745.     /**
  5746.      * Gets the private 'config_cache_factory' shared service.
  5747.      *
  5748.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5749.      */
  5750.     protected function getConfigCacheFactoryService()
  5751.     {
  5752.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5753.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  5754.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5755.         }, 2));
  5756.     }
  5757.     /**
  5758.      * Gets the private 'console.command.about' shared service.
  5759.      *
  5760.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5761.      */
  5762.     protected function getConsole_Command_AboutService()
  5763.     {
  5764.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5765.         $instance->setName('about');
  5766.         return $instance;
  5767.     }
  5768.     /**
  5769.      * Gets the private 'console.command.assets_install' shared service.
  5770.      *
  5771.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5772.      */
  5773.     protected function getConsole_Command_AssetsInstallService()
  5774.     {
  5775.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5776.         $instance->setName('assets:install');
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the private 'console.command.cache_clear' shared service.
  5781.      *
  5782.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5783.      */
  5784.     protected function getConsole_Command_CacheClearService()
  5785.     {
  5786.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5787.         $instance->setName('cache:clear');
  5788.         return $instance;
  5789.     }
  5790.     /**
  5791.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5792.      *
  5793.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5794.      */
  5795.     protected function getConsole_Command_CachePoolClearService()
  5796.     {
  5797.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5798.         $instance->setName('cache:pool:clear');
  5799.         return $instance;
  5800.     }
  5801.     /**
  5802.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5803.      *
  5804.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5805.      */
  5806.     protected function getConsole_Command_CachePoolDeleteService()
  5807.     {
  5808.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5809.         $instance->setName('cache:pool:delete');
  5810.         return $instance;
  5811.     }
  5812.     /**
  5813.      * Gets the private 'console.command.cache_pool_list' shared service.
  5814.      *
  5815.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5816.      */
  5817.     protected function getConsole_Command_CachePoolListService()
  5818.     {
  5819.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language']);
  5820.         $instance->setName('cache:pool:list');
  5821.         return $instance;
  5822.     }
  5823.     /**
  5824.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5825.      *
  5826.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5827.      */
  5828.     protected function getConsole_Command_CachePoolPruneService()
  5829.     {
  5830.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5831.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5832.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5833.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5834.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5835.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5836.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5837.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  5838.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5839.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5840.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5841.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5842.         }, 11));
  5843.         $instance->setName('cache:pool:prune');
  5844.         return $instance;
  5845.     }
  5846.     /**
  5847.      * Gets the private 'console.command.cache_warmup' shared service.
  5848.      *
  5849.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5850.      */
  5851.     protected function getConsole_Command_CacheWarmupService()
  5852.     {
  5853.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5854.         $instance->setName('cache:warmup');
  5855.         return $instance;
  5856.     }
  5857.     /**
  5858.      * Gets the private 'console.command.config_debug' shared service.
  5859.      *
  5860.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5861.      */
  5862.     protected function getConsole_Command_ConfigDebugService()
  5863.     {
  5864.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5865.         $instance->setName('debug:config');
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the private 'console.command.config_dump_reference' shared service.
  5870.      *
  5871.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5872.      */
  5873.     protected function getConsole_Command_ConfigDumpReferenceService()
  5874.     {
  5875.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5876.         $instance->setName('config:dump-reference');
  5877.         return $instance;
  5878.     }
  5879.     /**
  5880.      * Gets the private 'console.command.container_debug' shared service.
  5881.      *
  5882.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5883.      */
  5884.     protected function getConsole_Command_ContainerDebugService()
  5885.     {
  5886.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5887.         $instance->setName('debug:container');
  5888.         return $instance;
  5889.     }
  5890.     /**
  5891.      * Gets the private 'console.command.container_lint' shared service.
  5892.      *
  5893.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5894.      */
  5895.     protected function getConsole_Command_ContainerLintService()
  5896.     {
  5897.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5898.         $instance->setName('lint:container');
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'console.command.debug_autowiring' shared service.
  5903.      *
  5904.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5905.      */
  5906.     protected function getConsole_Command_DebugAutowiringService()
  5907.     {
  5908.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5909.         $instance->setName('debug:autowiring');
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5914.      *
  5915.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5916.      */
  5917.     protected function getConsole_Command_EventDispatcherDebugService()
  5918.     {
  5919.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5920.         $instance->setName('debug:event-dispatcher');
  5921.         return $instance;
  5922.     }
  5923.     /**
  5924.      * Gets the private 'console.command.form_debug' shared service.
  5925.      *
  5926.      * @return \Symfony\Component\Form\Command\DebugCommand
  5927.      */
  5928.     protected function getConsole_Command_FormDebugService()
  5929.     {
  5930.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Connector\\Driver\\Sellsy\\Form'=> 'App\\Form\\Admin\\Api'=> 'App\\Form\\Admin'=> 'App\\Form\\App\\Claim'=> 'App\\Form\\App'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'], [=> 'App\\Connector\\Driver\\Sellsy\\Form\\SellsyType'=> 'App\\Form\\Admin\\Api\\StepType'=> 'App\\Form\\Admin\\StepJobType'=> 'App\\Form\\Admin\\StepType'=> 'App\\Form\\Admin\\UserType'=> 'App\\Form\\Admin\\UserWorkflowType'=> 'App\\Form\\Admin\\WorkflowCategoryType'=> 'App\\Form\\Admin\\WorkflowType'=> 'App\\Form\\App\\Claim\\PaymentType'=> 'App\\Form\\App\\Claim\\PrestationType'10 => 'App\\Form\\App\\Claim\\TypoType'11 => 'App\\Form\\App\\ConfirmActionType'12 => 'App\\Form\\App\\ConnectorType'13 => 'App\\Form\\App\\ContactType'14 => 'App\\Form\\App\\DocumentType'15 => 'App\\Form\\App\\IntuitAccountType'16 => 'App\\Form\\App\\InvoiceCustomerContactType'17 => 'App\\Form\\App\\InvoiceRequestType'18 => 'App\\Form\\App\\InvoiceType'19 => 'App\\Form\\App\\OrganizationContactType'20 => 'App\\Form\\App\\OrganizationType'21 => 'App\\Form\\App\\PayProcedureType'22 => 'App\\Form\\App\\ProcedureClaimType'23 => 'App\\Form\\App\\ProfileType'24 => 'App\\Form\\App\\RegisterType'25 => 'App\\Form\\ChangePasswordFormType'26 => 'App\\Form\\MediaOrganizationLogoType'27 => 'App\\Form\\MediaPdfType'28 => 'App\\Form\\ResetPasswordRequestFormType'29 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'30 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'31 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'32 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'33 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'34 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5931.         $instance->setName('debug:form');
  5932.         return $instance;
  5933.     }
  5934.     /**
  5935.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  5936.      *
  5937.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  5938.      */
  5939.     protected function getConsole_Command_MessengerConsumeMessagesService()
  5940.     {
  5941.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'sync']);
  5942.         $instance->setName('messenger:consume');
  5943.         $instance->setAliases([=> 'messenger:consume-messages']);
  5944.         return $instance;
  5945.     }
  5946.     /**
  5947.      * Gets the private 'console.command.messenger_debug' shared service.
  5948.      *
  5949.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  5950.      */
  5951.     protected function getConsole_Command_MessengerDebugService()
  5952.     {
  5953.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Job\\Message\\Connector\\SynchronizeSellsy' => [=> [=> 'App\\Job\\Handler\\Connector\\SynchronizeSellsyHandler'=> []]], 'App\\Job\\Message\\ProcedureSnooze' => [=> [=> 'App\\Job\\Handler\\ProcedureSnoozeHandler'=> []]], 'App\\Job\\Message\\ProceduresDispatch' => [=> [=> 'App\\Job\\Handler\\ProceduresDispatchHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  5954.         $instance->setName('debug:messenger');
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  5959.      *
  5960.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  5961.      */
  5962.     protected function getConsole_Command_MessengerSetupTransportsService()
  5963.     {
  5964.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'sync']);
  5965.         $instance->setName('messenger:setup-transports');
  5966.         return $instance;
  5967.     }
  5968.     /**
  5969.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  5970.      *
  5971.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  5972.      */
  5973.     protected function getConsole_Command_MessengerStopWorkersService()
  5974.     {
  5975.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  5976.         $instance->setName('messenger:stop-workers');
  5977.         return $instance;
  5978.     }
  5979.     /**
  5980.      * Gets the private 'console.command.router_debug' shared service.
  5981.      *
  5982.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5983.      */
  5984.     protected function getConsole_Command_RouterDebugService()
  5985.     {
  5986.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5987.         $instance->setName('debug:router');
  5988.         return $instance;
  5989.     }
  5990.     /**
  5991.      * Gets the private 'console.command.router_match' shared service.
  5992.      *
  5993.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5994.      */
  5995.     protected function getConsole_Command_RouterMatchService()
  5996.     {
  5997.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5998.         $instance->setName('router:match');
  5999.         return $instance;
  6000.     }
  6001.     /**
  6002.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6003.      *
  6004.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6005.      */
  6006.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6007.     {
  6008.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6009.         $instance->setName('secrets:decrypt-to-local');
  6010.         return $instance;
  6011.     }
  6012.     /**
  6013.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6014.      *
  6015.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6016.      */
  6017.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6018.     {
  6019.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6020.         $instance->setName('secrets:encrypt-from-local');
  6021.         return $instance;
  6022.     }
  6023.     /**
  6024.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6025.      *
  6026.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6027.      */
  6028.     protected function getConsole_Command_SecretsGenerateKeyService()
  6029.     {
  6030.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6031.         $instance->setName('secrets:generate-keys');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'console.command.secrets_list' shared service.
  6036.      *
  6037.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6038.      */
  6039.     protected function getConsole_Command_SecretsListService()
  6040.     {
  6041.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6042.         $instance->setName('secrets:list');
  6043.         return $instance;
  6044.     }
  6045.     /**
  6046.      * Gets the private 'console.command.secrets_remove' shared service.
  6047.      *
  6048.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6049.      */
  6050.     protected function getConsole_Command_SecretsRemoveService()
  6051.     {
  6052.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6053.         $instance->setName('secrets:remove');
  6054.         return $instance;
  6055.     }
  6056.     /**
  6057.      * Gets the private 'console.command.secrets_set' shared service.
  6058.      *
  6059.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6060.      */
  6061.     protected function getConsole_Command_SecretsSetService()
  6062.     {
  6063.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6064.         $instance->setName('secrets:set');
  6065.         return $instance;
  6066.     }
  6067.     /**
  6068.      * Gets the private 'console.command.translation_debug' shared service.
  6069.      *
  6070.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6071.      */
  6072.     protected function getConsole_Command_TranslationDebugService()
  6073.     {
  6074.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/App/PageController.php'), => (\dirname(__DIR__4).'/src/Controller/ResetPasswordController.php'), => (\dirname(__DIR__4).'/src/Service/EmailParametersGenerator.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/src/Security/AppUserChecker.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 17 => (\dirname(__DIR__4).'/src/Controller/App/ConnectorController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/App/ConnectorQuickbooksController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/App/InvoiceRequestController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/App/ProcedureController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/App/SecurityController.php')]);
  6075.         $instance->setName('debug:translation');
  6076.         return $instance;
  6077.     }
  6078.     /**
  6079.      * Gets the private 'console.command.translation_update' shared service.
  6080.      *
  6081.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6082.      */
  6083.     protected function getConsole_Command_TranslationUpdateService()
  6084.     {
  6085.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6086.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6087.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6088.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6089.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6090.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6091.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6092.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6093.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6094.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6095.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6096.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6097.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/App/PageController.php'), => (\dirname(__DIR__4).'/src/Controller/ResetPasswordController.php'), => (\dirname(__DIR__4).'/src/Service/EmailParametersGenerator.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/src/Security/AppUserChecker.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 17 => (\dirname(__DIR__4).'/src/Controller/App/ConnectorController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/App/ConnectorQuickbooksController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/App/InvoiceRequestController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/App/ProcedureController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/App/SecurityController.php')]);
  6098.         $instance->setName('translation:update');
  6099.         return $instance;
  6100.     }
  6101.     /**
  6102.      * Gets the private 'console.command.xliff_lint' shared service.
  6103.      *
  6104.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  6105.      */
  6106.     protected function getConsole_Command_XliffLintService()
  6107.     {
  6108.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  6109.         $instance->setName('lint:xliff');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'console.command.yaml_lint' shared service.
  6114.      *
  6115.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6116.      */
  6117.     protected function getConsole_Command_YamlLintService()
  6118.     {
  6119.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6120.         $instance->setName('lint:yaml');
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the private 'console.error_listener' shared service.
  6125.      *
  6126.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6127.      */
  6128.     protected function getConsole_ErrorListenerService()
  6129.     {
  6130.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6131.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6132.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6133.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6134.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6135.     }
  6136.     /**
  6137.      * Gets the private 'container.env_var_processor' shared service.
  6138.      *
  6139.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6140.      */
  6141.     protected function getContainer_EnvVarProcessorService()
  6142.     {
  6143.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6144.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  6145.         }, 1));
  6146.     }
  6147.     /**
  6148.      * Gets the private 'data_collector.form' shared service.
  6149.      *
  6150.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6151.      */
  6152.     protected function getDataCollector_FormService()
  6153.     {
  6154.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6155.     }
  6156.     /**
  6157.      * Gets the private 'debug.argument_resolver.default' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6160.      */
  6161.     protected function getDebug_ArgumentResolver_DefaultService()
  6162.     {
  6163.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6164.     }
  6165.     /**
  6166.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6167.      *
  6168.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6169.      */
  6170.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6171.     {
  6172.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.7Upq1t7'] ?? $this->get_ServiceLocator_7Upq1t7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6173.     }
  6174.     /**
  6175.      * Gets the private 'debug.argument_resolver.request' shared service.
  6176.      *
  6177.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6178.      */
  6179.     protected function getDebug_ArgumentResolver_RequestService()
  6180.     {
  6181.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6182.     }
  6183.     /**
  6184.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6185.      *
  6186.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6187.      */
  6188.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6189.     {
  6190.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6191.     }
  6192.     /**
  6193.      * Gets the private 'debug.argument_resolver.service' shared service.
  6194.      *
  6195.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6196.      */
  6197.     protected function getDebug_ArgumentResolver_ServiceService()
  6198.     {
  6199.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.7Upq1t7'] ?? $this->get_ServiceLocator_7Upq1t7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6200.     }
  6201.     /**
  6202.      * Gets the private 'debug.argument_resolver.session' shared service.
  6203.      *
  6204.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6205.      */
  6206.     protected function getDebug_ArgumentResolver_SessionService()
  6207.     {
  6208.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6209.     }
  6210.     /**
  6211.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6212.      *
  6213.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6214.      */
  6215.     protected function getDebug_ArgumentResolver_VariadicService()
  6216.     {
  6217.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6218.     }
  6219.     /**
  6220.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6221.      *
  6222.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6223.      */
  6224.     protected function getDebug_DebugHandlersListenerService()
  6225.     {
  6226.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6227.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6228.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6229.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6230.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6231.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  6232.     }
  6233.     /**
  6234.      * Gets the private 'debug.dump_listener' shared service.
  6235.      *
  6236.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6237.      */
  6238.     protected function getDebug_DumpListenerService()
  6239.     {
  6240.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  6241.     }
  6242.     /**
  6243.      * Gets the private 'debug.file_link_formatter' shared service.
  6244.      *
  6245.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6246.      */
  6247.     protected function getDebug_FileLinkFormatterService()
  6248.     {
  6249.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  6250.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6251.         });
  6252.     }
  6253.     /**
  6254.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6255.      *
  6256.      * @return \string
  6257.      */
  6258.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6259.     {
  6260.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6261.     }
  6262.     /**
  6263.      * Gets the private 'debug.log_processor' shared service.
  6264.      *
  6265.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6266.      */
  6267.     protected function getDebug_LogProcessorService()
  6268.     {
  6269.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6270.     }
  6271.     /**
  6272.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6273.      *
  6274.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6275.      */
  6276.     protected function getDebug_Security_Access_DecisionManagerService()
  6277.     {
  6278.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6279.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6280.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6281.         }, 2), 'affirmative'falsetrue));
  6282.     }
  6283.     /**
  6284.      * Gets the private 'debug.security.firewall' shared service.
  6285.      *
  6286.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6287.      */
  6288.     protected function getDebug_Security_FirewallService()
  6289.     {
  6290.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6291.     }
  6292.     /**
  6293.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6296.      */
  6297.     protected function getDebug_Security_UserValueResolverService()
  6298.     {
  6299.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6303.      *
  6304.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6305.      */
  6306.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6307.     {
  6308.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6309.     }
  6310.     /**
  6311.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6312.      *
  6313.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6314.      */
  6315.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6316.     {
  6317.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6318.     }
  6319.     /**
  6320.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6321.      *
  6322.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6323.      */
  6324.     protected function getDebug_Security_Voter_VoteListenerService()
  6325.     {
  6326.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  6327.     }
  6328.     /**
  6329.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6330.      *
  6331.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6332.      */
  6333.     protected function getDoctrine_CacheClearMetadataCommandService()
  6334.     {
  6335.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6336.         $instance->setName('doctrine:cache:clear-metadata');
  6337.         return $instance;
  6338.     }
  6339.     /**
  6340.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6341.      *
  6342.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6343.      */
  6344.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6345.     {
  6346.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6347.         $instance->setName('doctrine:cache:clear-query');
  6348.         return $instance;
  6349.     }
  6350.     /**
  6351.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6352.      *
  6353.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6354.      */
  6355.     protected function getDoctrine_CacheClearResultCommandService()
  6356.     {
  6357.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6358.         $instance->setName('doctrine:cache:clear-result');
  6359.         return $instance;
  6360.     }
  6361.     /**
  6362.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6363.      *
  6364.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6365.      */
  6366.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6367.     {
  6368.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6369.         $instance->setName('doctrine:cache:clear-collection-region');
  6370.         return $instance;
  6371.     }
  6372.     /**
  6373.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6374.      *
  6375.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6376.      */
  6377.     protected function getDoctrine_ClearEntityRegionCommandService()
  6378.     {
  6379.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6380.         $instance->setName('doctrine:cache:clear-entity-region');
  6381.         return $instance;
  6382.     }
  6383.     /**
  6384.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6385.      *
  6386.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6387.      */
  6388.     protected function getDoctrine_ClearQueryRegionCommandService()
  6389.     {
  6390.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6391.         $instance->setName('doctrine:cache:clear-query-region');
  6392.         return $instance;
  6393.     }
  6394.     /**
  6395.      * Gets the private 'doctrine.database_create_command' shared service.
  6396.      *
  6397.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6398.      */
  6399.     protected function getDoctrine_DatabaseCreateCommandService()
  6400.     {
  6401.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6402.         $instance->setName('doctrine:database:create');
  6403.         return $instance;
  6404.     }
  6405.     /**
  6406.      * Gets the private 'doctrine.database_drop_command' shared service.
  6407.      *
  6408.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6409.      */
  6410.     protected function getDoctrine_DatabaseDropCommandService()
  6411.     {
  6412.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6413.         $instance->setName('doctrine:database:drop');
  6414.         return $instance;
  6415.     }
  6416.     /**
  6417.      * Gets the private 'doctrine.database_import_command' shared service.
  6418.      *
  6419.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6420.      */
  6421.     protected function getDoctrine_DatabaseImportCommandService()
  6422.     {
  6423.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6424.         $instance->setName('doctrine:database:import');
  6425.         return $instance;
  6426.     }
  6427.     /**
  6428.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6429.      *
  6430.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6431.      */
  6432.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6433.     {
  6434.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6435.         $instance->setName('doctrine:ensure-production-settings');
  6436.         return $instance;
  6437.     }
  6438.     /**
  6439.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6440.      *
  6441.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6442.      */
  6443.     protected function getDoctrine_FixturesLoadCommandService()
  6444.     {
  6445.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6446.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\InvoiceFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\StepFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\WorkflowFixtures(), 'groups' => []]]);
  6447.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  6448.         $instance->setName('doctrine:fixtures:load');
  6449.         return $instance;
  6450.     }
  6451.     /**
  6452.      * Gets the private 'doctrine.generate_entities_command' shared service.
  6453.      *
  6454.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  6455.      */
  6456.     protected function getDoctrine_GenerateEntitiesCommandService()
  6457.     {
  6458.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6459.         $instance->setName('doctrine:generate:entities');
  6460.         return $instance;
  6461.     }
  6462.     /**
  6463.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6464.      *
  6465.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6466.      */
  6467.     protected function getDoctrine_MappingConvertCommandService()
  6468.     {
  6469.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6470.         $instance->setName('doctrine:mapping:convert');
  6471.         return $instance;
  6472.     }
  6473.     /**
  6474.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6475.      *
  6476.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6477.      */
  6478.     protected function getDoctrine_MappingImportCommandService()
  6479.     {
  6480.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6481.         $instance->setName('doctrine:mapping:import');
  6482.         return $instance;
  6483.     }
  6484.     /**
  6485.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6486.      *
  6487.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6488.      */
  6489.     protected function getDoctrine_MappingInfoCommandService()
  6490.     {
  6491.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6492.         $instance->setName('doctrine:mapping:info');
  6493.         return $instance;
  6494.     }
  6495.     /**
  6496.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6497.      *
  6498.      * @return \Doctrine\Migrations\DependencyFactory
  6499.      */
  6500.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6501.     {
  6502.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6503.         $a->setAllOrNothing(false);
  6504.         $a->setCheckDatabasePlatform(true);
  6505.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6506.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6507.     }
  6508.     /**
  6509.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6510.      *
  6511.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6512.      */
  6513.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6514.     {
  6515.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6516.         $instance->addEntityListener('App\\Entity\\Invoice''App\\EventListener\\InvoiceListener''postPersist');
  6517.         $instance->addEntityListener('App\\Entity\\Invoice''App\\EventListener\\InvoiceListener''prePersist');
  6518.         $instance->addEntityListener('App\\Entity\\Organization''App\\EventListener\\OrganizationListener''prePersist');
  6519.         return $instance;
  6520.     }
  6521.     /**
  6522.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  6523.      *
  6524.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  6525.      */
  6526.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  6527.     {
  6528.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6529.     }
  6530.     /**
  6531.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6532.      *
  6533.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6534.      */
  6535.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6536.     {
  6537.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6538.     }
  6539.     /**
  6540.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6541.      *
  6542.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6543.      */
  6544.     protected function getDoctrine_Orm_Validator_UniqueService()
  6545.     {
  6546.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6547.     }
  6548.     /**
  6549.      * Gets the private 'doctrine.query_dql_command' shared service.
  6550.      *
  6551.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6552.      */
  6553.     protected function getDoctrine_QueryDqlCommandService()
  6554.     {
  6555.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6556.         $instance->setName('doctrine:query:dql');
  6557.         return $instance;
  6558.     }
  6559.     /**
  6560.      * Gets the private 'doctrine.query_sql_command' shared service.
  6561.      *
  6562.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6563.      */
  6564.     protected function getDoctrine_QuerySqlCommandService()
  6565.     {
  6566.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  6567.         $instance->setName('doctrine:query:sql');
  6568.         return $instance;
  6569.     }
  6570.     /**
  6571.      * Gets the private 'doctrine.schema_create_command' shared service.
  6572.      *
  6573.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6574.      */
  6575.     protected function getDoctrine_SchemaCreateCommandService()
  6576.     {
  6577.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6578.         $instance->setName('doctrine:schema:create');
  6579.         return $instance;
  6580.     }
  6581.     /**
  6582.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6583.      *
  6584.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6585.      */
  6586.     protected function getDoctrine_SchemaDropCommandService()
  6587.     {
  6588.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6589.         $instance->setName('doctrine:schema:drop');
  6590.         return $instance;
  6591.     }
  6592.     /**
  6593.      * Gets the private 'doctrine.schema_update_command' shared service.
  6594.      *
  6595.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6596.      */
  6597.     protected function getDoctrine_SchemaUpdateCommandService()
  6598.     {
  6599.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6600.         $instance->setName('doctrine:schema:update');
  6601.         return $instance;
  6602.     }
  6603.     /**
  6604.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6605.      *
  6606.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6607.      */
  6608.     protected function getDoctrine_SchemaValidateCommandService()
  6609.     {
  6610.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6611.         $instance->setName('doctrine:schema:validate');
  6612.         return $instance;
  6613.     }
  6614.     /**
  6615.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6616.      *
  6617.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6618.      */
  6619.     protected function getDoctrineMigrations_CurrentCommandService()
  6620.     {
  6621.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  6622.         $instance->setName('doctrine:migrations:current');
  6623.         return $instance;
  6624.     }
  6625.     /**
  6626.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6627.      *
  6628.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6629.      */
  6630.     protected function getDoctrineMigrations_DiffCommandService()
  6631.     {
  6632.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  6633.         $instance->setName('doctrine:migrations:diff');
  6634.         return $instance;
  6635.     }
  6636.     /**
  6637.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6638.      *
  6639.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6640.      */
  6641.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6642.     {
  6643.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  6644.         $instance->setName('doctrine:migrations:dump-schema');
  6645.         return $instance;
  6646.     }
  6647.     /**
  6648.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6649.      *
  6650.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6651.      */
  6652.     protected function getDoctrineMigrations_ExecuteCommandService()
  6653.     {
  6654.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  6655.         $instance->setName('doctrine:migrations:execute');
  6656.         return $instance;
  6657.     }
  6658.     /**
  6659.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6660.      *
  6661.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6662.      */
  6663.     protected function getDoctrineMigrations_GenerateCommandService()
  6664.     {
  6665.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  6666.         $instance->setName('doctrine:migrations:generate');
  6667.         return $instance;
  6668.     }
  6669.     /**
  6670.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6671.      *
  6672.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6673.      */
  6674.     protected function getDoctrineMigrations_LatestCommandService()
  6675.     {
  6676.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  6677.         $instance->setName('doctrine:migrations:latest');
  6678.         return $instance;
  6679.     }
  6680.     /**
  6681.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6682.      *
  6683.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6684.      */
  6685.     protected function getDoctrineMigrations_MigrateCommandService()
  6686.     {
  6687.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  6688.         $instance->setName('doctrine:migrations:migrate');
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6693.      *
  6694.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6695.      */
  6696.     protected function getDoctrineMigrations_RollupCommandService()
  6697.     {
  6698.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  6699.         $instance->setName('doctrine:migrations:rollup');
  6700.         return $instance;
  6701.     }
  6702.     /**
  6703.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6704.      *
  6705.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6706.      */
  6707.     protected function getDoctrineMigrations_StatusCommandService()
  6708.     {
  6709.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  6710.         $instance->setName('doctrine:migrations:status');
  6711.         return $instance;
  6712.     }
  6713.     /**
  6714.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6715.      *
  6716.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6717.      */
  6718.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6719.     {
  6720.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  6721.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6722.         return $instance;
  6723.     }
  6724.     /**
  6725.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6726.      *
  6727.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6728.      */
  6729.     protected function getDoctrineMigrations_UpToDateCommandService()
  6730.     {
  6731.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  6732.         $instance->setName('doctrine:migrations:up-to-date');
  6733.         return $instance;
  6734.     }
  6735.     /**
  6736.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6737.      *
  6738.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6739.      */
  6740.     protected function getDoctrineMigrations_VersionCommandService()
  6741.     {
  6742.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  6743.         $instance->setName('doctrine:migrations:version');
  6744.         return $instance;
  6745.     }
  6746.     /**
  6747.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6748.      *
  6749.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6750.      */
  6751.     protected function getDoctrineMigrations_VersionsCommandService()
  6752.     {
  6753.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  6754.         $instance->setName('doctrine:migrations:list');
  6755.         return $instance;
  6756.     }
  6757.     /**
  6758.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6759.      *
  6760.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6761.      */
  6762.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6763.     {
  6764.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6765.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6766.     }
  6767.     /**
  6768.      * Gets the private 'exception_listener' shared service.
  6769.      *
  6770.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6771.      */
  6772.     protected function getExceptionListenerService()
  6773.     {
  6774.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6775.     }
  6776.     /**
  6777.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6778.      *
  6779.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6780.      */
  6781.     protected function getForm_ChoiceListFactory_CachedService()
  6782.     {
  6783.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  6784.     }
  6785.     /**
  6786.      * Gets the private 'form.registry' shared service.
  6787.      *
  6788.      * @return \Symfony\Component\Form\FormRegistry
  6789.      */
  6790.     protected function getForm_RegistryService()
  6791.     {
  6792.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6793.             'App\\Connector\\Driver\\Sellsy\\Form\\SellsyType' => ['privates''App\\Connector\\Driver\\Sellsy\\Form\\SellsyType''getSellsyTypeService'false],
  6794.             'App\\Form\\Admin\\Api\\StepType' => ['privates''App\\Form\\Admin\\Api\\StepType''getStepTypeService'false],
  6795.             'App\\Form\\Admin\\StepJobType' => ['privates''App\\Form\\Admin\\StepJobType''getStepJobTypeService'false],
  6796.             'App\\Form\\Admin\\StepType' => ['privates''App\\Form\\Admin\\StepType''getStepType2Service'false],
  6797.             'App\\Form\\Admin\\UserType' => ['privates''App\\Form\\Admin\\UserType''getUserTypeService'false],
  6798.             'App\\Form\\Admin\\UserWorkflowType' => ['privates''App\\Form\\Admin\\UserWorkflowType''getUserWorkflowTypeService'false],
  6799.             'App\\Form\\Admin\\WorkflowCategoryType' => ['privates''App\\Form\\Admin\\WorkflowCategoryType''getWorkflowCategoryTypeService'false],
  6800.             'App\\Form\\Admin\\WorkflowType' => ['privates''App\\Form\\Admin\\WorkflowType''getWorkflowTypeService'false],
  6801.             'App\\Form\\App\\Claim\\PaymentType' => ['privates''App\\Form\\App\\Claim\\PaymentType''getPaymentTypeService'false],
  6802.             'App\\Form\\App\\Claim\\PrestationType' => ['privates''App\\Form\\App\\Claim\\PrestationType''getPrestationTypeService'false],
  6803.             'App\\Form\\App\\Claim\\TypoType' => ['privates''App\\Form\\App\\Claim\\TypoType''getTypoTypeService'false],
  6804.             'App\\Form\\App\\ConfirmActionType' => ['privates''App\\Form\\App\\ConfirmActionType''getConfirmActionTypeService'false],
  6805.             'App\\Form\\App\\ConnectorType' => ['privates''App\\Form\\App\\ConnectorType''getConnectorTypeService'false],
  6806.             'App\\Form\\App\\ContactType' => ['privates''App\\Form\\App\\ContactType''getContactTypeService'false],
  6807.             'App\\Form\\App\\DocumentType' => ['privates''App\\Form\\App\\DocumentType''getDocumentTypeService'false],
  6808.             'App\\Form\\App\\IntuitAccountType' => ['privates''App\\Form\\App\\IntuitAccountType''getIntuitAccountTypeService'false],
  6809.             'App\\Form\\App\\InvoiceCustomerContactType' => ['privates''App\\Form\\App\\InvoiceCustomerContactType''getInvoiceCustomerContactTypeService'false],
  6810.             'App\\Form\\App\\InvoiceRequestType' => ['privates''App\\Form\\App\\InvoiceRequestType''getInvoiceRequestTypeService'false],
  6811.             'App\\Form\\App\\InvoiceType' => ['privates''App\\Form\\App\\InvoiceType''getInvoiceTypeService'false],
  6812.             'App\\Form\\App\\OrganizationContactType' => ['privates''App\\Form\\App\\OrganizationContactType''getOrganizationContactTypeService'false],
  6813.             'App\\Form\\App\\OrganizationType' => ['privates''App\\Form\\App\\OrganizationType''getOrganizationTypeService'false],
  6814.             'App\\Form\\App\\PayProcedureType' => ['privates''App\\Form\\App\\PayProcedureType''getPayProcedureTypeService'false],
  6815.             'App\\Form\\App\\ProcedureClaimType' => ['privates''App\\Form\\App\\ProcedureClaimType''getProcedureClaimTypeService'false],
  6816.             'App\\Form\\App\\ProfileType' => ['privates''App\\Form\\App\\ProfileType''getProfileTypeService'false],
  6817.             'App\\Form\\App\\RegisterType' => ['privates''App\\Form\\App\\RegisterType''getRegisterTypeService'false],
  6818.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  6819.             'App\\Form\\MediaOrganizationLogoType' => ['privates''App\\Form\\MediaOrganizationLogoType''getMediaOrganizationLogoTypeService'false],
  6820.             'App\\Form\\MediaPdfType' => ['privates''App\\Form\\MediaPdfType''getMediaPdfTypeService'false],
  6821.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  6822.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6823.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6824.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  6825.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6826.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  6827.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  6828.         ], [
  6829.             'App\\Connector\\Driver\\Sellsy\\Form\\SellsyType' => '?',
  6830.             'App\\Form\\Admin\\Api\\StepType' => '?',
  6831.             'App\\Form\\Admin\\StepJobType' => '?',
  6832.             'App\\Form\\Admin\\StepType' => '?',
  6833.             'App\\Form\\Admin\\UserType' => '?',
  6834.             'App\\Form\\Admin\\UserWorkflowType' => '?',
  6835.             'App\\Form\\Admin\\WorkflowCategoryType' => '?',
  6836.             'App\\Form\\Admin\\WorkflowType' => '?',
  6837.             'App\\Form\\App\\Claim\\PaymentType' => '?',
  6838.             'App\\Form\\App\\Claim\\PrestationType' => '?',
  6839.             'App\\Form\\App\\Claim\\TypoType' => '?',
  6840.             'App\\Form\\App\\ConfirmActionType' => '?',
  6841.             'App\\Form\\App\\ConnectorType' => '?',
  6842.             'App\\Form\\App\\ContactType' => '?',
  6843.             'App\\Form\\App\\DocumentType' => '?',
  6844.             'App\\Form\\App\\IntuitAccountType' => '?',
  6845.             'App\\Form\\App\\InvoiceCustomerContactType' => '?',
  6846.             'App\\Form\\App\\InvoiceRequestType' => '?',
  6847.             'App\\Form\\App\\InvoiceType' => '?',
  6848.             'App\\Form\\App\\OrganizationContactType' => '?',
  6849.             'App\\Form\\App\\OrganizationType' => '?',
  6850.             'App\\Form\\App\\PayProcedureType' => '?',
  6851.             'App\\Form\\App\\ProcedureClaimType' => '?',
  6852.             'App\\Form\\App\\ProfileType' => '?',
  6853.             'App\\Form\\App\\RegisterType' => '?',
  6854.             'App\\Form\\ChangePasswordFormType' => '?',
  6855.             'App\\Form\\MediaOrganizationLogoType' => '?',
  6856.             'App\\Form\\MediaPdfType' => '?',
  6857.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  6858.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6859.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6860.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6861.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6862.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  6863.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  6864.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6865.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6866.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6867.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6868.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6869.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6870.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6871.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6872.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6873.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6874.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6875.         }, 1)], new RewindableGenerator(function () {
  6876.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6877.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6878.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6879.     }
  6880.     /**
  6881.      * Gets the private 'form.server_params' shared service.
  6882.      *
  6883.      * @return \Symfony\Component\Form\Util\ServerParams
  6884.      */
  6885.     protected function getForm_ServerParamsService()
  6886.     {
  6887.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6888.     }
  6889.     /**
  6890.      * Gets the private 'form.type.choice' shared service.
  6891.      *
  6892.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6893.      */
  6894.     protected function getForm_Type_ChoiceService()
  6895.     {
  6896.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  6897.     }
  6898.     /**
  6899.      * Gets the private 'form.type.entity' shared service.
  6900.      *
  6901.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6902.      */
  6903.     protected function getForm_Type_EntityService()
  6904.     {
  6905.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6906.     }
  6907.     /**
  6908.      * Gets the private 'form.type.form' shared service.
  6909.      *
  6910.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6911.      */
  6912.     protected function getForm_Type_FormService()
  6913.     {
  6914.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6915.     }
  6916.     /**
  6917.      * Gets the private 'form.type_extension.csrf' shared service.
  6918.      *
  6919.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6920.      */
  6921.     protected function getForm_TypeExtension_CsrfService()
  6922.     {
  6923.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6924.     }
  6925.     /**
  6926.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6927.      *
  6928.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6929.      */
  6930.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6931.     {
  6932.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  6933.     }
  6934.     /**
  6935.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6936.      *
  6937.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6938.      */
  6939.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6940.     {
  6941.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  6942.     }
  6943.     /**
  6944.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6945.      *
  6946.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6947.      */
  6948.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6949.     {
  6950.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6951.     }
  6952.     /**
  6953.      * Gets the private 'form.type_extension.form.validator' shared service.
  6954.      *
  6955.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6956.      */
  6957.     protected function getForm_TypeExtension_Form_ValidatorService()
  6958.     {
  6959.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6960.     }
  6961.     /**
  6962.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6963.      *
  6964.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6965.      */
  6966.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6967.     {
  6968.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6969.     }
  6970.     /**
  6971.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6972.      *
  6973.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6974.      */
  6975.     protected function getForm_TypeGuesser_DoctrineService()
  6976.     {
  6977.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6978.     }
  6979.     /**
  6980.      * Gets the private 'form.type_guesser.validator' shared service.
  6981.      *
  6982.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6983.      */
  6984.     protected function getForm_TypeGuesser_ValidatorService()
  6985.     {
  6986.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6987.     }
  6988.     /**
  6989.      * Gets the private 'fragment.renderer.inline' shared service.
  6990.      *
  6991.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6992.      */
  6993.     protected function getFragment_Renderer_InlineService()
  6994.     {
  6995.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6996.         $instance->setFragmentPath('/_fragment');
  6997.         return $instance;
  6998.     }
  6999.     /**
  7000.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7001.      *
  7002.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7003.      */
  7004.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7005.     {
  7006.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  7007.     }
  7008.     /**
  7009.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7010.      *
  7011.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7012.      */
  7013.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7014.     {
  7015.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  7016.     }
  7017.     /**
  7018.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  7019.      *
  7020.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  7021.      */
  7022.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  7023.     {
  7024.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  7025.     }
  7026.     /**
  7027.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  7028.      *
  7029.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  7030.      */
  7031.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  7032.     {
  7033.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  7034.     }
  7035.     /**
  7036.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  7037.      *
  7038.      * @return \JMS\Serializer\Handler\DateHandler
  7039.      */
  7040.     protected function getJmsSerializer_DatetimeHandlerService()
  7041.     {
  7042.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Paris'true);
  7043.     }
  7044.     /**
  7045.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  7046.      *
  7047.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  7048.      */
  7049.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  7050.     {
  7051.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  7052.     }
  7053.     /**
  7054.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  7055.      *
  7056.      * @return \JMS\Serializer\Handler\FormErrorHandler
  7057.      */
  7058.     protected function getJmsSerializer_FormErrorHandlerService()
  7059.     {
  7060.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7061.     }
  7062.     /**
  7063.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  7064.      *
  7065.      * @return \JMS\Serializer\Handler\IteratorHandler
  7066.      */
  7067.     protected function getJmsSerializer_IteratorHandlerService()
  7068.     {
  7069.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  7070.     }
  7071.     /**
  7072.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  7073.      *
  7074.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  7075.      */
  7076.     protected function getJmsSerializer_StopwatchSubscriberService()
  7077.     {
  7078.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7079.     }
  7080.     /**
  7081.      * Gets the private 'locale_aware_listener' shared service.
  7082.      *
  7083.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7084.      */
  7085.     protected function getLocaleAwareListenerService()
  7086.     {
  7087.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7088.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7089.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7090.     }
  7091.     /**
  7092.      * Gets the private 'locale_listener' shared service.
  7093.      *
  7094.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7095.      */
  7096.     protected function getLocaleListenerService()
  7097.     {
  7098.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  7099.     }
  7100.     /**
  7101.      * Gets the private 'mailer.transport_factory.null' shared service.
  7102.      *
  7103.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7104.      */
  7105.     protected function getMailer_TransportFactory_NullService()
  7106.     {
  7107.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7108.     }
  7109.     /**
  7110.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7111.      *
  7112.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7113.      */
  7114.     protected function getMailer_TransportFactory_SendmailService()
  7115.     {
  7116.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7117.     }
  7118.     /**
  7119.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7120.      *
  7121.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7122.      */
  7123.     protected function getMailer_TransportFactory_SmtpService()
  7124.     {
  7125.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7126.     }
  7127.     /**
  7128.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7129.      *
  7130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7131.      */
  7132.     protected function getMaker_AutoCommand_MakeAuthService()
  7133.     {
  7134.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7135.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7136.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  7137.         $instance->setName('make:auth');
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the private 'maker.auto_command.make_command' shared service.
  7142.      *
  7143.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7144.      */
  7145.     protected function getMaker_AutoCommand_MakeCommandService()
  7146.     {
  7147.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7148.         $instance->setName('make:command');
  7149.         return $instance;
  7150.     }
  7151.     /**
  7152.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7153.      *
  7154.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7155.      */
  7156.     protected function getMaker_AutoCommand_MakeControllerService()
  7157.     {
  7158.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7159.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7160.         $instance->setName('make:controller');
  7161.         return $instance;
  7162.     }
  7163.     /**
  7164.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7165.      *
  7166.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7167.      */
  7168.     protected function getMaker_AutoCommand_MakeCrudService()
  7169.     {
  7170.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7171.         $instance->setName('make:crud');
  7172.         return $instance;
  7173.     }
  7174.     /**
  7175.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7176.      *
  7177.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7178.      */
  7179.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7180.     {
  7181.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7182.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7183.         $instance->setName('make:docker:database');
  7184.         return $instance;
  7185.     }
  7186.     /**
  7187.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7188.      *
  7189.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7190.      */
  7191.     protected function getMaker_AutoCommand_MakeEntityService()
  7192.     {
  7193.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7194.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7195.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  7196.         $instance->setName('make:entity');
  7197.         return $instance;
  7198.     }
  7199.     /**
  7200.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7201.      *
  7202.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7203.      */
  7204.     protected function getMaker_AutoCommand_MakeFixturesService()
  7205.     {
  7206.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7207.         $instance->setName('make:fixtures');
  7208.         return $instance;
  7209.     }
  7210.     /**
  7211.      * Gets the private 'maker.auto_command.make_form' shared service.
  7212.      *
  7213.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7214.      */
  7215.     protected function getMaker_AutoCommand_MakeFormService()
  7216.     {
  7217.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7218.         $instance->setName('make:form');
  7219.         return $instance;
  7220.     }
  7221.     /**
  7222.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  7223.      *
  7224.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7225.      */
  7226.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  7227.     {
  7228.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7229.         $instance->setName('make:functional-test');
  7230.         return $instance;
  7231.     }
  7232.     /**
  7233.      * Gets the private 'maker.auto_command.make_message' shared service.
  7234.      *
  7235.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7236.      */
  7237.     protected function getMaker_AutoCommand_MakeMessageService()
  7238.     {
  7239.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7240.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7241.         $instance->setName('make:message');
  7242.         return $instance;
  7243.     }
  7244.     /**
  7245.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7246.      *
  7247.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7248.      */
  7249.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7250.     {
  7251.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7252.         $instance->setName('make:messenger-middleware');
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7257.      *
  7258.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7259.      */
  7260.     protected function getMaker_AutoCommand_MakeMigrationService()
  7261.     {
  7262.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7263.         $instance->setName('make:migration');
  7264.         return $instance;
  7265.     }
  7266.     /**
  7267.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7268.      *
  7269.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7270.      */
  7271.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7272.     {
  7273.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7274.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7275.         $instance->setName('make:registration-form');
  7276.         return $instance;
  7277.     }
  7278.     /**
  7279.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7280.      *
  7281.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7282.      */
  7283.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7284.     {
  7285.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7286.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7287.         $instance->setName('make:reset-password');
  7288.         return $instance;
  7289.     }
  7290.     /**
  7291.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7292.      *
  7293.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7294.      */
  7295.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7296.     {
  7297.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7298.         $instance->setName('make:serializer:encoder');
  7299.         return $instance;
  7300.     }
  7301.     /**
  7302.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7303.      *
  7304.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7305.      */
  7306.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7307.     {
  7308.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7309.         $instance->setName('make:serializer:normalizer');
  7310.         return $instance;
  7311.     }
  7312.     /**
  7313.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7314.      *
  7315.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7316.      */
  7317.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7318.     {
  7319.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7320.         $instance->setName('make:subscriber');
  7321.         return $instance;
  7322.     }
  7323.     /**
  7324.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7325.      *
  7326.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7327.      */
  7328.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7329.     {
  7330.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7331.         $instance->setName('make:twig-extension');
  7332.         return $instance;
  7333.     }
  7334.     /**
  7335.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  7336.      *
  7337.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7338.      */
  7339.     protected function getMaker_AutoCommand_MakeUnitTestService()
  7340.     {
  7341.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7342.         $instance->setName('make:unit-test');
  7343.         return $instance;
  7344.     }
  7345.     /**
  7346.      * Gets the private 'maker.auto_command.make_user' shared service.
  7347.      *
  7348.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7349.      */
  7350.     protected function getMaker_AutoCommand_MakeUserService()
  7351.     {
  7352.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7353.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7354.         $instance->setName('make:user');
  7355.         return $instance;
  7356.     }
  7357.     /**
  7358.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7359.      *
  7360.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7361.      */
  7362.     protected function getMaker_AutoCommand_MakeValidatorService()
  7363.     {
  7364.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7365.         $instance->setName('make:validator');
  7366.         return $instance;
  7367.     }
  7368.     /**
  7369.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7370.      *
  7371.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7372.      */
  7373.     protected function getMaker_AutoCommand_MakeVoterService()
  7374.     {
  7375.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7376.         $instance->setName('make:voter');
  7377.         return $instance;
  7378.     }
  7379.     /**
  7380.      * Gets the private 'maker.doctrine_helper' shared service.
  7381.      *
  7382.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7383.      */
  7384.     protected function getMaker_DoctrineHelperService()
  7385.     {
  7386.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7387.     }
  7388.     /**
  7389.      * Gets the private 'maker.entity_class_generator' shared service.
  7390.      *
  7391.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7392.      */
  7393.     protected function getMaker_EntityClassGeneratorService()
  7394.     {
  7395.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  7396.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  7397.         return $instance;
  7398.     }
  7399.     /**
  7400.      * Gets the private 'maker.file_manager' shared service.
  7401.      *
  7402.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7403.      */
  7404.     protected function getMaker_FileManagerService()
  7405.     {
  7406.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7407.     }
  7408.     /**
  7409.      * Gets the private 'maker.generator' shared service.
  7410.      *
  7411.      * @return \Symfony\Bundle\MakerBundle\Generator
  7412.      */
  7413.     protected function getMaker_GeneratorService()
  7414.     {
  7415.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7416.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  7417.     }
  7418.     /**
  7419.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7420.      *
  7421.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7422.      */
  7423.     protected function getMaker_Renderer_FormTypeRendererService()
  7424.     {
  7425.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7426.     }
  7427.     /**
  7428.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7429.      *
  7430.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7431.      */
  7432.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7433.     {
  7434.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Job\\Message\\Connector\\SynchronizeSellsy' => new RewindableGenerator(function () {
  7435.             yield => ($this->privates['.messenger.handler_descriptor.jbAtAV5'] ?? $this->get_Messenger_HandlerDescriptor_JbAtAV5Service());
  7436.         }, 1), 'App\\Job\\Message\\ProcedureSnooze' => new RewindableGenerator(function () {
  7437.             yield => ($this->privates['.messenger.handler_descriptor.hDRsXDy'] ?? $this->get_Messenger_HandlerDescriptor_HDRsXDyService());
  7438.         }, 1), 'App\\Job\\Message\\ProceduresDispatch' => new RewindableGenerator(function () {
  7439.             yield => ($this->privates['.messenger.handler_descriptor.TD0KKB6'] ?? $this->get_Messenger_HandlerDescriptor_TD0KKB6Service());
  7440.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7441.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  7442.         }, 1)]));
  7443.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7444.         return $instance;
  7445.     }
  7446.     /**
  7447.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7448.      *
  7449.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7450.      */
  7451.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7452.     {
  7453.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  7454.     }
  7455.     /**
  7456.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7457.      *
  7458.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7459.      */
  7460.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7461.     {
  7462.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7463.     }
  7464.     /**
  7465.      * Gets the private 'messenger.middleware.send_message' shared service.
  7466.      *
  7467.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7468.      */
  7469.     protected function getMessenger_Middleware_SendMessageService()
  7470.     {
  7471.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Job\\Message\\Connector\\SynchronizeSellsy' => [=> 'sync'], 'App\\Job\\Message\\ProceduresDispatch' => [=> 'sync']], ($this->privates['.service_locator..CJ_ayL'] ?? $this->get_ServiceLocator__CJAyLService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7472.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7473.         return $instance;
  7474.     }
  7475.     /**
  7476.      * Gets the private 'messenger.receiver_locator' shared service.
  7477.      *
  7478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7479.      */
  7480.     protected function getMessenger_ReceiverLocatorService()
  7481.     {
  7482.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7483.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  7484.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  7485.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  7486.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  7487.         ], [
  7488.             'async' => '?',
  7489.             'messenger.transport.async' => '?',
  7490.             'messenger.transport.sync' => '?',
  7491.             'sync' => '?',
  7492.         ]);
  7493.     }
  7494.     /**
  7495.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  7496.      *
  7497.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7498.      */
  7499.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  7500.     {
  7501.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7502.     }
  7503.     /**
  7504.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
  7505.      *
  7506.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7507.      */
  7508.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
  7509.     {
  7510.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7511.     }
  7512.     /**
  7513.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7514.      *
  7515.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7516.      */
  7517.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7518.     {
  7519.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator..CJ_ayL'] ?? $this->get_ServiceLocator__CJAyLService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7520.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  7521.             'sync' => ['privates''messenger.retry.multiplier_retry_strategy.sync''getMessenger_Retry_MultiplierRetryStrategy_SyncService'false],
  7522.         ], [
  7523.             'async' => '?',
  7524.             'sync' => '?',
  7525.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7526.     }
  7527.     /**
  7528.      * Gets the private 'messenger.routable_message_bus' shared service.
  7529.      *
  7530.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  7531.      */
  7532.     protected function getMessenger_RoutableMessageBusService()
  7533.     {
  7534.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7535.             'messenger.bus.default' => ['services''message_bus''getMessageBusService'false],
  7536.         ], [
  7537.             'messenger.bus.default' => '?',
  7538.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  7539.     }
  7540.     /**
  7541.      * Gets the private 'messenger.transport.async' shared service.
  7542.      *
  7543.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7544.      */
  7545.     protected function getMessenger_Transport_AsyncService()
  7546.     {
  7547.         return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['redeliver_timeout' => 10'transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7548.     }
  7549.     /**
  7550.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  7551.      *
  7552.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  7553.      */
  7554.     protected function getMessenger_Transport_Doctrine_FactoryService()
  7555.     {
  7556.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7557.     }
  7558.     /**
  7559.      * Gets the private 'messenger.transport.sync' shared service.
  7560.      *
  7561.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7562.      */
  7563.     protected function getMessenger_Transport_SyncService()
  7564.     {
  7565.         return $this->privates['messenger.transport.sync'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7566.     }
  7567.     /**
  7568.      * Gets the private 'messenger.transport.sync.factory' shared service.
  7569.      *
  7570.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  7571.      */
  7572.     protected function getMessenger_Transport_Sync_FactoryService()
  7573.     {
  7574.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  7575.     }
  7576.     /**
  7577.      * Gets the private 'messenger.transport_factory' shared service.
  7578.      *
  7579.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  7580.      */
  7581.     protected function getMessenger_TransportFactoryService()
  7582.     {
  7583.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  7584.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory()));
  7585.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory()));
  7586.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  7587.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  7588.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  7589.         }, 5));
  7590.     }
  7591.     /**
  7592.      * Gets the private 'monolog.command.server_log' shared service.
  7593.      *
  7594.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7595.      */
  7596.     protected function getMonolog_Command_ServerLogService()
  7597.     {
  7598.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7599.         $instance->setName('server:log');
  7600.         return $instance;
  7601.     }
  7602.     /**
  7603.      * Gets the private 'monolog.handler.console' shared service.
  7604.      *
  7605.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7606.      */
  7607.     protected function getMonolog_Handler_ConsoleService()
  7608.     {
  7609.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7610.     }
  7611.     /**
  7612.      * Gets the private 'monolog.handler.main' shared service.
  7613.      *
  7614.      * @return \Monolog\Handler\StreamHandler
  7615.      */
  7616.     protected function getMonolog_Handler_MainService()
  7617.     {
  7618.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7619.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7620.         return $instance;
  7621.     }
  7622.     /**
  7623.      * Gets the private 'monolog.logger' shared service.
  7624.      *
  7625.      * @return \Symfony\Bridge\Monolog\Logger
  7626.      */
  7627.     protected function getMonolog_LoggerService()
  7628.     {
  7629.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7630.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7631.         $instance->useMicrosecondTimestamps(true);
  7632.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7633.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7635.         return $instance;
  7636.     }
  7637.     /**
  7638.      * Gets the private 'monolog.logger.cache' shared service.
  7639.      *
  7640.      * @return \Symfony\Bridge\Monolog\Logger
  7641.      */
  7642.     protected function getMonolog_Logger_CacheService()
  7643.     {
  7644.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7645.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7646.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7647.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7648.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7649.         return $instance;
  7650.     }
  7651.     /**
  7652.      * Gets the private 'monolog.logger.messenger' shared service.
  7653.      *
  7654.      * @return \Symfony\Bridge\Monolog\Logger
  7655.      */
  7656.     protected function getMonolog_Logger_MessengerService()
  7657.     {
  7658.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  7659.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7660.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7661.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7662.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7663.         return $instance;
  7664.     }
  7665.     /**
  7666.      * Gets the private 'monolog.logger.request' shared service.
  7667.      *
  7668.      * @return \Symfony\Bridge\Monolog\Logger
  7669.      */
  7670.     protected function getMonolog_Logger_RequestService()
  7671.     {
  7672.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7673.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7674.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7675.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7677.         return $instance;
  7678.     }
  7679.     /**
  7680.      * Gets the private 'monolog.logger.security' shared service.
  7681.      *
  7682.      * @return \Symfony\Bridge\Monolog\Logger
  7683.      */
  7684.     protected function getMonolog_Logger_SecurityService()
  7685.     {
  7686.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7687.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7688.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7689.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7690.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7691.         return $instance;
  7692.     }
  7693.     /**
  7694.      * Gets the private 'parameter_bag' shared service.
  7695.      *
  7696.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7697.      */
  7698.     protected function getParameterBagService()
  7699.     {
  7700.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7701.     }
  7702.     /**
  7703.      * Gets the private 'profiler_listener' shared service.
  7704.      *
  7705.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7706.      */
  7707.     protected function getProfilerListenerService()
  7708.     {
  7709.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  7710.     }
  7711.     /**
  7712.      * Gets the private 'property_accessor' shared service.
  7713.      *
  7714.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7715.      */
  7716.     protected function getPropertyAccessorService()
  7717.     {
  7718.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  7719.     }
  7720.     /**
  7721.      * Gets the private 'router.cache_warmer' shared service.
  7722.      *
  7723.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7724.      */
  7725.     protected function getRouter_CacheWarmerService()
  7726.     {
  7727.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7728.             'router' => ['services''router''getRouterService'false],
  7729.         ], [
  7730.             'router' => '?',
  7731.         ]))->withContext('router.cache_warmer'$this));
  7732.     }
  7733.     /**
  7734.      * Gets the private 'router.request_context' shared service.
  7735.      *
  7736.      * @return \Symfony\Component\Routing\RequestContext
  7737.      */
  7738.     protected function getRouter_RequestContextService()
  7739.     {
  7740.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  7741.     }
  7742.     /**
  7743.      * Gets the private 'router_listener' shared service.
  7744.      *
  7745.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7746.      */
  7747.     protected function getRouterListenerService()
  7748.     {
  7749.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  7750.     }
  7751.     /**
  7752.      * Gets the private 'security.access_listener' shared service.
  7753.      *
  7754.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7755.      */
  7756.     protected function getSecurity_AccessListenerService()
  7757.     {
  7758.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7759.     }
  7760.     /**
  7761.      * Gets the private 'security.access_map' shared service.
  7762.      *
  7763.      * @return \Symfony\Component\Security\Http\AccessMap
  7764.      */
  7765.     protected function getSecurity_AccessMapService()
  7766.     {
  7767.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7768.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7769.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'ROLE_EDITOR'], NULL);
  7770.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/invoice_requests'), [=> 'ROLE_EDITOR'], NULL);
  7771.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/api/organizations'), [=> 'ROLE_EDITOR'], NULL);
  7772.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  7773.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/signin'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7774.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/signup'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7775.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7776.         return $instance;
  7777.     }
  7778.     /**
  7779.      * Gets the private 'security.authentication.guard_handler' shared service.
  7780.      *
  7781.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7782.      */
  7783.     protected function getSecurity_Authentication_GuardHandlerService()
  7784.     {
  7785.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  7786.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7787.         return $instance;
  7788.     }
  7789.     /**
  7790.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  7791.      *
  7792.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7793.      */
  7794.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  7795.     {
  7796.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7797.     }
  7798.     /**
  7799.      * Gets the private 'security.authentication.listener.anonymous.app' shared service.
  7800.      *
  7801.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7802.      */
  7803.     protected function getSecurity_Authentication_Listener_Anonymous_AppService()
  7804.     {
  7805.         return $this->privates['security.authentication.listener.anonymous.app'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7806.     }
  7807.     /**
  7808.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  7809.      *
  7810.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7811.      */
  7812.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  7813.     {
  7814.         $this->privates['security.authentication.listener.guard.admin'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin', new RewindableGenerator(function () {
  7815.             yield => ($this->privates['App\\Security\\Authenticator\\AdminLoginFormAuthenticator'] ?? $this->getAdminLoginFormAuthenticatorService());
  7816.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7817.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()));
  7818.         return $instance;
  7819.     }
  7820.     /**
  7821.      * Gets the private 'security.authentication.listener.guard.app' shared service.
  7822.      *
  7823.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7824.      */
  7825.     protected function getSecurity_Authentication_Listener_Guard_AppService()
  7826.     {
  7827.         return $this->privates['security.authentication.listener.guard.app'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'app', new RewindableGenerator(function () {
  7828.             yield => ($this->privates['App\\Security\\Authenticator\\AppLoginFormAuthenticator'] ?? $this->getAppLoginFormAuthenticatorService());
  7829.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7830.     }
  7831.     /**
  7832.      * Gets the private 'security.authentication.listener.rememberme.admin' shared service.
  7833.      *
  7834.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  7835.      */
  7836.     protected function getSecurity_Authentication_Listener_Rememberme_AdminService()
  7837.     {
  7838.         return $this->privates['security.authentication.listener.rememberme.admin'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7839.     }
  7840.     /**
  7841.      * Gets the private 'security.authentication.manager' shared service.
  7842.      *
  7843.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7844.      */
  7845.     protected function getSecurity_Authentication_ManagerService()
  7846.     {
  7847.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7848.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  7849.             yield => ($this->privates['security.authentication.provider.rememberme.admin'] ?? $this->getSecurity_Authentication_Provider_Rememberme_AdminService());
  7850.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7851.             yield => ($this->privates['security.authentication.provider.guard.app'] ?? $this->getSecurity_Authentication_Provider_Guard_AppService());
  7852.             yield => ($this->privates['security.authentication.provider.anonymous.app'] ?? ($this->privates['security.authentication.provider.anonymous.app'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7853.         }, 5), true);
  7854.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7855.         return $instance;
  7856.     }
  7857.     /**
  7858.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  7859.      *
  7860.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7861.      */
  7862.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  7863.     {
  7864.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7865.             yield => ($this->privates['App\\Security\\Authenticator\\AdminLoginFormAuthenticator'] ?? $this->getAdminLoginFormAuthenticatorService());
  7866.         }, 1), ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), 'admin', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  7867.     }
  7868.     /**
  7869.      * Gets the private 'security.authentication.provider.guard.app' shared service.
  7870.      *
  7871.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7872.      */
  7873.     protected function getSecurity_Authentication_Provider_Guard_AppService()
  7874.     {
  7875.         return $this->privates['security.authentication.provider.guard.app'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7876.             yield => ($this->privates['App\\Security\\Authenticator\\AppLoginFormAuthenticator'] ?? $this->getAppLoginFormAuthenticatorService());
  7877.         }, 1), ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), 'app', new \App\Security\AppUserChecker(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->services['translator'] ?? $this->getTranslatorService())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  7878.     }
  7879.     /**
  7880.      * Gets the private 'security.authentication.provider.rememberme.admin' shared service.
  7881.      *
  7882.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  7883.      */
  7884.     protected function getSecurity_Authentication_Provider_Rememberme_AdminService()
  7885.     {
  7886.         return $this->privates['security.authentication.provider.rememberme.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'admin');
  7887.     }
  7888.     /**
  7889.      * Gets the private 'security.authentication.rememberme.services.simplehash.admin' shared service.
  7890.      *
  7891.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  7892.      */
  7893.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()
  7894.     {
  7895.         return $this->privates['security.authentication.rememberme.services.simplehash.admin'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService())], $this->getEnv('APP_SECRET'), 'admin', ['lifetime' => 604800'name' => 'REMEMBERME''path' => '/''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7896.     }
  7897.     /**
  7898.      * Gets the private 'security.channel_listener' shared service.
  7899.      *
  7900.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7901.      */
  7902.     protected function getSecurity_ChannelListenerService()
  7903.     {
  7904.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7905.     }
  7906.     /**
  7907.      * Gets the private 'security.command.user_password_encoder' shared service.
  7908.      *
  7909.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7910.      */
  7911.     protected function getSecurity_Command_UserPasswordEncoderService()
  7912.     {
  7913.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  7914.         $instance->setName('security:encode-password');
  7915.         return $instance;
  7916.     }
  7917.     /**
  7918.      * Gets the private 'security.context_listener.0' shared service.
  7919.      *
  7920.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7921.      */
  7922.     protected function getSecurity_ContextListener_0Service()
  7923.     {
  7924.         $this->privates['security.context_listener.0'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  7925.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  7926.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  7927.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()));
  7928.         return $instance;
  7929.     }
  7930.     /**
  7931.      * Gets the private 'security.context_listener.1' shared service.
  7932.      *
  7933.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7934.      */
  7935.     protected function getSecurity_ContextListener_1Service()
  7936.     {
  7937.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  7938.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  7939.         }, 1), 'app', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  7940.     }
  7941.     /**
  7942.      * Gets the private 'security.csrf.token_storage' shared service.
  7943.      *
  7944.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7945.      */
  7946.     protected function getSecurity_Csrf_TokenStorageService()
  7947.     {
  7948.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  7949.     }
  7950.     /**
  7951.      * Gets the private 'security.encoder_factory.generic' shared service.
  7952.      *
  7953.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7954.      */
  7955.     protected function getSecurity_EncoderFactory_GenericService()
  7956.     {
  7957.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  7958.     }
  7959.     /**
  7960.      * Gets the private 'security.firewall.map' shared service.
  7961.      *
  7962.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7963.      */
  7964.     protected function getSecurity_Firewall_MapService()
  7965.     {
  7966.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7967.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  7968.             'security.firewall.map.context.app' => ['privates''security.firewall.map.context.app''getSecurity_Firewall_Map_Context_AppService'false],
  7969.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  7970.         ], [
  7971.             'security.firewall.map.context.admin' => '?',
  7972.             'security.firewall.map.context.app' => '?',
  7973.             'security.firewall.map.context.dev' => '?',
  7974.         ]), new RewindableGenerator(function () {
  7975.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  7976.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  7977.             yield 'security.firewall.map.context.app' => NULL;
  7978.         }, 3));
  7979.     }
  7980.     /**
  7981.      * Gets the private 'security.firewall.map.context.admin' shared service.
  7982.      *
  7983.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7984.      */
  7985.     protected function getSecurity_Firewall_Map_Context_AdminService()
  7986.     {
  7987.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  7988.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7989.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'admin_security_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin_security_logout']);
  7990.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  7991.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  7992.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()));
  7993.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7994.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7995.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7996.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  7997.             yield => ($this->privates['security.authentication.listener.rememberme.admin'] ?? $this->getSecurity_Authentication_Listener_Rememberme_AdminService());
  7998.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  7999.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8000.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'admin', ($this->privates['App\\Security\\Authenticator\\AdminLoginFormAuthenticator'] ?? $this->getAdminLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.users''admin''App\\Security\\Authenticator\\AdminLoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  8001.     }
  8002.     /**
  8003.      * Gets the private 'security.firewall.map.context.app' shared service.
  8004.      *
  8005.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  8006.      */
  8007.     protected function getSecurity_Firewall_Map_Context_AppService()
  8008.     {
  8009.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8010.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8011.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'app_page_index'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_security_logout']);
  8012.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8013.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8014.         return $this->privates['security.firewall.map.context.app'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  8015.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8016.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  8017.             yield => ($this->privates['security.authentication.listener.guard.app'] ?? $this->getSecurity_Authentication_Listener_Guard_AppService());
  8018.             yield => ($this->privates['security.authentication.listener.anonymous.app'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AppService());
  8019.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8020.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'app', ($this->privates['App\\Security\\Authenticator\\AppLoginFormAuthenticator'] ?? $this->getAppLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('app''App\\Security\\AppUserChecker'NULLtruefalse'security.user.provider.concrete.users''app''App\\Security\\Authenticator\\AppLoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  8021.     }
  8022.     /**
  8023.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8024.      *
  8025.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8026.      */
  8027.     protected function getSecurity_Firewall_Map_Context_DevService()
  8028.     {
  8029.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8030.             return new \EmptyIterator();
  8031.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  8032.     }
  8033.     /**
  8034.      * Gets the private 'security.http_utils' shared service.
  8035.      *
  8036.      * @return \Symfony\Component\Security\Http\HttpUtils
  8037.      */
  8038.     protected function getSecurity_HttpUtilsService()
  8039.     {
  8040.         $a = ($this->services['router'] ?? $this->getRouterService());
  8041.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8042.     }
  8043.     /**
  8044.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  8045.      *
  8046.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  8047.      */
  8048.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  8049.     {
  8050.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8051.     }
  8052.     /**
  8053.      * Gets the private 'security.logout_url_generator' shared service.
  8054.      *
  8055.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8056.      */
  8057.     protected function getSecurity_LogoutUrlGeneratorService()
  8058.     {
  8059.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  8060.         $instance->registerListener('admin''admin_security_logout''logout''_csrf_token'NULLNULL);
  8061.         $instance->registerListener('app''app_security_logout''logout''_csrf_token'NULLNULL);
  8062.         return $instance;
  8063.     }
  8064.     /**
  8065.      * Gets the private 'security.role_hierarchy' shared service.
  8066.      *
  8067.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8068.      */
  8069.     protected function getSecurity_RoleHierarchyService()
  8070.     {
  8071.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8072.     }
  8073.     /**
  8074.      * Gets the private 'security.user.provider.concrete.users' shared service.
  8075.      *
  8076.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8077.      */
  8078.     protected function getSecurity_User_Provider_Concrete_UsersService()
  8079.     {
  8080.         return $this->privates['security.user.provider.concrete.users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  8081.     }
  8082.     /**
  8083.      * Gets the private 'security.validator.user_password' shared service.
  8084.      *
  8085.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8086.      */
  8087.     protected function getSecurity_Validator_UserPasswordService()
  8088.     {
  8089.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8090.     }
  8091.     /**
  8092.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8093.      *
  8094.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8095.      */
  8096.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8097.     {
  8098.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8099.     }
  8100.     /**
  8101.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8102.      *
  8103.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8104.      */
  8105.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8106.     {
  8107.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8108.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  8109.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8110.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8111.     }
  8112.     /**
  8113.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8114.      *
  8115.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8116.      */
  8117.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8118.     {
  8119.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8120.     }
  8121.     /**
  8122.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8123.      *
  8124.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8125.      */
  8126.     protected function getSensioFrameworkExtra_View_ListenerService()
  8127.     {
  8128.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  8129.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8130.             'twig' => ['services''twig''getTwigService'false],
  8131.         ], [
  8132.             'twig' => 'Twig\\Environment',
  8133.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8134.         return $instance;
  8135.     }
  8136.     /**
  8137.      * Gets the private 'session.flash_bag' shared service.
  8138.      *
  8139.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  8140.      */
  8141.     protected function getSession_FlashBagService()
  8142.     {
  8143.         return $this->privates['session.flash_bag'] = ($this->services['session'] ?? $this->getSessionService())->getFlashBag();
  8144.     }
  8145.     /**
  8146.      * Gets the private 'session.storage.native' shared service.
  8147.      *
  8148.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8149.      */
  8150.     protected function getSession_Storage_NativeService()
  8151.     {
  8152.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  8153.     }
  8154.     /**
  8155.      * Gets the private 'session_listener' shared service.
  8156.      *
  8157.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8158.      */
  8159.     protected function getSessionListenerService()
  8160.     {
  8161.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8162.             'initialized_session' => ['services''session'NULLfalse],
  8163.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8164.             'session' => ['services''session''getSessionService'false],
  8165.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8166.         ], [
  8167.             'initialized_session' => '?',
  8168.             'request_stack' => '?',
  8169.             'session' => '?',
  8170.             'session_storage' => '?',
  8171.         ]));
  8172.     }
  8173.     /**
  8174.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  8175.      *
  8176.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  8177.      */
  8178.     protected function getSymfonycasts_ResetPassword_CleanerService()
  8179.     {
  8180.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  8181.     }
  8182.     /**
  8183.      * Gets the private 'translation.extractor' shared service.
  8184.      *
  8185.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8186.      */
  8187.     protected function getTranslation_ExtractorService()
  8188.     {
  8189.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8190.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8191.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  8192.         return $instance;
  8193.     }
  8194.     /**
  8195.      * Gets the private 'translation.loader.csv' shared service.
  8196.      *
  8197.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8198.      */
  8199.     protected function getTranslation_Loader_CsvService()
  8200.     {
  8201.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8202.     }
  8203.     /**
  8204.      * Gets the private 'translation.loader.dat' shared service.
  8205.      *
  8206.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8207.      */
  8208.     protected function getTranslation_Loader_DatService()
  8209.     {
  8210.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8211.     }
  8212.     /**
  8213.      * Gets the private 'translation.loader.ini' shared service.
  8214.      *
  8215.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8216.      */
  8217.     protected function getTranslation_Loader_IniService()
  8218.     {
  8219.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8220.     }
  8221.     /**
  8222.      * Gets the private 'translation.loader.json' shared service.
  8223.      *
  8224.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8225.      */
  8226.     protected function getTranslation_Loader_JsonService()
  8227.     {
  8228.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8229.     }
  8230.     /**
  8231.      * Gets the private 'translation.loader.mo' shared service.
  8232.      *
  8233.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8234.      */
  8235.     protected function getTranslation_Loader_MoService()
  8236.     {
  8237.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8238.     }
  8239.     /**
  8240.      * Gets the private 'translation.loader.php' shared service.
  8241.      *
  8242.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8243.      */
  8244.     protected function getTranslation_Loader_PhpService()
  8245.     {
  8246.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8247.     }
  8248.     /**
  8249.      * Gets the private 'translation.loader.po' shared service.
  8250.      *
  8251.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8252.      */
  8253.     protected function getTranslation_Loader_PoService()
  8254.     {
  8255.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8256.     }
  8257.     /**
  8258.      * Gets the private 'translation.loader.qt' shared service.
  8259.      *
  8260.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8261.      */
  8262.     protected function getTranslation_Loader_QtService()
  8263.     {
  8264.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8265.     }
  8266.     /**
  8267.      * Gets the private 'translation.loader.res' shared service.
  8268.      *
  8269.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8270.      */
  8271.     protected function getTranslation_Loader_ResService()
  8272.     {
  8273.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8274.     }
  8275.     /**
  8276.      * Gets the private 'translation.loader.xliff' shared service.
  8277.      *
  8278.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8279.      */
  8280.     protected function getTranslation_Loader_XliffService()
  8281.     {
  8282.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8283.     }
  8284.     /**
  8285.      * Gets the private 'translation.loader.yml' shared service.
  8286.      *
  8287.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8288.      */
  8289.     protected function getTranslation_Loader_YmlService()
  8290.     {
  8291.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8292.     }
  8293.     /**
  8294.      * Gets the private 'translation.reader' shared service.
  8295.      *
  8296.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8297.      */
  8298.     protected function getTranslation_ReaderService()
  8299.     {
  8300.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8301.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8302.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8303.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8304.         $instance->addLoader('yaml'$a);
  8305.         $instance->addLoader('yml'$a);
  8306.         $instance->addLoader('xlf'$b);
  8307.         $instance->addLoader('xliff'$b);
  8308.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8309.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8310.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8311.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8312.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8313.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8314.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8315.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8316.         return $instance;
  8317.     }
  8318.     /**
  8319.      * Gets the private 'translation.warmer' shared service.
  8320.      *
  8321.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8322.      */
  8323.     protected function getTranslation_WarmerService()
  8324.     {
  8325.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8326.             'translator' => ['services''translator''getTranslatorService'false],
  8327.         ], [
  8328.             'translator' => '?',
  8329.         ]))->withContext('translation.warmer'$this));
  8330.     }
  8331.     /**
  8332.      * Gets the private 'translator.default' shared service.
  8333.      *
  8334.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8335.      */
  8336.     protected function getTranslator_DefaultService()
  8337.     {
  8338.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8339.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8340.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8341.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8342.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8343.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8344.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8345.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8346.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8347.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8348.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8349.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8350.         ], [
  8351.             'translation.loader.csv' => '?',
  8352.             'translation.loader.dat' => '?',
  8353.             'translation.loader.ini' => '?',
  8354.             'translation.loader.json' => '?',
  8355.             'translation.loader.mo' => '?',
  8356.             'translation.loader.php' => '?',
  8357.             'translation.loader.po' => '?',
  8358.             'translation.loader.qt' => '?',
  8359.             'translation.loader.res' => '?',
  8360.             'translation.loader.xliff' => '?',
  8361.             'translation.loader.yml' => '?',
  8362.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ca.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.de.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/kilik/table/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/admin_invoice_account_contacts.en.yaml'), => (\dirname(__DIR__4).'/translations/ajouter_une_question_de_sécurité.en.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/se_connecteràstripe.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/kilik/table/Resources/translations/messages.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fi.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/kilik/table/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/translations/admin_invoice_account_contacts.fr.yaml'), => (\dirname(__DIR__4).'/translations/ajouter_une_question_de_sécurité.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/se_connecteràstripe.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.it.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/kilik/table/Resources/translations/messages.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ru.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.th.xliff')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.tr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_TW.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hr_HR.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ky.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/kilik/table/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/KnpTimeBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/SentryBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/KilikTableBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/cosavostra/localise-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/CosaVostraLocaliseBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/SymfonyCastsResetPasswordBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-time-bundle/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/kilik/table/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'src/Resources/SensioFrameworkExtraBundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'src/Resources/DoctrineBundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'src/Resources/SecurityBundle/translations'15 => 'vendor/symfony/twig-bundle/translations'16 => 'src/Resources/TwigBundle/translations'17 => 'vendor/symfony/web-profiler-bundle/translations'18 => 'src/Resources/WebProfilerBundle/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'src/Resources/MonologBundle/translations'21 => 'vendor/symfony/debug-bundle/translations'22 => 'src/Resources/DebugBundle/translations'23 => 'vendor/stof/doctrine-extensions-bundle/translations'24 => 'src/Resources/StofDoctrineExtensionsBundle/translations'25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'26 => 'src/Resources/DoctrineFixturesBundle/translations'27 => 'vendor/jms/serializer-bundle/translations'28 => 'src/Resources/JMSSerializerBundle/translations'29 => 'src/Resources/KnpTimeBundle/translations'30 => 'vendor/sentry/sentry-symfony/src/translations'31 => 'src/Resources/SentryBundle/translations'32 => 'src/Resources/VichUploaderBundle/translations'33 => 'vendor/doctrine/doctrine-cache-bundle/translations'34 => 'src/Resources/DoctrineCacheBundle/translations'35 => 'src/Resources/KilikTableBundle/translations'36 => 'vendor/cosavostra/localise-bundle/translations'37 => 'src/Resources/CosaVostraLocaliseBundle/translations'38 => 'vendor/twig/extra-bundle/src/translations'39 => 'src/Resources/TwigExtraBundle/translations'40 => 'vendor/doctrine/doctrine-migrations-bundle/translations'41 => 'src/Resources/DoctrineMigrationsBundle/translations'42 => 'vendor/symfony/maker-bundle/src/translations'43 => 'src/Resources/MakerBundle/translations'44 => 'vendor/symfonycasts/reset-password-bundle/src/translations'45 => 'src/Resources/SymfonyCastsResetPasswordBundle/translations'46 => 'src/Resources/translations']]]);
  8363.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8364.         $instance->setFallbackLocales([=> 'en']);
  8365.         return $instance;
  8366.     }
  8367.     /**
  8368.      * Gets the private 'twig.command.debug' shared service.
  8369.      *
  8370.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8371.      */
  8372.     protected function getTwig_Command_DebugService()
  8373.     {
  8374.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  8375.         $instance->setName('debug:twig');
  8376.         return $instance;
  8377.     }
  8378.     /**
  8379.      * Gets the private 'twig.command.lint' shared service.
  8380.      *
  8381.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8382.      */
  8383.     protected function getTwig_Command_LintService()
  8384.     {
  8385.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  8386.         $instance->setName('lint:twig');
  8387.         return $instance;
  8388.     }
  8389.     /**
  8390.      * Gets the private 'twig.form.renderer' shared service.
  8391.      *
  8392.      * @return \Symfony\Component\Form\FormRenderer
  8393.      */
  8394.     protected function getTwig_Form_RendererService()
  8395.     {
  8396.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8397.     }
  8398.     /**
  8399.      * Gets the private 'twig.mailer.message_listener' shared service.
  8400.      *
  8401.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8402.      */
  8403.     protected function getTwig_Mailer_MessageListenerService()
  8404.     {
  8405.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  8406.     }
  8407.     /**
  8408.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8409.      *
  8410.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8411.      */
  8412.     protected function getTwig_Runtime_HttpkernelService()
  8413.     {
  8414.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8415.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8416.         ], [
  8417.             'inline' => '?',
  8418.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  8419.     }
  8420.     /**
  8421.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8422.      *
  8423.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8424.      */
  8425.     protected function getTwig_Runtime_SecurityCsrfService()
  8426.     {
  8427.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8428.     }
  8429.     /**
  8430.      * Gets the private 'twig.template_cache_warmer' shared service.
  8431.      *
  8432.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8433.      */
  8434.     protected function getTwig_TemplateCacheWarmerService()
  8435.     {
  8436.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8437.             'twig' => ['services''twig''getTwigService'false],
  8438.         ], [
  8439.             'twig' => 'Twig\\Environment',
  8440.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  8441.     }
  8442.     /**
  8443.      * Gets the private 'validator.builder' shared service.
  8444.      *
  8445.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8446.      */
  8447.     protected function getValidator_BuilderService()
  8448.     {
  8449.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8450.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8451.             'App\\Connector\\Driver\\Sellsy\\Validator\\SellsyConnectorValidator' => ['privates''App\\Connector\\Driver\\Sellsy\\Validator\\SellsyConnectorValidator''getSellsyConnectorValidatorService'false],
  8452.             'App\\Connector\\Validator\\DriverConnectorValidator' => ['privates''App\\Connector\\Validator\\DriverConnectorValidator''getDriverConnectorValidatorService'false],
  8453.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8454.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8455.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8456.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8457.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8458.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8459.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8460.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8461.         ], [
  8462.             'App\\Connector\\Driver\\Sellsy\\Validator\\SellsyConnectorValidator' => '?',
  8463.             'App\\Connector\\Validator\\DriverConnectorValidator' => '?',
  8464.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8465.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8466.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8467.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8468.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8469.             'doctrine.orm.validator.unique' => '?',
  8470.             'security.validator.user_password' => '?',
  8471.             'validator.expression' => '?',
  8472.         ])));
  8473.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  8474.         $instance->setTranslationDomain('validators');
  8475.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8476.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8477.         $instance->addMethodMapping('loadValidatorMetadata');
  8478.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8479.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8480.         return $instance;
  8481.     }
  8482.     /**
  8483.      * Gets the private 'validator.email' shared service.
  8484.      *
  8485.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8486.      */
  8487.     protected function getValidator_EmailService()
  8488.     {
  8489.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8490.     }
  8491.     /**
  8492.      * Gets the private 'validator.expression' shared service.
  8493.      *
  8494.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8495.      */
  8496.     protected function getValidator_ExpressionService()
  8497.     {
  8498.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  8499.     }
  8500.     /**
  8501.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8502.      *
  8503.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8504.      */
  8505.     protected function getValidator_Mapping_CacheWarmerService()
  8506.     {
  8507.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8508.     }
  8509.     /**
  8510.      * Gets the private 'validator.not_compromised_password' shared service.
  8511.      *
  8512.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8513.      */
  8514.     protected function getValidator_NotCompromisedPasswordService()
  8515.     {
  8516.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  8517.     }
  8518.     /**
  8519.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8520.      *
  8521.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8522.      */
  8523.     protected function getVarDumper_Command_ServerDumpService()
  8524.     {
  8525.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8526.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8527.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8528.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8529.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8530.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  8531.         $instance->setName('server:dump');
  8532.         return $instance;
  8533.     }
  8534.     /**
  8535.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8536.      *
  8537.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8538.      */
  8539.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8540.     {
  8541.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8542.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8543.         return $instance;
  8544.     }
  8545.     /**
  8546.      * Gets the private 'var_dumper.html_dumper' shared service.
  8547.      *
  8548.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8549.      */
  8550.     protected function getVarDumper_HtmlDumperService()
  8551.     {
  8552.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8553.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the private 'var_dumper.server_connection' shared service.
  8558.      *
  8559.      * @return \Symfony\Component\VarDumper\Server\Connection
  8560.      */
  8561.     protected function getVarDumper_ServerConnectionService()
  8562.     {
  8563.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  8564.     }
  8565.     /**
  8566.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  8567.      *
  8568.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  8569.      */
  8570.     protected function getVichUploader_Command_MappingDebugService()
  8571.     {
  8572.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  8573.         $instance->setName('vich:mapping:debug');
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  8578.      *
  8579.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  8580.      */
  8581.     protected function getVichUploader_Command_MappingDebugClassService()
  8582.     {
  8583.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  8584.         $instance->setName('vich:mapping:debug-class');
  8585.         return $instance;
  8586.     }
  8587.     /**
  8588.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  8589.      *
  8590.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  8591.      */
  8592.     protected function getVichUploader_Command_MappingListClassesService()
  8593.     {
  8594.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  8595.         $instance->setName('vich:mapping:list-classes');
  8596.         return $instance;
  8597.     }
  8598.     /**
  8599.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  8600.      *
  8601.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  8602.      */
  8603.     protected function getVichUploader_MetadataReaderService()
  8604.     {
  8605.         $a = new \Metadata\Driver\FileLocator([]);
  8606.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  8607.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  8608.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  8609.     }
  8610.     /**
  8611.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  8612.      *
  8613.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  8614.      */
  8615.     protected function getVichUploader_PropertyMappingFactoryService()
  8616.     {
  8617.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  8618.     }
  8619.     /**
  8620.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  8621.      *
  8622.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  8623.      */
  8624.     protected function getVichUploader_Storage_FileSystemService()
  8625.     {
  8626.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  8627.     }
  8628.     /**
  8629.      * Gets the private 'web_profiler.csp.handler' shared service.
  8630.      *
  8631.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8632.      */
  8633.     protected function getWebProfiler_Csp_HandlerService()
  8634.     {
  8635.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8636.     }
  8637.     /**
  8638.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8639.      *
  8640.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8641.      */
  8642.     protected function getWebProfiler_DebugToolbarService()
  8643.     {
  8644.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  8645.     }
  8646.     public function getParameter($name)
  8647.     {
  8648.         $name = (string) $name;
  8649.         if (isset($this->buildParameters[$name])) {
  8650.             return $this->buildParameters[$name];
  8651.         }
  8652.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  8653.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8654.         }
  8655.         if (isset($this->loadedDynamicParameters[$name])) {
  8656.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8657.         }
  8658.         return $this->parameters[$name];
  8659.     }
  8660.     public function hasParameter($name): bool
  8661.     {
  8662.         $name = (string) $name;
  8663.         if (isset($this->buildParameters[$name])) {
  8664.             return true;
  8665.         }
  8666.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  8667.     }
  8668.     public function setParameter($name$value): void
  8669.     {
  8670.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8671.     }
  8672.     public function getParameterBag(): ParameterBagInterface
  8673.     {
  8674.         if (null === $this->parameterBag) {
  8675.             $parameters $this->parameters;
  8676.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8677.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8678.             }
  8679.             foreach ($this->buildParameters as $name => $value) {
  8680.                 $parameters[$name] = $value;
  8681.             }
  8682.             $this->parameterBag = new FrozenParameterBag($parameters);
  8683.         }
  8684.         return $this->parameterBag;
  8685.     }
  8686.     private $loadedDynamicParameters = [
  8687.         'kernel.cache_dir' => false,
  8688.         'kernel.secret' => false,
  8689.         'session.save_path' => false,
  8690.         'validator.mapping.cache.file' => false,
  8691.         'profiler.storage.dsn' => false,
  8692.         'debug.container.dump' => false,
  8693.         'doctrine.orm.proxy_dir' => false,
  8694.     ];
  8695.     private $dynamicParameters = [];
  8696.     private function getDynamicParameter(string $name)
  8697.     {
  8698.         switch ($name) {
  8699.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8700.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8701.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8702.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8703.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8704.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  8705.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8706.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8707.         }
  8708.         $this->loadedDynamicParameters[$name] = true;
  8709.         return $this->dynamicParameters[$name] = $value;
  8710.     }
  8711.     protected function getDefaultParameters(): array
  8712.     {
  8713.         return [
  8714.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  8715.             'kernel.project_dir' => \dirname(__DIR__4),
  8716.             'kernel.environment' => 'dev',
  8717.             'kernel.debug' => true,
  8718.             'kernel.name' => 'src',
  8719.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8720.             'kernel.bundles' => [
  8721.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8722.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8723.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8724.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8725.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8726.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8727.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8728.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8729.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8730.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8731.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  8732.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  8733.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8734.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  8735.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  8736.                 'KilikTableBundle' => 'Kilik\\TableBundle\\KilikTableBundle',
  8737.                 'CosaVostraLocaliseBundle' => 'CosaVostra\\LocaliseBundle\\CosaVostraLocaliseBundle',
  8738.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8739.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8740.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8741.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  8742.             ],
  8743.             'kernel.bundles_metadata' => [
  8744.                 'FrameworkBundle' => [
  8745.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8746.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8747.                 ],
  8748.                 'SensioFrameworkExtraBundle' => [
  8749.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8750.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8751.                 ],
  8752.                 'DoctrineBundle' => [
  8753.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8754.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8755.                 ],
  8756.                 'SecurityBundle' => [
  8757.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8758.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8759.                 ],
  8760.                 'TwigBundle' => [
  8761.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8762.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8763.                 ],
  8764.                 'WebProfilerBundle' => [
  8765.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8766.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8767.                 ],
  8768.                 'MonologBundle' => [
  8769.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8770.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8771.                 ],
  8772.                 'DebugBundle' => [
  8773.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8774.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8775.                 ],
  8776.                 'StofDoctrineExtensionsBundle' => [
  8777.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  8778.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8779.                 ],
  8780.                 'DoctrineFixturesBundle' => [
  8781.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8782.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8783.                 ],
  8784.                 'JMSSerializerBundle' => [
  8785.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  8786.                     'namespace' => 'JMS\\SerializerBundle',
  8787.                 ],
  8788.                 'KnpTimeBundle' => [
  8789.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle'),
  8790.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  8791.                 ],
  8792.                 'SentryBundle' => [
  8793.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8794.                     'namespace' => 'Sentry\\SentryBundle',
  8795.                 ],
  8796.                 'VichUploaderBundle' => [
  8797.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  8798.                     'namespace' => 'Vich\\UploaderBundle',
  8799.                 ],
  8800.                 'DoctrineCacheBundle' => [
  8801.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  8802.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  8803.                 ],
  8804.                 'KilikTableBundle' => [
  8805.                     'path' => (\dirname(__DIR__4).'/vendor/kilik/table'),
  8806.                     'namespace' => 'Kilik\\TableBundle',
  8807.                 ],
  8808.                 'CosaVostraLocaliseBundle' => [
  8809.                     'path' => (\dirname(__DIR__4).'/vendor/cosavostra/localise-bundle'),
  8810.                     'namespace' => 'CosaVostra\\LocaliseBundle',
  8811.                 ],
  8812.                 'TwigExtraBundle' => [
  8813.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  8814.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8815.                 ],
  8816.                 'DoctrineMigrationsBundle' => [
  8817.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8818.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8819.                 ],
  8820.                 'MakerBundle' => [
  8821.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8822.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8823.                 ],
  8824.                 'SymfonyCastsResetPasswordBundle' => [
  8825.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  8826.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  8827.                 ],
  8828.             ],
  8829.             'kernel.charset' => 'UTF-8',
  8830.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  8831.             'container.dumper.inline_class_loader' => false,
  8832.             'container.dumper.inline_factories' => true,
  8833.             'session_idle_time' => 2700,
  8834.             'event_dispatcher.event_aliases' => [
  8835.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8836.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8837.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8838.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8839.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8840.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8841.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8842.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8843.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8844.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8845.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8846.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8847.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8848.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8849.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8850.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8851.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  8852.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  8853.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  8854.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  8855.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  8856.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  8857.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  8858.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8859.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8860.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8861.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8862.             ],
  8863.             'fragment.renderer.hinclude.global_template' => '',
  8864.             'fragment.path' => '/_fragment',
  8865.             'kernel.http_method_override' => true,
  8866.             'kernel.trusted_hosts' => [
  8867.             ],
  8868.             'kernel.default_locale' => 'fr',
  8869.             'kernel.error_controller' => 'error_controller',
  8870.             'templating.helper.code.file_link_format' => NULL,
  8871.             'debug.file_link_format' => NULL,
  8872.             'session.metadata.storage_key' => '_sf2_meta',
  8873.             'session.storage.options' => [
  8874.                 'cache_limiter' => '0',
  8875.                 'cookie_secure' => 'auto',
  8876.                 'cookie_httponly' => true,
  8877.                 'cookie_samesite' => 'lax',
  8878.                 'gc_probability' => 1,
  8879.             ],
  8880.             'session.metadata.update_threshold' => 0,
  8881.             'form.type_extension.csrf.enabled' => true,
  8882.             'form.type_extension.csrf.field_name' => '_token',
  8883.             'asset.request_context.base_path' => '',
  8884.             'asset.request_context.secure' => false,
  8885.             'validator.translation_domain' => 'validators',
  8886.             'translator.logging' => false,
  8887.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8888.             'profiler_listener.only_exceptions' => false,
  8889.             'profiler_listener.only_master_requests' => false,
  8890.             'debug.error_handler.throw_at' => -1,
  8891.             'router.request_context.host' => 'localhost',
  8892.             'router.request_context.scheme' => 'http',
  8893.             'router.request_context.base_url' => '',
  8894.             'router.resource' => 'kernel::loadRoutes',
  8895.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  8896.             'request_listener.http_port' => 80,
  8897.             'request_listener.https_port' => 443,
  8898.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8899.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  8900.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8901.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  8902.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  8903.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  8904.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  8905.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  8906.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  8907.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8908.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  8909.             'doctrine_cache.memcache.host' => 'localhost',
  8910.             'doctrine_cache.memcache.port' => 11211,
  8911.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8912.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  8913.             'doctrine_cache.memcached.host' => 'localhost',
  8914.             'doctrine_cache.memcached.port' => 11211,
  8915.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  8916.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  8917.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  8918.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  8919.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  8920.             'doctrine_cache.predis.scheme' => 'tcp',
  8921.             'doctrine_cache.predis.host' => 'localhost',
  8922.             'doctrine_cache.predis.port' => 6379,
  8923.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8924.             'doctrine_cache.redis.connection.class' => 'Redis',
  8925.             'doctrine_cache.redis.host' => 'localhost',
  8926.             'doctrine_cache.redis.port' => 6379,
  8927.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  8928.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  8929.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  8930.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  8931.             'doctrine_cache.riak.host' => 'localhost',
  8932.             'doctrine_cache.riak.port' => 8087,
  8933.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  8934.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  8935.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  8936.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8937.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8938.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8939.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  8940.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8941.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8942.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8943.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8944.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8945.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8946.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8947.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8948.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8949.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8950.             'doctrine.entity_managers' => [
  8951.                 'default' => 'doctrine.orm.default_entity_manager',
  8952.             ],
  8953.             'doctrine.default_entity_manager' => 'default',
  8954.             'doctrine.dbal.connection_factory.types' => [
  8955.             ],
  8956.             'doctrine.connections' => [
  8957.                 'default' => 'doctrine.dbal.default_connection',
  8958.             ],
  8959.             'doctrine.default_connection' => 'default',
  8960.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8961.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8962.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8963.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8964.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8965.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8966.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8967.             'doctrine.orm.cache.memcache_port' => 11211,
  8968.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8969.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8970.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8971.             'doctrine.orm.cache.memcached_port' => 11211,
  8972.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8973.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8974.             'doctrine.orm.cache.redis_host' => 'localhost',
  8975.             'doctrine.orm.cache.redis_port' => 6379,
  8976.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8977.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8978.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8979.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8980.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8981.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8982.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8983.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8984.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8985.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8986.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8987.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8988.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8989.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8990.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8991.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8992.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8993.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8994.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8995.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8996.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8997.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8998.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8999.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9000.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9001.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9002.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9003.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9004.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9005.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9006.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9007.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  9008.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  9009.             'security.role_hierarchy.roles' => [
  9010.                 'ROLE_ADMIN' => [
  9011.                     => 'ROLE_REVIEWER',
  9012.                 ],
  9013.                 'ROLE_REVIEWER' => [
  9014.                     => 'ROLE_EDITOR',
  9015.                 ],
  9016.             ],
  9017.             'security.access.denied_url' => NULL,
  9018.             'security.authentication.manager.erase_credentials' => true,
  9019.             'security.authentication.session_strategy.strategy' => 'migrate',
  9020.             'security.access.always_authenticate_before_granting' => false,
  9021.             'security.authentication.hide_user_not_found' => true,
  9022.             'twig.exception_listener.controller' => NULL,
  9023.             'twig.form.resources' => [
  9024.                 => '@VichUploader/Form/fields.html.twig',
  9025.                 => 'form_div_layout.html.twig',
  9026.                 => 'bootstrap_4_layout.html.twig',
  9027.             ],
  9028.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9029.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9030.             'web_profiler.debug_toolbar.mode' => 2,
  9031.             'monolog.use_microseconds' => true,
  9032.             'monolog.swift_mailer.handlers' => [
  9033.             ],
  9034.             'monolog.handlers_to_channels' => [
  9035.                 'monolog.handler.console' => [
  9036.                     'type' => 'exclusive',
  9037.                     'elements' => [
  9038.                         => 'event',
  9039.                         => 'doctrine',
  9040.                         => 'console',
  9041.                     ],
  9042.                 ],
  9043.                 'monolog.handler.main' => [
  9044.                     'type' => 'exclusive',
  9045.                     'elements' => [
  9046.                         => 'event',
  9047.                     ],
  9048.                 ],
  9049.             ],
  9050.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9051.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9052.             'stof_doctrine_extensions.default_locale' => 'en_US',
  9053.             'stof_doctrine_extensions.translation_fallback' => false,
  9054.             'stof_doctrine_extensions.persist_default_translation' => false,
  9055.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9056.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9057.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9058.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9059.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9060.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9061.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9062.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9063.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9064.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9065.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  9066.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  9067.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  9068.             'sentry.listener_priorities.request' => 1,
  9069.             'sentry.listener_priorities.sub_request' => 1,
  9070.             'sentry.listener_priorities.console' => 1,
  9071.             'sentry.listener_priorities.request_error' => 128,
  9072.             'sentry.listener_priorities.console_error' => 128,
  9073.             'sentry.listener_priorities.worker_error' => 99,
  9074.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  9075.             'vich_uploader.mappings' => [
  9076.                 'storage' => [
  9077.                     'uri_prefix' => '/storage',
  9078.                     'upload_destination' => (\dirname(__DIR__4).'/public/storage'),
  9079.                     'namer' => [
  9080.                         'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.storage',
  9081.                         'options' => [
  9082.                         ],
  9083.                     ],
  9084.                     'delete_on_update' => true,
  9085.                     'delete_on_remove' => true,
  9086.                     'directory_namer' => [
  9087.                         'service' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  9088.                         'options' => [
  9089.                             'date_time_property' => 'createdAt',
  9090.                         ],
  9091.                     ],
  9092.                     'inject_on_load' => false,
  9093.                     'db_driver' => 'orm',
  9094.                 ],
  9095.             ],
  9096.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  9097.             'doctrine.migrations.preferred_em' => NULL,
  9098.             'doctrine.migrations.preferred_connection' => NULL,
  9099.             'data_collector.templates' => [
  9100.                 'data_collector.request' => [
  9101.                     => 'request',
  9102.                     => '@WebProfiler/Collector/request.html.twig',
  9103.                 ],
  9104.                 'data_collector.time' => [
  9105.                     => 'time',
  9106.                     => '@WebProfiler/Collector/time.html.twig',
  9107.                 ],
  9108.                 'data_collector.memory' => [
  9109.                     => 'memory',
  9110.                     => '@WebProfiler/Collector/memory.html.twig',
  9111.                 ],
  9112.                 'data_collector.validator' => [
  9113.                     => 'validator',
  9114.                     => '@WebProfiler/Collector/validator.html.twig',
  9115.                 ],
  9116.                 'data_collector.ajax' => [
  9117.                     => 'ajax',
  9118.                     => '@WebProfiler/Collector/ajax.html.twig',
  9119.                 ],
  9120.                 'data_collector.form' => [
  9121.                     => 'form',
  9122.                     => '@WebProfiler/Collector/form.html.twig',
  9123.                 ],
  9124.                 'data_collector.exception' => [
  9125.                     => 'exception',
  9126.                     => '@WebProfiler/Collector/exception.html.twig',
  9127.                 ],
  9128.                 'data_collector.logger' => [
  9129.                     => 'logger',
  9130.                     => '@WebProfiler/Collector/logger.html.twig',
  9131.                 ],
  9132.                 'data_collector.events' => [
  9133.                     => 'events',
  9134.                     => '@WebProfiler/Collector/events.html.twig',
  9135.                 ],
  9136.                 'data_collector.router' => [
  9137.                     => 'router',
  9138.                     => '@WebProfiler/Collector/router.html.twig',
  9139.                 ],
  9140.                 'data_collector.cache' => [
  9141.                     => 'cache',
  9142.                     => '@WebProfiler/Collector/cache.html.twig',
  9143.                 ],
  9144.                 'data_collector.translation' => [
  9145.                     => 'translation',
  9146.                     => '@WebProfiler/Collector/translation.html.twig',
  9147.                 ],
  9148.                 'data_collector.security' => [
  9149.                     => 'security',
  9150.                     => '@Security/Collector/security.html.twig',
  9151.                 ],
  9152.                 'data_collector.twig' => [
  9153.                     => 'twig',
  9154.                     => '@WebProfiler/Collector/twig.html.twig',
  9155.                 ],
  9156.                 'data_collector.http_client' => [
  9157.                     => 'http_client',
  9158.                     => '@WebProfiler/Collector/http_client.html.twig',
  9159.                 ],
  9160.                 'data_collector.doctrine' => [
  9161.                     => 'db',
  9162.                     => '@Doctrine/Collector/db.html.twig',
  9163.                 ],
  9164.                 'data_collector.dump' => [
  9165.                     => 'dump',
  9166.                     => '@Debug/Profiler/dump.html.twig',
  9167.                 ],
  9168.                 'data_collector.messenger' => [
  9169.                     => 'messenger',
  9170.                     => '@WebProfiler/Collector/messenger.html.twig',
  9171.                 ],
  9172.                 'mailer.data_collector' => [
  9173.                     => 'mailer',
  9174.                     => '@WebProfiler/Collector/mailer.html.twig',
  9175.                 ],
  9176.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  9177.                     => 'vich_uploader.mapping_collector',
  9178.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  9179.                 ],
  9180.                 'data_collector.config' => [
  9181.                     => 'config',
  9182.                     => '@WebProfiler/Collector/config.html.twig',
  9183.                 ],
  9184.             ],
  9185.             'console.command.ids' => [
  9186.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  9187.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  9188.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  9189.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  9190.                 => 'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand',
  9191.             ],
  9192.         ];
  9193.     }
  9194.     protected function throw($message)
  9195.     {
  9196.         throw new RuntimeException($message);
  9197.     }
  9198. }