var/cache/dev/ContainerHgIU7TF/SolidInvoice_KernelDevDebugContainer.php line 17405

Open in your IDE?
  1. <?php
  2. namespace ContainerHgIU7TF;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class SolidInvoice_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.state_machine.invoice' => 'get_Container_Private_StateMachine_InvoiceService',
  45.             '.container.private.state_machine.quote' => 'get_Container_Private_StateMachine_QuoteService',
  46.             '.container.private.state_machine.recurring_invoice' => 'get_Container_Private_StateMachine_RecurringInvoiceService',
  47.             '.container.private.twig' => 'get_Container_Private_TwigService',
  48.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  49.             '.zenstruck_foundry.configuration' => 'get_ZenstruckFoundry_ConfigurationService',
  50.             '.zenstruck_foundry.global_state_registry' => 'get_ZenstruckFoundry_GlobalStateRegistryService',
  51.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  52.             'Faker\\Generator' => 'getGeneratorService',
  53.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup' => 'getMongodbDatabaseBackupService',
  54.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup' => 'getMysqlDatabaseBackupService',
  55.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup' => 'getSqliteDatabaseBackupService',
  56.             'Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection' => 'getDatabaseToolCollectionService',
  57.             'Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory' => 'getFixturesLoaderFactoryService',
  58.             'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
  59.             'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
  60.             'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
  61.             'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
  62.             'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  63.             'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
  64.             'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
  65.             'SolidInvoice\\ClientBundle\\Action\\Add' => 'getAddService',
  66.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address' => 'getAddressService',
  67.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList' => 'getAddressListService',
  68.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete' => 'getDeleteService',
  69.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit' => 'getEditService',
  70.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact' => 'getContactService',
  71.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add' => 'getAdd2Service',
  72.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete' => 'getDelete2Service',
  73.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit' => 'getEdit2Service',
  74.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit' => 'getCreditService',
  75.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete' => 'getDelete3Service',
  76.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info' => 'getInfoService',
  77.             'SolidInvoice\\ClientBundle\\Action\\Edit' => 'getEdit3Service',
  78.             'SolidInvoice\\ClientBundle\\Action\\Grid\\Archive' => 'getArchiveService',
  79.             'SolidInvoice\\ClientBundle\\Action\\Grid\\Delete' => 'getDelete4Service',
  80.             'SolidInvoice\\ClientBundle\\Action\\Grid\\Restore' => 'getRestoreService',
  81.             'SolidInvoice\\ClientBundle\\Action\\Index' => 'getIndexService',
  82.             'SolidInvoice\\ClientBundle\\Action\\View' => 'getViewService',
  83.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany' => 'getCreateCompanyService',
  84.             'SolidInvoice\\CoreBundle\\Action\\SelectCompany' => 'getSelectCompanyService',
  85.             'SolidInvoice\\CoreBundle\\Action\\ViewBilling' => 'getViewBillingService',
  86.             'SolidInvoice\\DataGridBundle\\Action\\Data' => 'getDataService',
  87.             'SolidInvoice\\InstallBundle\\Action\\Config' => 'getConfigService',
  88.             'SolidInvoice\\InstallBundle\\Action\\Finish' => 'getFinishService',
  89.             'SolidInvoice\\InstallBundle\\Action\\Install' => 'getInstallService',
  90.             'SolidInvoice\\InstallBundle\\Action\\Setup' => 'getSetupService',
  91.             'SolidInvoice\\InstallBundle\\Action\\SystemRequirements' => 'getSystemRequirementsService',
  92.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice' => 'getCloneInvoiceService',
  93.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice' => 'getCloneRecurringInvoiceService',
  94.             'SolidInvoice\\InvoiceBundle\\Action\\Create' => 'getCreateService',
  95.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring' => 'getCreateRecurringService',
  96.             'SolidInvoice\\InvoiceBundle\\Action\\Edit' => 'getEdit4Service',
  97.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring' => 'getEditRecurringService',
  98.             'SolidInvoice\\InvoiceBundle\\Action\\Fields' => 'getFieldsService',
  99.             'SolidInvoice\\InvoiceBundle\\Action\\Grid\\Archive' => 'getArchive2Service',
  100.             'SolidInvoice\\InvoiceBundle\\Action\\Grid\\Delete' => 'getDelete5Service',
  101.             'SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringArchive' => 'getRecurringArchiveService',
  102.             'SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringDelete' => 'getRecurringDeleteService',
  103.             'SolidInvoice\\InvoiceBundle\\Action\\Index' => 'getIndex2Service',
  104.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringIndex' => 'getRecurringIndexService',
  105.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition' => 'getRecurringTransitionService',
  106.             'SolidInvoice\\InvoiceBundle\\Action\\Transition' => 'getTransitionService',
  107.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send' => 'getSendService',
  108.             'SolidInvoice\\InvoiceBundle\\Action\\View' => 'getView2Service',
  109.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring' => 'getViewRecurringService',
  110.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\MethodList' => 'getMethodListService',
  111.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings' => 'getSettingsService',
  112.             'SolidInvoice\\PaymentBundle\\Action\\Done' => 'getDoneService',
  113.             'SolidInvoice\\PaymentBundle\\Action\\Index' => 'getIndex3Service',
  114.             'SolidInvoice\\PaymentBundle\\Action\\Prepare' => 'getPrepareService',
  115.             'SolidInvoice\\PaymentBundle\\Action\\Settings' => 'getSettings2Service',
  116.             'SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction' => 'getStatusActionService',
  117.             'SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction' => 'getPaymentDetailsStatusActionService',
  118.             'SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension' => 'getUpdatePaymentDetailsExtensionService',
  119.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote' => 'getCloneQuoteService',
  120.             'SolidInvoice\\QuoteBundle\\Action\\Create' => 'getCreate2Service',
  121.             'SolidInvoice\\QuoteBundle\\Action\\Edit' => 'getEdit5Service',
  122.             'SolidInvoice\\QuoteBundle\\Action\\Fields' => 'getFields2Service',
  123.             'SolidInvoice\\QuoteBundle\\Action\\Grid\\Archive' => 'getArchive3Service',
  124.             'SolidInvoice\\QuoteBundle\\Action\\Grid\\Delete' => 'getDelete6Service',
  125.             'SolidInvoice\\QuoteBundle\\Action\\Index' => 'getIndex4Service',
  126.             'SolidInvoice\\QuoteBundle\\Action\\Transition' => 'getTransition2Service',
  127.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send' => 'getSend2Service',
  128.             'SolidInvoice\\QuoteBundle\\Action\\View' => 'getView3Service',
  129.             'SolidInvoice\\SettingsBundle\\Action\\Index' => 'getIndex5Service',
  130.             'SolidInvoice\\SettingsBundle\\SystemConfig' => 'getSystemConfigService',
  131.             'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings' => 'getSettings3Service',
  132.             'SolidInvoice\\TaxBundle\\Action\\Add' => 'getAdd3Service',
  133.             'SolidInvoice\\TaxBundle\\Action\\Edit' => 'getEdit6Service',
  134.             'SolidInvoice\\TaxBundle\\Action\\Grid\\Delete' => 'getDelete7Service',
  135.             'SolidInvoice\\TaxBundle\\Action\\Index' => 'getIndex6Service',
  136.             'SolidInvoice\\TaxBundle\\Action\\Validate' => 'getValidateService',
  137.             'SolidInvoice\\UserBundle\\Action\\AcceptInvitation' => 'getAcceptInvitationService',
  138.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiCreate' => 'getApiCreateService',
  139.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiList' => 'getApiListService',
  140.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke' => 'getApiRevokeService',
  141.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory' => 'getApiTokenHistoryService',
  142.             'SolidInvoice\\UserBundle\\Action\\ApiIndex' => 'getApiIndexService',
  143.             'SolidInvoice\\UserBundle\\Action\\EditProfile' => 'getEditProfileService',
  144.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Check' => 'getCheckService',
  145.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Request' => 'getRequestService',
  146.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset' => 'getResetService',
  147.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send' => 'getSend3Service',
  148.             'SolidInvoice\\UserBundle\\Action\\Grid\\Delete' => 'getDelete8Service',
  149.             'SolidInvoice\\UserBundle\\Action\\Grid\\DeleteInvitations' => 'getDeleteInvitationsService',
  150.             'SolidInvoice\\UserBundle\\Action\\InviteUser' => 'getInviteUserService',
  151.             'SolidInvoice\\UserBundle\\Action\\Profile' => 'getProfileService',
  152.             'SolidInvoice\\UserBundle\\Action\\Register' => 'getRegisterService',
  153.             'SolidInvoice\\UserBundle\\Action\\ResendUserInvite' => 'getResendUserInviteService',
  154.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword' => 'getChangePasswordService',
  155.             'SolidInvoice\\UserBundle\\Action\\Security\\Login' => 'getLoginService',
  156.             'SolidInvoice\\UserBundle\\Action\\Users' => 'getUsersService',
  157.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  158.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  159.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  160.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  161.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  162.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  163.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  164.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  165.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  166.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  167.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  168.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  169.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  170.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  171.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  172.             'cache.app' => 'getCache_AppService',
  173.             'cache.app_clearer' => 'getCache_AppClearerService',
  174.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  175.             'cache.system' => 'getCache_SystemService',
  176.             'cache.system_clearer' => 'getCache_SystemClearerService',
  177.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  178.             'cache_warmer' => 'getCacheWarmerService',
  179.             'console.command_loader' => 'getConsole_CommandLoaderService',
  180.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  181.             'data_collector.cache' => 'getDataCollector_CacheService',
  182.             'data_collector.dump' => 'getDataCollector_DumpService',
  183.             'doctrine' => 'getDoctrineService',
  184.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  185.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  186.             'error_controller' => 'getErrorControllerService',
  187.             'event_dispatcher' => 'getEventDispatcherService',
  188.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  189.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  190.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  191.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  192.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  193.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  194.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  195.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  196.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  197.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  198.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  199.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  200.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  201.             'http_kernel' => 'getHttpKernelService',
  202.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  203.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  204.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  205.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  206.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  207.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  208.             'payum' => 'getPayumService',
  209.             'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
  210.             'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
  211.             'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
  212.             'payum.dynamic_gateways.config_storage' => 'getPayum_DynamicGateways_ConfigStorageService',
  213.             'payum.dynamic_registry' => 'getPayum_DynamicRegistryService',
  214.             'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
  215.             'payum.extension.logger' => 'getPayum_Extension_LoggerService',
  216.             'payum.extension.storage.solidinvoice_paymentbundle_entity_payment' => 'getPayum_Extension_Storage_SolidinvoicePaymentbundleEntityPaymentService',
  217.             'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
  218.             'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
  219.             'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
  220.             'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
  221.             'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
  222.             'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
  223.             'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
  224.             'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
  225.             'payum.static_registry' => 'getPayum_StaticRegistryService',
  226.             'payum.storage.solidinvoice_paymentbundle_entity_payment' => 'getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentService',
  227.             'payum.storage.solidinvoice_paymentbundle_entity_paymentmethod' => 'getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentmethodService',
  228.             'payum.storage.solidinvoice_paymentbundle_entity_securitytoken' => 'getPayum_Storage_SolidinvoicePaymentbundleEntitySecuritytokenService',
  229.             'request_stack' => 'getRequestStackService',
  230.             'router' => 'getRouterService',
  231.             'routing.loader' => 'getRouting_LoaderService',
  232.             'services_resetter' => 'getServicesResetterService',
  233.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  234.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  235.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  236.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  237.             'translator' => 'getTranslatorService',
  238.             'ux.live_component.batch_action_controller' => 'getUx_LiveComponent_BatchActionControllerService',
  239.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  240.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  241.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  242.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  243.             'cache_clearer' => 'getCacheClearerService',
  244.             'filesystem' => 'getFilesystemService',
  245.             'state_machine.invoice' => 'getStateMachine_InvoiceService',
  246.             'state_machine.recurring_invoice' => 'getStateMachine_RecurringInvoiceService',
  247.             'state_machine.quote' => 'getStateMachine_QuoteService',
  248.             'serializer' => 'getSerializerService',
  249.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  250.             'form.factory' => 'getForm_FactoryService',
  251.             'form.type.file' => 'getForm_Type_FileService',
  252.             'profiler' => 'getProfilerService',
  253.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  254.             'security.token_storage' => 'getSecurity_TokenStorageService',
  255.             'twig' => 'getTwigService',
  256.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  257.             'session' => 'getSessionService',
  258.             'validator' => 'getValidatorService',
  259.         ];
  260.         $this->aliases = [
  261.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  262.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  263.             'Payum\\Core\\Payum' => 'payum',
  264.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  265.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  266.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  267.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  268.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  269.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  270.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  271.             'database_connection' => 'doctrine.dbal.default_connection',
  272.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  273.             'mailer' => 'swiftmailer.mailer.default',
  274.         ];
  275.         $this->privates['service_container'] = function () {
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  282.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  295.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  376.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  450.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  456.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Monolog/CompatibilityProcessingHandlerTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Monolog/Handler.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  524.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Extension/ExtensionInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/JsonSchema/SchemaFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  686.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  687.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  690.             include_once \dirname(__DIR__4).'/src/CoreBundle/Company/CompanySelector.php';
  691.             include_once \dirname(__DIR__4).'/src/CoreBundle/Form/FieldRenderer.php';
  692.             include_once \dirname(__DIR__4).'/src/CoreBundle/Listener/AjaxResponseListener.php';
  693.             include_once \dirname(__DIR__4).'/src/CoreBundle/Listener/CompanyEventSubscriber.php';
  694.             include_once \dirname(__DIR__4).'/src/CoreBundle/Listener/SessionRequestListener.php';
  695.             include_once \dirname(__DIR__4).'/src/CoreBundle/Pdf/Generator.php';
  696.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Repository/GridRepository.php';
  697.             include_once \dirname(__DIR__4).'/src/DataGridBundle/GridInterface.php';
  698.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Grid.php';
  699.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Source/SourceInterface.php';
  700.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Source/ORMSource.php';
  701.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Filter/FilterInterface.php';
  702.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Filter/ChainFilter.php';
  703.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Filter/SortFilter.php';
  704.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Filter/PaginateFilter.php';
  705.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Filter/SearchFilter.php';
  706.             include_once \dirname(__DIR__4).'/src/InstallBundle/Installer/Database/Migration.php';
  707.             include_once \dirname(__DIR__4).'/src/InstallBundle/Listener/RequestListener.php';
  708.             include_once \dirname(__DIR__4).'/src/InstallBundle/Listener/UpgradeListener.php';
  709.             include_once \dirname(__DIR__4).'/vendor/moneyphp/money/src/MoneyFormatter.php';
  710.             include_once \dirname(__DIR__4).'/src/MoneyBundle/Formatter/MoneyFormatterInterface.php';
  711.             include_once \dirname(__DIR__4).'/src/MoneyBundle/Formatter/MoneyFormatter.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  718.             include_once \dirname(__DIR__4).'/src/SettingsBundle/Repository/SettingsRepository.php';
  719.             include_once \dirname(__DIR__4).'/src/SettingsBundle/SystemConfig.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  722.             include_once \dirname(__DIR__4).'/src/UserBundle/Repository/UserRepositoryInterface.php';
  723.             include_once \dirname(__DIR__4).'/src/UserBundle/Repository/UserRepository.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  741.             include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/ToggleInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  744.             include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Symfony/Toggle.php';
  745.             include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Toggle.php';
  746.             include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Storage/StorageFactory.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguageProvider.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  751.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  761.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  763.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  770.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  771.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  773.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  775.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  776.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  778.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  779.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  781.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/EventListener/TwigComponentLoggerListener.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/LiveComponentSubscriber.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  789.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  790.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  796.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  797.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV6.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  805.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  832.             include_once \dirname(__DIR__4).'/src/ApiBundle/Serializer/Normalizer/AdditionalContactDetailsNormalizer.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  840.             include_once \dirname(__DIR__4).'/src/ApiBundle/Serializer/Normalizer/BigIntegerNormalizer.php';
  841.             include_once \dirname(__DIR__4).'/src/ApiBundle/Serializer/Normalizer/CreditNormalizer.php';
  842.             include_once \dirname(__DIR__4).'/src/ApiBundle/Serializer/Normalizer/DiscountNormalizer.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  847.             include_once \dirname(__DIR__4).'/src/InvoiceBundle/Api/BillingUserNormalizer.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  852.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  856.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  857.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  858.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  859.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  860.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  870.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  871.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  884.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  885.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  886.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  887.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  888.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  890.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  891.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ObjectNormalizer.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  896.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  900.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/DataCollector/TwigComponentDataCollector.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  916.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  923.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  925.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  927.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  929.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  930.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  931.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  932.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  933.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  934.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  939.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  963.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  965.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  967.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  968.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/Extension/BillingExtension.php';
  969.             include_once \dirname(__DIR__4).'/src/MoneyBundle/Calculator.php';
  970.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/Extension/FileExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  972.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/Extension/GlobalExtension.php';
  973.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/Extension/SerializerExtension.php';
  974.             include_once \dirname(__DIR__4).'/src/CoreBundle/Twig/Extension/StatusExtension.php';
  975.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Twig/Extension/WidgetExtension.php';
  976.             include_once \dirname(__DIR__4).'/src/DashboardBundle/WidgetFactory.php';
  977.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Widgets/WidgetInterface.php';
  978.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Widgets/RecentClientsWidget.php';
  979.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Widgets/RecentInvoicesWidget.php';
  980.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Widgets/RecentPaymentsWidget.php';
  981.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Widgets/RecentQuotesWidget.php';
  982.             include_once \dirname(__DIR__4).'/src/DashboardBundle/Widgets/StatsWidget.php';
  983.             include_once \dirname(__DIR__4).'/src/DataGridBundle/Twig/Extension/GridExtension.php';
  984.             include_once \dirname(__DIR__4).'/src/MoneyBundle/Twig/Extension/MoneyFormatterExtension.php';
  985.             include_once \dirname(__DIR__4).'/src/PaymentBundle/Twig/PaymentExtension.php';
  986.             include_once \dirname(__DIR__4).'/src/SettingsBundle/Twig/Extension/SettingsExtension.php';
  987.             include_once \dirname(__DIR__4).'/src/TaxBundle/Twig/Extension/TaxExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Twig/Extension/ToggleExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1010.             include_once __DIR__.'/proxy-classes.php';
  1011.         };
  1012.     }
  1013.     public function compile(): void
  1014.     {
  1015.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1016.     }
  1017.     public function isCompiled(): bool
  1018.     {
  1019.         return true;
  1020.     }
  1021.     public function getRemovedIds(): array
  1022.     {
  1023.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1024.     }
  1025.     protected function createProxy($class\Closure $factory)
  1026.     {
  1027.         return $factory();
  1028.     }
  1029.     /**
  1030.      * Gets the public '.container.private.cache_clearer' shared service.
  1031.      *
  1032.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1033.      */
  1034.     protected function get_Container_Private_CacheClearerService()
  1035.     {
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1038.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1039.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1040.         }, 1));
  1041.     }
  1042.     /**
  1043.      * Gets the public '.container.private.filesystem' shared service.
  1044.      *
  1045.      * @return \Symfony\Component\Filesystem\Filesystem
  1046.      */
  1047.     protected function get_Container_Private_FilesystemService()
  1048.     {
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1050.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1051.     }
  1052.     /**
  1053.      * Gets the public '.container.private.form.factory' shared service.
  1054.      *
  1055.      * @return \Symfony\Component\Form\FormFactory
  1056.      */
  1057.     protected function get_Container_Private_Form_FactoryService()
  1058.     {
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1061.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1062.         if (isset($this->services['.container.private.form.factory'])) {
  1063.             return $this->services['.container.private.form.factory'];
  1064.         }
  1065.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1066.     }
  1067.     /**
  1068.      * Gets the public '.container.private.form.type.file' shared service.
  1069.      *
  1070.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1071.      */
  1072.     protected function get_Container_Private_Form_Type_FileService()
  1073.     {
  1074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1077.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1078.     }
  1079.     /**
  1080.      * Gets the public '.container.private.profiler' shared service.
  1081.      *
  1082.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1083.      */
  1084.     protected function get_Container_Private_ProfilerService()
  1085.     {
  1086.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1087.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1088.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1089.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1090.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1091.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1092.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1093.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1094.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1095.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1096.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1097.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1098.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1099.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1100.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1101.         if ($this->has('kernel')) {
  1102.             $g->setKernel($b);
  1103.         }
  1104.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1105.         $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
  1106.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1107.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1108.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1109.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1110.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1111.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1112.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/SolidInvoice_KernelDevDebugContainer'), $c));
  1113.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1114.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1115.         $instance->add(($this->services['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1116.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1117.         $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()), false));
  1118.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1119.         $instance->add(new \Symfony\UX\TwigComponent\DataCollector\TwigComponentDataCollector(($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService()), $d));
  1120.         $instance->add($e);
  1121.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1122.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1123.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1124.         $instance->add($f);
  1125.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1126.         $instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
  1127.         $instance->add($g);
  1128.         return $instance;
  1129.     }
  1130.     /**
  1131.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1132.      *
  1133.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1134.      */
  1135.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1136.     {
  1137.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1138.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1139.             return $this->services['.container.private.security.authorization_checker'];
  1140.         }
  1141.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1142.     }
  1143.     /**
  1144.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1145.      *
  1146.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1147.      */
  1148.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1149.     {
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1154.         return $this->services['.container.private.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())));
  1155.     }
  1156.     /**
  1157.      * Gets the public '.container.private.security.password_encoder' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1160.      *
  1161.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1162.      */
  1163.     protected function get_Container_Private_Security_PasswordEncoderService()
  1164.     {
  1165.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1166.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1167.     }
  1168.     /**
  1169.      * Gets the public '.container.private.security.token_storage' shared service.
  1170.      *
  1171.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1172.      */
  1173.     protected function get_Container_Private_Security_TokenStorageService()
  1174.     {
  1175.         return $this->services['.container.private.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, [
  1176.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1177.         ], [
  1178.             'request_stack' => '?',
  1179.         ]));
  1180.     }
  1181.     /**
  1182.      * Gets the public '.container.private.serializer' shared service.
  1183.      *
  1184.      * @return \Symfony\Component\Serializer\Serializer
  1185.      */
  1186.     protected function get_Container_Private_SerializerService()
  1187.     {
  1188.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1189.         if (isset($this->services['.container.private.serializer'])) {
  1190.             return $this->services['.container.private.serializer'];
  1191.         }
  1192.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1193.         if (isset($this->services['.container.private.serializer'])) {
  1194.             return $this->services['.container.private.serializer'];
  1195.         }
  1196.         $c = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1197.         if (isset($this->services['.container.private.serializer'])) {
  1198.             return $this->services['.container.private.serializer'];
  1199.         }
  1200.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1201.         if (isset($this->services['.container.private.serializer'])) {
  1202.             return $this->services['.container.private.serializer'];
  1203.         }
  1204.         $e = ($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService());
  1205.         if (isset($this->services['.container.private.serializer'])) {
  1206.             return $this->services['.container.private.serializer'];
  1207.         }
  1208.         $f = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1209.         if (isset($this->services['.container.private.serializer'])) {
  1210.             return $this->services['.container.private.serializer'];
  1211.         }
  1212.         $g = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1213.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1214.         $i = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1215.         $j = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1216.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1217.         $l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1218.         $m = new \ApiPlatform\Serializer\ItemNormalizer($a$h$i$j$g$k$l, ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1219.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1220.         }, 1), $b$c);
  1221.         $n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1222.         $o = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$g$d)], [=> $n])));
  1223.         $p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1224.         $q = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1225.         $r = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1226.         $s = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($b$a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $e, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($p, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $q), NULL$rNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $qtrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLfalse));
  1227.         $t = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($l);
  1228.         $u = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($l$k$g$d$tNULL);
  1229.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($g), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => new \SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), $m), => new \SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer(), => new \SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer($m), => new \SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer(), => new \SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer(($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService())), => $o=> $s=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $k), 10 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), 11 => $s12 => $o13 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($b$a$h$jNULL$pNULL$k), 14 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($b$i$p), 15 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ptrue), 16 => new \ApiPlatform\Hal\Serializer\EntrypointNormalizer($b$i$p), 17 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 18 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 20 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 21 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($b$a$h$i$j$f$g$k$l, [], new RewindableGenerator(function () {
  1230.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1231.         }, 1), $c), 22 => new \ApiPlatform\Hal\Serializer\ItemNormalizer($a$h$i$j$g$k$lNULLfalse, [], new RewindableGenerator(function () {
  1232.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1233.         }, 1), $b$c), 23 => $m24 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 26 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($l$k$d$tNULL)), 27 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 28 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 29 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 30 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 31 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 32 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 33 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($f$j$i$b), 'page''pagination'$b$g), $b$j$r), 34 => new \ApiPlatform\Hal\Serializer\CollectionNormalizer($j'page'$b), 35 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 36 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($u$i$f), 37 => new \ApiPlatform\Hal\Serializer\ObjectNormalizer($u$i), 38 => $u], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $n=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonhal'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1234.     }
  1235.     /**
  1236.      * Gets the public '.container.private.session' shared service.
  1237.      *
  1238.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1239.      */
  1240.     protected function get_Container_Private_SessionService()
  1241.     {
  1242.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1243.         if (isset($this->services['.container.private.session'])) {
  1244.             return $this->services['.container.private.session'];
  1245.         }
  1246.         return $this->services['.container.private.session'] = $a->createSession();
  1247.     }
  1248.     /**
  1249.      * Gets the public '.container.private.state_machine.invoice' shared service.
  1250.      *
  1251.      * @return \Symfony\Component\Workflow\StateMachine
  1252.      */
  1253.     protected function get_Container_Private_StateMachine_InvoiceService()
  1254.     {
  1255.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1256.         if (isset($this->services['.container.private.state_machine.invoice'])) {
  1257.             return $this->services['.container.private.state_machine.invoice'];
  1258.         }
  1259.         return $this->services['.container.private.state_machine.invoice'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'new'=> 'draft'=> 'pending'=> 'active'=> 'overdue'=> 'cancelled'=> 'archived'=> 'paid'], [=> ($this->privates['.state_machine.invoice.transition.0'] ?? ($this->privates['.state_machine.invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new''new''draft'))), => ($this->privates['.state_machine.invoice.transition.1'] ?? ($this->privates['.state_machine.invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('accept''new''pending'))), => ($this->privates['.state_machine.invoice.transition.2'] ?? ($this->privates['.state_machine.invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('accept''draft''pending'))), => ($this->privates['.state_machine.invoice.transition.3'] ?? ($this->privates['.state_machine.invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('accept''overdue''pending'))), => ($this->privates['.state_machine.invoice.transition.4'] ?? ($this->privates['.state_machine.invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''draft''cancelled'))), => ($this->privates['.state_machine.invoice.transition.5'] ?? ($this->privates['.state_machine.invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''pending''cancelled'))), => ($this->privates['.state_machine.invoice.transition.6'] ?? ($this->privates['.state_machine.invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel''overdue''cancelled'))), => ($this->privates['.state_machine.invoice.transition.7'] ?? ($this->privates['.state_machine.invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('overdue''pending''overdue'))), => ($this->privates['.state_machine.invoice.transition.8'] ?? ($this->privates['.state_machine.invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('pay''pending''paid'))), => ($this->privates['.state_machine.invoice.transition.9'] ?? ($this->privates['.state_machine.invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('pay''overdue''paid'))), 10 => ($this->privates['.state_machine.invoice.transition.10'] ?? ($this->privates['.state_machine.invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen''cancelled''draft'))), 11 => ($this->privates['.state_machine.invoice.transition.11'] ?? ($this->privates['.state_machine.invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('archive''new''archived'))), 12 => ($this->privates['.state_machine.invoice.transition.12'] ?? ($this->privates['.state_machine.invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('archive''draft''archived'))), 13 => ($this->privates['.state_machine.invoice.transition.13'] ?? ($this->privates['.state_machine.invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('archive''cancelled''archived'))), 14 => ($this->privates['.state_machine.invoice.transition.14'] ?? ($this->privates['.state_machine.invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('archive''paid''archived'))), 15 => ($this->privates['.state_machine.invoice.transition.15'] ?? ($this->privates['.state_machine.invoice.transition.15'] = new \Symfony\Component\Workflow\Transition('edit''cancelled''draft'))), 16 => ($this->privates['.state_machine.invoice.transition.16'] ?? ($this->privates['.state_machine.invoice.transition.16'] = new \Symfony\Component\Workflow\Transition('edit''draft''draft'))), 17 => ($this->privates['.state_machine.invoice.transition.17'] ?? ($this->privates['.state_machine.invoice.transition.17'] = new \Symfony\Component\Workflow\Transition('edit''pending''draft'))), 18 => ($this->privates['.state_machine.invoice.transition.18'] ?? ($this->privates['.state_machine.invoice.transition.18'] = new \Symfony\Component\Workflow\Transition('edit''overdue''draft')))], [], ($this->privates['state_machine.invoice.metadata_store'] ?? $this->getStateMachine_Invoice_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'invoice'NULL);
  1260.     }
  1261.     /**
  1262.      * Gets the public '.container.private.state_machine.quote' shared service.
  1263.      *
  1264.      * @return \Symfony\Component\Workflow\StateMachine
  1265.      */
  1266.     protected function get_Container_Private_StateMachine_QuoteService()
  1267.     {
  1268.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1269.         if (isset($this->services['.container.private.state_machine.quote'])) {
  1270.             return $this->services['.container.private.state_machine.quote'];
  1271.         }
  1272.         return $this->services['.container.private.state_machine.quote'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'new'=> 'draft'=> 'pending'=> 'cancelled'=> 'archived'=> 'accepted'=> 'declined'], [=> ($this->privates['.state_machine.quote.transition.0'] ?? ($this->privates['.state_machine.quote.transition.0'] = new \Symfony\Component\Workflow\Transition('new''new''draft'))), => ($this->privates['.state_machine.quote.transition.1'] ?? ($this->privates['.state_machine.quote.transition.1'] = new \Symfony\Component\Workflow\Transition('new''cancelled''draft'))), => ($this->privates['.state_machine.quote.transition.2'] ?? ($this->privates['.state_machine.quote.transition.2'] = new \Symfony\Component\Workflow\Transition('send''new''pending'))), => ($this->privates['.state_machine.quote.transition.3'] ?? ($this->privates['.state_machine.quote.transition.3'] = new \Symfony\Component\Workflow\Transition('send''draft''pending'))), => ($this->privates['.state_machine.quote.transition.4'] ?? ($this->privates['.state_machine.quote.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''draft''cancelled'))), => ($this->privates['.state_machine.quote.transition.5'] ?? ($this->privates['.state_machine.quote.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''pending''cancelled'))), => ($this->privates['.state_machine.quote.transition.6'] ?? ($this->privates['.state_machine.quote.transition.6'] = new \Symfony\Component\Workflow\Transition('decline''new''declined'))), => ($this->privates['.state_machine.quote.transition.7'] ?? ($this->privates['.state_machine.quote.transition.7'] = new \Symfony\Component\Workflow\Transition('decline''draft''declined'))), => ($this->privates['.state_machine.quote.transition.8'] ?? ($this->privates['.state_machine.quote.transition.8'] = new \Symfony\Component\Workflow\Transition('decline''pending''declined'))), => ($this->privates['.state_machine.quote.transition.9'] ?? ($this->privates['.state_machine.quote.transition.9'] = new \Symfony\Component\Workflow\Transition('accept''pending''accepted'))), 10 => ($this->privates['.state_machine.quote.transition.10'] ?? ($this->privates['.state_machine.quote.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen''declined''draft'))), 11 => ($this->privates['.state_machine.quote.transition.11'] ?? ($this->privates['.state_machine.quote.transition.11'] = new \Symfony\Component\Workflow\Transition('reopen''cancelled''draft'))), 12 => ($this->privates['.state_machine.quote.transition.12'] ?? ($this->privates['.state_machine.quote.transition.12'] = new \Symfony\Component\Workflow\Transition('archive''new''archived'))), 13 => ($this->privates['.state_machine.quote.transition.13'] ?? ($this->privates['.state_machine.quote.transition.13'] = new \Symfony\Component\Workflow\Transition('archive''draft''archived'))), 14 => ($this->privates['.state_machine.quote.transition.14'] ?? ($this->privates['.state_machine.quote.transition.14'] = new \Symfony\Component\Workflow\Transition('archive''cancelled''archived'))), 15 => ($this->privates['.state_machine.quote.transition.15'] ?? ($this->privates['.state_machine.quote.transition.15'] = new \Symfony\Component\Workflow\Transition('archive''accepted''archived'))), 16 => ($this->privates['.state_machine.quote.transition.16'] ?? ($this->privates['.state_machine.quote.transition.16'] = new \Symfony\Component\Workflow\Transition('archive''declined''archived'))), 17 => ($this->privates['.state_machine.quote.transition.17'] ?? ($this->privates['.state_machine.quote.transition.17'] = new \Symfony\Component\Workflow\Transition('archive''pending''archived')))], [], ($this->privates['state_machine.quote.metadata_store'] ?? $this->getStateMachine_Quote_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'quote'NULL);
  1273.     }
  1274.     /**
  1275.      * Gets the public '.container.private.state_machine.recurring_invoice' shared service.
  1276.      *
  1277.      * @return \Symfony\Component\Workflow\StateMachine
  1278.      */
  1279.     protected function get_Container_Private_StateMachine_RecurringInvoiceService()
  1280.     {
  1281.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1282.         if (isset($this->services['.container.private.state_machine.recurring_invoice'])) {
  1283.             return $this->services['.container.private.state_machine.recurring_invoice'];
  1284.         }
  1285.         return $this->services['.container.private.state_machine.recurring_invoice'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'new'=> 'draft'=> 'active'=> 'paused'=> 'complete'=> 'cancelled'=> 'archived'], [=> ($this->privates['.state_machine.recurring_invoice.transition.0'] ?? ($this->privates['.state_machine.recurring_invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new''new''draft'))), => ($this->privates['.state_machine.recurring_invoice.transition.1'] ?? ($this->privates['.state_machine.recurring_invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('activate''new''active'))), => ($this->privates['.state_machine.recurring_invoice.transition.2'] ?? ($this->privates['.state_machine.recurring_invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('activate''draft''active'))), => ($this->privates['.state_machine.recurring_invoice.transition.3'] ?? ($this->privates['.state_machine.recurring_invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''draft''cancelled'))), => ($this->privates['.state_machine.recurring_invoice.transition.4'] ?? ($this->privates['.state_machine.recurring_invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''active''cancelled'))), => ($this->privates['.state_machine.recurring_invoice.transition.5'] ?? ($this->privates['.state_machine.recurring_invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('complete''active''complete'))), => ($this->privates['.state_machine.recurring_invoice.transition.6'] ?? ($this->privates['.state_machine.recurring_invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('archive''new''archived'))), => ($this->privates['.state_machine.recurring_invoice.transition.7'] ?? ($this->privates['.state_machine.recurring_invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('archive''draft''archived'))), => ($this->privates['.state_machine.recurring_invoice.transition.8'] ?? ($this->privates['.state_machine.recurring_invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('archive''cancelled''archived'))), => ($this->privates['.state_machine.recurring_invoice.transition.9'] ?? ($this->privates['.state_machine.recurring_invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('archive''active''archived'))), 10 => ($this->privates['.state_machine.recurring_invoice.transition.10'] ?? ($this->privates['.state_machine.recurring_invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('archive''paused''archived'))), 11 => ($this->privates['.state_machine.recurring_invoice.transition.11'] ?? ($this->privates['.state_machine.recurring_invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('edit''cancelled''draft'))), 12 => ($this->privates['.state_machine.recurring_invoice.transition.12'] ?? ($this->privates['.state_machine.recurring_invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('edit''draft''draft'))), 13 => ($this->privates['.state_machine.recurring_invoice.transition.13'] ?? ($this->privates['.state_machine.recurring_invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('edit''active''draft'))), 14 => ($this->privates['.state_machine.recurring_invoice.transition.14'] ?? ($this->privates['.state_machine.recurring_invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('edit''paused''draft')))], [], ($this->privates['state_machine.recurring_invoice.metadata_store'] ?? $this->getStateMachine_RecurringInvoice_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'recurring_invoice'NULL);
  1286.     }
  1287.     /**
  1288.      * Gets the public '.container.private.twig' shared service.
  1289.      *
  1290.      * @return \Twig\Environment
  1291.      */
  1292.     protected function get_Container_Private_TwigService()
  1293.     {
  1294.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1295.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1296.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1297.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1298.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1299.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1300.         $f = ($this->services['router'] ?? $this->getRouterService());
  1301.         $g = new \Symfony\Component\Workflow\Registry();
  1302.         $g->addWorkflow(($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('SolidInvoice\\InvoiceBundle\\Entity\\Invoice'));
  1303.         $g->addWorkflow(($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice'));
  1304.         $g->addWorkflow(($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('SolidInvoice\\QuoteBundle\\Entity\\Quote'));
  1305.         $h = new \Knp\Menu\Util\MenuManipulator();
  1306.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1307.         $j = new \SolidInvoice\MoneyBundle\Calculator();
  1308.         $k = ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService());
  1309.         $l = new \SolidInvoice\DashboardBundle\WidgetFactory();
  1310.         $m = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1311.         $l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentClientsWidget($m), 'left_column'100);
  1312.         $l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentInvoicesWidget($m), 'right_column'90);
  1313.         $l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentPaymentsWidget($m), 'left_column'90);
  1314.         $l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentQuotesWidget($m), 'right_column'100);
  1315.         $l->add(new \SolidInvoice\DashboardBundle\Widgets\StatsWidget($m), 'top'100);
  1316.         $n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1317.         $n->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1318.         $o = new \Symfony\Bridge\Twig\AppVariable();
  1319.         $o->setEnvironment('dev');
  1320.         $o->setDebug(true);
  1321.         if ($this->has('.container.private.security.token_storage')) {
  1322.             $o->setTokenStorage($b);
  1323.         }
  1324.         if ($this->has('request_stack')) {
  1325.             $o->setRequestStack($a);
  1326.         }
  1327.         $p = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1328.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1329.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1330.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($a, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $b)));
  1331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1333.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1334.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1335.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1336.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1337.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1338.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1339.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1340.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a$f)));
  1341.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($a));
  1342.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($g));
  1343.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1344.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1345.         $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())));
  1346.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1347.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1348.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1349.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1350.         ], [
  1351.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1352.             'webpack_encore.tag_renderer' => '?',
  1353.         ])));
  1354.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1355.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1356.             'solidinvoice' => ['privates''SolidInvoice\\MenuBundle\\Renderer''getRendererService'false],
  1357.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1358.         ], [
  1359.             'list' => '?',
  1360.             'solidinvoice' => '?',
  1361.             'twig' => '?',
  1362.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1363.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? ($this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider([])));
  1364.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1365.             yield => ($this->privates['SolidInvoice\\MenuBundle\\Provider'] ?? $this->getProviderService());
  1366.         }, 3)), $h$i), $i$h));
  1367.         $instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\BillingExtension(($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] ?? $this->getFieldRendererService()), $j));
  1368.         $instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\FileExtension(\dirname(__DIR__4)));
  1369.         $instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension($j, ($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), $k$a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()), $this->getEnv('installed')));
  1370.         $instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
  1371.         $instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\StatusExtension());
  1372.         $instance->addExtension(new \SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension($l));
  1373.         $instance->addExtension(new \SolidInvoice\DataGridBundle\Twig\Extension\GridExtension(($this->privates['SolidInvoice\\DataGridBundle\\Repository\\GridRepository'] ?? $this->getGridRepositoryService())));
  1374.         $instance->addExtension(new \SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension(($this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? $this->getMoneyFormatterService()), $k));
  1375.         $instance->addExtension(new \SolidInvoice\PaymentBundle\Twig\PaymentExtension($m));
  1376.         $instance->addExtension(new \SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension($k));
  1377.         $instance->addExtension(new \SolidInvoice\TaxBundle\Twig\Extension\TaxExtension($m));
  1378.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
  1379.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1380.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1381.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  1382.         $instance->addExtension(new \SolidWorx\Toggler\Twig\Extension\ToggleExtension(($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] ?? $this->getToggleService())));
  1383.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1384.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1385.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  1386.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1387.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1388.         ], [
  1389.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1390.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1391.         $instance->addExtension(new \Symfony\UX\LiveComponent\Twig\LiveComponentExtension());
  1392.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension(($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService())));
  1393.         $instance->addGlobal('app'$o);
  1394.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1395.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1396.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1397.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1398.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1399.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'false],
  1400.             'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => ['privates''ux.live_component.twig.component_runtime''getUx_LiveComponent_Twig_ComponentRuntimeService'false],
  1401.         ], [
  1402.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1403.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1404.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1405.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1406.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1407.             'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => '?',
  1408.         ])));
  1409.         $instance->registerUndefinedFilterCallback([=> $p=> 'suggestFilter']);
  1410.         $instance->registerUndefinedFunctionCallback([=> $p=> 'suggestFunction']);
  1411.         $instance->registerUndefinedTokenParserCallback([=> $p=> 'suggestTag']);
  1412.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1413.         return $instance;
  1414.     }
  1415.     /**
  1416.      * Gets the public '.container.private.validator' shared service.
  1417.      *
  1418.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1419.      */
  1420.     protected function get_Container_Private_ValidatorService()
  1421.     {
  1422.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1423.         if (isset($this->services['.container.private.validator'])) {
  1424.             return $this->services['.container.private.validator'];
  1425.         }
  1426.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1427.     }
  1428.     /**
  1429.      * Gets the public '.zenstruck_foundry.configuration' shared service.
  1430.      *
  1431.      * @return \Zenstruck\Foundry\Configuration
  1432.      */
  1433.     protected function get_ZenstruckFoundry_ConfigurationService()
  1434.     {
  1435.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Configuration.php';
  1436.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/StoryManager.php';
  1437.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/ModelFactoryManager.php';
  1438.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Instantiator.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  1441.         $this->services['.zenstruck_foundry.configuration'] = $instance = new \Zenstruck\Foundry\Configuration([], [], 'schema', []);
  1442.         $instance->setManagerRegistry(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()));
  1443.         $instance->setStoryManager(new \Zenstruck\Foundry\StoryManager(new RewindableGenerator(function () {
  1444.             return new \EmptyIterator();
  1445.         }, 0)));
  1446.         $instance->setModelFactoryManager(new \Zenstruck\Foundry\ModelFactoryManager(new RewindableGenerator(function () {
  1447.             yield => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\ClientFactory()));
  1448.             yield => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\CreditFactory()));
  1449.             yield => ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] = new \SolidInvoice\CoreBundle\Test\Factory\CompanyFactory()));
  1450.             yield => ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] ?? ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] = new \SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory()));
  1451.             yield => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory()));
  1452.             yield => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory()));
  1453.             yield => ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] ?? ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] = new \SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory()));
  1454.         }, 7)));
  1455.         $instance->setInstantiator(new \Zenstruck\Foundry\Instantiator());
  1456.         $instance->setFaker(\Faker\Factory::create());
  1457.         return $instance;
  1458.     }
  1459.     /**
  1460.      * Gets the public '.zenstruck_foundry.global_state_registry' shared service.
  1461.      *
  1462.      * @return \Zenstruck\Foundry\Test\GlobalStateRegistry
  1463.      */
  1464.     protected function get_ZenstruckFoundry_GlobalStateRegistryService()
  1465.     {
  1466.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Test/GlobalStateRegistry.php';
  1467.         return $this->services['.zenstruck_foundry.global_state_registry'] = new \Zenstruck\Foundry\Test\GlobalStateRegistry();
  1468.     }
  1469.     /**
  1470.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1471.      *
  1472.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1473.      */
  1474.     protected function getProfilerControllerService()
  1475.     {
  1476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1477.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1478.     }
  1479.     /**
  1480.      * Gets the public 'Faker\Generator' shared service.
  1481.      *
  1482.      * @return \Faker\Generator
  1483.      */
  1484.     protected function getGeneratorService()
  1485.     {
  1486.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  1489.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  1490.         $instance->seed(1);
  1491.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  1492.         return $instance;
  1493.     }
  1494.     /**
  1495.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup' shared service.
  1496.      *
  1497.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup
  1498.      */
  1499.     protected function getMongodbDatabaseBackupService()
  1500.     {
  1501.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MongodbDatabaseBackup.php';
  1504.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  1505.     }
  1506.     /**
  1507.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup' shared service.
  1508.      *
  1509.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup
  1510.      */
  1511.     protected function getMysqlDatabaseBackupService()
  1512.     {
  1513.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MysqlDatabaseBackup.php';
  1516.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  1517.     }
  1518.     /**
  1519.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup' shared service.
  1520.      *
  1521.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup
  1522.      */
  1523.     protected function getSqliteDatabaseBackupService()
  1524.     {
  1525.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/SqliteDatabaseBackup.php';
  1528.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  1529.     }
  1530.     /**
  1531.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseToolCollection' shared service.
  1532.      *
  1533.      * @return \Liip\TestFixturesBundle\Services\DatabaseToolCollection
  1534.      */
  1535.     protected function getDatabaseToolCollectionService()
  1536.     {
  1537.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseToolCollection.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/AbstractDatabaseTool.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMDatabaseTool.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMSqliteDatabaseTool.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/MongoDBDatabaseTool.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/PHPCRDatabaseTool.php';
  1543.         $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection'] = $instance = new \Liip\TestFixturesBundle\Services\DatabaseToolCollection($thisNULL);
  1544.         $a = ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService());
  1545.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool($this$a));
  1546.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool($this$a));
  1547.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool($this$a));
  1548.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool($this$a));
  1549.         return $instance;
  1550.     }
  1551.     /**
  1552.      * Gets the public 'Liip\TestFixturesBundle\Services\FixturesLoaderFactory' shared service.
  1553.      *
  1554.      * @return \Liip\TestFixturesBundle\Services\FixturesLoaderFactory
  1555.      */
  1556.     protected function getFixturesLoaderFactoryService()
  1557.     {
  1558.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/FixturesLoaderFactory.php';
  1559.         return $this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] = new \Liip\TestFixturesBundle\Services\FixturesLoaderFactory($this, ($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()));
  1560.     }
  1561.     /**
  1562.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\AuthorizeController' shared autowired service.
  1563.      *
  1564.      * @return \Payum\Bundle\PayumBundle\Controller\AuthorizeController
  1565.      */
  1566.     protected function getAuthorizeControllerService()
  1567.     {
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/AuthorizeController.php';
  1572.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\AuthorizeController(($this->services['payum'] ?? $this->getPayumService()));
  1573.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController'$this));
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\CancelController' shared autowired service.
  1578.      *
  1579.      * @return \Payum\Bundle\PayumBundle\Controller\CancelController
  1580.      */
  1581.     protected function getCancelControllerService()
  1582.     {
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/CancelController.php';
  1587.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\CancelController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\CancelController(($this->services['payum'] ?? $this->getPayumService()));
  1588.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\CancelController'$this));
  1589.         return $instance;
  1590.     }
  1591.     /**
  1592.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\CaptureController' shared autowired service.
  1593.      *
  1594.      * @return \Payum\Bundle\PayumBundle\Controller\CaptureController
  1595.      */
  1596.     protected function getCaptureControllerService()
  1597.     {
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/CaptureController.php';
  1602.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\CaptureController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\CaptureController(($this->services['payum'] ?? $this->getPayumService()));
  1603.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\CaptureController'$this));
  1604.         return $instance;
  1605.     }
  1606.     /**
  1607.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\NotifyController' shared autowired service.
  1608.      *
  1609.      * @return \Payum\Bundle\PayumBundle\Controller\NotifyController
  1610.      */
  1611.     protected function getNotifyControllerService()
  1612.     {
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/NotifyController.php';
  1617.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\NotifyController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\NotifyController(($this->services['payum'] ?? $this->getPayumService()));
  1618.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\NotifyController'$this));
  1619.         return $instance;
  1620.     }
  1621.     /**
  1622.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\PayoutController' shared autowired service.
  1623.      *
  1624.      * @return \Payum\Bundle\PayumBundle\Controller\PayoutController
  1625.      */
  1626.     protected function getPayoutControllerService()
  1627.     {
  1628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayoutController.php';
  1632.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\PayoutController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\PayoutController(($this->services['payum'] ?? $this->getPayumService()));
  1633.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\PayoutController'$this));
  1634.         return $instance;
  1635.     }
  1636.     /**
  1637.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\RefundController' shared autowired service.
  1638.      *
  1639.      * @return \Payum\Bundle\PayumBundle\Controller\RefundController
  1640.      */
  1641.     protected function getRefundControllerService()
  1642.     {
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/RefundController.php';
  1647.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\RefundController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\RefundController(($this->services['payum'] ?? $this->getPayumService()));
  1648.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\RefundController'$this));
  1649.         return $instance;
  1650.     }
  1651.     /**
  1652.      * Gets the public 'Payum\Bundle\PayumBundle\Controller\SyncController' shared autowired service.
  1653.      *
  1654.      * @return \Payum\Bundle\PayumBundle\Controller\SyncController
  1655.      */
  1656.     protected function getSyncControllerService()
  1657.     {
  1658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
  1660.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Controller/SyncController.php';
  1662.         $this->services['Payum\\Bundle\\PayumBundle\\Controller\\SyncController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\SyncController(($this->services['payum'] ?? $this->getPayumService()));
  1663.         $instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\SyncController'$this));
  1664.         return $instance;
  1665.     }
  1666.     /**
  1667.      * Gets the public 'SolidInvoice\ClientBundle\Action\Add' shared autowired service.
  1668.      *
  1669.      * @return \SolidInvoice\ClientBundle\Action\Add
  1670.      */
  1671.     protected function getAddService()
  1672.     {
  1673.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Add.php';
  1674.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Add'] = new \SolidInvoice\ClientBundle\Action\Add(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  1675.     }
  1676.     /**
  1677.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address' shared autowired service.
  1678.      *
  1679.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Address
  1680.      */
  1681.     protected function getAddressService()
  1682.     {
  1683.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1684.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SerializeTrait.php';
  1685.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Address.php';
  1686.         $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address();
  1687.         $instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1688.         return $instance;
  1689.     }
  1690.     /**
  1691.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList' shared autowired service.
  1692.      *
  1693.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList
  1694.      */
  1695.     protected function getAddressListService()
  1696.     {
  1697.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1698.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SerializeTrait.php';
  1699.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Address/AddressList.php';
  1700.         $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList();
  1701.         $instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1702.         return $instance;
  1703.     }
  1704.     /**
  1705.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address\Delete' shared autowired service.
  1706.      *
  1707.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Address\Delete
  1708.      */
  1709.     protected function getDeleteService()
  1710.     {
  1711.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1712.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  1713.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1714.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Address/Delete.php';
  1715.         $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address\Delete();
  1716.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address\Edit' shared autowired service.
  1721.      *
  1722.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Address\Edit
  1723.      */
  1724.     protected function getEditService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1727.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1728.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  1729.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  1730.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Address/Edit.php';
  1731.         $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address\Edit(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1732.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1733.         return $instance;
  1734.     }
  1735.     /**
  1736.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact' shared autowired service.
  1737.      *
  1738.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Contact
  1739.      */
  1740.     protected function getContactService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1743.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SerializeTrait.php';
  1744.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Contact.php';
  1745.         $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Contact();
  1746.         $instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1747.         return $instance;
  1748.     }
  1749.     /**
  1750.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact\Add' shared autowired service.
  1751.      *
  1752.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Contact\Add
  1753.      */
  1754.     protected function getAdd2Service()
  1755.     {
  1756.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1757.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Contact/Add.php';
  1758.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add'] = new \SolidInvoice\ClientBundle\Action\Ajax\Contact\Add(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  1759.     }
  1760.     /**
  1761.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete' shared autowired service.
  1762.      *
  1763.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete
  1764.      */
  1765.     protected function getDelete2Service()
  1766.     {
  1767.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1768.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  1769.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1770.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Contact/Delete.php';
  1771.         $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete();
  1772.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1773.         return $instance;
  1774.     }
  1775.     /**
  1776.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact\Edit' shared autowired service.
  1777.      *
  1778.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Contact\Edit
  1779.      */
  1780.     protected function getEdit2Service()
  1781.     {
  1782.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1783.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Contact/Edit.php';
  1784.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit'] = new \SolidInvoice\ClientBundle\Action\Ajax\Contact\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  1785.     }
  1786.     /**
  1787.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Credit' shared autowired service.
  1788.      *
  1789.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Credit
  1790.      */
  1791.     protected function getCreditService()
  1792.     {
  1793.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1794.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1795.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Credit.php';
  1796.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit'] = new \SolidInvoice\ClientBundle\Action\Ajax\Credit(($this->privates['SolidInvoice\\ClientBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()));
  1797.     }
  1798.     /**
  1799.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Delete' shared autowired service.
  1800.      *
  1801.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Delete
  1802.      */
  1803.     protected function getDelete3Service()
  1804.     {
  1805.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1806.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1807.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Delete.php';
  1808.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete'] = new \SolidInvoice\ClientBundle\Action\Ajax\Delete(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1809.     }
  1810.     /**
  1811.      * Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Info' shared autowired service.
  1812.      *
  1813.      * @return \SolidInvoice\ClientBundle\Action\Ajax\Info
  1814.      */
  1815.     protected function getInfoService()
  1816.     {
  1817.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1818.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1819.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Info.php';
  1820.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Info'] = new \SolidInvoice\ClientBundle\Action\Ajax\Info(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? $this->getMoneyFormatterService()));
  1821.     }
  1822.     /**
  1823.      * Gets the public 'SolidInvoice\ClientBundle\Action\Edit' shared autowired service.
  1824.      *
  1825.      * @return \SolidInvoice\ClientBundle\Action\Edit
  1826.      */
  1827.     protected function getEdit3Service()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Edit.php';
  1830.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Edit'] = new \SolidInvoice\ClientBundle\Action\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  1831.     }
  1832.     /**
  1833.      * Gets the public 'SolidInvoice\ClientBundle\Action\Grid\Archive' shared autowired service.
  1834.      *
  1835.      * @return \SolidInvoice\ClientBundle\Action\Grid\Archive
  1836.      */
  1837.     protected function getArchiveService()
  1838.     {
  1839.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1840.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1841.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Grid/Archive.php';
  1842.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Grid\\Archive'] = new \SolidInvoice\ClientBundle\Action\Grid\Archive(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
  1843.     }
  1844.     /**
  1845.      * Gets the public 'SolidInvoice\ClientBundle\Action\Grid\Delete' shared autowired service.
  1846.      *
  1847.      * @return \SolidInvoice\ClientBundle\Action\Grid\Delete
  1848.      */
  1849.     protected function getDelete4Service()
  1850.     {
  1851.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1852.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1853.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Grid/Delete.php';
  1854.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\ClientBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
  1855.     }
  1856.     /**
  1857.      * Gets the public 'SolidInvoice\ClientBundle\Action\Grid\Restore' shared autowired service.
  1858.      *
  1859.      * @return \SolidInvoice\ClientBundle\Action\Grid\Restore
  1860.      */
  1861.     protected function getRestoreService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1864.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  1865.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Grid/Restore.php';
  1866.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Grid\\Restore'] = new \SolidInvoice\ClientBundle\Action\Grid\Restore(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
  1867.     }
  1868.     /**
  1869.      * Gets the public 'SolidInvoice\ClientBundle\Action\Index' shared autowired service.
  1870.      *
  1871.      * @return \SolidInvoice\ClientBundle\Action\Index
  1872.      */
  1873.     protected function getIndexService()
  1874.     {
  1875.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/Index.php';
  1876.         return $this->services['SolidInvoice\\ClientBundle\\Action\\Index'] = new \SolidInvoice\ClientBundle\Action\Index();
  1877.     }
  1878.     /**
  1879.      * Gets the public 'SolidInvoice\ClientBundle\Action\View' shared autowired service.
  1880.      *
  1881.      * @return \SolidInvoice\ClientBundle\Action\View
  1882.      */
  1883.     protected function getViewService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/src/ClientBundle/Action/View.php';
  1886.         return $this->services['SolidInvoice\\ClientBundle\\Action\\View'] = new \SolidInvoice\ClientBundle\Action\View(($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
  1887.     }
  1888.     /**
  1889.      * Gets the public 'SolidInvoice\CoreBundle\Action\CreateCompany' shared autowired service.
  1890.      *
  1891.      * @return \SolidInvoice\CoreBundle\Action\CreateCompany
  1892.      */
  1893.     protected function getCreateCompanyService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/src/CoreBundle/Action/CreateCompany.php';
  1896.         return $this->services['SolidInvoice\\CoreBundle\\Action\\CreateCompany'] = new \SolidInvoice\CoreBundle\Action\CreateCompany();
  1897.     }
  1898.     /**
  1899.      * Gets the public 'SolidInvoice\CoreBundle\Action\SelectCompany' shared autowired service.
  1900.      *
  1901.      * @return \SolidInvoice\CoreBundle\Action\SelectCompany
  1902.      */
  1903.     protected function getSelectCompanyService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/src/CoreBundle/Action/SelectCompany.php';
  1906.         return $this->services['SolidInvoice\\CoreBundle\\Action\\SelectCompany'] = new \SolidInvoice\CoreBundle\Action\SelectCompany(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  1907.     }
  1908.     /**
  1909.      * Gets the public 'SolidInvoice\CoreBundle\Action\ViewBilling' shared autowired service.
  1910.      *
  1911.      * @return \SolidInvoice\CoreBundle\Action\ViewBilling
  1912.      */
  1913.     protected function getViewBillingService()
  1914.     {
  1915.         include_once \dirname(__DIR__4).'/src/CoreBundle/Action/ViewBilling.php';
  1916.         return $this->services['SolidInvoice\\CoreBundle\\Action\\ViewBilling'] = new \SolidInvoice\CoreBundle\Action\ViewBilling(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()));
  1917.     }
  1918.     /**
  1919.      * Gets the public 'SolidInvoice\DataGridBundle\Action\Data' shared autowired service.
  1920.      *
  1921.      * @return \SolidInvoice\DataGridBundle\Action\Data
  1922.      */
  1923.     protected function getDataService()
  1924.     {
  1925.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  1926.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SerializeTrait.php';
  1927.         include_once \dirname(__DIR__4).'/src/DataGridBundle/Action/Data.php';
  1928.         $this->services['SolidInvoice\\DataGridBundle\\Action\\Data'] = $instance = new \SolidInvoice\DataGridBundle\Action\Data(($this->privates['SolidInvoice\\DataGridBundle\\Repository\\GridRepository'] ?? $this->getGridRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1929.         $instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1930.         return $instance;
  1931.     }
  1932.     /**
  1933.      * Gets the public 'SolidInvoice\InstallBundle\Action\Config' shared autowired service.
  1934.      *
  1935.      * @return \SolidInvoice\InstallBundle\Action\Config
  1936.      */
  1937.     protected function getConfigService()
  1938.     {
  1939.         include_once \dirname(__DIR__4).'/src/InstallBundle/Action/Config.php';
  1940.         include_once \dirname(__DIR__4).'/src/CoreBundle/ConfigWriter.php';
  1941.         return $this->services['SolidInvoice\\InstallBundle\\Action\\Config'] = new \SolidInvoice\InstallBundle\Action\Config(($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] ?? ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] = new \SolidInvoice\CoreBundle\ConfigWriter(\dirname(__DIR__4)))), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1942.     }
  1943.     /**
  1944.      * Gets the public 'SolidInvoice\InstallBundle\Action\Finish' shared autowired service.
  1945.      *
  1946.      * @return \SolidInvoice\InstallBundle\Action\Finish
  1947.      */
  1948.     protected function getFinishService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/src/InstallBundle/Action/Finish.php';
  1951.         return $this->services['SolidInvoice\\InstallBundle\\Action\\Finish'] = new \SolidInvoice\InstallBundle\Action\Finish(\dirname(__DIR__4));
  1952.     }
  1953.     /**
  1954.      * Gets the public 'SolidInvoice\InstallBundle\Action\Install' shared autowired service.
  1955.      *
  1956.      * @return \SolidInvoice\InstallBundle\Action\Install
  1957.      */
  1958.     protected function getInstallService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/src/InstallBundle/Action/Install.php';
  1961.         return $this->services['SolidInvoice\\InstallBundle\\Action\\Install'] = new \SolidInvoice\InstallBundle\Action\Install();
  1962.     }
  1963.     /**
  1964.      * Gets the public 'SolidInvoice\InstallBundle\Action\Setup' shared autowired service.
  1965.      *
  1966.      * @return \SolidInvoice\InstallBundle\Action\Setup
  1967.      */
  1968.     protected function getSetupService()
  1969.     {
  1970.         include_once \dirname(__DIR__4).'/src/InstallBundle/Action/Setup.php';
  1971.         include_once \dirname(__DIR__4).'/src/CoreBundle/ConfigWriter.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/mpociot/vat-calculator/src/VatCalculator.php';
  1973.         return $this->services['SolidInvoice\\InstallBundle\\Action\\Setup'] = new \SolidInvoice\InstallBundle\Action\Setup(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] ?? ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] = new \SolidInvoice\CoreBundle\ConfigWriter(\dirname(__DIR__4)))), ($this->privates['Mpociot\\VatCalculator\\VatCalculator'] ?? ($this->privates['Mpociot\\VatCalculator\\VatCalculator'] = new \Mpociot\VatCalculator\VatCalculator())), ($this->services['router'] ?? $this->getRouterService()));
  1974.     }
  1975.     /**
  1976.      * Gets the public 'SolidInvoice\InstallBundle\Action\SystemRequirements' shared autowired service.
  1977.      *
  1978.      * @return \SolidInvoice\InstallBundle\Action\SystemRequirements
  1979.      */
  1980.     protected function getSystemRequirementsService()
  1981.     {
  1982.         include_once \dirname(__DIR__4).'/src/InstallBundle/Action/SystemRequirements.php';
  1983.         return $this->services['SolidInvoice\\InstallBundle\\Action\\SystemRequirements'] = new \SolidInvoice\InstallBundle\Action\SystemRequirements();
  1984.     }
  1985.     /**
  1986.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\CloneInvoice' shared autowired service.
  1987.      *
  1988.      * @return \SolidInvoice\InvoiceBundle\Action\CloneInvoice
  1989.      */
  1990.     protected function getCloneInvoiceService()
  1991.     {
  1992.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/CloneInvoice.php';
  1993.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice'] = new \SolidInvoice\InvoiceBundle\Action\CloneInvoice(($this->services['router'] ?? $this->getRouterService()), ($this->privates['SolidInvoice\\InvoiceBundle\\Cloner\\InvoiceCloner'] ?? $this->getInvoiceClonerService()));
  1994.     }
  1995.     /**
  1996.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice' shared autowired service.
  1997.      *
  1998.      * @return \SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice
  1999.      */
  2000.     protected function getCloneRecurringInvoiceService()
  2001.     {
  2002.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/CloneRecurringInvoice.php';
  2003.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice'] = new \SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice(($this->services['router'] ?? $this->getRouterService()), ($this->privates['SolidInvoice\\InvoiceBundle\\Cloner\\InvoiceCloner'] ?? $this->getInvoiceClonerService()));
  2004.     }
  2005.     /**
  2006.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Create' shared autowired service.
  2007.      *
  2008.      * @return \SolidInvoice\InvoiceBundle\Action\Create
  2009.      */
  2010.     protected function getCreateService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Create.php';
  2013.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Create'] = new \SolidInvoice\InvoiceBundle\Action\Create(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
  2014.     }
  2015.     /**
  2016.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\CreateRecurring' shared autowired service.
  2017.      *
  2018.      * @return \SolidInvoice\InvoiceBundle\Action\CreateRecurring
  2019.      */
  2020.     protected function getCreateRecurringService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/CreateRecurring.php';
  2023.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring'] = new \SolidInvoice\InvoiceBundle\Action\CreateRecurring(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
  2024.     }
  2025.     /**
  2026.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Edit' shared autowired service.
  2027.      *
  2028.      * @return \SolidInvoice\InvoiceBundle\Action\Edit
  2029.      */
  2030.     protected function getEdit4Service()
  2031.     {
  2032.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Edit.php';
  2033.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Edit'] = new \SolidInvoice\InvoiceBundle\Action\Edit(($this->services['router'] ?? $this->getRouterService()), ($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2034.     }
  2035.     /**
  2036.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\EditRecurring' shared autowired service.
  2037.      *
  2038.      * @return \SolidInvoice\InvoiceBundle\Action\EditRecurring
  2039.      */
  2040.     protected function getEditRecurringService()
  2041.     {
  2042.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/EditRecurring.php';
  2043.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\EditRecurring'] = new \SolidInvoice\InvoiceBundle\Action\EditRecurring(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2044.     }
  2045.     /**
  2046.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Fields' shared autowired service.
  2047.      *
  2048.      * @return \SolidInvoice\InvoiceBundle\Action\Fields
  2049.      */
  2050.     protected function getFieldsService()
  2051.     {
  2052.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2053.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Fields.php';
  2054.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Fields'] = new \SolidInvoice\InvoiceBundle\Action\Fields(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] ?? $this->getFieldRendererService()));
  2055.     }
  2056.     /**
  2057.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\Archive' shared autowired service.
  2058.      *
  2059.      * @return \SolidInvoice\InvoiceBundle\Action\Grid\Archive
  2060.      */
  2061.     protected function getArchive2Service()
  2062.     {
  2063.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2064.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2065.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Grid/Archive.php';
  2066.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\Archive'] = new \SolidInvoice\InvoiceBundle\Action\Grid\Archive(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()));
  2067.     }
  2068.     /**
  2069.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\Delete' shared autowired service.
  2070.      *
  2071.      * @return \SolidInvoice\InvoiceBundle\Action\Grid\Delete
  2072.      */
  2073.     protected function getDelete5Service()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2076.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2077.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Grid/Delete.php';
  2078.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\InvoiceBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
  2079.     }
  2080.     /**
  2081.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\RecurringArchive' shared autowired service.
  2082.      *
  2083.      * @return \SolidInvoice\InvoiceBundle\Action\Grid\RecurringArchive
  2084.      */
  2085.     protected function getRecurringArchiveService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2088.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2089.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Grid/RecurringArchive.php';
  2090.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringArchive'] = new \SolidInvoice\InvoiceBundle\Action\Grid\RecurringArchive(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository'] ?? $this->getRecurringInvoiceRepositoryService()), ($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService()));
  2091.     }
  2092.     /**
  2093.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\RecurringDelete' shared autowired service.
  2094.      *
  2095.      * @return \SolidInvoice\InvoiceBundle\Action\Grid\RecurringDelete
  2096.      */
  2097.     protected function getRecurringDeleteService()
  2098.     {
  2099.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2100.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2101.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Grid/RecurringDelete.php';
  2102.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringDelete'] = new \SolidInvoice\InvoiceBundle\Action\Grid\RecurringDelete(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository'] ?? $this->getRecurringInvoiceRepositoryService()));
  2103.     }
  2104.     /**
  2105.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Index' shared autowired service.
  2106.      *
  2107.      * @return \SolidInvoice\InvoiceBundle\Action\Index
  2108.      */
  2109.     protected function getIndex2Service()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Index.php';
  2112.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Index'] = new \SolidInvoice\InvoiceBundle\Action\Index(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  2113.     }
  2114.     /**
  2115.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\RecurringIndex' shared autowired service.
  2116.      *
  2117.      * @return \SolidInvoice\InvoiceBundle\Action\RecurringIndex
  2118.      */
  2119.     protected function getRecurringIndexService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/RecurringIndex.php';
  2122.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\RecurringIndex'] = new \SolidInvoice\InvoiceBundle\Action\RecurringIndex();
  2123.     }
  2124.     /**
  2125.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\RecurringTransition' shared autowired service.
  2126.      *
  2127.      * @return \SolidInvoice\InvoiceBundle\Action\RecurringTransition
  2128.      */
  2129.     protected function getRecurringTransitionService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  2132.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  2133.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/RecurringTransition.php';
  2134.         $this->services['SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition'] = $instance = new \SolidInvoice\InvoiceBundle\Action\RecurringTransition(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService()));
  2135.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2136.         return $instance;
  2137.     }
  2138.     /**
  2139.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Transition' shared autowired service.
  2140.      *
  2141.      * @return \SolidInvoice\InvoiceBundle\Action\Transition
  2142.      */
  2143.     protected function getTransitionService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  2146.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  2147.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Transition.php';
  2148.         $this->services['SolidInvoice\\InvoiceBundle\\Action\\Transition'] = $instance = new \SolidInvoice\InvoiceBundle\Action\Transition(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()));
  2149.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2150.         return $instance;
  2151.     }
  2152.     /**
  2153.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\Transition\Send' shared autowired service.
  2154.      *
  2155.      * @return \SolidInvoice\InvoiceBundle\Action\Transition\Send
  2156.      */
  2157.     protected function getSendService()
  2158.     {
  2159.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  2160.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  2161.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/Transition/Send.php';
  2162.         $this->services['SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send'] = $instance = new \SolidInvoice\InvoiceBundle\Action\Transition\Send(($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()));
  2163.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2164.         return $instance;
  2165.     }
  2166.     /**
  2167.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\View' shared autowired service.
  2168.      *
  2169.      * @return \SolidInvoice\InvoiceBundle\Action\View
  2170.      */
  2171.     protected function getView2Service()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/View.php';
  2174.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\View'] = new \SolidInvoice\InvoiceBundle\Action\View(($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2175.     }
  2176.     /**
  2177.      * Gets the public 'SolidInvoice\InvoiceBundle\Action\ViewRecurring' shared autowired service.
  2178.      *
  2179.      * @return \SolidInvoice\InvoiceBundle\Action\ViewRecurring
  2180.      */
  2181.     protected function getViewRecurringService()
  2182.     {
  2183.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Action/ViewRecurring.php';
  2184.         return $this->services['SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring'] = new \SolidInvoice\InvoiceBundle\Action\ViewRecurring();
  2185.     }
  2186.     /**
  2187.      * Gets the public 'SolidInvoice\PaymentBundle\Action\Ajax\MethodList' shared autowired service.
  2188.      *
  2189.      * @return \SolidInvoice\PaymentBundle\Action\Ajax\MethodList
  2190.      */
  2191.     protected function getMethodListService()
  2192.     {
  2193.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2194.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2195.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Action/Ajax/MethodList.php';
  2196.         return $this->services['SolidInvoice\\PaymentBundle\\Action\\Ajax\\MethodList'] = new \SolidInvoice\PaymentBundle\Action\Ajax\MethodList(($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), ($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository'] ?? $this->getPaymentMethodRepositoryService()));
  2197.     }
  2198.     /**
  2199.      * Gets the public 'SolidInvoice\PaymentBundle\Action\Ajax\Settings' shared autowired service.
  2200.      *
  2201.      * @return \SolidInvoice\PaymentBundle\Action\Ajax\Settings
  2202.      */
  2203.     protected function getSettingsService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2206.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Action/Ajax/Settings.php';
  2207.         return $this->services['SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings'] = new \SolidInvoice\PaymentBundle\Action\Ajax\Settings(($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), ($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2208.     }
  2209.     /**
  2210.      * Gets the public 'SolidInvoice\PaymentBundle\Action\Done' shared autowired service.
  2211.      *
  2212.      * @return \SolidInvoice\PaymentBundle\Action\Done
  2213.      */
  2214.     protected function getDoneService()
  2215.     {
  2216.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  2217.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  2218.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Action/Done.php';
  2219.         $this->services['SolidInvoice\\PaymentBundle\\Action\\Done'] = $instance = new \SolidInvoice\PaymentBundle\Action\Done(($this->services['payum'] ?? $this->getPayumService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2220.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the public 'SolidInvoice\PaymentBundle\Action\Index' shared autowired service.
  2225.      *
  2226.      * @return \SolidInvoice\PaymentBundle\Action\Index
  2227.      */
  2228.     protected function getIndex3Service()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Action/Index.php';
  2231.         return $this->services['SolidInvoice\\PaymentBundle\\Action\\Index'] = new \SolidInvoice\PaymentBundle\Action\Index();
  2232.     }
  2233.     /**
  2234.      * Gets the public 'SolidInvoice\PaymentBundle\Action\Prepare' shared autowired service.
  2235.      *
  2236.      * @return \SolidInvoice\PaymentBundle\Action\Prepare
  2237.      */
  2238.     protected function getPrepareService()
  2239.     {
  2240.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  2241.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  2242.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Action/Prepare.php';
  2243.         $this->services['SolidInvoice\\PaymentBundle\\Action\\Prepare'] = $instance = new \SolidInvoice\PaymentBundle\Action\Prepare(($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()), ($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository'] ?? $this->getPaymentMethodRepositoryService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['payum'] ?? $this->getPayumService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
  2244.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the public 'SolidInvoice\PaymentBundle\Action\Settings' shared autowired service.
  2249.      *
  2250.      * @return \SolidInvoice\PaymentBundle\Action\Settings
  2251.      */
  2252.     protected function getSettings2Service()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Action/Settings.php';
  2255.         return $this->services['SolidInvoice\\PaymentBundle\\Action\\Settings'] = new \SolidInvoice\PaymentBundle\Action\Settings();
  2256.     }
  2257.     /**
  2258.      * Gets the public 'SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction' shared autowired service.
  2259.      *
  2260.      * @return \SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction
  2261.      */
  2262.     protected function getStatusActionService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/GatewayAwareInterface.php';
  2266.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/GatewayAwareTrait.php';
  2267.         include_once \dirname(__DIR__4).'/src/PaymentBundle/PaymentAction/Offline/StatusAction.php';
  2268.         return $this->services['SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction'] = new \SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction();
  2269.     }
  2270.     /**
  2271.      * Gets the public 'SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction' shared autowired service.
  2272.      *
  2273.      * @return \SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction
  2274.      */
  2275.     protected function getPaymentDetailsStatusActionService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/GatewayAwareInterface.php';
  2279.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/GatewayAwareTrait.php';
  2280.         include_once \dirname(__DIR__4).'/src/PaymentBundle/PaymentAction/PaypalExpress/PaymentDetailsStatusAction.php';
  2281.         return $this->services['SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction'] = new \SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction();
  2282.     }
  2283.     /**
  2284.      * Gets the public 'SolidInvoice\PaymentBundle\Payum\Extension\UpdatePaymentDetailsExtension' shared autowired service.
  2285.      *
  2286.      * @return \SolidInvoice\PaymentBundle\Payum\Extension\UpdatePaymentDetailsExtension
  2287.      */
  2288.     protected function getUpdatePaymentDetailsExtensionService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Payum/Extension/UpdatePaymentDetailsExtension.php';
  2291.         return $this->services['SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension'] = new \SolidInvoice\PaymentBundle\Payum\Extension\UpdatePaymentDetailsExtension(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2292.     }
  2293.     /**
  2294.      * Gets the public 'SolidInvoice\QuoteBundle\Action\CloneQuote' shared autowired service.
  2295.      *
  2296.      * @return \SolidInvoice\QuoteBundle\Action\CloneQuote
  2297.      */
  2298.     protected function getCloneQuoteService()
  2299.     {
  2300.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/CloneQuote.php';
  2301.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Cloner/QuoteCloner.php';
  2302.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\CloneQuote'] = new \SolidInvoice\QuoteBundle\Action\CloneQuote(new \SolidInvoice\QuoteBundle\Cloner\QuoteCloner(($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService())), ($this->services['router'] ?? $this->getRouterService()));
  2303.     }
  2304.     /**
  2305.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Create' shared autowired service.
  2306.      *
  2307.      * @return \SolidInvoice\QuoteBundle\Action\Create
  2308.      */
  2309.     protected function getCreate2Service()
  2310.     {
  2311.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Create.php';
  2312.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Create'] = new \SolidInvoice\QuoteBundle\Action\Create(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2313.     }
  2314.     /**
  2315.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Edit' shared autowired service.
  2316.      *
  2317.      * @return \SolidInvoice\QuoteBundle\Action\Edit
  2318.      */
  2319.     protected function getEdit5Service()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Edit.php';
  2322.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Edit'] = new \SolidInvoice\QuoteBundle\Action\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2323.     }
  2324.     /**
  2325.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Fields' shared autowired service.
  2326.      *
  2327.      * @return \SolidInvoice\QuoteBundle\Action\Fields
  2328.      */
  2329.     protected function getFields2Service()
  2330.     {
  2331.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2332.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Fields.php';
  2333.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Fields'] = new \SolidInvoice\QuoteBundle\Action\Fields(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] ?? $this->getFieldRendererService()));
  2334.     }
  2335.     /**
  2336.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Grid\Archive' shared autowired service.
  2337.      *
  2338.      * @return \SolidInvoice\QuoteBundle\Action\Grid\Archive
  2339.      */
  2340.     protected function getArchive3Service()
  2341.     {
  2342.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2343.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2344.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Grid/Archive.php';
  2345.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Grid\\Archive'] = new \SolidInvoice\QuoteBundle\Action\Grid\Archive(($this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] ?? $this->getQuoteRepositoryService()), ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService()));
  2346.     }
  2347.     /**
  2348.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Grid\Delete' shared autowired service.
  2349.      *
  2350.      * @return \SolidInvoice\QuoteBundle\Action\Grid\Delete
  2351.      */
  2352.     protected function getDelete6Service()
  2353.     {
  2354.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2355.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2356.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Grid/Delete.php';
  2357.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\QuoteBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] ?? $this->getQuoteRepositoryService()));
  2358.     }
  2359.     /**
  2360.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Index' shared autowired service.
  2361.      *
  2362.      * @return \SolidInvoice\QuoteBundle\Action\Index
  2363.      */
  2364.     protected function getIndex4Service()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Index.php';
  2367.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Index'] = new \SolidInvoice\QuoteBundle\Action\Index(($this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] ?? $this->getQuoteRepositoryService()));
  2368.     }
  2369.     /**
  2370.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Transition' shared autowired service.
  2371.      *
  2372.      * @return \SolidInvoice\QuoteBundle\Action\Transition
  2373.      */
  2374.     protected function getTransition2Service()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Transition.php';
  2377.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Transition'] = new \SolidInvoice\QuoteBundle\Action\Transition(($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService()), ($this->services['router'] ?? $this->getRouterService()));
  2378.     }
  2379.     /**
  2380.      * Gets the public 'SolidInvoice\QuoteBundle\Action\Transition\Send' shared autowired service.
  2381.      *
  2382.      * @return \SolidInvoice\QuoteBundle\Action\Transition\Send
  2383.      */
  2384.     protected function getSend2Service()
  2385.     {
  2386.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/Transition/Send.php';
  2387.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\Transition\\Send'] = new \SolidInvoice\QuoteBundle\Action\Transition\Send(($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'] ?? $this->getQuoteMailerService()), ($this->services['router'] ?? $this->getRouterService()));
  2388.     }
  2389.     /**
  2390.      * Gets the public 'SolidInvoice\QuoteBundle\Action\View' shared autowired service.
  2391.      *
  2392.      * @return \SolidInvoice\QuoteBundle\Action\View
  2393.      */
  2394.     protected function getView3Service()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Action/View.php';
  2397.         return $this->services['SolidInvoice\\QuoteBundle\\Action\\View'] = new \SolidInvoice\QuoteBundle\Action\View(($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2398.     }
  2399.     /**
  2400.      * Gets the public 'SolidInvoice\SettingsBundle\Action\Index' shared autowired service.
  2401.      *
  2402.      * @return \SolidInvoice\SettingsBundle\Action\Index
  2403.      */
  2404.     protected function getIndex5Service()
  2405.     {
  2406.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Action/Index.php';
  2407.         return $this->services['SolidInvoice\\SettingsBundle\\Action\\Index'] = new \SolidInvoice\SettingsBundle\Action\Index();
  2408.     }
  2409.     /**
  2410.      * Gets the public 'SolidInvoice\SettingsBundle\SystemConfig' shared autowired service.
  2411.      *
  2412.      * @return \SolidInvoice\SettingsBundle\SystemConfig
  2413.      */
  2414.     protected function getSystemConfigService()
  2415.     {
  2416.         return $this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] = new \SolidInvoice\SettingsBundle\SystemConfig($this->getEnv('installed'), ($this->privates['SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository'] ?? $this->getSettingsRepositoryService()));
  2417.     }
  2418.     /**
  2419.      * Gets the public 'SolidInvoice\SettingsBundle\Twig\Components\Settings' autowired service.
  2420.      *
  2421.      * @return \SolidInvoice\SettingsBundle\Twig\Components\Settings
  2422.      */
  2423.     protected function getSettings3Service()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/DefaultActionTrait.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/ComponentWithFormTrait.php';
  2428.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Twig/Components/Settings.php';
  2429.         $this->factories['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'] = function () {
  2430.             $instance = new \SolidInvoice\SettingsBundle\Twig\Components\Settings(($this->privates['SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository'] ?? $this->getSettingsRepositoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2431.             $instance->setContainer(($this->privates['.service_locator.dwKQLWi.SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'] ?? $this->getSettings4Service()));
  2432.             return $instance;
  2433.         };
  2434.         return $this->factories['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings']();
  2435.     }
  2436.     /**
  2437.      * Gets the public 'SolidInvoice\TaxBundle\Action\Add' shared autowired service.
  2438.      *
  2439.      * @return \SolidInvoice\TaxBundle\Action\Add
  2440.      */
  2441.     protected function getAdd3Service()
  2442.     {
  2443.         include_once \dirname(__DIR__4).'/src/TaxBundle/Action/Add.php';
  2444.         return $this->services['SolidInvoice\\TaxBundle\\Action\\Add'] = new \SolidInvoice\TaxBundle\Action\Add(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2445.     }
  2446.     /**
  2447.      * Gets the public 'SolidInvoice\TaxBundle\Action\Edit' shared autowired service.
  2448.      *
  2449.      * @return \SolidInvoice\TaxBundle\Action\Edit
  2450.      */
  2451.     protected function getEdit6Service()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/src/TaxBundle/Action/Edit.php';
  2454.         return $this->services['SolidInvoice\\TaxBundle\\Action\\Edit'] = new \SolidInvoice\TaxBundle\Action\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
  2455.     }
  2456.     /**
  2457.      * Gets the public 'SolidInvoice\TaxBundle\Action\Grid\Delete' shared autowired service.
  2458.      *
  2459.      * @return \SolidInvoice\TaxBundle\Action\Grid\Delete
  2460.      */
  2461.     protected function getDelete7Service()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2464.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2465.         include_once \dirname(__DIR__4).'/src/TaxBundle/Action/Grid/Delete.php';
  2466.         return $this->services['SolidInvoice\\TaxBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\TaxBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\TaxBundle\\Repository\\TaxRepository'] ?? $this->getTaxRepositoryService()));
  2467.     }
  2468.     /**
  2469.      * Gets the public 'SolidInvoice\TaxBundle\Action\Index' shared autowired service.
  2470.      *
  2471.      * @return \SolidInvoice\TaxBundle\Action\Index
  2472.      */
  2473.     protected function getIndex6Service()
  2474.     {
  2475.         include_once \dirname(__DIR__4).'/src/TaxBundle/Action/Index.php';
  2476.         return $this->services['SolidInvoice\\TaxBundle\\Action\\Index'] = new \SolidInvoice\TaxBundle\Action\Index();
  2477.     }
  2478.     /**
  2479.      * Gets the public 'SolidInvoice\TaxBundle\Action\Validate' shared autowired service.
  2480.      *
  2481.      * @return \SolidInvoice\TaxBundle\Action\Validate
  2482.      */
  2483.     protected function getValidateService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2486.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2487.         include_once \dirname(__DIR__4).'/src/TaxBundle/Action/Validate.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/mpociot/vat-calculator/src/VatCalculator.php';
  2489.         return $this->services['SolidInvoice\\TaxBundle\\Action\\Validate'] = new \SolidInvoice\TaxBundle\Action\Validate(($this->privates['Mpociot\\VatCalculator\\VatCalculator'] ?? ($this->privates['Mpociot\\VatCalculator\\VatCalculator'] = new \Mpociot\VatCalculator\VatCalculator())));
  2490.     }
  2491.     /**
  2492.      * Gets the public 'SolidInvoice\UserBundle\Action\AcceptInvitation' shared autowired service.
  2493.      *
  2494.      * @return \SolidInvoice\UserBundle\Action\AcceptInvitation
  2495.      */
  2496.     protected function getAcceptInvitationService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/AcceptInvitation.php';
  2499.         return $this->services['SolidInvoice\\UserBundle\\Action\\AcceptInvitation'] = new \SolidInvoice\UserBundle\Action\AcceptInvitation(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()), ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  2500.     }
  2501.     /**
  2502.      * Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiCreate' shared autowired service.
  2503.      *
  2504.      * @return \SolidInvoice\UserBundle\Action\Ajax\ApiCreate
  2505.      */
  2506.     protected function getApiCreateService()
  2507.     {
  2508.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2509.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Ajax/ApiCreate.php';
  2510.         return $this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiCreate'] = new \SolidInvoice\UserBundle\Action\Ajax\ApiCreate(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2511.     }
  2512.     /**
  2513.      * Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiList' shared autowired service.
  2514.      *
  2515.      * @return \SolidInvoice\UserBundle\Action\Ajax\ApiList
  2516.      */
  2517.     protected function getApiListService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SerializeTrait.php';
  2520.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Ajax/ApiList.php';
  2521.         $this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiList'] = $instance = new \SolidInvoice\UserBundle\Action\Ajax\ApiList(($this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository'] ?? $this->getApiTokenRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2522.         $instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2523.         return $instance;
  2524.     }
  2525.     /**
  2526.      * Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiRevoke' shared autowired service.
  2527.      *
  2528.      * @return \SolidInvoice\UserBundle\Action\Ajax\ApiRevoke
  2529.      */
  2530.     protected function getApiRevokeService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2533.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  2534.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2535.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Ajax/ApiRevoke.php';
  2536.         $this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke'] = $instance = new \SolidInvoice\UserBundle\Action\Ajax\ApiRevoke();
  2537.         $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2538.         return $instance;
  2539.     }
  2540.     /**
  2541.      * Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiTokenHistory' shared autowired service.
  2542.      *
  2543.      * @return \SolidInvoice\UserBundle\Action\Ajax\ApiTokenHistory
  2544.      */
  2545.     protected function getApiTokenHistoryService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2548.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Ajax/ApiTokenHistory.php';
  2549.         return $this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory'] = new \SolidInvoice\UserBundle\Action\Ajax\ApiTokenHistory(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2550.     }
  2551.     /**
  2552.      * Gets the public 'SolidInvoice\UserBundle\Action\ApiIndex' shared autowired service.
  2553.      *
  2554.      * @return \SolidInvoice\UserBundle\Action\ApiIndex
  2555.      */
  2556.     protected function getApiIndexService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/ApiIndex.php';
  2559.         return $this->services['SolidInvoice\\UserBundle\\Action\\ApiIndex'] = new \SolidInvoice\UserBundle\Action\ApiIndex();
  2560.     }
  2561.     /**
  2562.      * Gets the public 'SolidInvoice\UserBundle\Action\EditProfile' shared autowired service.
  2563.      *
  2564.      * @return \SolidInvoice\UserBundle\Action\EditProfile
  2565.      */
  2566.     protected function getEditProfileService()
  2567.     {
  2568.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/EditProfile.php';
  2569.         return $this->services['SolidInvoice\\UserBundle\\Action\\EditProfile'] = new \SolidInvoice\UserBundle\Action\EditProfile();
  2570.     }
  2571.     /**
  2572.      * Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Check' shared autowired service.
  2573.      *
  2574.      * @return \SolidInvoice\UserBundle\Action\ForgotPassword\Check
  2575.      */
  2576.     protected function getCheckService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/ForgotPassword/Check.php';
  2579.         return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Check'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Check();
  2580.     }
  2581.     /**
  2582.      * Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Request' shared autowired service.
  2583.      *
  2584.      * @return \SolidInvoice\UserBundle\Action\ForgotPassword\Request
  2585.      */
  2586.     protected function getRequestService()
  2587.     {
  2588.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/ForgotPassword/Request.php';
  2589.         return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Request'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Request();
  2590.     }
  2591.     /**
  2592.      * Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Reset' shared autowired service.
  2593.      *
  2594.      * @return \SolidInvoice\UserBundle\Action\ForgotPassword\Reset
  2595.      */
  2596.     protected function getResetService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/ForgotPassword/Reset.php';
  2599.         return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Reset();
  2600.     }
  2601.     /**
  2602.      * Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Send' shared autowired service.
  2603.      *
  2604.      * @return \SolidInvoice\UserBundle\Action\ForgotPassword\Send
  2605.      */
  2606.     protected function getSend3Service()
  2607.     {
  2608.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/ForgotPassword/Send.php';
  2609.         return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Send();
  2610.     }
  2611.     /**
  2612.      * Gets the public 'SolidInvoice\UserBundle\Action\Grid\Delete' shared autowired service.
  2613.      *
  2614.      * @return \SolidInvoice\UserBundle\Action\Grid\Delete
  2615.      */
  2616.     protected function getDelete8Service()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2619.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2620.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Grid/Delete.php';
  2621.         return $this->services['SolidInvoice\\UserBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\UserBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
  2622.     }
  2623.     /**
  2624.      * Gets the public 'SolidInvoice\UserBundle\Action\Grid\DeleteInvitations' shared autowired service.
  2625.      *
  2626.      * @return \SolidInvoice\UserBundle\Action\Grid\DeleteInvitations
  2627.      */
  2628.     protected function getDeleteInvitationsService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/src/CoreBundle/Response/AjaxResponse.php';
  2631.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php';
  2632.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Grid/DeleteInvitations.php';
  2633.         return $this->services['SolidInvoice\\UserBundle\\Action\\Grid\\DeleteInvitations'] = new \SolidInvoice\UserBundle\Action\Grid\DeleteInvitations(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()));
  2634.     }
  2635.     /**
  2636.      * Gets the public 'SolidInvoice\UserBundle\Action\InviteUser' shared autowired service.
  2637.      *
  2638.      * @return \SolidInvoice\UserBundle\Action\InviteUser
  2639.      */
  2640.     protected function getInviteUserService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/InviteUser.php';
  2643.         return $this->services['SolidInvoice\\UserBundle\\Action\\InviteUser'] = new \SolidInvoice\UserBundle\Action\InviteUser(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['router'] ?? $this->getRouterService()));
  2644.     }
  2645.     /**
  2646.      * Gets the public 'SolidInvoice\UserBundle\Action\Profile' shared autowired service.
  2647.      *
  2648.      * @return \SolidInvoice\UserBundle\Action\Profile
  2649.      */
  2650.     protected function getProfileService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Profile.php';
  2653.         return $this->services['SolidInvoice\\UserBundle\\Action\\Profile'] = new \SolidInvoice\UserBundle\Action\Profile();
  2654.     }
  2655.     /**
  2656.      * Gets the public 'SolidInvoice\UserBundle\Action\Register' shared autowired service.
  2657.      *
  2658.      * @return \SolidInvoice\UserBundle\Action\Register
  2659.      */
  2660.     protected function getRegisterService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Register.php';
  2663.         return $this->services['SolidInvoice\\UserBundle\\Action\\Register'] = new \SolidInvoice\UserBundle\Action\Register(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()));
  2664.     }
  2665.     /**
  2666.      * Gets the public 'SolidInvoice\UserBundle\Action\ResendUserInvite' shared autowired service.
  2667.      *
  2668.      * @return \SolidInvoice\UserBundle\Action\ResendUserInvite
  2669.      */
  2670.     protected function getResendUserInviteService()
  2671.     {
  2672.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/ResendUserInvite.php';
  2673.         return $this->services['SolidInvoice\\UserBundle\\Action\\ResendUserInvite'] = new \SolidInvoice\UserBundle\Action\ResendUserInvite(($this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'] ?? $this->getUserInvitationService()), ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  2674.     }
  2675.     /**
  2676.      * Gets the public 'SolidInvoice\UserBundle\Action\Security\ChangePassword' shared autowired service.
  2677.      *
  2678.      * @return \SolidInvoice\UserBundle\Action\Security\ChangePassword
  2679.      */
  2680.     protected function getChangePasswordService()
  2681.     {
  2682.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Security/ChangePassword.php';
  2683.         return $this->services['SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword'] = new \SolidInvoice\UserBundle\Action\Security\ChangePassword();
  2684.     }
  2685.     /**
  2686.      * Gets the public 'SolidInvoice\UserBundle\Action\Security\Login' shared autowired service.
  2687.      *
  2688.      * @return \SolidInvoice\UserBundle\Action\Security\Login
  2689.      */
  2690.     protected function getLoginService()
  2691.     {
  2692.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Security/Login.php';
  2693.         return $this->services['SolidInvoice\\UserBundle\\Action\\Security\\Login'] = new \SolidInvoice\UserBundle\Action\Security\Login();
  2694.     }
  2695.     /**
  2696.      * Gets the public 'SolidInvoice\UserBundle\Action\Users' shared autowired service.
  2697.      *
  2698.      * @return \SolidInvoice\UserBundle\Action\Users
  2699.      */
  2700.     protected function getUsersService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/src/UserBundle/Action/Users.php';
  2703.         return $this->services['SolidInvoice\\UserBundle\\Action\\Users'] = new \SolidInvoice\UserBundle\Action\Users();
  2704.     }
  2705.     /**
  2706.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2707.      *
  2708.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2709.      */
  2710.     protected function getRedirectControllerService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2713.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2714.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2715.     }
  2716.     /**
  2717.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2718.      *
  2719.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2720.      */
  2721.     protected function getTemplateControllerService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2724.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2725.     }
  2726.     /**
  2727.      * Gets the public 'api_platform.action.documentation' shared service.
  2728.      *
  2729.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  2730.      */
  2731.     protected function getApiPlatform_Action_DocumentationService()
  2732.     {
  2733.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  2734.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'Dashiro Invoice - eFactura''SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".'    \'headers\' => ['."\n".'        \'X-API-TOKEN\' => \'${apiToken}\','."\n".'    ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`''1.0.2'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.next'] ?? $this->getApiPlatform_Openapi_Factory_NextService()));
  2735.     }
  2736.     /**
  2737.      * Gets the public 'api_platform.action.entrypoint' shared service.
  2738.      *
  2739.      * @return \ApiPlatform\Action\EntrypointAction
  2740.      */
  2741.     protected function getApiPlatform_Action_EntrypointService()
  2742.     {
  2743.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  2744.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2745.     }
  2746.     /**
  2747.      * Gets the public 'api_platform.action.exception' shared service.
  2748.      *
  2749.      * @return \ApiPlatform\Action\ExceptionAction
  2750.      */
  2751.     protected function getApiPlatform_Action_ExceptionService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  2754.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
  2755.     }
  2756.     /**
  2757.      * Gets the public 'api_platform.action.not_exposed' shared service.
  2758.      *
  2759.      * @return \ApiPlatform\Action\NotExposedAction
  2760.      */
  2761.     protected function getApiPlatform_Action_NotExposedService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  2764.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  2765.     }
  2766.     /**
  2767.      * Gets the public 'api_platform.action.not_found' shared service.
  2768.      *
  2769.      * @return \ApiPlatform\Action\NotFoundAction
  2770.      */
  2771.     protected function getApiPlatform_Action_NotFoundService()
  2772.     {
  2773.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  2774.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  2775.     }
  2776.     /**
  2777.      * Gets the public 'api_platform.action.placeholder' shared service.
  2778.      *
  2779.      * @return \ApiPlatform\Action\PlaceholderAction
  2780.      */
  2781.     protected function getApiPlatform_Action_PlaceholderService()
  2782.     {
  2783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  2784.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  2785.     }
  2786.     /**
  2787.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  2788.      *
  2789.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  2790.      */
  2791.     protected function getApiPlatform_Jsonld_Action_ContextService()
  2792.     {
  2793.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  2794.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
  2795.     }
  2796.     /**
  2797.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  2798.      *
  2799.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  2800.      */
  2801.     protected function getApiPlatform_Swagger_Action_UiService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  2804.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'Dashiro Invoice - eFactura''SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".'    \'headers\' => ['."\n".'        \'X-API-TOKEN\' => \'${apiToken}\','."\n".'    ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`''1.0.2'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], falsetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  2805.     }
  2806.     /**
  2807.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  2808.      *
  2809.      * @return \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  2810.      */
  2811.     protected function getApiPlatform_SwaggerUi_ActionService()
  2812.     {
  2813.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  2815.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.next'] ?? $this->getApiPlatform_Openapi_Factory_NextService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truefalsetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  2816.     }
  2817.     /**
  2818.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2819.      *
  2820.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2821.      */
  2822.     protected function getBazinga_Jstranslation_ControllerService()
  2823.     {
  2824.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2839.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'en''messages''86400');
  2840.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2841.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2842.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2843.         $instance->addLoader('yaml'$a);
  2844.         $instance->addLoader('yml'$a);
  2845.         $instance->addLoader('xlf'$b);
  2846.         $instance->addLoader('xliff'$b);
  2847.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2848.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2849.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2850.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2851.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2852.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2853.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2854.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2855.         return $instance;
  2856.     }
  2857.     /**
  2858.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2859.      *
  2860.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2861.      */
  2862.     protected function getBazinga_Jstranslation_DumpCommandService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2866.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__4));
  2867.         $instance->setName('bazinga:js-translation:dump');
  2868.         return $instance;
  2869.     }
  2870.     /**
  2871.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2872.      *
  2873.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2874.      */
  2875.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2876.     {
  2877.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2893.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'en''messages', [], []);
  2894.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2895.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2896.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2897.         $instance->addLoader('yaml'$a);
  2898.         $instance->addLoader('yml'$a);
  2899.         $instance->addLoader('xlf'$b);
  2900.         $instance->addLoader('xliff'$b);
  2901.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2902.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2903.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2904.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2905.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2906.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2907.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2908.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2909.         return $instance;
  2910.     }
  2911.     /**
  2912.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2913.      *
  2914.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2915.      */
  2916.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2919.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml')], '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/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations/email.en.yml'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/DashboardBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/InstallBundle/Resources/translations/messages.en.yml'), 10 => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/email.en.yml'), 11 => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/email.en.yml'), 13 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/messages.en.yml'), 14 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/email.en.yml'), 15 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/messages.en.yml'), 16 => (\dirname(__DIR__4).'/src/SettingsBundle/Resources/translations/messages.en.yml'), 17 => (\dirname(__DIR__4).'/src/TaxBundle/Resources/translations/messages.en.yml'), 18 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations/email.en.yml'), 19 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations/messages.en.yml')], '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')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml')], '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'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml')], '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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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')], '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')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.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/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.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')], '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')], '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')], '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).'/src/ClientBundle/Resources/translations/email.ro.yml'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/DashboardBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/InstallBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/email.ro.yml'), => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/messages.ro.yml'), 10 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/email.ro.yml'), 11 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/messages.ro.yml'), 12 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/email.ro.yml'), 13 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/messages.ro.yml'), 14 => (\dirname(__DIR__4).'/src/SettingsBundle/Resources/translations/messages.ro.yml'), 15 => (\dirname(__DIR__4).'/src/TaxBundle/Resources/translations/messages.ro.yml'), 16 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations/messages.ro.yml')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], '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')], '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')], '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')]]);
  2920.     }
  2921.     /**
  2922.      * Gets the public 'cache.app' shared service.
  2923.      *
  2924.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2925.      */
  2926.     protected function getCache_AppService()
  2927.     {
  2928.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SX4EVAMU39'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2929.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2930.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2931.     }
  2932.     /**
  2933.      * Gets the public 'cache.app_clearer' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2936.      */
  2937.     protected function getCache_AppClearerService()
  2938.     {
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2941.         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.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService())]);
  2942.     }
  2943.     /**
  2944.      * Gets the public 'cache.global_clearer' shared service.
  2945.      *
  2946.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2947.      */
  2948.     protected function getCache_GlobalClearerService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2952.         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.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), 'api_platform.cache.metadata.resource_collection' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService())]);
  2953.     }
  2954.     /**
  2955.      * Gets the public 'cache.system' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2958.      */
  2959.     protected function getCache_SystemService()
  2960.     {
  2961.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uBd4WhGjum'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2962.     }
  2963.     /**
  2964.      * Gets the public 'cache.system_clearer' shared service.
  2965.      *
  2966.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2967.      */
  2968.     protected function getCache_SystemClearerService()
  2969.     {
  2970.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2972.         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.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), 'api_platform.cache.metadata.resource_collection' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService())]);
  2973.     }
  2974.     /**
  2975.      * Gets the public 'cache.validator_expression_language' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2978.      */
  2979.     protected function getCache_ValidatorExpressionLanguageService()
  2980.     {
  2981.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3FY8JpuFCa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2982.     }
  2983.     /**
  2984.      * Gets the public 'cache_warmer' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2987.      */
  2988.     protected function getCacheWarmerService()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2992.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2993.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2994.             yield => ($this->privates['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
  2995.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2996.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2997.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2998.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2999.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  3000.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  3001.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  3002.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  3003.             yield 10 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/static/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  3004.             yield 11 => ($this->privates['ux.live_component.twig.cache_warmer'] ?? $this->getUx_LiveComponent_Twig_CacheWarmerService());
  3005.         }, 12), true, ($this->targetDir.''.'/SolidInvoice_KernelDevDebugContainerDeprecations.log'));
  3006.     }
  3007.     /**
  3008.      * Gets the public 'console.command_loader' shared service.
  3009.      *
  3010.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  3011.      */
  3012.     protected function getConsole_CommandLoaderService()
  3013.     {
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  3016.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3017.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  3018.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  3019.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  3020.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  3021.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  3022.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  3023.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  3024.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  3025.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  3026.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  3027.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  3028.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  3029.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  3030.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  3031.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  3032.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  3033.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  3034.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  3035.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  3036.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  3037.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  3038.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  3039.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  3040.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  3041.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  3042.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  3043.             'console.command.workflow_dump' => ['privates''.console.command.workflow_dump.lazy''get_Console_Command_WorkflowDump_LazyService'false],
  3044.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  3045.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  3046.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  3047.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  3048.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  3049.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  3050.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  3051.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  3052.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  3053.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  3054.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  3055.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  3056.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  3057.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  3058.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  3059.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  3060.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  3061.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3062.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3063.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3064.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  3065.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3066.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3067.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3068.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3069.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3070.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3071.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3072.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3073.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3074.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3075.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3076.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3077.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3078.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3079.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3080.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  3081.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  3082.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  3083.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  3084.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  3085.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  3086.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  3087.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  3088.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  3089.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  3090.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  3091.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  3092.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  3093.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  3094.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  3095.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  3096.             'payum.command.create_capture_token' => ['privates''payum.command.create_capture_token''getPayum_Command_CreateCaptureTokenService'false],
  3097.             'payum.command.create_notify_token' => ['privates''payum.command.create_notify_token''getPayum_Command_CreateNotifyTokenService'false],
  3098.             'payum.command.debug_gateway' => ['privates''payum.command.debug_gateway''getPayum_Command_DebugGatewayService'false],
  3099.             'payum.command.status' => ['privates''.payum.command.status.lazy''get_Payum_Command_Status_LazyService'false],
  3100.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  3101.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  3102.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  3103.             'debug.api_platform.debug_resource.command' => ['privates''debug.api_platform.debug_resource.command''getDebug_ApiPlatform_DebugResource_CommandService'false],
  3104.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  3105.             'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand' => ['privates''SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand''getYamlFormatCommandService'false],
  3106.             'SolidInvoice\\CronBundle\\Command\\CronRunCommand' => ['privates''.SolidInvoice\\CronBundle\\Command\\CronRunCommand.lazy''getCronRunCommand_LazyService'false],
  3107.             'SolidInvoice\\InstallBundle\\Command\\InstallCommand' => ['privates''.SolidInvoice\\InstallBundle\\Command\\InstallCommand.lazy''getInstallCommand_LazyService'false],
  3108.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  3109.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  3110.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  3111.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['privates''.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy''get_HautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommand_LazyService'false],
  3112.             'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand' => ['privates''SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand''getToggleGetCommandService'false],
  3113.             'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand' => ['privates''SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand''getToggleListCommandService'false],
  3114.             'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand' => ['privates''SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand''getToggleSetCommandService'false],
  3115.             'Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand' => ['privates''.Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand.lazy''getScheduleListCommand_LazyService'false],
  3116.             'Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand' => ['privates''.Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand.lazy''getScheduleRunCommand_LazyService'false],
  3117.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  3118.             'ux.twig_component.command.debug' => ['privates''.ux.twig_component.command.debug.lazy''get_Ux_TwigComponent_Command_Debug_LazyService'false],
  3119.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  3120.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  3121.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  3122.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  3123.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  3124.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  3125.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  3126.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  3127.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  3128.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  3129.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  3130.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  3131.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  3132.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  3133.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  3134.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  3135.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  3136.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  3137.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  3138.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  3139.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  3140.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  3141.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  3142.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  3143.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  3144.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  3145.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  3146.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  3147.             'maker.auto_command.make_factory' => ['privates''.maker.auto_command.make_factory.lazy''get_Maker_AutoCommand_MakeFactory_LazyService'false],
  3148.             'maker.auto_command.make_story' => ['privates''.maker.auto_command.make_story.lazy''get_Maker_AutoCommand_MakeStory_LazyService'false],
  3149.         ], [
  3150.             'console.command.about' => '?',
  3151.             'console.command.assets_install' => '?',
  3152.             'console.command.cache_clear' => '?',
  3153.             'console.command.cache_pool_clear' => '?',
  3154.             'console.command.cache_pool_prune' => '?',
  3155.             'console.command.cache_pool_delete' => '?',
  3156.             'console.command.cache_pool_list' => '?',
  3157.             'console.command.cache_warmup' => '?',
  3158.             'console.command.config_debug' => '?',
  3159.             'console.command.config_dump_reference' => '?',
  3160.             'console.command.container_debug' => '?',
  3161.             'console.command.container_lint' => '?',
  3162.             'console.command.debug_autowiring' => '?',
  3163.             'console.command.dotenv_debug' => '?',
  3164.             'console.command.event_dispatcher_debug' => '?',
  3165.             'console.command.messenger_consume_messages' => '?',
  3166.             'console.command.messenger_setup_transports' => '?',
  3167.             'console.command.messenger_debug' => '?',
  3168.             'console.command.messenger_stop_workers' => '?',
  3169.             'console.command.router_debug' => '?',
  3170.             'console.command.router_match' => '?',
  3171.             'console.command.translation_debug' => '?',
  3172.             'console.command.translation_extract' => '?',
  3173.             'console.command.validator_debug' => '?',
  3174.             'console.command.translation_pull' => '?',
  3175.             'console.command.translation_push' => '?',
  3176.             'console.command.workflow_dump' => '?',
  3177.             'console.command.xliff_lint' => '?',
  3178.             'console.command.yaml_lint' => '?',
  3179.             'console.command.form_debug' => '?',
  3180.             'console.command.secrets_set' => '?',
  3181.             'console.command.secrets_remove' => '?',
  3182.             'console.command.secrets_generate_key' => '?',
  3183.             'console.command.secrets_list' => '?',
  3184.             'console.command.secrets_decrypt_to_local' => '?',
  3185.             'console.command.secrets_encrypt_from_local' => '?',
  3186.             'security.command.debug_firewall' => '?',
  3187.             'security.command.user_password_encoder' => '?',
  3188.             'security.command.user_password_hash' => '?',
  3189.             'twig.command.debug' => '?',
  3190.             'twig.command.lint' => '?',
  3191.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  3192.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  3193.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  3194.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  3195.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  3196.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  3197.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  3198.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  3199.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  3200.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  3201.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  3202.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  3203.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  3204.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  3205.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  3206.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  3207.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  3208.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  3209.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  3210.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  3211.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  3212.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  3213.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  3214.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  3215.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  3216.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  3217.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  3218.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  3219.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  3220.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  3221.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  3222.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  3223.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  3224.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  3225.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  3226.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  3227.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  3228.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  3229.             'payum.command.create_capture_token' => 'Payum\\Bundle\\PayumBundle\\Command\\CreateCaptureTokenCommand',
  3230.             'payum.command.create_notify_token' => 'Payum\\Bundle\\PayumBundle\\Command\\CreateNotifyTokenCommand',
  3231.             'payum.command.debug_gateway' => 'Payum\\Bundle\\PayumBundle\\Command\\DebugGatewayCommand',
  3232.             'payum.command.status' => '?',
  3233.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  3234.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  3235.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  3236.             'debug.api_platform.debug_resource.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\DebugResourceCommand',
  3237.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  3238.             'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand' => 'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand',
  3239.             'SolidInvoice\\CronBundle\\Command\\CronRunCommand' => '?',
  3240.             'SolidInvoice\\InstallBundle\\Command\\InstallCommand' => '?',
  3241.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  3242.             'var_dumper.command.server_dump' => '?',
  3243.             'monolog.command.server_log' => '?',
  3244.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => '?',
  3245.             'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand',
  3246.             'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand',
  3247.             'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand',
  3248.             'Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand' => '?',
  3249.             'Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand' => '?',
  3250.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  3251.             'ux.twig_component.command.debug' => '?',
  3252.             'maker.auto_command.make_data_provider' => '?',
  3253.             'maker.auto_command.make_data_persister' => '?',
  3254.             'maker.auto_command.make_state_processor' => '?',
  3255.             'maker.auto_command.make_state_provider' => '?',
  3256.             'maker.auto_command.make_auth' => '?',
  3257.             'maker.auto_command.make_command' => '?',
  3258.             'maker.auto_command.make_twig_component' => '?',
  3259.             'maker.auto_command.make_controller' => '?',
  3260.             'maker.auto_command.make_crud' => '?',
  3261.             'maker.auto_command.make_docker_database' => '?',
  3262.             'maker.auto_command.make_entity' => '?',
  3263.             'maker.auto_command.make_fixtures' => '?',
  3264.             'maker.auto_command.make_form' => '?',
  3265.             'maker.auto_command.make_message' => '?',
  3266.             'maker.auto_command.make_messenger_middleware' => '?',
  3267.             'maker.auto_command.make_registration_form' => '?',
  3268.             'maker.auto_command.make_reset_password' => '?',
  3269.             'maker.auto_command.make_serializer_encoder' => '?',
  3270.             'maker.auto_command.make_serializer_normalizer' => '?',
  3271.             'maker.auto_command.make_subscriber' => '?',
  3272.             'maker.auto_command.make_twig_extension' => '?',
  3273.             'maker.auto_command.make_test' => '?',
  3274.             'maker.auto_command.make_validator' => '?',
  3275.             'maker.auto_command.make_voter' => '?',
  3276.             'maker.auto_command.make_user' => '?',
  3277.             'maker.auto_command.make_migration' => '?',
  3278.             'maker.auto_command.make_stimulus_controller' => '?',
  3279.             'maker.auto_command.make_security_form_login' => '?',
  3280.             'maker.auto_command.make_factory' => '?',
  3281.             'maker.auto_command.make_story' => '?',
  3282.         ]), ['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:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => '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:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''workflow:dump' => 'console.command.workflow_dump''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''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''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''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''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''payum:security:create-capture-token' => 'payum.command.create_capture_token''payum:security:create-notify-token' => 'payum.command.create_notify_token''debug:payum:gateway' => 'payum.command.debug_gateway''payum:gateway:debug' => 'payum.command.debug_gateway''payum:status' => 'payum.command.status''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''debug:api-resource' => 'debug.api_platform.debug_resource.command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''yaml:format' => 'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand''cron:run' => 'SolidInvoice\\CronBundle\\Command\\CronRunCommand''app:install' => 'SolidInvoice\\InstallBundle\\Command\\InstallCommand''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''toggler:get' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand''toggler:list' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand''toggler:set' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand''schedule:list' => 'Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand''schedule:run' => 'Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''debug:twig-component' => 'ux.twig_component.command.debug''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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: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:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_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''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:security:form-login' => 'maker.auto_command.make_security_form_login''make:factory' => 'maker.auto_command.make_factory''make:story' => 'maker.auto_command.make_story']);
  3283.     }
  3284.     /**
  3285.      * Gets the public 'container.env_var_processors_locator' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3288.      */
  3289.     protected function getContainer_EnvVarProcessorsLocatorService()
  3290.     {
  3291.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3292.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3293.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3294.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3295.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3296.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3297.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3298.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3299.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3300.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3301.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3302.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3303.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3304.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3305.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3306.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3307.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3308.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3309.         ], [
  3310.             'base64' => '?',
  3311.             'bool' => '?',
  3312.             'const' => '?',
  3313.             'csv' => '?',
  3314.             'default' => '?',
  3315.             'file' => '?',
  3316.             'float' => '?',
  3317.             'int' => '?',
  3318.             'json' => '?',
  3319.             'key' => '?',
  3320.             'not' => '?',
  3321.             'query_string' => '?',
  3322.             'require' => '?',
  3323.             'resolve' => '?',
  3324.             'string' => '?',
  3325.             'trim' => '?',
  3326.             'url' => '?',
  3327.         ]);
  3328.     }
  3329.     /**
  3330.      * Gets the public 'data_collector.cache' shared service.
  3331.      *
  3332.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  3333.      */
  3334.     protected function getDataCollector_CacheService()
  3335.     {
  3336.         $this->services['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3337.         $instance->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3338.         $instance->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3339.         $instance->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  3340.         $instance->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  3341.         $instance->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3342.         $instance->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  3343.         $instance->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  3344.         $instance->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  3345.         $instance->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  3346.         $instance->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  3347.         $instance->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  3348.         $instance->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  3349.         $instance->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
  3350.         $instance->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
  3351.         $instance->addInstance('api_platform.cache.metadata.resource.legacy.traceable', ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()));
  3352.         $instance->addInstance('api_platform.cache.metadata.property.legacy.traceable', ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()));
  3353.         $instance->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
  3354.         $instance->addInstance('api_platform.cache.metadata.property.traceable', ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()));
  3355.         $instance->addInstance('api_platform.cache.metadata.resource_collection.traceable', ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()));
  3356.         $instance->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the public 'data_collector.dump' shared service.
  3361.      *
  3362.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3363.      */
  3364.     protected function getDataCollector_DumpService()
  3365.     {
  3366.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3367.         if (isset($this->services['data_collector.dump'])) {
  3368.             return $this->services['data_collector.dump'];
  3369.         }
  3370.         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))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3371.     }
  3372.     /**
  3373.      * Gets the public 'doctrine' shared service.
  3374.      *
  3375.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3376.      */
  3377.     protected function getDoctrineService()
  3378.     {
  3379.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3380.     }
  3381.     /**
  3382.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3383.      *
  3384.      * @return \Doctrine\DBAL\Connection
  3385.      */
  3386.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3387.     {
  3388.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  3389.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  3390.             return $this->services['doctrine.dbal.default_connection'];
  3391.         }
  3392.         $b = new \Doctrine\DBAL\Configuration();
  3393.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3394.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3395.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3396.         $c->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  3397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  3398.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3399.         $d->setConnectionName('default');
  3400.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  3401.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  3402.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['dbname' => $this->getEnv('database_name'), 'host' => $this->getEnv('database_host'), 'port' => $this->getEnv('int:database_port'), 'user' => $this->getEnv('database_user'), 'password' => $this->getEnv('database_password'), 'charset' => 'UTF8''driver' => $this->getEnv('database_driver'), 'driverOptions' => [], 'serverVersion' => $this->getEnv('database_version'), 'defaultTableOptions' => []], $b$a, []);
  3403.     }
  3404.     /**
  3405.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3406.      *
  3407.      * @return \Doctrine\ORM\EntityManager
  3408.      */
  3409.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3410.     {
  3411.         if ($lazyLoad) {
  3412.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3413.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3414.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3415.                     $proxy->setProxyInitializer(null);
  3416.                     return true;
  3417.                 });
  3418.             });
  3419.         }
  3420.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3437.         $a = new \Doctrine\ORM\Configuration();
  3438.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3439.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  3440.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Payum\\Core\\Model');
  3441.         $b->addDriver($c'SolidInvoice\\ClientBundle\\Entity');
  3442.         $b->addDriver($c'SolidInvoice\\CoreBundle\\Entity');
  3443.         $b->addDriver($c'SolidInvoice\\InvoiceBundle\\Entity');
  3444.         $b->addDriver($c'SolidInvoice\\PaymentBundle\\Entity');
  3445.         $b->addDriver($c'SolidInvoice\\QuoteBundle\\Entity');
  3446.         $b->addDriver($c'SolidInvoice\\SettingsBundle\\Entity');
  3447.         $b->addDriver($c'SolidInvoice\\TaxBundle\\Entity');
  3448.         $b->addDriver($c'SolidInvoice\\UserBundle\\Entity');
  3449.         $a->setEntityNamespaces(['payum' => 'Payum\\Core\\Model''SolidInvoiceClientBundle' => 'SolidInvoice\\ClientBundle\\Entity''SolidInvoiceCoreBundle' => 'SolidInvoice\\CoreBundle\\Entity''SolidInvoiceInvoiceBundle' => 'SolidInvoice\\InvoiceBundle\\Entity''SolidInvoicePaymentBundle' => 'SolidInvoice\\PaymentBundle\\Entity''SolidInvoiceQuoteBundle' => 'SolidInvoice\\QuoteBundle\\Entity''SolidInvoiceSettingsBundle' => 'SolidInvoice\\SettingsBundle\\Entity''SolidInvoiceTaxBundle' => 'SolidInvoice\\TaxBundle\\Entity''SolidInvoiceUserBundle' => 'SolidInvoice\\UserBundle\\Entity']);
  3450.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3451.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  3452.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  3453.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3454.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3455.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3456.         ], [
  3457.             'doctrine.ulid_generator' => '?',
  3458.             'doctrine.uuid_generator' => '?',
  3459.         ])));
  3460.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3461.         $a->setProxyNamespace('Proxies');
  3462.         $a->setAutoGenerateProxyClasses(true);
  3463.         $a->setSchemaIgnoreClasses([]);
  3464.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3465.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3466.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  3467.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3468.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3469.         $a->setLazyGhostObjectEnabled(false);
  3470.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3471.             'SolidInvoice\\ClientBundle\\Repository\\ClientRepository' => ['privates''SolidInvoice\\ClientBundle\\Repository\\ClientRepository''getClientRepositoryService'false],
  3472.             'SolidInvoice\\ClientBundle\\Repository\\ContactRepository' => ['privates''SolidInvoice\\ClientBundle\\Repository\\ContactRepository''getContactRepositoryService'false],
  3473.             'SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository' => ['privates''SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository''getContactTypeRepositoryService'false],
  3474.             'SolidInvoice\\ClientBundle\\Repository\\CreditRepository' => ['privates''SolidInvoice\\ClientBundle\\Repository\\CreditRepository''getCreditRepositoryService'false],
  3475.             'SolidInvoice\\CoreBundle\\Repository\\CompanyRepository' => ['privates''SolidInvoice\\CoreBundle\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  3476.             'SolidInvoice\\CoreBundle\\Repository\\VersionRepository' => ['privates''SolidInvoice\\CoreBundle\\Repository\\VersionRepository''getVersionRepositoryService'false],
  3477.             'SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository' => ['privates''SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3478.             'SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository' => ['privates''SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository''getItemRepositoryService'false],
  3479.             'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository' => ['privates''SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository''getRecurringInvoiceContactRepositoryService'false],
  3480.             'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository' => ['privates''SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository''getRecurringInvoiceRepositoryService'false],
  3481.             'SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository' => ['privates''SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'false],
  3482.             'SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository' => ['privates''SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  3483.             'SolidInvoice\\QuoteBundle\\Repository\\ItemRepository' => ['privates''SolidInvoice\\QuoteBundle\\Repository\\ItemRepository''getItemRepository2Service'false],
  3484.             'SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository' => ['privates''SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository''getQuoteRepositoryService'false],
  3485.             'SolidInvoice\\SettingsBundle\\Repository\\SectionRepository' => ['privates''SolidInvoice\\SettingsBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  3486.             'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository' => ['privates''SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository''getSettingsRepositoryService'false],
  3487.             'SolidInvoice\\TaxBundle\\Repository\\TaxRepository' => ['privates''SolidInvoice\\TaxBundle\\Repository\\TaxRepository''getTaxRepositoryService'false],
  3488.             'SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository' => ['privates''SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository''getApiTokenHistoryRepositoryService'false],
  3489.             'SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository' => ['privates''SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository''getApiTokenRepositoryService'false],
  3490.             'SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository' => ['privates''SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository''getUserInvitationRepositoryService'false],
  3491.             'SolidInvoice\\UserBundle\\Repository\\UserRepository' => ['privates''SolidInvoice\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  3492.         ], [
  3493.             'SolidInvoice\\ClientBundle\\Repository\\ClientRepository' => '?',
  3494.             'SolidInvoice\\ClientBundle\\Repository\\ContactRepository' => '?',
  3495.             'SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository' => '?',
  3496.             'SolidInvoice\\ClientBundle\\Repository\\CreditRepository' => '?',
  3497.             'SolidInvoice\\CoreBundle\\Repository\\CompanyRepository' => '?',
  3498.             'SolidInvoice\\CoreBundle\\Repository\\VersionRepository' => '?',
  3499.             'SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository' => '?',
  3500.             'SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository' => '?',
  3501.             'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository' => '?',
  3502.             'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository' => '?',
  3503.             'SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository' => '?',
  3504.             'SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository' => '?',
  3505.             'SolidInvoice\\QuoteBundle\\Repository\\ItemRepository' => '?',
  3506.             'SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository' => '?',
  3507.             'SolidInvoice\\SettingsBundle\\Repository\\SectionRepository' => '?',
  3508.             'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository' => '?',
  3509.             'SolidInvoice\\TaxBundle\\Repository\\TaxRepository' => '?',
  3510.             'SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository' => '?',
  3511.             'SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository' => '?',
  3512.             'SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository' => '?',
  3513.             'SolidInvoice\\UserBundle\\Repository\\UserRepository' => '?',
  3514.         ])));
  3515.         $a->addCustomHydrationMode('money''SolidInvoice\\MoneyBundle\\Doctrine\\Hydrator\\MoneyHydrator');
  3516.         $a->addFilter('company''SolidInvoice\\CoreBundle\\Doctrine\\Filter\\CompanyFilter');
  3517.         $a->addFilter('archivable''SolidInvoice\\CoreBundle\\Doctrine\\Filter\\ArchivableFilter');
  3518.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  3519.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'company'=> 'archivable'], []))->configure($instance);
  3520.         return $instance;
  3521.     }
  3522.     /**
  3523.      * Gets the public 'error_controller' shared service.
  3524.      *
  3525.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3526.      */
  3527.     protected function getErrorControllerService()
  3528.     {
  3529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3534.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3535.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  3536.     }
  3537.     /**
  3538.      * Gets the public 'event_dispatcher' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3541.      */
  3542.     protected function getEventDispatcherService()
  3543.     {
  3544.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3545.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3546.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  3547.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3548.         $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())));
  3549.         $instance->addListener('workflow.invoice.leave', [=> function () {
  3550.             return ($this->privates['.state_machine.invoice.listener.audit_trail'] ?? $this->get_StateMachine_Invoice_Listener_AuditTrailService());
  3551.         }, => 'onLeave'], 0);
  3552.         $instance->addListener('workflow.invoice.transition', [=> function () {
  3553.             return ($this->privates['.state_machine.invoice.listener.audit_trail'] ?? $this->get_StateMachine_Invoice_Listener_AuditTrailService());
  3554.         }, => 'onTransition'], 0);
  3555.         $instance->addListener('workflow.invoice.enter', [=> function () {
  3556.             return ($this->privates['.state_machine.invoice.listener.audit_trail'] ?? $this->get_StateMachine_Invoice_Listener_AuditTrailService());
  3557.         }, => 'onEnter'], 0);
  3558.         $instance->addListener('workflow.recurring_invoice.leave', [=> function () {
  3559.             return ($this->privates['.state_machine.recurring_invoice.listener.audit_trail'] ?? $this->get_StateMachine_RecurringInvoice_Listener_AuditTrailService());
  3560.         }, => 'onLeave'], 0);
  3561.         $instance->addListener('workflow.recurring_invoice.transition', [=> function () {
  3562.             return ($this->privates['.state_machine.recurring_invoice.listener.audit_trail'] ?? $this->get_StateMachine_RecurringInvoice_Listener_AuditTrailService());
  3563.         }, => 'onTransition'], 0);
  3564.         $instance->addListener('workflow.recurring_invoice.enter', [=> function () {
  3565.             return ($this->privates['.state_machine.recurring_invoice.listener.audit_trail'] ?? $this->get_StateMachine_RecurringInvoice_Listener_AuditTrailService());
  3566.         }, => 'onEnter'], 0);
  3567.         $instance->addListener('workflow.quote.leave', [=> function () {
  3568.             return ($this->privates['.state_machine.quote.listener.audit_trail'] ?? $this->get_StateMachine_Quote_Listener_AuditTrailService());
  3569.         }, => 'onLeave'], 0);
  3570.         $instance->addListener('workflow.quote.transition', [=> function () {
  3571.             return ($this->privates['.state_machine.quote.listener.audit_trail'] ?? $this->get_StateMachine_Quote_Listener_AuditTrailService());
  3572.         }, => 'onTransition'], 0);
  3573.         $instance->addListener('workflow.quote.enter', [=> function () {
  3574.             return ($this->privates['.state_machine.quote.listener.audit_trail'] ?? $this->get_StateMachine_Quote_Listener_AuditTrailService());
  3575.         }, => 'onEnter'], 0);
  3576.         $instance->addListener('kernel.controller', [=> function () {
  3577.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3578.         }, => 'onKernelController'], 0);
  3579.         $instance->addListener('kernel.exception', [=> function () {
  3580.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3581.         }, => 'onKernelException'], 0);
  3582.         $instance->addListener('kernel.exception', [=> function () {
  3583.             return ($this->services['payum.listener.reply_to_http_response'] ?? $this->getPayum_Listener_ReplyToHttpResponseService());
  3584.         }, => 'onKernelException'], 128);
  3585.         $instance->addListener('kernel.view', [=> function () {
  3586.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  3587.         }, => 'onKernelView'], 32);
  3588.         $instance->addListener('kernel.request', [=> function () {
  3589.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  3590.         }, => 'onKernelRequest'], 4);
  3591.         $instance->addListener('kernel.request', [=> function () {
  3592.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  3593.         }, => 'onKernelRequest'], 0);
  3594.         $instance->addListener('kernel.response', [=> function () {
  3595.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  3596.         }, => 'onKernelResponse'], 0);
  3597.         $instance->addListener('kernel.response', [=> function () {
  3598.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  3599.         }, => 'onKernelResponse'], -1);
  3600.         $instance->addListener('kernel.view', [=> function () {
  3601.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  3602.         }, => 'onKernelView'], 64);
  3603.         $instance->addListener('kernel.request', [=> function () {
  3604.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  3605.         }, => 'onKernelRequest'], 16);
  3606.         $instance->addListener('kernel.request', [=> function () {
  3607.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3608.         }, => 'onSecurity'], 3);
  3609.         $instance->addListener('kernel.request', [=> function () {
  3610.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3611.         }, => 'onSecurityPostDenormalize'], 1);
  3612.         $instance->addListener('kernel.view', [=> function () {
  3613.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3614.         }, => 'onSecurityPostValidation'], 63);
  3615.         $instance->addListener('kernel.request', [=> function () {
  3616.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  3617.         }, => 'onKernelRequest'], 28);
  3618.         $instance->addListener('kernel.request', [=> function () {
  3619.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  3620.         }, => 'onKernelRequest'], 4);
  3621.         $instance->addListener('kernel.view', [=> function () {
  3622.             return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
  3623.         }, => 'onKernelView'], 32);
  3624.         $instance->addListener('kernel.request', [=> function () {
  3625.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  3626.         }, => 'onKernelRequest'], 2);
  3627.         $instance->addListener('kernel.view', [=> function () {
  3628.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  3629.         }, => 'onKernelView'], 16);
  3630.         $instance->addListener('kernel.view', [=> function () {
  3631.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  3632.         }, => 'onKernelView'], 8);
  3633.         $instance->addListener('kernel.exception', [=> function () {
  3634.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  3635.         }, => 'onKernelException'], 0);
  3636.         $instance->addListener('kernel.exception', [=> function () {
  3637.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  3638.         }, => 'onKernelException'], -96);
  3639.         $instance->addListener('console.command', [=> function () {
  3640.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3641.         }, => 'handleConsoleCommandEvent'], 128);
  3642.         $instance->addListener('console.terminate', [=> function () {
  3643.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3644.         }, => 'handleConsoleTerminateEvent'], -64);
  3645.         $instance->addListener('console.error', [=> function () {
  3646.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3647.         }, => 'handleConsoleErrorEvent'], -64);
  3648.         $instance->addListener('kernel.request', [=> function () {
  3649.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3650.         }, => 'handleKernelRequestEvent'], 5);
  3651.         $instance->addListener('kernel.controller', [=> function () {
  3652.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3653.         }, => 'handleKernelControllerEvent'], 10);
  3654.         $instance->addListener('kernel.request', [=> function () {
  3655.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3656.         }, => 'handleKernelRequestEvent'], 3);
  3657.         $instance->addListener('kernel.finish_request', [=> function () {
  3658.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3659.         }, => 'handleKernelFinishRequestEvent'], 5);
  3660.         $instance->addListener('kernel.request', [=> function () {
  3661.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3662.         }, => 'handleKernelRequestEvent'], 4);
  3663.         $instance->addListener('kernel.response', [=> function () {
  3664.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3665.         }, => 'handleKernelResponseEvent'], 15);
  3666.         $instance->addListener('kernel.terminate', [=> function () {
  3667.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3668.         }, => 'handleKernelTerminateEvent'], 5);
  3669.         $instance->addListener('kernel.request', [=> function () {
  3670.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3671.         }, => 'handleKernelRequestEvent'], 2);
  3672.         $instance->addListener('kernel.finish_request', [=> function () {
  3673.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3674.         }, => 'handleKernelFinishRequestEvent'], 10);
  3675.         $instance->addListener('kernel.response', [=> function () {
  3676.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3677.         }, => 'handleKernelResponseEvent'], 15);
  3678.         $instance->addListener('console.command', [=> function () {
  3679.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3680.         }, => 'handleConsoleCommandEvent'], 118);
  3681.         $instance->addListener('console.terminate', [=> function () {
  3682.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3683.         }, => 'handleConsoleTerminateEvent'], -54);
  3684.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3685.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3686.         }, => 'handleWorkerMessageFailedEvent'], 50);
  3687.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3688.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3689.         }, => 'handleWorkerMessageHandledEvent'], 50);
  3690.         $instance->addListener('kernel.request', [=> function () {
  3691.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3692.         }, => 'handleKernelRequestEvent'], 0);
  3693.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3694.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3695.         }, => 'handleLoginSuccessEvent'], 0);
  3696.         $instance->addListener('kernel.response', [=> function () {
  3697.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3698.         }, => 'onKernelResponse'], 0);
  3699.         $instance->addListener('kernel.response', [=> function () {
  3700.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3701.         }, => 'onKernelResponse'], -1024);
  3702.         $instance->addListener('kernel.request', [=> function () {
  3703.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3704.         }, => 'setDefaultLocale'], 100);
  3705.         $instance->addListener('kernel.request', [=> function () {
  3706.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3707.         }, => 'onKernelRequest'], 16);
  3708.         $instance->addListener('kernel.finish_request', [=> function () {
  3709.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3710.         }, => 'onKernelFinishRequest'], 0);
  3711.         $instance->addListener('kernel.request', [=> function () {
  3712.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3713.         }, => 'onKernelRequest'], 256);
  3714.         $instance->addListener('kernel.response', [=> function () {
  3715.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3716.         }, => 'onResponse'], -255);
  3717.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3718.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3719.         }, => 'onControllerArguments'], 0);
  3720.         $instance->addListener('kernel.exception', [=> function () {
  3721.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3722.         }, => 'logKernelException'], 0);
  3723.         $instance->addListener('kernel.exception', [=> function () {
  3724.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3725.         }, => 'onKernelException'], -128);
  3726.         $instance->addListener('kernel.response', [=> function () {
  3727.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3728.         }, => 'removeCspHeader'], -128);
  3729.         $instance->addListener('kernel.request', [=> function () {
  3730.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3731.         }, => 'onKernelRequest'], 15);
  3732.         $instance->addListener('kernel.finish_request', [=> function () {
  3733.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3734.         }, => 'onKernelFinishRequest'], -15);
  3735.         $instance->addListener('console.error', [=> function () {
  3736.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3737.         }, => 'onConsoleError'], -128);
  3738.         $instance->addListener('console.terminate', [=> function () {
  3739.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3740.         }, => 'onConsoleTerminate'], -128);
  3741.         $instance->addListener('console.error', [=> function () {
  3742.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3743.         }, => 'onConsoleError'], 0);
  3744.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3745.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3746.         }, => 'onMessage'], -255);
  3747.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3748.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3749.         }, => 'onMessage'], -255);
  3750.         $instance->addListener('kernel.request', [=> function () {
  3751.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3752.         }, => 'configure'], 2048);
  3753.         $instance->addListener('console.command', [=> function () {
  3754.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3755.         }, => 'configure'], 2048);
  3756.         $instance->addListener('kernel.request', [=> function () {
  3757.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3758.         }, => 'onKernelRequest'], 32);
  3759.         $instance->addListener('kernel.finish_request', [=> function () {
  3760.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3761.         }, => 'onKernelFinishRequest'], 0);
  3762.         $instance->addListener('kernel.exception', [=> function () {
  3763.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3764.         }, => 'onKernelException'], -64);
  3765.         $instance->addListener('kernel.response', [=> function () {
  3766.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3767.         }, => 'onKernelResponse'], 0);
  3768.         $instance->addListener('kernel.request', [=> function () {
  3769.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3770.         }, => 'onKernelRequest'], 128);
  3771.         $instance->addListener('kernel.response', [=> function () {
  3772.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3773.         }, => 'onKernelResponse'], -1000);
  3774.         $instance->addListener('kernel.finish_request', [=> function () {
  3775.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3776.         }, => 'onFinishRequest'], 0);
  3777.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3778.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3779.         }, => 'onMessageFailed'], 100);
  3780.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3781.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  3782.         }, => 'onMessageFailed'], 200);
  3783.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3784.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3785.         }, => 'onWorkerStarted'], 0);
  3786.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3787.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3788.         }, => 'onWorkerRunning'], 0);
  3789.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3790.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  3791.         }, => 'onMessageFailed'], 0);
  3792.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3793.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  3794.         }, => 'onWorkerRunning'], 0);
  3795.         $instance->addListener('kernel.response', [=> function () {
  3796.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3797.         }, => 'onKernelResponse'], -100);
  3798.         $instance->addListener('kernel.exception', [=> function () {
  3799.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3800.         }, => 'onKernelException'], 0);
  3801.         $instance->addListener('kernel.terminate', [=> function () {
  3802.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3803.         }, => 'onKernelTerminate'], -1024);
  3804.         $instance->addListener('kernel.controller', [=> function () {
  3805.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3806.         }, => 'onKernelController'], 0);
  3807.         $instance->addListener('kernel.response', [=> function () {
  3808.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3809.         }, => 'onKernelResponse'], 0);
  3810.         $instance->addListener('kernel.response', [=> function () {
  3811.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3812.         }, => 'onKernelResponse'], 0);
  3813.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3814.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3815.         }, => 'onVoterVote'], 0);
  3816.         $instance->addListener('kernel.request', [=> function () {
  3817.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3818.         }, => 'configureLogoutUrlGenerator'], 8);
  3819.         $instance->addListener('kernel.request', [=> function () {
  3820.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3821.         }, => 'onKernelRequest'], 8);
  3822.         $instance->addListener('kernel.finish_request', [=> function () {
  3823.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3824.         }, => 'onKernelFinishRequest'], 0);
  3825.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3826.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3827.         }, => 'onMessage'], 0);
  3828.         $instance->addListener('console.command', [=> function () {
  3829.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3830.         }, => 'onCommand'], 255);
  3831.         $instance->addListener('console.terminate', [=> function () {
  3832.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3833.         }, => 'onTerminate'], -255);
  3834.         $instance->addListener('kernel.exception', [=> function () {
  3835.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3836.         }, => 'onException'], 0);
  3837.         $instance->addListener('kernel.terminate', [=> function () {
  3838.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3839.         }, => 'onTerminate'], 0);
  3840.         $instance->addListener('console.error', [=> function () {
  3841.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3842.         }, => 'onException'], 0);
  3843.         $instance->addListener('console.terminate', [=> function () {
  3844.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3845.         }, => 'onTerminate'], 0);
  3846.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3847.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3848.         }, => 'onWorkerMessageHandled'], 0);
  3849.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3850.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3851.         }, => 'onWorkerMessageFailed'], 0);
  3852.         $instance->addListener('kernel.controller', [=> function () {
  3853.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3854.         }, => 'onKernelController'], 0);
  3855.         $instance->addListener('kernel.controller', [=> function () {
  3856.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3857.         }, => 'onKernelController'], 0);
  3858.         $instance->addListener('kernel.controller', [=> function () {
  3859.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3860.         }, => 'onKernelController'], -128);
  3861.         $instance->addListener('kernel.view', [=> function () {
  3862.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3863.         }, => 'onKernelView'], 0);
  3864.         $instance->addListener('kernel.controller', [=> function () {
  3865.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3866.         }, => 'onKernelController'], 0);
  3867.         $instance->addListener('kernel.response', [=> function () {
  3868.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3869.         }, => 'onKernelResponse'], 0);
  3870.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3871.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3872.         }, => 'onKernelControllerArguments'], 0);
  3873.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3874.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3875.         }, => 'onKernelControllerArguments'], 0);
  3876.         $instance->addListener('kernel.finish_request', [=> function () {
  3877.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3878.         }, => 'resetAssets'], 0);
  3879.         $instance->addListener('form_handler.success', [=> function () {
  3880.             return ($this->privates['solidworx.form_handler.success'] ?? $this->getSolidworx_FormHandler_SuccessService());
  3881.         }, => 'onFormSuccess'], 128);
  3882.         $instance->addListener('form_handler.fail', [=> function () {
  3883.             return ($this->privates['solidworx.form_handler.fail'] ?? ($this->privates['solidworx.form_handler.fail'] = new \SolidWorx\FormHandler\Event\Listener\FormFailListener()));
  3884.         }, => 'onFormFail'], 128);
  3885.         $instance->addListener('kernel.view', [=> function () {
  3886.             return ($this->privates['solidworx.form_handler.form_request'] ?? ($this->privates['solidworx.form_handler.form_request'] = new \SolidWorx\FormHandler\Event\Listener\FormHandlerResponseListener()));
  3887.         }, => 'onKernelView'], 128);
  3888.         $instance->addListener('kernel.view', [=> function () {
  3889.             return ($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'] ?? $this->getInvoiceCreateListenerService());
  3890.         }, => 'setInvoiceStatus'], 33);
  3891.         $instance->addListener('kernel.view', [=> function () {
  3892.             return ($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'] ?? $this->getQuoteCreateListenerService());
  3893.         }, => 'setQuoteStatus'], 33);
  3894.         $instance->addListener('kernel.controller', [=> function () {
  3895.             return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\AjaxResponseListener'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Listener\\AjaxResponseListener'] = new \SolidInvoice\CoreBundle\Listener\AjaxResponseListener()));
  3896.         }, => 'onController'], 0);
  3897.         $instance->addListener('kernel.request', [=> function () {
  3898.             return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'] ?? $this->getCompanyEventSubscriberService());
  3899.         }, => 'onKernelRequest'], 30);
  3900.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3901.             return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\EmailFromListener'] ?? $this->getEmailFromListenerService());
  3902.         }, => '__invoke'], 0);
  3903.         $instance->addListener('kernel.response', [=> function () {
  3904.             return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\SessionRequestListener'] ?? $this->getSessionRequestListenerService());
  3905.         }, => 'onKernelResponse'], 0);
  3906.         $instance->addListener('kernel.view', [=> function () {
  3907.             return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'] ?? $this->getTemplateListenerService());
  3908.         }, => 'onKernelView'], 128);
  3909.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeScheduleEvent', [=> function () {
  3910.             return ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] ?? ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] = new \SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber()));
  3911.         }, => 'beforeSchedule'], 0);
  3912.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterScheduleEvent', [=> function () {
  3913.             return ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] ?? ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] = new \SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber()));
  3914.         }, => 'afterSchedule'], 0);
  3915.         $instance->addListener('kernel.exception', [=> function () {
  3916.             return ($this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  3917.         }, => 'onKernelException'], 0);
  3918.         $instance->addListener('kernel.request', [=> function () {
  3919.             return ($this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'] ?? $this->getRequestListener2Service());
  3920.         }, => 'onKernelRequest'], 10);
  3921.         $instance->addListener('kernel.request', [=> function () {
  3922.             return ($this->privates['SolidInvoice\\InstallBundle\\Listener\\UpgradeListener'] ?? $this->getUpgradeListenerService());
  3923.         }, => 'onKernelRequest'], 10);
  3924.         $instance->addListener('invoice.post_cancel', [=> function () {
  3925.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoiceCancelListener'] ?? $this->getInvoiceCancelListenerService());
  3926.         }, => 'onInvoiceCancelled'], 0);
  3927.         $instance->addListener('workflow.invoice.entered.paid', [=> function () {
  3928.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoicePaidListener'] ?? $this->getInvoicePaidListenerService());
  3929.         }, => 'onInvoicePaid'], 0);
  3930.         $instance->addListener('invoice.post_accept', [=> function () {
  3931.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'] ?? $this->getInvoiceMailerListenerService());
  3932.         }, => 'onInvoiceAccepted'], 0);
  3933.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3934.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'] ?? $this->getInvoicePdfListenerService());
  3935.         }, => '__invoke'], 0);
  3936.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3937.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceReceiverListener'] ?? $this->getInvoiceReceiverListenerService());
  3938.         }, => '__invoke'], 0);
  3939.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3940.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceSubjectListener'] ?? $this->getInvoiceSubjectListenerService());
  3941.         }, => '__invoke'], 0);
  3942.         $instance->addListener('workflow.invoice.entered', [=> function () {
  3943.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriberService());
  3944.         }, => 'onWorkflowTransitionApplied'], 0);
  3945.         $instance->addListener('workflow.recurring_invoice.enter', [=> function () {
  3946.             return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriberService());
  3947.         }, => 'onWorkflowTransitionApplied'], 0);
  3948.         $instance->addListener('payment.complete', [=> function () {
  3949.             return ($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'] ?? $this->getPaymentCompleteListenerService());
  3950.         }, => 'onPaymentComplete'], 0);
  3951.         $instance->addListener('payment.complete', [=> function () {
  3952.             return ($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'] ?? $this->getPaymentReceivedListenerService());
  3953.         }, => 'onPaymentCapture'], 0);
  3954.         $instance->addListener('quote.post_send', [=> function () {
  3955.             return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'] ?? $this->getQuoteMailerListenerService());
  3956.         }, => 'onQuoteSend'], 0);
  3957.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3958.             return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'] ?? $this->getQuotePdfListenerService());
  3959.         }, => '__invoke'], 0);
  3960.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3961.             return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteReceiverListener'] ?? $this->getQuoteReceiverListenerService());
  3962.         }, => '__invoke'], 0);
  3963.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3964.             return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteSubjectListener'] ?? $this->getQuoteSubjectListenerService());
  3965.         }, => '__invoke'], 0);
  3966.         $instance->addListener('workflow.quote.entered.accepted', [=> function () {
  3967.             return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriber2Service());
  3968.         }, => 'onQuoteAccepted'], 0);
  3969.         $instance->addListener('workflow.quote.entered', [=> function () {
  3970.             return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriber2Service());
  3971.         }, => 'onWorkflowTransitionApplied'], 0);
  3972.         $instance->addListener('security.interactive_login', [=> function () {
  3973.             return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
  3974.         }, => 'onLogin'], 0);
  3975.         $instance->addListener('console.command', [=> function () {
  3976.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3977.         }, => 'configure'], 1024);
  3978.         $instance->addListener('console.error', [=> function () {
  3979.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3980.         }, => 'onConsoleError'], 0);
  3981.         $instance->addListener('console.terminate', [=> function () {
  3982.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3983.         }, => 'onConsoleTerminate'], 0);
  3984.         $instance->addListener('kernel.response', [=> function () {
  3985.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3986.         }, => 'onKernelResponse'], -128);
  3987.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  3988.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleBuilderSubscriber'] ?? $this->getScheduleBuilderSubscriberService());
  3989.         }, => 'build'], 0);
  3990.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  3991.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\TaskConfigurationSubscriber([])));
  3992.         }, => 'configureTasks'], 0);
  3993.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  3994.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleExtensionSubscriber'] ?? $this->getScheduleExtensionSubscriberService());
  3995.         }, => 'addExtensions'], 0);
  3996.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  3997.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\SelfSchedulingCommandSubscriber'] ?? $this->getSelfSchedulingCommandSubscriberService());
  3998.         }, => 'build'], 0);
  3999.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeScheduleEvent', [=> function () {
  4000.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
  4001.         }, => 'beforeSchedule'], 0);
  4002.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterScheduleEvent', [=> function () {
  4003.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
  4004.         }, => 'afterSchedule'], 0);
  4005.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeTaskEvent', [=> function () {
  4006.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
  4007.         }, => 'beforeTask'], 0);
  4008.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterTaskEvent', [=> function () {
  4009.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
  4010.         }, => 'afterTask'], 0);
  4011.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [=> function () {
  4012.             return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
  4013.         }, => 'onPreCreateForRender'], 255);
  4014.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [=> function () {
  4015.             return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
  4016.         }, => 'onPostCreateForRender'], -255);
  4017.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [=> function () {
  4018.             return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
  4019.         }, => 'onPreMount'], 255);
  4020.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [=> function () {
  4021.             return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
  4022.         }, => 'onPostMount'], -255);
  4023.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [=> function () {
  4024.             return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
  4025.         }, => 'onPreRender'], 255);
  4026.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [=> function () {
  4027.             return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
  4028.         }, => 'onPostRender'], -255);
  4029.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [=> function () {
  4030.             return ($this->privates['ux.live_component.event_listener.data_model_props_subscriber'] ?? $this->getUx_LiveComponent_EventListener_DataModelPropsSubscriberService());
  4031.         }, => 'onPreMount'], 0);
  4032.         $instance->addListener('kernel.request', [=> function () {
  4033.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  4034.         }, => 'onKernelRequest'], 0);
  4035.         $instance->addListener('kernel.controller', [=> function () {
  4036.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  4037.         }, => 'onKernelController'], 10);
  4038.         $instance->addListener('kernel.view', [=> function () {
  4039.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  4040.         }, => 'onKernelView'], 0);
  4041.         $instance->addListener('kernel.response', [=> function () {
  4042.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  4043.         }, => 'onKernelResponse'], 0);
  4044.         $instance->addListener('kernel.exception', [=> function () {
  4045.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  4046.         }, => 'onKernelException'], 20);
  4047.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [=> function () {
  4048.             return ($this->privates['ux.live_component.intercept_child_component_render_subscriber'] ?? $this->getUx_LiveComponent_InterceptChildComponentRenderSubscriberService());
  4049.         }, => 'preComponentCreated'], 0);
  4050.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [=> function () {
  4051.             return ($this->privates['ux.live_component.reset_deterministic_id_subscriber'] ?? $this->getUx_LiveComponent_ResetDeterministicIdSubscriberService());
  4052.         }, => 'onPostRender'], 0);
  4053.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [=> function () {
  4054.             return ($this->privates['ux.live_component.add_attributes_subscriber'] ?? $this->getUx_LiveComponent_AddAttributesSubscriberService());
  4055.         }, => 'onPreRender'], 0);
  4056.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [=> function () {
  4057.             return ($this->privates['ux.live_component.query_string_initializer_subscriber'] ?? $this->getUx_LiveComponent_QueryStringInitializerSubscriberService());
  4058.         }, => 'onPreMount'], 0);
  4059.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [=> function () {
  4060.             return ($this->privates['ux.live_component.defer_live_component_subscriber'] ?? $this->getUx_LiveComponent_DeferLiveComponentSubscriberService());
  4061.         }, => 'onPostMount'], 0);
  4062.         $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [=> function () {
  4063.             return ($this->privates['ux.live_component.defer_live_component_subscriber'] ?? $this->getUx_LiveComponent_DeferLiveComponentSubscriberService());
  4064.         }, => 'onPreRender'], 0);
  4065.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4066.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  4067.         }, => 'onLogout'], 0);
  4068.         return $instance;
  4069.     }
  4070.     /**
  4071.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  4072.      *
  4073.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  4074.      */
  4075.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  4076.     {
  4077.         if ($lazyLoad) {
  4078.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  4079.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4080.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  4081.                     $proxy->setProxyInitializer(null);
  4082.                     return true;
  4083.                 });
  4084.             });
  4085.         }
  4086.         return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4087.     }
  4088.     /**
  4089.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  4090.      *
  4091.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  4092.      */
  4093.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  4094.     {
  4095.         if ($lazyLoad) {
  4096.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  4097.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4098.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  4099.                     $proxy->setProxyInitializer(null);
  4100.                     return true;
  4101.                 });
  4102.             });
  4103.         }
  4104.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4105.     }
  4106.     /**
  4107.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  4108.      *
  4109.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  4110.      */
  4111.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  4112.     {
  4113.         if ($lazyLoad) {
  4114.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  4115.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4116.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  4117.                     $proxy->setProxyInitializer(null);
  4118.                     return true;
  4119.                 });
  4120.             });
  4121.         }
  4122.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4123.     }
  4124.     /**
  4125.      * Gets the public 'fos_js_routing.controller' shared service.
  4126.      *
  4127.      * @return \FOS\JsRoutingBundle\Controller\Controller
  4128.      */
  4129.     protected function getFosJsRouting_ControllerService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  4132.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  4133.     }
  4134.     /**
  4135.      * Gets the public 'fos_js_routing.extractor' shared service.
  4136.      *
  4137.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  4138.      */
  4139.     protected function getFosJsRouting_ExtractorService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  4143.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  4144.     }
  4145.     /**
  4146.      * Gets the public 'fos_js_routing.serializer' shared service.
  4147.      *
  4148.      * @return \Symfony\Component\Serializer\Serializer
  4149.      */
  4150.     protected function getFosJsRouting_SerializerService()
  4151.     {
  4152.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  4155.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  4156.     }
  4157.     /**
  4158.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  4159.      *
  4160.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  4161.      */
  4162.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  4163.     {
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  4166.         $this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
  4167.         $instance->setName('hautelook:fixtures:load');
  4168.         $instance->setDescription('Load data fixtures to your database.');
  4169.         return $instance;
  4170.     }
  4171.     /**
  4172.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  4173.      *
  4174.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  4175.      */
  4176.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4181.         return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  4182.     }
  4183.     /**
  4184.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  4185.      *
  4186.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  4187.      */
  4188.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4193.         return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  4194.     }
  4195.     /**
  4196.      * Gets the public 'hautelook_alice.loader' shared service.
  4197.      *
  4198.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  4199.      */
  4200.     protected function getHautelookAlice_LoaderService()
  4201.     {
  4202.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  4205.         return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4206.     }
  4207.     /**
  4208.      * Gets the public 'hautelook_alice.locator' shared service.
  4209.      *
  4210.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  4211.      */
  4212.     protected function getHautelookAlice_LocatorService()
  4213.     {
  4214.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  4217.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
  4218.     }
  4219.     /**
  4220.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  4221.      *
  4222.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  4223.      */
  4224.     protected function getHautelookAlice_Resolver_BundleService()
  4225.     {
  4226.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  4229.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))));
  4230.     }
  4231.     /**
  4232.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  4233.      *
  4234.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  4235.      */
  4236.     protected function getHautelookAlice_Resolver_FileService()
  4237.     {
  4238.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4240.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  4241.     }
  4242.     /**
  4243.      * Gets the public 'http_kernel' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4246.      */
  4247.     protected function getHttpKernelService()
  4248.     {
  4249.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4250.         if (isset($this->services['http_kernel'])) {
  4251.             return $this->services['http_kernel'];
  4252.         }
  4253.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4254.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  4255.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  4256.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  4257.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  4258.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  4259.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->getDebug_ApiPlatform_ArgumentResolver_PayloadService());
  4260.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  4261.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  4262.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  4263.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  4264.         }, 9)), $b));
  4265.     }
  4266.     /**
  4267.      * Gets the public 'knp_menu.factory' shared service.
  4268.      *
  4269.      * @return \Knp\Menu\MenuFactory
  4270.      */
  4271.     protected function getKnpMenu_FactoryService()
  4272.     {
  4273.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  4277.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  4278.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  4279.         return $instance;
  4280.     }
  4281.     /**
  4282.      * Gets the public 'knp_menu.matcher' shared service.
  4283.      *
  4284.      * @return \Knp\Menu\Matcher\Matcher
  4285.      */
  4286.     protected function getKnpMenu_MatcherService()
  4287.     {
  4288.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  4289.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  4290.         }, 1));
  4291.     }
  4292.     /**
  4293.      * Gets the public 'messenger.default_bus' shared service.
  4294.      *
  4295.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4296.      */
  4297.     protected function getMessenger_DefaultBusService()
  4298.     {
  4299.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4300.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  4301.             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')));
  4302.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4303.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4304.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4305.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  4306.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  4307.         }, 7)));
  4308.     }
  4309.     /**
  4310.      * Gets the public 'nelmio_alice.data_loader' shared service.
  4311.      *
  4312.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  4313.      */
  4314.     protected function getNelmioAlice_DataLoaderService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  4354.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  4360.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  4361.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  4362.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  4475.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  4476.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  4477.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  4478.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  4479.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  4480.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  4481.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4482.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  4483.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  4484.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  4485.         $j->setContainer($this);
  4486.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  4487.     }
  4488.     /**
  4489.      * Gets the public 'nelmio_alice.file_loader' shared service.
  4490.      *
  4491.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  4492.      */
  4493.     protected function getNelmioAlice_FileLoaderService()
  4494.     {
  4495.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  4497.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  4498.     }
  4499.     /**
  4500.      * Gets the public 'nelmio_alice.files_loader' shared service.
  4501.      *
  4502.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  4503.      */
  4504.     protected function getNelmioAlice_FilesLoaderService()
  4505.     {
  4506.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  4508.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  4509.     }
  4510.     /**
  4511.      * Gets the public 'payum' shared service.
  4512.      *
  4513.      * @return \Payum\Core\Payum
  4514.      */
  4515.     protected function getPayumService($lazyLoad true)
  4516.     {
  4517.         if ($lazyLoad) {
  4518.             return $this->services['payum'] = $this->createProxy('Payum_ee9a06b', function () {
  4519.                 return \Payum_ee9a06b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4520.                     $wrappedInstance $this->getPayumService(false);
  4521.                     $proxy->setProxyInitializer(null);
  4522.                     return true;
  4523.                 });
  4524.             });
  4525.         }
  4526.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/PayumBuilder.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/HttpRequestVerifierBuilder.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/TokenFactoryBuilder.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/CoreGatewayFactoryBuilder.php';
  4530.         $a = new \Payum\Core\PayumBuilder();
  4531.         $b = new \Payum\Core\Bridge\Symfony\Builder\CoreGatewayFactoryBuilder();
  4532.         $b->setContainer($this);
  4533.         $a->setMainRegistry(($this->services['payum.static_registry'] ?? $this->getPayum_StaticRegistryService()));
  4534.         $a->setHttpRequestVerifier(new \Payum\Core\Bridge\Symfony\Builder\HttpRequestVerifierBuilder());
  4535.         $a->setTokenFactory(new \Payum\Core\Bridge\Symfony\Builder\TokenFactoryBuilder(($this->services['router'] ?? $this->getRouterService())));
  4536.         $a->setTokenStorage(($this->services['payum.security.token_storage'] ?? $this->getPayum_Security_TokenStorageService()));
  4537.         $a->setGenericTokenFactoryPaths(['capture' => 'payum_capture_do''notify' => 'payum_notify_do''authorize' => 'payum_authorize_do''refund' => 'payum_refund_do''cancel' => 'payum_cancel_do''payout' => 'payum_payout_do']);
  4538.         $a->setCoreGatewayFactory($b);
  4539.         $a->addCoreGatewayFactoryConfig(['payum.template.layout' => '@PayumCore\\layout.html.twig''payum.template.obtain_credit_card' => '@PayumSymfonyBridge\\obtainCreditCard.html.twig''payum.paths' => ['PayumSymfonyBridge' => (\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Resources/views')], 'payum.action.get_http_request' => ($this->services['payum.action.get_http_request'] ?? $this->getPayum_Action_GetHttpRequestService()), 'payum.action.obtain_credit_card' => ($this->services['payum.action.obtain_credit_card_builder'] ?? $this->getPayum_Action_ObtainCreditCardBuilderService())]);
  4540.         $a->setGatewayConfigStorage(($this->services['payum.dynamic_gateways.config_storage'] ?? $this->getPayum_DynamicGateways_ConfigStorageService()));
  4541.         $a->addCoreGatewayFactoryConfig(['twig.env' => ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())]);
  4542.         $a->addCoreGatewayFactoryConfig(['payum.extension.psr_logger' => '@payum.extension.logger''payum.extension.log_executed_actions' => '@payum.extension.log_executed_actions''payum.extension.profile_collector' => '@payum.profiler.payum_collector''payum.prepend_extensions' => [=> 'payum.extension.profile_collector'], 'payum.extension.payum.extension.storage.solidinvoice_paymentbundle_entity_payment' => '@payum.extension.storage.solidinvoice_paymentbundle_entity_payment''payum.extension.SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension' => '@SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension']);
  4543.         $a->addGatewayFactoryConfig('offline', ['payum.action.SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction' => '@SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction']);
  4544.         $a->addGatewayFactoryConfig('paypal_express_checkout', ['payum.action.SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction' => '@SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction''payum.prepend_actions' => [=> 'payum.action.SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction']]);
  4545.         return $a->getPayum();
  4546.     }
  4547.     /**
  4548.      * Gets the public 'payum.action.get_http_request' shared service.
  4549.      *
  4550.      * @return \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction
  4551.      */
  4552.     protected function getPayum_Action_GetHttpRequestService()
  4553.     {
  4554.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Action/GetHttpRequestAction.php';
  4556.         $this->services['payum.action.get_http_request'] = $instance = new \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction();
  4557.         $instance->setHttpRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4558.         return $instance;
  4559.     }
  4560.     /**
  4561.      * Gets the public 'payum.action.obtain_credit_card_builder' shared service.
  4562.      *
  4563.      * @return \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder
  4564.      */
  4565.     protected function getPayum_Action_ObtainCreditCardBuilderService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/ObtainCreditCardActionBuilder.php';
  4568.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4569.         if (isset($this->services['payum.action.obtain_credit_card_builder'])) {
  4570.             return $this->services['payum.action.obtain_credit_card_builder'];
  4571.         }
  4572.         return $this->services['payum.action.obtain_credit_card_builder'] = new \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4573.     }
  4574.     /**
  4575.      * Gets the public 'payum.converter.reply_to_http_response' shared service.
  4576.      *
  4577.      * @return \Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter
  4578.      */
  4579.     protected function getPayum_Converter_ReplyToHttpResponseService()
  4580.     {
  4581.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ReplyToSymfonyResponseConverter.php';
  4582.         return $this->services['payum.converter.reply_to_http_response'] = new \Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter();
  4583.     }
  4584.     /**
  4585.      * Gets the public 'payum.dynamic_gateways.config_storage' shared service.
  4586.      *
  4587.      * @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
  4588.      */
  4589.     protected function getPayum_DynamicGateways_ConfigStorageService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  4594.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
  4595.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4596.         if (isset($this->services['payum.dynamic_gateways.config_storage'])) {
  4597.             return $this->services['payum.dynamic_gateways.config_storage'];
  4598.         }
  4599.         return $this->services['payum.dynamic_gateways.config_storage'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage($a'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod');
  4600.     }
  4601.     /**
  4602.      * Gets the public 'payum.dynamic_registry' shared service.
  4603.      *
  4604.      * @return \Payum\Core\Registry\DynamicRegistry
  4605.      */
  4606.     protected function getPayum_DynamicRegistryService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/DynamicRegistry.php';
  4609.         return $this->services['payum.dynamic_registry'] = new \Payum\Core\Registry\DynamicRegistry(($this->services['payum.dynamic_gateways.config_storage'] ?? $this->getPayum_DynamicGateways_ConfigStorageService()), ($this->services['payum.static_registry'] ?? $this->getPayum_StaticRegistryService()));
  4610.     }
  4611.     /**
  4612.      * Gets the public 'payum.extension.log_executed_actions' shared service.
  4613.      *
  4614.      * @return \Payum\Core\Bridge\Psr\Log\LogExecutedActionsExtension
  4615.      */
  4616.     protected function getPayum_Extension_LogExecutedActionsService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Psr/Log/LogExecutedActionsExtension.php';
  4619.         return $this->services['payum.extension.log_executed_actions'] = new \Payum\Core\Bridge\Psr\Log\LogExecutedActionsExtension(($this->privates['monolog.logger.payum'] ?? $this->getMonolog_Logger_PayumService()));
  4620.     }
  4621.     /**
  4622.      * Gets the public 'payum.extension.logger' shared service.
  4623.      *
  4624.      * @return \Payum\Core\Bridge\Psr\Log\LoggerExtension
  4625.      */
  4626.     protected function getPayum_Extension_LoggerService()
  4627.     {
  4628.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Psr/Log/LoggerExtension.php';
  4629.         return $this->services['payum.extension.logger'] = new \Payum\Core\Bridge\Psr\Log\LoggerExtension(($this->privates['monolog.logger.payum'] ?? $this->getMonolog_Logger_PayumService()));
  4630.     }
  4631.     /**
  4632.      * Gets the public 'payum.extension.storage.solidinvoice_paymentbundle_entity_payment' shared service.
  4633.      *
  4634.      * @return \Payum\Core\Extension\StorageExtension
  4635.      */
  4636.     protected function getPayum_Extension_Storage_SolidinvoicePaymentbundleEntityPaymentService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Extension/StorageExtension.php';
  4639.         return $this->services['payum.extension.storage.solidinvoice_paymentbundle_entity_payment'] = new \Payum\Core\Extension\StorageExtension(($this->services['payum.storage.solidinvoice_paymentbundle_entity_payment'] ?? $this->getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentService()));
  4640.     }
  4641.     /**
  4642.      * Gets the public 'payum.form.extension.gateway_factories_choice' shared service.
  4643.      *
  4644.      * @return \Payum\Bundle\PayumBundle\Form\Extension\GatewayFactoriesChoiceTypeExtension
  4645.      */
  4646.     protected function getPayum_Form_Extension_GatewayFactoriesChoiceService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Form/Extension/GatewayFactoriesChoiceTypeExtension.php';
  4651.         $a = ($this->services['payum'] ?? $this->getPayumService());
  4652.         if (isset($this->services['payum.form.extension.gateway_factories_choice'])) {
  4653.             return $this->services['payum.form.extension.gateway_factories_choice'];
  4654.         }
  4655.         return $this->services['payum.form.extension.gateway_factories_choice'] = new \Payum\Bundle\PayumBundle\Form\Extension\GatewayFactoriesChoiceTypeExtension($a);
  4656.     }
  4657.     /**
  4658.      * Gets the public 'payum.form.type.credit_card' shared service.
  4659.      *
  4660.      * @return \Payum\Core\Bridge\Symfony\Form\Type\CreditCardType
  4661.      */
  4662.     protected function getPayum_Form_Type_CreditCardService()
  4663.     {
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Form/Type/CreditCardType.php';
  4667.         return $this->services['payum.form.type.credit_card'] = new \Payum\Core\Bridge\Symfony\Form\Type\CreditCardType();
  4668.     }
  4669.     /**
  4670.      * Gets the public 'payum.form.type.credit_card_expiration_date' shared service.
  4671.      *
  4672.      * @return \Payum\Core\Bridge\Symfony\Form\Type\CreditCardExpirationDateType
  4673.      */
  4674.     protected function getPayum_Form_Type_CreditCardExpirationDateService()
  4675.     {
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Form/Type/CreditCardExpirationDateType.php';
  4679.         return $this->services['payum.form.type.credit_card_expiration_date'] = new \Payum\Core\Bridge\Symfony\Form\Type\CreditCardExpirationDateType();
  4680.     }
  4681.     /**
  4682.      * Gets the public 'payum.form.type.gateway_config' shared service.
  4683.      *
  4684.      * @return \Payum\Core\Bridge\Symfony\Form\Type\GatewayConfigType
  4685.      */
  4686.     protected function getPayum_Form_Type_GatewayConfigService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Form/Type/GatewayConfigType.php';
  4691.         $a = ($this->services['payum'] ?? $this->getPayumService());
  4692.         if (isset($this->services['payum.form.type.gateway_config'])) {
  4693.             return $this->services['payum.form.type.gateway_config'];
  4694.         }
  4695.         return $this->services['payum.form.type.gateway_config'] = new \Payum\Core\Bridge\Symfony\Form\Type\GatewayConfigType($a);
  4696.     }
  4697.     /**
  4698.      * Gets the public 'payum.form.type.gateway_factories_choice' shared service.
  4699.      *
  4700.      * @return \Payum\Core\Bridge\Symfony\Form\Type\GatewayFactoriesChoiceType
  4701.      */
  4702.     protected function getPayum_Form_Type_GatewayFactoriesChoiceService()
  4703.     {
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Form/Type/GatewayFactoriesChoiceType.php';
  4707.         return $this->services['payum.form.type.gateway_factories_choice'] = new \Payum\Core\Bridge\Symfony\Form\Type\GatewayFactoriesChoiceType([]);
  4708.     }
  4709.     /**
  4710.      * Gets the public 'payum.listener.reply_to_http_response' shared service.
  4711.      *
  4712.      * @return \Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener
  4713.      */
  4714.     protected function getPayum_Listener_ReplyToHttpResponseService()
  4715.     {
  4716.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/EventListener/ReplyToHttpResponseListener.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ReplyToSymfonyResponseConverter.php';
  4718.         return $this->services['payum.listener.reply_to_http_response'] = new \Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener(($this->services['payum.converter.reply_to_http_response'] ?? ($this->services['payum.converter.reply_to_http_response'] = new \Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter())));
  4719.     }
  4720.     /**
  4721.      * Gets the public 'payum.profiler.payum_collector' shared service.
  4722.      *
  4723.      * @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
  4724.      */
  4725.     protected function getPayum_Profiler_PayumCollectorService()
  4726.     {
  4727.         return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
  4728.     }
  4729.     /**
  4730.      * Gets the public 'payum.security.token_storage' shared service.
  4731.      *
  4732.      * @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
  4733.      */
  4734.     protected function getPayum_Security_TokenStorageService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  4739.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
  4740.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4741.         if (isset($this->services['payum.security.token_storage'])) {
  4742.             return $this->services['payum.security.token_storage'];
  4743.         }
  4744.         return $this->services['payum.security.token_storage'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage($a'SolidInvoice\\PaymentBundle\\Entity\\SecurityToken');
  4745.     }
  4746.     /**
  4747.      * Gets the public 'payum.static_registry' shared service.
  4748.      *
  4749.      * @return \Payum\Core\Bridge\Symfony\ContainerAwareRegistry
  4750.      */
  4751.     protected function getPayum_StaticRegistryService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/AbstractRegistry.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ContainerAwareRegistry.php';
  4755.         $this->services['payum.static_registry'] = $instance = new \Payum\Core\Bridge\Symfony\ContainerAwareRegistry([], ['SolidInvoice\\PaymentBundle\\Entity\\Payment' => 'payum.storage.solidinvoice_paymentbundle_entity_payment'], []);
  4756.         $instance->setContainer($this);
  4757.         return $instance;
  4758.     }
  4759.     /**
  4760.      * Gets the public 'payum.storage.solidinvoice_paymentbundle_entity_payment' shared service.
  4761.      *
  4762.      * @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
  4763.      */
  4764.     protected function getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  4769.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
  4770.         return $this->services['payum.storage.solidinvoice_paymentbundle_entity_payment'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'SolidInvoice\\PaymentBundle\\Entity\\Payment');
  4771.     }
  4772.     /**
  4773.      * Gets the public 'payum.storage.solidinvoice_paymentbundle_entity_paymentmethod' shared service.
  4774.      *
  4775.      * @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
  4776.      */
  4777.     protected function getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentmethodService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  4782.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
  4783.         return $this->services['payum.storage.solidinvoice_paymentbundle_entity_paymentmethod'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod');
  4784.     }
  4785.     /**
  4786.      * Gets the public 'payum.storage.solidinvoice_paymentbundle_entity_securitytoken' shared service.
  4787.      *
  4788.      * @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
  4789.      */
  4790.     protected function getPayum_Storage_SolidinvoicePaymentbundleEntitySecuritytokenService()
  4791.     {
  4792.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  4795.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
  4796.         return $this->services['payum.storage.solidinvoice_paymentbundle_entity_securitytoken'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'SolidInvoice\\PaymentBundle\\Entity\\SecurityToken');
  4797.     }
  4798.     /**
  4799.      * Gets the public 'request_stack' shared service.
  4800.      *
  4801.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4802.      */
  4803.     protected function getRequestStackService()
  4804.     {
  4805.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4806.     }
  4807.     /**
  4808.      * Gets the public 'router' shared service.
  4809.      *
  4810.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4811.      */
  4812.     protected function getRouterService()
  4813.     {
  4814.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  4815.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4816.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4817.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4818.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  4819.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4820.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4821.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4822.         ], [
  4823.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4824.         ]))->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$this->getEnv('locale'));
  4825.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4826.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4827.         return $instance;
  4828.     }
  4829.     /**
  4830.      * Gets the public 'routing.loader' shared service.
  4831.      *
  4832.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4833.      */
  4834.     protected function getRouting_LoaderService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4859.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  4860.         if (isset($this->services['routing.loader'])) {
  4861.             return $this->services['routing.loader'];
  4862.         }
  4863.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  4864.         $c = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4865.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4866.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  4867.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  4868.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  4869.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  4870.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  4871.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4872.             'kernel' => ['services''kernel''getKernelService'false],
  4873.         ], [
  4874.             'kernel' => 'SolidInvoice\\Kernel',
  4875.         ]), 'dev'));
  4876.         $b->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], NULLfalsetruetruefalsefalseNULL));
  4877.         $b->addLoader(($this->privates['SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader'] ?? $this->getGridRouteLoaderService()));
  4878.         $b->addLoader($d);
  4879.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  4880.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  4881.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  4882.     }
  4883.     /**
  4884.      * Gets the public 'services_resetter' shared service.
  4885.      *
  4886.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4887.      */
  4888.     protected function getServicesResetterService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4891.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4892.             if (isset($this->services['cache.app'])) {
  4893.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4894.             }
  4895.             if (isset($this->services['cache.system'])) {
  4896.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4897.             }
  4898.             if (isset($this->privates['cache.validator.traceable'])) {
  4899.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  4900.             }
  4901.             if (isset($this->privates['cache.serializer.traceable'])) {
  4902.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  4903.             }
  4904.             if (isset($this->privates['cache.annotations.traceable'])) {
  4905.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  4906.             }
  4907.             if (isset($this->privates['cache.property_info.traceable'])) {
  4908.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  4909.             }
  4910.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  4911.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  4912.             }
  4913.             if (isset($this->privates['.sentry.traceable.http_client'])) {
  4914.                 yield 'http_client' => ($this->privates['.sentry.traceable.http_client'] ?? null);
  4915.             }
  4916.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4917.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4918.             }
  4919.             if (isset($this->privates['debug.stopwatch'])) {
  4920.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4921.             }
  4922.             if (isset($this->services['event_dispatcher'])) {
  4923.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4924.             }
  4925.             if (isset($this->privates['session_listener'])) {
  4926.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4927.             }
  4928.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4929.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4930.             }
  4931.             if (isset($this->services['cache.validator_expression_language'])) {
  4932.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4933.             }
  4934.             if (false) {
  4935.                 yield 'messenger.transport.in_memory.factory' => null;
  4936.             }
  4937.             if (isset($this->services['.container.private.profiler'])) {
  4938.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4939.             }
  4940.             if (isset($this->services['.container.private.validator'])) {
  4941.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4942.             }
  4943.             if (isset($this->services['.container.private.security.token_storage'])) {
  4944.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4945.             }
  4946.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  4947.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  4948.             }
  4949.             if (isset($this->privates['debug.security.firewall'])) {
  4950.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  4951.             }
  4952.             if (isset($this->privates['twig.form.engine'])) {
  4953.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4954.             }
  4955.             if (isset($this->privates['monolog.handler.sentry_main'])) {
  4956.                 yield 'monolog.handler.sentry_main' => ($this->privates['monolog.handler.sentry_main'] ?? null);
  4957.             }
  4958.             if (isset($this->privates['monolog.handler.sentry'])) {
  4959.                 yield 'monolog.handler.sentry' => ($this->privates['monolog.handler.sentry'] ?? null);
  4960.             }
  4961.             if (isset($this->privates['monolog.handler.main'])) {
  4962.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4963.             }
  4964.             if (isset($this->privates['monolog.handler.console'])) {
  4965.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4966.             }
  4967.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4968.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4969.             }
  4970.             if (isset($this->services['doctrine'])) {
  4971.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4972.             }
  4973.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  4974.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  4975.             }
  4976.             if (isset($this->privates['form.type.entity'])) {
  4977.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4978.             }
  4979.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4980.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4981.             }
  4982.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  4983.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  4984.             }
  4985.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4986.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4987.             }
  4988.             if (isset($this->privates['api_platform.cache.route_name_resolver.traceable'])) {
  4989.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? null);
  4990.             }
  4991.             if (isset($this->privates['api_platform.cache.metadata.resource.traceable'])) {
  4992.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? null);
  4993.             }
  4994.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy.traceable'])) {
  4995.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? null);
  4996.             }
  4997.             if (isset($this->privates['api_platform.cache.metadata.property.legacy.traceable'])) {
  4998.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? null);
  4999.             }
  5000.             if (isset($this->privates['api_platform.cache.subresource_operation_factory.traceable'])) {
  5001.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? null);
  5002.             }
  5003.             if (isset($this->privates['api_platform.cache.metadata.property.traceable'])) {
  5004.                 yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? null);
  5005.             }
  5006.             if (isset($this->privates['api_platform.cache.metadata.resource_collection.traceable'])) {
  5007.                 yield 'api_platform.cache.metadata.resource_collection' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? null);
  5008.             }
  5009.             if (isset($this->privates['api_platform.cache.identifiers_extractor.traceable'])) {
  5010.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? null);
  5011.             }
  5012.             if (isset($this->privates['ux.live_component.metadata_factory'])) {
  5013.                 yield 'ux.live_component.metadata_factory' => ($this->privates['ux.live_component.metadata_factory'] ?? null);
  5014.             }
  5015.             if (isset($this->privates['.debug.http_client'])) {
  5016.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  5017.             }
  5018.             if (isset($this->privates['.sentry.traceable.http_client'])) {
  5019.                 yield '.sentry.traceable.http_client' => ($this->privates['.sentry.traceable.http_client'] ?? null);
  5020.             }
  5021.         }, function () {
  5022.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.sentry.traceable.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (false) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.sentry_main'])) + (int) (isset($this->privates['monolog.handler.sentry'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore.traceable'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy.traceable'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource_collection.traceable'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor.traceable'])) + (int) (isset($this->privates['ux.live_component.metadata_factory'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.sentry.traceable.http_client']));
  5023.         }), ['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'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.sentry_main' => [=> 'reset'], 'monolog.handler.sentry' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.metadata.property' => [=> 'reset'], 'api_platform.cache.metadata.resource_collection' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'ux.live_component.metadata_factory' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.sentry.traceable.http_client' => [=> 'reset']]);
  5024.     }
  5025.     /**
  5026.      * Gets the public 'swiftmailer.mailer.default' shared service.
  5027.      *
  5028.      * @return \Swift_Mailer
  5029.      */
  5030.     protected function getSwiftmailer_Mailer_DefaultService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  5033.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  5034.     }
  5035.     /**
  5036.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  5037.      *
  5038.      * @return \Swift_Plugins_MessageLogger
  5039.      */
  5040.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  5045.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  5046.     }
  5047.     /**
  5048.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  5049.      *
  5050.      * @return \Swift_Transport
  5051.      */
  5052.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  5058.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => $this->getEnv('mailer_transport'), 'url' => NULL'username' => $this->getEnv('mailer_user'), 'password' => $this->getEnv('mailer_password'), 'host' => $this->getEnv('mailer_host'), 'port' => $this->getEnv('mailer_port'), 'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => $this->getEnv('mailer_encryption'), 'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  5059.     }
  5060.     /**
  5061.      * Gets the public 'swiftmailer.transport' shared service.
  5062.      *
  5063.      * @return \Swift_Transport_SpoolTransport
  5064.      */
  5065.     protected function getSwiftmailer_TransportService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  5077.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  5078.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.default.delivery_addresses'], []));
  5079.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  5080.         return $instance;
  5081.     }
  5082.     /**
  5083.      * Gets the public 'translator' shared service.
  5084.      *
  5085.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5086.      */
  5087.     protected function getTranslatorService()
  5088.     {
  5089.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5090.     }
  5091.     /**
  5092.      * Gets the public 'ux.live_component.batch_action_controller' shared service.
  5093.      *
  5094.      * @return \Symfony\UX\LiveComponent\Controller\BatchActionController
  5095.      */
  5096.     protected function getUx_LiveComponent_BatchActionControllerService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Controller/BatchActionController.php';
  5099.         return $this->services['ux.live_component.batch_action_controller'] = new \Symfony\UX\LiveComponent\Controller\BatchActionController(($this->services['http_kernel'] ?? $this->getHttpKernelService()));
  5100.     }
  5101.     /**
  5102.      * Gets the public 'var_dumper.cloner' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5105.      */
  5106.     protected function getVarDumper_ClonerService()
  5107.     {
  5108.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5109.         $instance->setMaxItems(2500);
  5110.         $instance->setMinDepth(1);
  5111.         $instance->setMaxString(-1);
  5112.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5113.         return $instance;
  5114.     }
  5115.     /**
  5116.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5117.      *
  5118.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5119.      */
  5120.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5123.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  5124.     }
  5125.     /**
  5126.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5127.      *
  5128.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5129.      */
  5130.     protected function getWebProfiler_Controller_ProfilerService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5133.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  5134.     }
  5135.     /**
  5136.      * Gets the public 'web_profiler.controller.router' shared service.
  5137.      *
  5138.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5139.      */
  5140.     protected function getWebProfiler_Controller_RouterService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5143.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  5144.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5145.         }, 1));
  5146.     }
  5147.     /**
  5148.      * Gets the private '.SolidInvoice\CronBundle\Command\CronRunCommand.lazy' shared service.
  5149.      *
  5150.      * @return \Symfony\Component\Console\Command\LazyCommand
  5151.      */
  5152.     protected function getCronRunCommand_LazyService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5156.         return $this->privates['.SolidInvoice\\CronBundle\\Command\\CronRunCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:run', [], 'Run scheduled tasks'false, function (): \SolidInvoice\CronBundle\Command\CronRunCommand {
  5157.             return ($this->privates['SolidInvoice\\CronBundle\\Command\\CronRunCommand'] ?? $this->getCronRunCommandService());
  5158.         });
  5159.     }
  5160.     /**
  5161.      * Gets the private '.SolidInvoice\InstallBundle\Command\InstallCommand.lazy' shared service.
  5162.      *
  5163.      * @return \Symfony\Component\Console\Command\LazyCommand
  5164.      */
  5165.     protected function getInstallCommand_LazyService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5169.         return $this->privates['.SolidInvoice\\InstallBundle\\Command\\InstallCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:install', [], 'Installs the application'false, function (): \SolidInvoice\InstallBundle\Command\InstallCommand {
  5170.             return ($this->privates['SolidInvoice\\InstallBundle\\Command\\InstallCommand'] ?? $this->getInstallCommandService());
  5171.         });
  5172.     }
  5173.     /**
  5174.      * Gets the private '.Zenstruck\ScheduleBundle\Command\ScheduleListCommand.lazy' shared service.
  5175.      *
  5176.      * @return \Symfony\Component\Console\Command\LazyCommand
  5177.      */
  5178.     protected function getScheduleListCommand_LazyService()
  5179.     {
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5182.         return $this->privates['.Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('schedule:list', [], 'List configured scheduled tasks'false, function (): \Zenstruck\ScheduleBundle\Command\ScheduleListCommand {
  5183.             return ($this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand'] ?? $this->getScheduleListCommandService());
  5184.         });
  5185.     }
  5186.     /**
  5187.      * Gets the private '.Zenstruck\ScheduleBundle\Command\ScheduleRunCommand.lazy' shared service.
  5188.      *
  5189.      * @return \Symfony\Component\Console\Command\LazyCommand
  5190.      */
  5191.     protected function getScheduleRunCommand_LazyService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5195.         return $this->privates['.Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('schedule:run', [], 'Runs scheduled tasks that are due'false, function (): \Zenstruck\ScheduleBundle\Command\ScheduleRunCommand {
  5196.             return ($this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand'] ?? $this->getScheduleRunCommandService());
  5197.         });
  5198.     }
  5199.     /**
  5200.      * Gets the private '.console.command.about.lazy' shared service.
  5201.      *
  5202.      * @return \Symfony\Component\Console\Command\LazyCommand
  5203.      */
  5204.     protected function get_Console_Command_About_LazyService()
  5205.     {
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5208.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  5209.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5210.         });
  5211.     }
  5212.     /**
  5213.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5214.      *
  5215.      * @return \Symfony\Component\Console\Command\LazyCommand
  5216.      */
  5217.     protected function get_Console_Command_AssetsInstall_LazyService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5221.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  5222.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5223.         });
  5224.     }
  5225.     /**
  5226.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5227.      *
  5228.      * @return \Symfony\Component\Console\Command\LazyCommand
  5229.      */
  5230.     protected function get_Console_Command_CacheClear_LazyService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5234.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  5235.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5236.         });
  5237.     }
  5238.     /**
  5239.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5240.      *
  5241.      * @return \Symfony\Component\Console\Command\LazyCommand
  5242.      */
  5243.     protected function get_Console_Command_CachePoolClear_LazyService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5247.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  5248.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5249.         });
  5250.     }
  5251.     /**
  5252.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5253.      *
  5254.      * @return \Symfony\Component\Console\Command\LazyCommand
  5255.      */
  5256.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5260.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  5261.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5262.         });
  5263.     }
  5264.     /**
  5265.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5266.      *
  5267.      * @return \Symfony\Component\Console\Command\LazyCommand
  5268.      */
  5269.     protected function get_Console_Command_CachePoolList_LazyService()
  5270.     {
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5273.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  5274.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5275.         });
  5276.     }
  5277.     /**
  5278.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5279.      *
  5280.      * @return \Symfony\Component\Console\Command\LazyCommand
  5281.      */
  5282.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5286.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  5287.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5288.         });
  5289.     }
  5290.     /**
  5291.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5292.      *
  5293.      * @return \Symfony\Component\Console\Command\LazyCommand
  5294.      */
  5295.     protected function get_Console_Command_CacheWarmup_LazyService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5299.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  5300.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5301.         });
  5302.     }
  5303.     /**
  5304.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5305.      *
  5306.      * @return \Symfony\Component\Console\Command\LazyCommand
  5307.      */
  5308.     protected function get_Console_Command_ConfigDebug_LazyService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5312.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  5313.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5314.         });
  5315.     }
  5316.     /**
  5317.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5318.      *
  5319.      * @return \Symfony\Component\Console\Command\LazyCommand
  5320.      */
  5321.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5322.     {
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5325.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  5326.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5327.         });
  5328.     }
  5329.     /**
  5330.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5331.      *
  5332.      * @return \Symfony\Component\Console\Command\LazyCommand
  5333.      */
  5334.     protected function get_Console_Command_ContainerDebug_LazyService()
  5335.     {
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5338.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  5339.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5340.         });
  5341.     }
  5342.     /**
  5343.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5344.      *
  5345.      * @return \Symfony\Component\Console\Command\LazyCommand
  5346.      */
  5347.     protected function get_Console_Command_ContainerLint_LazyService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5351.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  5352.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5353.         });
  5354.     }
  5355.     /**
  5356.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5357.      *
  5358.      * @return \Symfony\Component\Console\Command\LazyCommand
  5359.      */
  5360.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5364.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  5365.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5366.         });
  5367.     }
  5368.     /**
  5369.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5370.      *
  5371.      * @return \Symfony\Component\Console\Command\LazyCommand
  5372.      */
  5373.     protected function get_Console_Command_DotenvDebug_LazyService()
  5374.     {
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5377.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  5378.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5379.         });
  5380.     }
  5381.     /**
  5382.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5383.      *
  5384.      * @return \Symfony\Component\Console\Command\LazyCommand
  5385.      */
  5386.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5390.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  5391.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5392.         });
  5393.     }
  5394.     /**
  5395.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5396.      *
  5397.      * @return \Symfony\Component\Console\Command\LazyCommand
  5398.      */
  5399.     protected function get_Console_Command_FormDebug_LazyService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5403.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  5404.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5405.         });
  5406.     }
  5407.     /**
  5408.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  5409.      *
  5410.      * @return \Symfony\Component\Console\Command\LazyCommand
  5411.      */
  5412.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5416.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  5417.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  5418.         });
  5419.     }
  5420.     /**
  5421.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  5422.      *
  5423.      * @return \Symfony\Component\Console\Command\LazyCommand
  5424.      */
  5425.     protected function get_Console_Command_MessengerDebug_LazyService()
  5426.     {
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5429.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  5430.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  5431.         });
  5432.     }
  5433.     /**
  5434.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  5435.      *
  5436.      * @return \Symfony\Component\Console\Command\LazyCommand
  5437.      */
  5438.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5442.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  5443.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  5444.         });
  5445.     }
  5446.     /**
  5447.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  5448.      *
  5449.      * @return \Symfony\Component\Console\Command\LazyCommand
  5450.      */
  5451.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5455.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  5456.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  5457.         });
  5458.     }
  5459.     /**
  5460.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5461.      *
  5462.      * @return \Symfony\Component\Console\Command\LazyCommand
  5463.      */
  5464.     protected function get_Console_Command_RouterDebug_LazyService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5468.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  5469.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5470.         });
  5471.     }
  5472.     /**
  5473.      * Gets the private '.console.command.router_match.lazy' shared service.
  5474.      *
  5475.      * @return \Symfony\Component\Console\Command\LazyCommand
  5476.      */
  5477.     protected function get_Console_Command_RouterMatch_LazyService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5481.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  5482.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5483.         });
  5484.     }
  5485.     /**
  5486.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5487.      *
  5488.      * @return \Symfony\Component\Console\Command\LazyCommand
  5489.      */
  5490.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5494.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  5495.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5496.         });
  5497.     }
  5498.     /**
  5499.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5500.      *
  5501.      * @return \Symfony\Component\Console\Command\LazyCommand
  5502.      */
  5503.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5504.     {
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5507.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  5508.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5509.         });
  5510.     }
  5511.     /**
  5512.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5513.      *
  5514.      * @return \Symfony\Component\Console\Command\LazyCommand
  5515.      */
  5516.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5520.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  5521.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5522.         });
  5523.     }
  5524.     /**
  5525.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5526.      *
  5527.      * @return \Symfony\Component\Console\Command\LazyCommand
  5528.      */
  5529.     protected function get_Console_Command_SecretsList_LazyService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5533.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  5534.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5535.         });
  5536.     }
  5537.     /**
  5538.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5539.      *
  5540.      * @return \Symfony\Component\Console\Command\LazyCommand
  5541.      */
  5542.     protected function get_Console_Command_SecretsRemove_LazyService()
  5543.     {
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5546.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  5547.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5548.         });
  5549.     }
  5550.     /**
  5551.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5552.      *
  5553.      * @return \Symfony\Component\Console\Command\LazyCommand
  5554.      */
  5555.     protected function get_Console_Command_SecretsSet_LazyService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5559.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  5560.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5561.         });
  5562.     }
  5563.     /**
  5564.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5565.      *
  5566.      * @return \Symfony\Component\Console\Command\LazyCommand
  5567.      */
  5568.     protected function get_Console_Command_TranslationDebug_LazyService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5572.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  5573.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5574.         });
  5575.     }
  5576.     /**
  5577.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5578.      *
  5579.      * @return \Symfony\Component\Console\Command\LazyCommand
  5580.      */
  5581.     protected function get_Console_Command_TranslationExtract_LazyService()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5585.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  5586.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5587.         });
  5588.     }
  5589.     /**
  5590.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5591.      *
  5592.      * @return \Symfony\Component\Console\Command\LazyCommand
  5593.      */
  5594.     protected function get_Console_Command_TranslationPull_LazyService()
  5595.     {
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5598.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  5599.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5600.         });
  5601.     }
  5602.     /**
  5603.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5604.      *
  5605.      * @return \Symfony\Component\Console\Command\LazyCommand
  5606.      */
  5607.     protected function get_Console_Command_TranslationPush_LazyService()
  5608.     {
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5611.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  5612.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5613.         });
  5614.     }
  5615.     /**
  5616.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5617.      *
  5618.      * @return \Symfony\Component\Console\Command\LazyCommand
  5619.      */
  5620.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5621.     {
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5624.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  5625.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5626.         });
  5627.     }
  5628.     /**
  5629.      * Gets the private '.console.command.workflow_dump.lazy' shared service.
  5630.      *
  5631.      * @return \Symfony\Component\Console\Command\LazyCommand
  5632.      */
  5633.     protected function get_Console_Command_WorkflowDump_LazyService()
  5634.     {
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5637.         return $this->privates['.console.command.workflow_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('workflow:dump', [], 'Dump a workflow'false, function (): \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand {
  5638.             return ($this->privates['console.command.workflow_dump'] ?? $this->getConsole_Command_WorkflowDumpService());
  5639.         });
  5640.     }
  5641.     /**
  5642.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5643.      *
  5644.      * @return \Symfony\Component\Console\Command\LazyCommand
  5645.      */
  5646.     protected function get_Console_Command_XliffLint_LazyService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5650.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  5651.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5652.         });
  5653.     }
  5654.     /**
  5655.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5656.      *
  5657.      * @return \Symfony\Component\Console\Command\LazyCommand
  5658.      */
  5659.     protected function get_Console_Command_YamlLint_LazyService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5663.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  5664.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5665.         });
  5666.     }
  5667.     /**
  5668.      * Gets the private '.debug.http_client' shared service.
  5669.      *
  5670.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5671.      */
  5672.     protected function get_Debug_HttpClientService()
  5673.     {
  5674.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  5675.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5676.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5677.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5678.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5679.         $b->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  5680.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5681.         $a->setLogger($b);
  5682.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5683.     }
  5684.     /**
  5685.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5686.      *
  5687.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5688.      */
  5689.     protected function getLoaderInterfaceService()
  5690.     {
  5691.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader", "SolidInvoice\\CoreBundle\\Routing\\Loader\\AjaxRouteLoader", "SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader".');
  5692.     }
  5693.     /**
  5694.      * Gets the private '.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy' shared service.
  5695.      *
  5696.      * @return \Symfony\Component\Console\Command\LazyCommand
  5697.      */
  5698.     protected function get_HautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommand_LazyService()
  5699.     {
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5702.         return $this->privates['.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('hautelook:fixtures:load', [], 'Load data fixtures to your database.'false, function (): \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand {
  5703.             return ($this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] ?? $this->getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService());
  5704.         });
  5705.     }
  5706.     /**
  5707.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5708.      *
  5709.      * @return \Symfony\Component\Console\Command\LazyCommand
  5710.      */
  5711.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5712.     {
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5715.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5716.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5717.         });
  5718.     }
  5719.     /**
  5720.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5721.      *
  5722.      * @return \Symfony\Component\Console\Command\LazyCommand
  5723.      */
  5724.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5728.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5729.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5730.         });
  5731.     }
  5732.     /**
  5733.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5734.      *
  5735.      * @return \Symfony\Component\Console\Command\LazyCommand
  5736.      */
  5737.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5738.     {
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5741.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5742.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5743.         });
  5744.     }
  5745.     /**
  5746.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5747.      *
  5748.      * @return \Symfony\Component\Console\Command\LazyCommand
  5749.      */
  5750.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5754.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5755.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5756.         });
  5757.     }
  5758.     /**
  5759.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  5760.      *
  5761.      * @return \Symfony\Component\Console\Command\LazyCommand
  5762.      */
  5763.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5767.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5768.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  5769.         });
  5770.     }
  5771.     /**
  5772.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  5773.      *
  5774.      * @return \Symfony\Component\Console\Command\LazyCommand
  5775.      */
  5776.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5780.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5781.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  5782.         });
  5783.     }
  5784.     /**
  5785.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5786.      *
  5787.      * @return \Symfony\Component\Console\Command\LazyCommand
  5788.      */
  5789.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5790.     {
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5793.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5794.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5795.         });
  5796.     }
  5797.     /**
  5798.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5799.      *
  5800.      * @return \Symfony\Component\Console\Command\LazyCommand
  5801.      */
  5802.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5806.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5807.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5808.         });
  5809.     }
  5810.     /**
  5811.      * Gets the private '.maker.auto_command.make_factory.lazy' shared service.
  5812.      *
  5813.      * @return \Symfony\Component\Console\Command\LazyCommand
  5814.      */
  5815.     protected function get_Maker_AutoCommand_MakeFactory_LazyService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5819.         return $this->privates['.maker.auto_command.make_factory.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:factory', [], 'Creates a Foundry model factory for a Doctrine entity class or a regular object'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5820.             return ($this->privates['maker.auto_command.make_factory'] ?? $this->getMaker_AutoCommand_MakeFactoryService());
  5821.         });
  5822.     }
  5823.     /**
  5824.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5825.      *
  5826.      * @return \Symfony\Component\Console\Command\LazyCommand
  5827.      */
  5828.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5829.     {
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5832.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5833.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5834.         });
  5835.     }
  5836.     /**
  5837.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5838.      *
  5839.      * @return \Symfony\Component\Console\Command\LazyCommand
  5840.      */
  5841.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5845.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5846.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5847.         });
  5848.     }
  5849.     /**
  5850.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5851.      *
  5852.      * @return \Symfony\Component\Console\Command\LazyCommand
  5853.      */
  5854.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5858.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5859.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5860.         });
  5861.     }
  5862.     /**
  5863.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5864.      *
  5865.      * @return \Symfony\Component\Console\Command\LazyCommand
  5866.      */
  5867.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5871.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5872.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  5873.         });
  5874.     }
  5875.     /**
  5876.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  5877.      *
  5878.      * @return \Symfony\Component\Console\Command\LazyCommand
  5879.      */
  5880.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5884.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5885.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  5886.         });
  5887.     }
  5888.     /**
  5889.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  5890.      *
  5891.      * @return \Symfony\Component\Console\Command\LazyCommand
  5892.      */
  5893.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  5894.     {
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5897.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5898.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  5899.         });
  5900.     }
  5901.     /**
  5902.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  5903.      *
  5904.      * @return \Symfony\Component\Console\Command\LazyCommand
  5905.      */
  5906.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  5907.     {
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5910.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5911.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  5912.         });
  5913.     }
  5914.     /**
  5915.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  5916.      *
  5917.      * @return \Symfony\Component\Console\Command\LazyCommand
  5918.      */
  5919.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  5920.     {
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5923.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5924.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  5925.         });
  5926.     }
  5927.     /**
  5928.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\Console\Command\LazyCommand
  5931.      */
  5932.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5936.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5937.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  5938.         });
  5939.     }
  5940.     /**
  5941.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  5942.      *
  5943.      * @return \Symfony\Component\Console\Command\LazyCommand
  5944.      */
  5945.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5949.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5950.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  5951.         });
  5952.     }
  5953.     /**
  5954.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  5955.      *
  5956.      * @return \Symfony\Component\Console\Command\LazyCommand
  5957.      */
  5958.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5962.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5963.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  5964.         });
  5965.     }
  5966.     /**
  5967.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  5968.      *
  5969.      * @return \Symfony\Component\Console\Command\LazyCommand
  5970.      */
  5971.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5975.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5976.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  5977.         });
  5978.     }
  5979.     /**
  5980.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  5981.      *
  5982.      * @return \Symfony\Component\Console\Command\LazyCommand
  5983.      */
  5984.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  5985.     {
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5988.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5989.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  5990.         });
  5991.     }
  5992.     /**
  5993.      * Gets the private '.maker.auto_command.make_story.lazy' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\Console\Command\LazyCommand
  5996.      */
  5997.     protected function get_Maker_AutoCommand_MakeStory_LazyService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6001.         return $this->privates['.maker.auto_command.make_story.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:story', [], 'Creates a Foundry story'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6002.             return ($this->privates['maker.auto_command.make_story'] ?? $this->getMaker_AutoCommand_MakeStoryService());
  6003.         });
  6004.     }
  6005.     /**
  6006.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Console\Command\LazyCommand
  6009.      */
  6010.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6014.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6015.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6016.         });
  6017.     }
  6018.     /**
  6019.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\Console\Command\LazyCommand
  6022.      */
  6023.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6027.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6028.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6029.         });
  6030.     }
  6031.     /**
  6032.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  6033.      *
  6034.      * @return \Symfony\Component\Console\Command\LazyCommand
  6035.      */
  6036.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6040.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6041.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  6042.         });
  6043.     }
  6044.     /**
  6045.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6046.      *
  6047.      * @return \Symfony\Component\Console\Command\LazyCommand
  6048.      */
  6049.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6053.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6054.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6055.         });
  6056.     }
  6057.     /**
  6058.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6059.      *
  6060.      * @return \Symfony\Component\Console\Command\LazyCommand
  6061.      */
  6062.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6066.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6067.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6068.         });
  6069.     }
  6070.     /**
  6071.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6072.      *
  6073.      * @return \Symfony\Component\Console\Command\LazyCommand
  6074.      */
  6075.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6079.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6080.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6081.         });
  6082.     }
  6083.     /**
  6084.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\Console\Command\LazyCommand
  6087.      */
  6088.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6092.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6093.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6094.         });
  6095.     }
  6096.     /**
  6097.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  6098.      *
  6099.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6100.      */
  6101.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  6105.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  6106.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  6107.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  6108.         }
  6109.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  6110.     }
  6111.     /**
  6112.      * Gets the private '.messenger.handler_descriptor.trboVk1' shared service.
  6113.      *
  6114.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6115.      */
  6116.     protected function get_Messenger_HandlerDescriptor_TrboVk1Service()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  6121.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Message/Handler/CreateInvoiceFromRecurringHandler.php';
  6122.         $a = ($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] ?? $this->getInvoiceManagerService());
  6123.         if (isset($this->privates['.messenger.handler_descriptor.trboVk1'])) {
  6124.             return $this->privates['.messenger.handler_descriptor.trboVk1'];
  6125.         }
  6126.         $b = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
  6127.         if (isset($this->privates['.messenger.handler_descriptor.trboVk1'])) {
  6128.             return $this->privates['.messenger.handler_descriptor.trboVk1'];
  6129.         }
  6130.         return $this->privates['.messenger.handler_descriptor.trboVk1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler($a$b), ['from_transport' => 'sync']);
  6131.     }
  6132.     /**
  6133.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\Console\Command\LazyCommand
  6136.      */
  6137.     protected function get_Monolog_Command_ServerLog_LazyService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6141.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  6142.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6143.         });
  6144.     }
  6145.     /**
  6146.      * Gets the private '.payum.command.status.lazy' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\Console\Command\LazyCommand
  6149.      */
  6150.     protected function get_Payum_Command_Status_LazyService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6154.         return $this->privates['.payum.command.status.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('payum:status', [], 'Allows to get a payment status.'false, function (): \Payum\Bundle\PayumBundle\Command\StatusCommand {
  6155.             return ($this->privates['payum.command.status'] ?? $this->getPayum_Command_StatusService());
  6156.         });
  6157.     }
  6158.     /**
  6159.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6160.      *
  6161.      * @return \Symfony\Component\Console\Command\LazyCommand
  6162.      */
  6163.     protected function get_Security_Command_DebugFirewall_LazyService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6167.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  6168.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6169.         });
  6170.     }
  6171.     /**
  6172.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6173.      *
  6174.      * @return \Symfony\Component\Console\Command\LazyCommand
  6175.      */
  6176.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6180.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  6181.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6182.         });
  6183.     }
  6184.     /**
  6185.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6186.      *
  6187.      * @return \Symfony\Component\Console\Command\LazyCommand
  6188.      */
  6189.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6193.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  6194.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6195.         });
  6196.     }
  6197.     /**
  6198.      * Gets the private '.sentry.traceable.http_client' shared service.
  6199.      *
  6200.      * @return \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient
  6201.      */
  6202.     protected function get_Sentry_Traceable_HttpClientService()
  6203.     {
  6204.         return $this->privates['.sentry.traceable.http_client'] = new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  6205.     }
  6206.     /**
  6207.      * Gets the private '.service_locator.1ykXtgh' shared service.
  6208.      *
  6209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6210.      */
  6211.     protected function get_ServiceLocator_1ykXtghService()
  6212.     {
  6213.         return $this->privates['.service_locator.1ykXtgh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6214.             'client' => ['privates''SolidInvoice\\ClientBundle\\Entity\\Client''getClientService'false],
  6215.         ], [
  6216.             'client' => 'SolidInvoice\\ClientBundle\\Entity\\Client',
  6217.         ]);
  6218.     }
  6219.     /**
  6220.      * Gets the private '.service_locator.2Z2R_LJ' shared service.
  6221.      *
  6222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6223.      */
  6224.     protected function get_ServiceLocator_2Z2RLJService()
  6225.     {
  6226.         return $this->privates['.service_locator.2Z2R_LJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6227.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  6228.             'security.firewall.map.context.api_doc' => ['privates''security.firewall.map.context.api_doc''getSecurity_Firewall_Map_Context_ApiDocService'false],
  6229.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  6230.             'security.firewall.map.context.assets' => ['privates''security.firewall.map.context.assets''getSecurity_Firewall_Map_Context_AssetsService'false],
  6231.             'security.firewall.map.context.installation' => ['privates''security.firewall.map.context.installation''getSecurity_Firewall_Map_Context_InstallationService'false],
  6232.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6233.         ], [
  6234.             'security.firewall.map.context.api' => '?',
  6235.             'security.firewall.map.context.api_doc' => '?',
  6236.             'security.firewall.map.context.api_login' => '?',
  6237.             'security.firewall.map.context.assets' => '?',
  6238.             'security.firewall.map.context.installation' => '?',
  6239.             'security.firewall.map.context.main' => '?',
  6240.         ]);
  6241.     }
  6242.     /**
  6243.      * Gets the private '.service_locator.7MGnYtq' shared service.
  6244.      *
  6245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6246.      */
  6247.     protected function get_ServiceLocator_7MGnYtqService()
  6248.     {
  6249.         return $this->privates['.service_locator.7MGnYtq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6250.             'quote' => ['privates''SolidInvoice\\QuoteBundle\\Entity\\Quote''getQuoteService'false],
  6251.         ], [
  6252.             'quote' => 'SolidInvoice\\QuoteBundle\\Entity\\Quote',
  6253.         ]);
  6254.     }
  6255.     /**
  6256.      * Gets the private '.service_locator.ADV0t3J' shared service.
  6257.      *
  6258.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6259.      */
  6260.     protected function get_ServiceLocator_ADV0t3JService()
  6261.     {
  6262.         return $this->privates['.service_locator.ADV0t3J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6263.             'address' => ['privates''SolidInvoice\\ClientBundle\\Entity\\Address''getAddress2Service'false],
  6264.         ], [
  6265.             'address' => 'SolidInvoice\\ClientBundle\\Entity\\Address',
  6266.         ]);
  6267.     }
  6268.     /**
  6269.      * Gets the private '.service_locator.FV84lVo' shared service.
  6270.      *
  6271.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6272.      */
  6273.     protected function get_ServiceLocator_FV84lVoService()
  6274.     {
  6275.         return $this->privates['.service_locator.FV84lVo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6276.             'paymentMethod' => ['privates''SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod''getPaymentMethodService'false],
  6277.         ], [
  6278.             'paymentMethod' => 'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod',
  6279.         ]);
  6280.     }
  6281.     /**
  6282.      * Gets the private '.service_locator.JMRFfho' shared service.
  6283.      *
  6284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6285.      */
  6286.     protected function get_ServiceLocator_JMRFfhoService()
  6287.     {
  6288.         return $this->privates['.service_locator.JMRFfho'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6289.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6290.             'migration' => ['privates''SolidInvoice\\InstallBundle\\Installer\\Database\\Migration''getMigrationService'false],
  6291.         ], [
  6292.             'doctrine' => '?',
  6293.             'migration' => 'SolidInvoice\\InstallBundle\\Installer\\Database\\Migration',
  6294.         ]);
  6295.     }
  6296.     /**
  6297.      * Gets the private '.service_locator.K5VZBLJ' shared service.
  6298.      *
  6299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6300.      */
  6301.     protected function get_ServiceLocator_K5VZBLJService()
  6302.     {
  6303.         return $this->privates['.service_locator.K5VZBLJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6304.             'formHandler' => ['privates''solidworx.form_handler''getSolidworx_FormHandlerService'false],
  6305.             'toggle' => ['privates''SolidWorx\\Toggler\\Symfony\\Toggle''getToggleService'false],
  6306.         ], [
  6307.             'formHandler' => '?',
  6308.             'toggle' => '?',
  6309.         ]);
  6310.     }
  6311.     /**
  6312.      * Gets the private '.service_locator.NGT89Ar' shared service.
  6313.      *
  6314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6315.      */
  6316.     protected function get_ServiceLocator_NGT89ArService()
  6317.     {
  6318.         return $this->privates['.service_locator.NGT89Ar'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6319.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  6320.             'router' => ['services''router''getRouterService'false],
  6321.             'userRepository' => ['privates''SolidInvoice\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  6322.         ], [
  6323.             'mailer' => '?',
  6324.             'router' => '?',
  6325.             'userRepository' => 'SolidInvoice\\UserBundle\\Repository\\UserRepository',
  6326.         ]);
  6327.     }
  6328.     /**
  6329.      * Gets the private '.service_locator.PDWO.K2' shared service.
  6330.      *
  6331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6332.      */
  6333.     protected function get_ServiceLocator_PDWO_K2Service()
  6334.     {
  6335.         return $this->privates['.service_locator.PDWO.K2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6336.             'invoice' => ['privates''SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice''getRecurringInvoiceService'false],
  6337.         ], [
  6338.             'invoice' => 'SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice',
  6339.         ]);
  6340.     }
  6341.     /**
  6342.      * Gets the private '.service_locator.QxRfO9I' shared service.
  6343.      *
  6344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6345.      */
  6346.     protected function get_ServiceLocator_QxRfO9IService()
  6347.     {
  6348.         return $this->privates['.service_locator.QxRfO9I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6349.             'client' => ['privates''SolidInvoice\\ClientBundle\\Entity\\Client''getClientService'false],
  6350.         ], [
  6351.             'client' => 'SolidInvoice\\ClientBundle\\Entity\\Client',
  6352.         ]);
  6353.     }
  6354.     /**
  6355.      * Gets the private '.service_locator.R9EZor7' shared service.
  6356.      *
  6357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6358.      */
  6359.     protected function get_ServiceLocator_R9EZor7Service()
  6360.     {
  6361.         return $this->privates['.service_locator.R9EZor7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6362.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6363.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6364.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6365.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6366.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6367.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6368.             'payum' => ['services''payum''getPayumService'false],
  6369.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6370.             'router' => ['services''router''getRouterService'false],
  6371.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6372.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6373.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6374.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6375.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6376.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6377.         ], [
  6378.             'doctrine' => '?',
  6379.             'form.factory' => '?',
  6380.             'http_kernel' => '?',
  6381.             'message_bus' => '?',
  6382.             'messenger.default_bus' => '?',
  6383.             'parameter_bag' => '?',
  6384.             'payum' => '?',
  6385.             'request_stack' => '?',
  6386.             'router' => '?',
  6387.             'security.authorization_checker' => '?',
  6388.             'security.csrf.token_manager' => '?',
  6389.             'security.token_storage' => '?',
  6390.             'serializer' => '?',
  6391.             'session' => '.session.deprecated',
  6392.             'twig' => '?',
  6393.         ]);
  6394.     }
  6395.     /**
  6396.      * Gets the private '.service_locator.TmpdgUk' shared service.
  6397.      *
  6398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6399.      */
  6400.     protected function get_ServiceLocator_TmpdgUkService()
  6401.     {
  6402.         return $this->privates['.service_locator.TmpdgUk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6403.             'tax' => ['privates''SolidInvoice\\TaxBundle\\Entity\\Tax''getTaxService'false],
  6404.         ], [
  6405.             'tax' => 'SolidInvoice\\TaxBundle\\Entity\\Tax',
  6406.         ]);
  6407.     }
  6408.     /**
  6409.      * Gets the private '.service_locator.UkdXMtE' shared service.
  6410.      *
  6411.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6412.      */
  6413.     protected function get_ServiceLocator_UkdXMtEService()
  6414.     {
  6415.         return $this->privates['.service_locator.UkdXMtE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6416.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address::__invoke' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6417.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList::__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6418.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete::__invoke' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6419.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit::__invoke' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6420.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact::__invoke' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6421.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add::__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6422.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete::__invoke' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6423.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit::__invoke' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6424.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::get' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6425.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::put' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6426.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete::__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6427.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info::__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6428.             'SolidInvoice\\ClientBundle\\Action\\Edit::__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6429.             'SolidInvoice\\ClientBundle\\Action\\View::__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6430.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany::__invoke' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6431.             'SolidInvoice\\InstallBundle\\Action\\Install::__invoke' => ['privates''.service_locator.JMRFfho''get_ServiceLocator_JMRFfhoService'false],
  6432.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice::__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6433.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice::__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6434.             'SolidInvoice\\InvoiceBundle\\Action\\Create::__invoke' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6435.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring::__invoke' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6436.             'SolidInvoice\\InvoiceBundle\\Action\\Edit::__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6437.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring::__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6438.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition::__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6439.             'SolidInvoice\\InvoiceBundle\\Action\\Transition::__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6440.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send::__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6441.             'SolidInvoice\\InvoiceBundle\\Action\\View::__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6442.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring::__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6443.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings::__invoke' => ['privates''.service_locator.FV84lVo''get_ServiceLocator_FV84lVoService'false],
  6444.             'SolidInvoice\\PaymentBundle\\Action\\Prepare::__invoke' => ['privates''.service_locator.nE6qfOy''get_ServiceLocator_NE6qfOyService'false],
  6445.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote::__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6446.             'SolidInvoice\\QuoteBundle\\Action\\Create::__invoke' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6447.             'SolidInvoice\\QuoteBundle\\Action\\Edit::__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6448.             'SolidInvoice\\QuoteBundle\\Action\\Transition::__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6449.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send::__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6450.             'SolidInvoice\\QuoteBundle\\Action\\View::__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6451.             'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings::save' => ['privates''.service_locator.VH7wQ4Q''get_ServiceLocator_VH7wQ4QService'false],
  6452.             'SolidInvoice\\TaxBundle\\Action\\Edit::__invoke' => ['privates''.service_locator.TmpdgUk''get_ServiceLocator_TmpdgUkService'false],
  6453.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke::__invoke' => ['privates''.service_locator.w3f1BQA''get_ServiceLocator_W3f1BQAService'false],
  6454.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory::__invoke' => ['privates''.service_locator.w3f1BQA''get_ServiceLocator_W3f1BQAService'false],
  6455.             'SolidInvoice\\UserBundle\\Action\\EditProfile::__invoke' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6456.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset::__invoke' => ['privates''.service_locator.VWPeRj7''get_ServiceLocator_VWPeRj7Service'false],
  6457.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send::__invoke' => ['privates''.service_locator.NGT89Ar''get_ServiceLocator_NGT89ArService'false],
  6458.             'SolidInvoice\\UserBundle\\Action\\Profile::__invoke' => ['privates''.service_locator.vnhvhgO''get_ServiceLocator_VnhvhgOService'false],
  6459.             'SolidInvoice\\UserBundle\\Action\\Register::__invoke' => ['privates''.service_locator.K5VZBLJ''get_ServiceLocator_K5VZBLJService'false],
  6460.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword::__invoke' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6461.             'SolidInvoice\\UserBundle\\Action\\Security\\Login::__invoke' => ['privates''.service_locator.lRI1OiU''get_ServiceLocator_LRI1OiUService'false],
  6462.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  6463.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  6464.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address:__invoke' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6465.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6466.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList:__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6467.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6468.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete:__invoke' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6469.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6470.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit:__invoke' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6471.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit' => ['privates''.service_locator.ADV0t3J''get_ServiceLocator_ADV0t3JService'false],
  6472.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact:__invoke' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6473.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6474.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add:__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6475.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6476.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete:__invoke' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6477.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6478.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit:__invoke' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6479.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit' => ['privates''.service_locator.xmK5JMB''get_ServiceLocator_XmK5JMBService'false],
  6480.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:get' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6481.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:put' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6482.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete:__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6483.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6484.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info:__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6485.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6486.             'SolidInvoice\\ClientBundle\\Action\\Edit:__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6487.             'SolidInvoice\\ClientBundle\\Action\\Edit' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6488.             'SolidInvoice\\ClientBundle\\Action\\View:__invoke' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6489.             'SolidInvoice\\ClientBundle\\Action\\View' => ['privates''.service_locator.QxRfO9I''get_ServiceLocator_QxRfO9IService'false],
  6490.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany:__invoke' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6491.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6492.             'SolidInvoice\\InstallBundle\\Action\\Install:__invoke' => ['privates''.service_locator.JMRFfho''get_ServiceLocator_JMRFfhoService'false],
  6493.             'SolidInvoice\\InstallBundle\\Action\\Install' => ['privates''.service_locator.JMRFfho''get_ServiceLocator_JMRFfhoService'false],
  6494.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice:__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6495.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6496.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice:__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6497.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6498.             'SolidInvoice\\InvoiceBundle\\Action\\Create:__invoke' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6499.             'SolidInvoice\\InvoiceBundle\\Action\\Create' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6500.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring:__invoke' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6501.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6502.             'SolidInvoice\\InvoiceBundle\\Action\\Edit:__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6503.             'SolidInvoice\\InvoiceBundle\\Action\\Edit' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6504.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring:__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6505.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6506.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition:__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6507.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6508.             'SolidInvoice\\InvoiceBundle\\Action\\Transition:__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6509.             'SolidInvoice\\InvoiceBundle\\Action\\Transition' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6510.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send:__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6511.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6512.             'SolidInvoice\\InvoiceBundle\\Action\\View:__invoke' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6513.             'SolidInvoice\\InvoiceBundle\\Action\\View' => ['privates''.service_locator.jwvrFxE''get_ServiceLocator_JwvrFxEService'false],
  6514.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring:__invoke' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6515.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring' => ['privates''.service_locator.PDWO.K2''get_ServiceLocator_PDWO_K2Service'false],
  6516.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings:__invoke' => ['privates''.service_locator.FV84lVo''get_ServiceLocator_FV84lVoService'false],
  6517.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings' => ['privates''.service_locator.FV84lVo''get_ServiceLocator_FV84lVoService'false],
  6518.             'SolidInvoice\\PaymentBundle\\Action\\Prepare:__invoke' => ['privates''.service_locator.nE6qfOy''get_ServiceLocator_NE6qfOyService'false],
  6519.             'SolidInvoice\\PaymentBundle\\Action\\Prepare' => ['privates''.service_locator.nE6qfOy''get_ServiceLocator_NE6qfOyService'false],
  6520.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote:__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6521.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6522.             'SolidInvoice\\QuoteBundle\\Action\\Create:__invoke' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6523.             'SolidInvoice\\QuoteBundle\\Action\\Create' => ['privates''.service_locator.1ykXtgh''get_ServiceLocator_1ykXtghService'false],
  6524.             'SolidInvoice\\QuoteBundle\\Action\\Edit:__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6525.             'SolidInvoice\\QuoteBundle\\Action\\Edit' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6526.             'SolidInvoice\\QuoteBundle\\Action\\Transition:__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6527.             'SolidInvoice\\QuoteBundle\\Action\\Transition' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6528.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send:__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6529.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6530.             'SolidInvoice\\QuoteBundle\\Action\\View:__invoke' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6531.             'SolidInvoice\\QuoteBundle\\Action\\View' => ['privates''.service_locator.7MGnYtq''get_ServiceLocator_7MGnYtqService'false],
  6532.             'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings:save' => ['privates''.service_locator.VH7wQ4Q''get_ServiceLocator_VH7wQ4QService'false],
  6533.             'SolidInvoice\\TaxBundle\\Action\\Edit:__invoke' => ['privates''.service_locator.TmpdgUk''get_ServiceLocator_TmpdgUkService'false],
  6534.             'SolidInvoice\\TaxBundle\\Action\\Edit' => ['privates''.service_locator.TmpdgUk''get_ServiceLocator_TmpdgUkService'false],
  6535.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke:__invoke' => ['privates''.service_locator.w3f1BQA''get_ServiceLocator_W3f1BQAService'false],
  6536.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke' => ['privates''.service_locator.w3f1BQA''get_ServiceLocator_W3f1BQAService'false],
  6537.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory:__invoke' => ['privates''.service_locator.w3f1BQA''get_ServiceLocator_W3f1BQAService'false],
  6538.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory' => ['privates''.service_locator.w3f1BQA''get_ServiceLocator_W3f1BQAService'false],
  6539.             'SolidInvoice\\UserBundle\\Action\\EditProfile:__invoke' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6540.             'SolidInvoice\\UserBundle\\Action\\EditProfile' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6541.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset:__invoke' => ['privates''.service_locator.VWPeRj7''get_ServiceLocator_VWPeRj7Service'false],
  6542.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset' => ['privates''.service_locator.VWPeRj7''get_ServiceLocator_VWPeRj7Service'false],
  6543.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send:__invoke' => ['privates''.service_locator.NGT89Ar''get_ServiceLocator_NGT89ArService'false],
  6544.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send' => ['privates''.service_locator.NGT89Ar''get_ServiceLocator_NGT89ArService'false],
  6545.             'SolidInvoice\\UserBundle\\Action\\Profile:__invoke' => ['privates''.service_locator.vnhvhgO''get_ServiceLocator_VnhvhgOService'false],
  6546.             'SolidInvoice\\UserBundle\\Action\\Profile' => ['privates''.service_locator.vnhvhgO''get_ServiceLocator_VnhvhgOService'false],
  6547.             'SolidInvoice\\UserBundle\\Action\\Register:__invoke' => ['privates''.service_locator.K5VZBLJ''get_ServiceLocator_K5VZBLJService'false],
  6548.             'SolidInvoice\\UserBundle\\Action\\Register' => ['privates''.service_locator.K5VZBLJ''get_ServiceLocator_K5VZBLJService'false],
  6549.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword:__invoke' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6550.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword' => ['privates''.service_locator.s8ZAfJk''get_ServiceLocator_S8ZAfJkService'false],
  6551.             'SolidInvoice\\UserBundle\\Action\\Security\\Login:__invoke' => ['privates''.service_locator.lRI1OiU''get_ServiceLocator_LRI1OiUService'false],
  6552.             'SolidInvoice\\UserBundle\\Action\\Security\\Login' => ['privates''.service_locator.lRI1OiU''get_ServiceLocator_LRI1OiUService'false],
  6553.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  6554.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  6555.         ], [
  6556.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address::__invoke' => '?',
  6557.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList::__invoke' => '?',
  6558.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete::__invoke' => '?',
  6559.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit::__invoke' => '?',
  6560.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact::__invoke' => '?',
  6561.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add::__invoke' => '?',
  6562.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete::__invoke' => '?',
  6563.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit::__invoke' => '?',
  6564.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::get' => '?',
  6565.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::put' => '?',
  6566.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete::__invoke' => '?',
  6567.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info::__invoke' => '?',
  6568.             'SolidInvoice\\ClientBundle\\Action\\Edit::__invoke' => '?',
  6569.             'SolidInvoice\\ClientBundle\\Action\\View::__invoke' => '?',
  6570.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany::__invoke' => '?',
  6571.             'SolidInvoice\\InstallBundle\\Action\\Install::__invoke' => '?',
  6572.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice::__invoke' => '?',
  6573.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice::__invoke' => '?',
  6574.             'SolidInvoice\\InvoiceBundle\\Action\\Create::__invoke' => '?',
  6575.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring::__invoke' => '?',
  6576.             'SolidInvoice\\InvoiceBundle\\Action\\Edit::__invoke' => '?',
  6577.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring::__invoke' => '?',
  6578.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition::__invoke' => '?',
  6579.             'SolidInvoice\\InvoiceBundle\\Action\\Transition::__invoke' => '?',
  6580.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send::__invoke' => '?',
  6581.             'SolidInvoice\\InvoiceBundle\\Action\\View::__invoke' => '?',
  6582.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring::__invoke' => '?',
  6583.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings::__invoke' => '?',
  6584.             'SolidInvoice\\PaymentBundle\\Action\\Prepare::__invoke' => '?',
  6585.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote::__invoke' => '?',
  6586.             'SolidInvoice\\QuoteBundle\\Action\\Create::__invoke' => '?',
  6587.             'SolidInvoice\\QuoteBundle\\Action\\Edit::__invoke' => '?',
  6588.             'SolidInvoice\\QuoteBundle\\Action\\Transition::__invoke' => '?',
  6589.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send::__invoke' => '?',
  6590.             'SolidInvoice\\QuoteBundle\\Action\\View::__invoke' => '?',
  6591.             'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings::save' => '?',
  6592.             'SolidInvoice\\TaxBundle\\Action\\Edit::__invoke' => '?',
  6593.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke::__invoke' => '?',
  6594.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory::__invoke' => '?',
  6595.             'SolidInvoice\\UserBundle\\Action\\EditProfile::__invoke' => '?',
  6596.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset::__invoke' => '?',
  6597.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send::__invoke' => '?',
  6598.             'SolidInvoice\\UserBundle\\Action\\Profile::__invoke' => '?',
  6599.             'SolidInvoice\\UserBundle\\Action\\Register::__invoke' => '?',
  6600.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword::__invoke' => '?',
  6601.             'SolidInvoice\\UserBundle\\Action\\Security\\Login::__invoke' => '?',
  6602.             'kernel::loadRoutes' => '?',
  6603.             'kernel::registerContainerConfiguration' => '?',
  6604.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address:__invoke' => '?',
  6605.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address' => '?',
  6606.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList:__invoke' => '?',
  6607.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList' => '?',
  6608.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete:__invoke' => '?',
  6609.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete' => '?',
  6610.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit:__invoke' => '?',
  6611.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit' => '?',
  6612.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact:__invoke' => '?',
  6613.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact' => '?',
  6614.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add:__invoke' => '?',
  6615.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add' => '?',
  6616.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete:__invoke' => '?',
  6617.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete' => '?',
  6618.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit:__invoke' => '?',
  6619.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit' => '?',
  6620.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:get' => '?',
  6621.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:put' => '?',
  6622.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete:__invoke' => '?',
  6623.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete' => '?',
  6624.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info:__invoke' => '?',
  6625.             'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info' => '?',
  6626.             'SolidInvoice\\ClientBundle\\Action\\Edit:__invoke' => '?',
  6627.             'SolidInvoice\\ClientBundle\\Action\\Edit' => '?',
  6628.             'SolidInvoice\\ClientBundle\\Action\\View:__invoke' => '?',
  6629.             'SolidInvoice\\ClientBundle\\Action\\View' => '?',
  6630.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany:__invoke' => '?',
  6631.             'SolidInvoice\\CoreBundle\\Action\\CreateCompany' => '?',
  6632.             'SolidInvoice\\InstallBundle\\Action\\Install:__invoke' => '?',
  6633.             'SolidInvoice\\InstallBundle\\Action\\Install' => '?',
  6634.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice:__invoke' => '?',
  6635.             'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice' => '?',
  6636.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice:__invoke' => '?',
  6637.             'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice' => '?',
  6638.             'SolidInvoice\\InvoiceBundle\\Action\\Create:__invoke' => '?',
  6639.             'SolidInvoice\\InvoiceBundle\\Action\\Create' => '?',
  6640.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring:__invoke' => '?',
  6641.             'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring' => '?',
  6642.             'SolidInvoice\\InvoiceBundle\\Action\\Edit:__invoke' => '?',
  6643.             'SolidInvoice\\InvoiceBundle\\Action\\Edit' => '?',
  6644.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring:__invoke' => '?',
  6645.             'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring' => '?',
  6646.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition:__invoke' => '?',
  6647.             'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition' => '?',
  6648.             'SolidInvoice\\InvoiceBundle\\Action\\Transition:__invoke' => '?',
  6649.             'SolidInvoice\\InvoiceBundle\\Action\\Transition' => '?',
  6650.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send:__invoke' => '?',
  6651.             'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send' => '?',
  6652.             'SolidInvoice\\InvoiceBundle\\Action\\View:__invoke' => '?',
  6653.             'SolidInvoice\\InvoiceBundle\\Action\\View' => '?',
  6654.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring:__invoke' => '?',
  6655.             'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring' => '?',
  6656.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings:__invoke' => '?',
  6657.             'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings' => '?',
  6658.             'SolidInvoice\\PaymentBundle\\Action\\Prepare:__invoke' => '?',
  6659.             'SolidInvoice\\PaymentBundle\\Action\\Prepare' => '?',
  6660.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote:__invoke' => '?',
  6661.             'SolidInvoice\\QuoteBundle\\Action\\CloneQuote' => '?',
  6662.             'SolidInvoice\\QuoteBundle\\Action\\Create:__invoke' => '?',
  6663.             'SolidInvoice\\QuoteBundle\\Action\\Create' => '?',
  6664.             'SolidInvoice\\QuoteBundle\\Action\\Edit:__invoke' => '?',
  6665.             'SolidInvoice\\QuoteBundle\\Action\\Edit' => '?',
  6666.             'SolidInvoice\\QuoteBundle\\Action\\Transition:__invoke' => '?',
  6667.             'SolidInvoice\\QuoteBundle\\Action\\Transition' => '?',
  6668.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send:__invoke' => '?',
  6669.             'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send' => '?',
  6670.             'SolidInvoice\\QuoteBundle\\Action\\View:__invoke' => '?',
  6671.             'SolidInvoice\\QuoteBundle\\Action\\View' => '?',
  6672.             'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings:save' => '?',
  6673.             'SolidInvoice\\TaxBundle\\Action\\Edit:__invoke' => '?',
  6674.             'SolidInvoice\\TaxBundle\\Action\\Edit' => '?',
  6675.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke:__invoke' => '?',
  6676.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke' => '?',
  6677.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory:__invoke' => '?',
  6678.             'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory' => '?',
  6679.             'SolidInvoice\\UserBundle\\Action\\EditProfile:__invoke' => '?',
  6680.             'SolidInvoice\\UserBundle\\Action\\EditProfile' => '?',
  6681.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset:__invoke' => '?',
  6682.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset' => '?',
  6683.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send:__invoke' => '?',
  6684.             'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send' => '?',
  6685.             'SolidInvoice\\UserBundle\\Action\\Profile:__invoke' => '?',
  6686.             'SolidInvoice\\UserBundle\\Action\\Profile' => '?',
  6687.             'SolidInvoice\\UserBundle\\Action\\Register:__invoke' => '?',
  6688.             'SolidInvoice\\UserBundle\\Action\\Register' => '?',
  6689.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword:__invoke' => '?',
  6690.             'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword' => '?',
  6691.             'SolidInvoice\\UserBundle\\Action\\Security\\Login:__invoke' => '?',
  6692.             'SolidInvoice\\UserBundle\\Action\\Security\\Login' => '?',
  6693.             'kernel:loadRoutes' => '?',
  6694.             'kernel:registerContainerConfiguration' => '?',
  6695.         ]);
  6696.     }
  6697.     /**
  6698.      * Gets the private '.service_locator.VH7wQ4Q' shared service.
  6699.      *
  6700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6701.      */
  6702.     protected function get_ServiceLocator_VH7wQ4QService()
  6703.     {
  6704.         return $this->privates['.service_locator.VH7wQ4Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6705.             'settingsRepository' => ['privates''SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository''getSettingsRepositoryService'false],
  6706.         ], [
  6707.             'settingsRepository' => 'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository',
  6708.         ]);
  6709.     }
  6710.     /**
  6711.      * Gets the private '.service_locator.VWPeRj7' shared service.
  6712.      *
  6713.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6714.      */
  6715.     protected function get_ServiceLocator_VWPeRj7Service()
  6716.     {
  6717.         return $this->privates['.service_locator.VWPeRj7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6718.             'formHandler' => ['privates''solidworx.form_handler''getSolidworx_FormHandlerService'false],
  6719.             'userRepository' => ['privates''SolidInvoice\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  6720.         ], [
  6721.             'formHandler' => '?',
  6722.             'userRepository' => 'SolidInvoice\\UserBundle\\Repository\\UserRepository',
  6723.         ]);
  6724.     }
  6725.     /**
  6726.      * Gets the private '.service_locator._dyOg._' shared service.
  6727.      *
  6728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6729.      */
  6730.     protected function get_ServiceLocator_DyOg_Service()
  6731.     {
  6732.         return $this->privates['.service_locator._dyOg._'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6733.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6734.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  6735.             'security.event_dispatcher.api_doc' => ['privates''security.event_dispatcher.api_doc''getSecurity_EventDispatcher_ApiDocService'false],
  6736.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  6737.             'security.event_dispatcher.installation' => ['privates''security.event_dispatcher.installation''getSecurity_EventDispatcher_InstallationService'false],
  6738.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  6739.         ], [
  6740.             'event_dispatcher' => '?',
  6741.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6742.             'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6743.             'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6744.             'security.event_dispatcher.installation' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6745.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6746.         ]);
  6747.     }
  6748.     /**
  6749.      * Gets the private '.service_locator.dwKQLWi.SolidInvoice\SettingsBundle\Twig\Components\Settings' shared service.
  6750.      *
  6751.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6752.      */
  6753.     protected function getSettings4Service()
  6754.     {
  6755.         return $this->privates['.service_locator.dwKQLWi.SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'] = (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6756.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6757.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6758.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6759.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6760.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6761.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6762.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6763.             'router' => ['services''router''getRouterService'false],
  6764.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6765.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6766.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6767.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6768.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6769.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6770.         ], [
  6771.             'doctrine' => '?',
  6772.             'form.factory' => '?',
  6773.             'http_kernel' => '?',
  6774.             'message_bus' => '?',
  6775.             'messenger.default_bus' => '?',
  6776.             'parameter_bag' => '?',
  6777.             'request_stack' => '?',
  6778.             'router' => '?',
  6779.             'security.authorization_checker' => '?',
  6780.             'security.csrf.token_manager' => '?',
  6781.             'security.token_storage' => '?',
  6782.             'serializer' => '?',
  6783.             'session' => '.session.deprecated',
  6784.             'twig' => '?',
  6785.         ]))->withContext('SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'$this);
  6786.     }
  6787.     /**
  6788.      * Gets the private '.service_locator.jwvrFxE' shared service.
  6789.      *
  6790.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6791.      */
  6792.     protected function get_ServiceLocator_JwvrFxEService()
  6793.     {
  6794.         return $this->privates['.service_locator.jwvrFxE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6795.             'invoice' => ['privates''SolidInvoice\\InvoiceBundle\\Entity\\Invoice''getInvoiceService'false],
  6796.         ], [
  6797.             'invoice' => 'SolidInvoice\\InvoiceBundle\\Entity\\Invoice',
  6798.         ]);
  6799.     }
  6800.     /**
  6801.      * Gets the private '.service_locator.lRI1OiU' shared service.
  6802.      *
  6803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6804.      */
  6805.     protected function get_ServiceLocator_LRI1OiUService()
  6806.     {
  6807.         return $this->privates['.service_locator.lRI1OiU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6808.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6809.         ], [
  6810.             'csrfTokenManager' => '?',
  6811.         ]);
  6812.     }
  6813.     /**
  6814.      * Gets the private '.service_locator.nE6qfOy' shared service.
  6815.      *
  6816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6817.      */
  6818.     protected function get_ServiceLocator_NE6qfOyService()
  6819.     {
  6820.         return $this->privates['.service_locator.nE6qfOy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6821.             'invoice' => ['privates''SolidInvoice\\InvoiceBundle\\Entity\\Invoice''getInvoiceService'false],
  6822.         ], [
  6823.             'invoice' => 'SolidInvoice\\InvoiceBundle\\Entity\\Invoice',
  6824.         ]);
  6825.     }
  6826.     /**
  6827.      * Gets the private '.service_locator.s8ZAfJk' shared service.
  6828.      *
  6829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6830.      */
  6831.     protected function get_ServiceLocator_S8ZAfJkService()
  6832.     {
  6833.         return $this->privates['.service_locator.s8ZAfJk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6834.             'formHandler' => ['privates''solidworx.form_handler''getSolidworx_FormHandlerService'false],
  6835.         ], [
  6836.             'formHandler' => '?',
  6837.         ]);
  6838.     }
  6839.     /**
  6840.      * Gets the private '.service_locator.vnhvhgO' shared service.
  6841.      *
  6842.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6843.      */
  6844.     protected function get_ServiceLocator_VnhvhgOService()
  6845.     {
  6846.         return $this->privates['.service_locator.vnhvhgO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6847.             'storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6848.         ], [
  6849.             'storage' => '?',
  6850.         ]);
  6851.     }
  6852.     /**
  6853.      * Gets the private '.service_locator.w3f1BQA' shared service.
  6854.      *
  6855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6856.      */
  6857.     protected function get_ServiceLocator_W3f1BQAService()
  6858.     {
  6859.         return $this->privates['.service_locator.w3f1BQA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6860.             'token' => ['privates''SolidInvoice\\UserBundle\\Entity\\ApiToken''getApiTokenService'false],
  6861.         ], [
  6862.             'token' => 'SolidInvoice\\UserBundle\\Entity\\ApiToken',
  6863.         ]);
  6864.     }
  6865.     /**
  6866.      * Gets the private '.service_locator.xUrKPVU' shared service.
  6867.      *
  6868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6869.      */
  6870.     protected function get_ServiceLocator_XUrKPVUService()
  6871.     {
  6872.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6873.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader", "SolidInvoice\\CoreBundle\\Routing\\Loader\\AjaxRouteLoader", "SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader".'],
  6874.         ], [
  6875.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6876.         ]);
  6877.     }
  6878.     /**
  6879.      * Gets the private '.service_locator.xmK5JMB' shared service.
  6880.      *
  6881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6882.      */
  6883.     protected function get_ServiceLocator_XmK5JMBService()
  6884.     {
  6885.         return $this->privates['.service_locator.xmK5JMB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6886.             'contact' => ['privates''SolidInvoice\\ClientBundle\\Entity\\Contact''getContact2Service'false],
  6887.         ], [
  6888.             'contact' => 'SolidInvoice\\ClientBundle\\Entity\\Contact',
  6889.         ]);
  6890.     }
  6891.     /**
  6892.      * Gets the private '.session.deprecated' shared service.
  6893.      *
  6894.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  6895.      */
  6896.     protected function get_Session_DeprecatedService()
  6897.     {
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  6899.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  6900.     }
  6901.     /**
  6902.      * Gets the private '.state_machine.invoice.listener.audit_trail' shared service.
  6903.      *
  6904.      * @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
  6905.      */
  6906.     protected function get_StateMachine_Invoice_Listener_AuditTrailService()
  6907.     {
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
  6909.         return $this->privates['.state_machine.invoice.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
  6910.     }
  6911.     /**
  6912.      * Gets the private '.state_machine.quote.listener.audit_trail' shared service.
  6913.      *
  6914.      * @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
  6915.      */
  6916.     protected function get_StateMachine_Quote_Listener_AuditTrailService()
  6917.     {
  6918.         include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
  6919.         return $this->privates['.state_machine.quote.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
  6920.     }
  6921.     /**
  6922.      * Gets the private '.state_machine.recurring_invoice.listener.audit_trail' shared service.
  6923.      *
  6924.      * @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
  6925.      */
  6926.     protected function get_StateMachine_RecurringInvoice_Listener_AuditTrailService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
  6929.         return $this->privates['.state_machine.recurring_invoice.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
  6930.     }
  6931.     /**
  6932.      * Gets the private '.twig.command.debug.lazy' shared service.
  6933.      *
  6934.      * @return \Symfony\Component\Console\Command\LazyCommand
  6935.      */
  6936.     protected function get_Twig_Command_Debug_LazyService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6940.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  6941.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  6942.         });
  6943.     }
  6944.     /**
  6945.      * Gets the private '.twig.command.lint.lazy' shared service.
  6946.      *
  6947.      * @return \Symfony\Component\Console\Command\LazyCommand
  6948.      */
  6949.     protected function get_Twig_Command_Lint_LazyService()
  6950.     {
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6953.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  6954.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  6955.         });
  6956.     }
  6957.     /**
  6958.      * Gets the private '.ux.twig_component.command.debug.lazy' shared service.
  6959.      *
  6960.      * @return \Symfony\Component\Console\Command\LazyCommand
  6961.      */
  6962.     protected function get_Ux_TwigComponent_Command_Debug_LazyService()
  6963.     {
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6966.         return $this->privates['.ux.twig_component.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig-component', [], 'Display components and them usages for an application'false, function (): \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand {
  6967.             return ($this->privates['ux.twig_component.command.debug'] ?? $this->getUx_TwigComponent_Command_DebugService());
  6968.         });
  6969.     }
  6970.     /**
  6971.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  6972.      *
  6973.      * @return \Symfony\Component\Console\Command\LazyCommand
  6974.      */
  6975.     protected function get_VarDumper_Command_ServerDump_LazyService()
  6976.     {
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6979.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  6980.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  6981.         });
  6982.     }
  6983.     /**
  6984.      * Gets the private '.zenstruck_foundry.chain_manager_registry' shared service.
  6985.      *
  6986.      * @return \Zenstruck\Foundry\ChainManagerRegistry
  6987.      */
  6988.     protected function get_ZenstruckFoundry_ChainManagerRegistryService()
  6989.     {
  6990.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/ChainManagerRegistry.php';
  6991.         return $this->privates['.zenstruck_foundry.chain_manager_registry'] = new \Zenstruck\Foundry\ChainManagerRegistry([=> ($this->services['doctrine'] ?? $this->getDoctrineService())]);
  6992.     }
  6993.     /**
  6994.      * Gets the private '.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser' shared service.
  6995.      *
  6996.      * @return \Zenstruck\Foundry\Bundle\Maker\Factory\DoctrineScalarFieldsDefaultPropertiesGuesser
  6997.      */
  6998.     protected function get_ZenstruckFoundry_Maker_Factory_DoctrineScalarFieldsDefaultPropertiesGuesserService()
  6999.     {
  7000.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDoctrineDefaultPropertiesGuesser.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DoctrineScalarFieldsDefaultPropertiesGuesser.php';
  7004.         $a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
  7005.         if (isset($this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'])) {
  7006.             return $this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'];
  7007.         }
  7008.         return $this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\DoctrineScalarFieldsDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
  7009.     }
  7010.     /**
  7011.      * Gets the private '.zenstruck_foundry.maker.factory.factory_class_map' shared service.
  7012.      *
  7013.      * @return \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryClassMap
  7014.      */
  7015.     protected function get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/FactoryClassMap.php';
  7018.         return $this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryClassMap(new RewindableGenerator(function () {
  7019.             yield => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\ClientFactory()));
  7020.             yield => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\CreditFactory()));
  7021.             yield => ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] = new \SolidInvoice\CoreBundle\Test\Factory\CompanyFactory()));
  7022.             yield => ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] ?? ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] = new \SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory()));
  7023.             yield => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory()));
  7024.             yield => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory()));
  7025.             yield => ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] ?? ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] = new \SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory()));
  7026.         }, 7));
  7027.     }
  7028.     /**
  7029.      * Gets the private '.zenstruck_foundry.maker.factory.generator' shared service.
  7030.      *
  7031.      * @return \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryGenerator
  7032.      */
  7033.     protected function get_ZenstruckFoundry_Maker_Factory_GeneratorService()
  7034.     {
  7035.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/FactoryGenerator.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/NamespaceGuesser.php';
  7037.         $a = ($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService());
  7038.         return $this->privates['.zenstruck_foundry.maker.factory.generator'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryGenerator($a, ($this->services['kernel'] ?? $this->get('kernel'1)), new RewindableGenerator(function () {
  7039.             yield => ($this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_OrmDefaultPropertiesGuesserService());
  7040.             yield => ($this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_OdmDefaultPropertiesGuesserService());
  7041.             yield => ($this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_DoctrineScalarFieldsDefaultPropertiesGuesserService());
  7042.             yield => ($this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_ObjectDefaultPropertiesGuesserService());
  7043.         }, 4), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), new \Zenstruck\Foundry\Bundle\Maker\Factory\NamespaceGuesser($a));
  7044.     }
  7045.     /**
  7046.      * Gets the private '.zenstruck_foundry.maker.factory.object_default_properties_guesser' shared service.
  7047.      *
  7048.      * @return \Zenstruck\Foundry\Bundle\Maker\Factory\ObjectDefaultPropertiesGuesser
  7049.      */
  7050.     protected function get_ZenstruckFoundry_Maker_Factory_ObjectDefaultPropertiesGuesserService()
  7051.     {
  7052.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/ObjectDefaultPropertiesGuesser.php';
  7055.         $a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
  7056.         if (isset($this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'])) {
  7057.             return $this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'];
  7058.         }
  7059.         return $this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\ObjectDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
  7060.     }
  7061.     /**
  7062.      * Gets the private '.zenstruck_foundry.maker.factory.odm_default_properties_guesser' shared service.
  7063.      *
  7064.      * @return \Zenstruck\Foundry\Bundle\Maker\Factory\ODMDefaultPropertiesGuesser
  7065.      */
  7066.     protected function get_ZenstruckFoundry_Maker_Factory_OdmDefaultPropertiesGuesserService()
  7067.     {
  7068.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDoctrineDefaultPropertiesGuesser.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/ODMDefaultPropertiesGuesser.php';
  7072.         $a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
  7073.         if (isset($this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'])) {
  7074.             return $this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'];
  7075.         }
  7076.         return $this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\ODMDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
  7077.     }
  7078.     /**
  7079.      * Gets the private '.zenstruck_foundry.maker.factory.orm_default_properties_guesser' shared service.
  7080.      *
  7081.      * @return \Zenstruck\Foundry\Bundle\Maker\Factory\ORMDefaultPropertiesGuesser
  7082.      */
  7083.     protected function get_ZenstruckFoundry_Maker_Factory_OrmDefaultPropertiesGuesserService()
  7084.     {
  7085.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDoctrineDefaultPropertiesGuesser.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/ORMDefaultPropertiesGuesser.php';
  7089.         $a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
  7090.         if (isset($this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'])) {
  7091.             return $this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'];
  7092.         }
  7093.         return $this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\ORMDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
  7094.     }
  7095.     /**
  7096.      * Gets the private 'ApiPlatform\Symfony\Messenger\Processor' shared service.
  7097.      *
  7098.      * @return \ApiPlatform\Symfony\Messenger\Processor
  7099.      */
  7100.     protected function getProcessorService()
  7101.     {
  7102.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/Processor.php';
  7105.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7106.         if (isset($this->privates['ApiPlatform\\Symfony\\Messenger\\Processor'])) {
  7107.             return $this->privates['ApiPlatform\\Symfony\\Messenger\\Processor'];
  7108.         }
  7109.         return $this->privates['ApiPlatform\\Symfony\\Messenger\\Processor'] = new \ApiPlatform\Symfony\Messenger\Processor($a);
  7110.     }
  7111.     /**
  7112.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  7113.      *
  7114.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  7115.      */
  7116.     protected function getManagerRegistryAwareConnectionProviderService()
  7117.     {
  7118.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  7120.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  7121.     }
  7122.     /**
  7123.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  7124.      *
  7125.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  7126.      */
  7127.     protected function getRunSqlCommandService()
  7128.     {
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  7132.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7133.         $instance->setName('dbal:run-sql');
  7134.         return $instance;
  7135.     }
  7136.     /**
  7137.      * Gets the private 'Gedmo\Timestampable\TimestampableListener' shared autowired service.
  7138.      *
  7139.      * @return \Gedmo\Timestampable\TimestampableListener
  7140.      */
  7141.     protected function getTimestampableListenerService()
  7142.     {
  7143.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  7147.         $this->privates['Gedmo\\Timestampable\\TimestampableListener'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  7148.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7149.         return $instance;
  7150.     }
  7151.     /**
  7152.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  7153.      *
  7154.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  7155.      */
  7156.     protected function getSentryTestCommandService()
  7157.     {
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  7160.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  7161.         $instance->setName('sentry:test');
  7162.         return $instance;
  7163.     }
  7164.     /**
  7165.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  7166.      *
  7167.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  7168.      */
  7169.     protected function getConsoleListenerService()
  7170.     {
  7171.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  7172.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), false);
  7173.     }
  7174.     /**
  7175.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  7176.      *
  7177.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  7178.      */
  7179.     protected function getLoginListenerService()
  7180.     {
  7181.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7182.     }
  7183.     /**
  7184.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  7185.      *
  7186.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  7187.      */
  7188.     protected function getMessengerListenerService()
  7189.     {
  7190.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  7191.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  7192.     }
  7193.     /**
  7194.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  7195.      *
  7196.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  7197.      */
  7198.     protected function getRequestListenerService()
  7199.     {
  7200.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7201.     }
  7202.     /**
  7203.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  7204.      *
  7205.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  7206.      */
  7207.     protected function getSubRequestListenerService()
  7208.     {
  7209.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7210.     }
  7211.     /**
  7212.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  7213.      *
  7214.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  7215.      */
  7216.     protected function getTracingConsoleListenerService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  7219.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  7220.     }
  7221.     /**
  7222.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  7223.      *
  7224.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  7225.      */
  7226.     protected function getTracingRequestListenerService()
  7227.     {
  7228.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7229.     }
  7230.     /**
  7231.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  7232.      *
  7233.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  7234.      */
  7235.     protected function getTracingSubRequestListenerService()
  7236.     {
  7237.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  7238.     }
  7239.     /**
  7240.      * Gets the private 'Sentry\State\HubInterface' shared service.
  7241.      *
  7242.      * @return \Sentry\State\HubInterface
  7243.      */
  7244.     protected function getHubInterfaceService()
  7245.     {
  7246.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  7247.         $a = new \Sentry\Options(['send_default_pii' => $this->getEnv('bool:SENTRY_SEND_DEFAULT_PII'), 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], false), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'environment' => 'dev''release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  7248.         $b = new \Sentry\ClientBuilder($a);
  7249.         $c = new \Http\Discovery\Psr17Factory();
  7250.         $b->setSdkIdentifier('sentry.php.symfony');
  7251.         $b->setSdkVersion('4.11.0');
  7252.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  7253.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  7254.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  7255.         if ($this->has('Psr\\Log\\NullLogger')) {
  7256.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  7257.         }
  7258.         $instance->bindClient($b->getClient());
  7259.         return $instance;
  7260.     }
  7261.     /**
  7262.      * Gets the private 'SolidInvoice\ApiBundle\ApiTokenManager' shared autowired service.
  7263.      *
  7264.      * @return \SolidInvoice\ApiBundle\ApiTokenManager
  7265.      */
  7266.     protected function getApiTokenManagerService()
  7267.     {
  7268.         include_once \dirname(__DIR__4).'/src/ApiBundle/ApiTokenManager.php';
  7269.         return $this->privates['SolidInvoice\\ApiBundle\\ApiTokenManager'] = new \SolidInvoice\ApiBundle\ApiTokenManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7270.     }
  7271.     /**
  7272.      * Gets the private 'SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener' shared autowired service.
  7273.      *
  7274.      * @return \SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener
  7275.      */
  7276.     protected function getInvoiceCreateListenerService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/src/ApiBundle/Event/Listener/InvoiceCreateListener.php';
  7279.         $a = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
  7280.         if (isset($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'])) {
  7281.             return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'];
  7282.         }
  7283.         return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'] = new \SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener($a);
  7284.     }
  7285.     /**
  7286.      * Gets the private 'SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener' shared autowired service.
  7287.      *
  7288.      * @return \SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener
  7289.      */
  7290.     protected function getQuoteCreateListenerService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/src/ApiBundle/Event/Listener/QuoteCreateListener.php';
  7293.         $a = ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService());
  7294.         if (isset($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'])) {
  7295.             return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'];
  7296.         }
  7297.         return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'] = new \SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener($a);
  7298.     }
  7299.     /**
  7300.      * Gets the private 'SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator' shared autowired service.
  7301.      *
  7302.      * @return \SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator
  7303.      */
  7304.     protected function getApiTokenAuthenticatorService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  7309.         include_once \dirname(__DIR__4).'/src/ApiBundle/Security/ApiTokenAuthenticator.php';
  7310.         return $this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] = new \SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator(($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
  7311.     }
  7312.     /**
  7313.      * Gets the private 'SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider' shared autowired service.
  7314.      *
  7315.      * @return \SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider
  7316.      */
  7317.     protected function getApiTokenUserProviderService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/src/ApiBundle/Security/Provider/ApiTokenUserProvider.php';
  7320.         return $this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] = new \SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider(($this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository'] ?? $this->getApiTokenRepositoryService()), ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  7321.     }
  7322.     /**
  7323.      * Gets the private 'SolidInvoice\ClientBundle\Entity\Address' shared autowired service.
  7324.      *
  7325.      * @return \SolidInvoice\ClientBundle\Entity\Address
  7326.      */
  7327.     protected function getAddress2Service()
  7328.     {
  7329.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  7330.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  7331.         include_once \dirname(__DIR__4).'/src/ClientBundle/Entity/Address.php';
  7332.         return $this->privates['SolidInvoice\\ClientBundle\\Entity\\Address'] = new \SolidInvoice\ClientBundle\Entity\Address();
  7333.     }
  7334.     /**
  7335.      * Gets the private 'SolidInvoice\ClientBundle\Entity\Client' shared autowired service.
  7336.      *
  7337.      * @return \SolidInvoice\ClientBundle\Entity\Client
  7338.      */
  7339.     protected function getClientService()
  7340.     {
  7341.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/Archivable.php';
  7342.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  7343.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  7344.         include_once \dirname(__DIR__4).'/src/ClientBundle/Entity/Client.php';
  7345.         return $this->privates['SolidInvoice\\ClientBundle\\Entity\\Client'] = new \SolidInvoice\ClientBundle\Entity\Client();
  7346.     }
  7347.     /**
  7348.      * Gets the private 'SolidInvoice\ClientBundle\Entity\Contact' shared autowired service.
  7349.      *
  7350.      * @return \SolidInvoice\ClientBundle\Entity\Contact
  7351.      */
  7352.     protected function getContact2Service()
  7353.     {
  7354.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  7355.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  7356.         include_once \dirname(__DIR__4).'/src/ClientBundle/Entity/Contact.php';
  7357.         return $this->privates['SolidInvoice\\ClientBundle\\Entity\\Contact'] = new \SolidInvoice\ClientBundle\Entity\Contact();
  7358.     }
  7359.     /**
  7360.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\AddressType' shared autowired service.
  7361.      *
  7362.      * @return \SolidInvoice\ClientBundle\Form\Type\AddressType
  7363.      */
  7364.     protected function getAddressTypeService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7368.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/AddressType.php';
  7369.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\AddressType'] = new \SolidInvoice\ClientBundle\Form\Type\AddressType();
  7370.     }
  7371.     /**
  7372.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\ClientType' shared autowired service.
  7373.      *
  7374.      * @return \SolidInvoice\ClientBundle\Form\Type\ClientType
  7375.      */
  7376.     protected function getClientTypeService()
  7377.     {
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7380.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/ClientType.php';
  7381.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ClientType'] = new \SolidInvoice\ClientBundle\Form\Type\ClientType();
  7382.     }
  7383.     /**
  7384.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactCollectionType' shared autowired service.
  7385.      *
  7386.      * @return \SolidInvoice\ClientBundle\Form\Type\ContactCollectionType
  7387.      */
  7388.     protected function getContactCollectionTypeService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7392.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/ContactCollectionType.php';
  7393.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactCollectionType();
  7394.     }
  7395.     /**
  7396.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType' shared autowired service.
  7397.      *
  7398.      * @return \SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType
  7399.      */
  7400.     protected function getContactDetailCollectionTypeService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7404.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/ContactDetailCollectionType.php';
  7405.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType();
  7406.     }
  7407.     /**
  7408.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactDetailType' shared autowired service.
  7409.      *
  7410.      * @return \SolidInvoice\ClientBundle\Form\Type\ContactDetailType
  7411.      */
  7412.     protected function getContactDetailTypeService()
  7413.     {
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7416.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/ContactDetailType.php';
  7417.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactDetailType(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository'] ?? $this->getContactTypeRepositoryService()));
  7418.     }
  7419.     /**
  7420.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactType' shared autowired service.
  7421.      *
  7422.      * @return \SolidInvoice\ClientBundle\Form\Type\ContactType
  7423.      */
  7424.     protected function getContactTypeService()
  7425.     {
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7428.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/ContactType.php';
  7429.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactType();
  7430.     }
  7431.     /**
  7432.      * Gets the private 'SolidInvoice\ClientBundle\Form\Type\CreditType' shared autowired service.
  7433.      *
  7434.      * @return \SolidInvoice\ClientBundle\Form\Type\CreditType
  7435.      */
  7436.     protected function getCreditTypeService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7440.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Type/CreditType.php';
  7441.         return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\CreditType'] = new \SolidInvoice\ClientBundle\Form\Type\CreditType();
  7442.     }
  7443.     /**
  7444.      * Gets the private 'SolidInvoice\ClientBundle\Listener\ClientListener' shared autowired service.
  7445.      *
  7446.      * @return \SolidInvoice\ClientBundle\Listener\ClientListener
  7447.      */
  7448.     protected function getClientListenerService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  7452.         include_once \dirname(__DIR__4).'/src/ClientBundle/Listener/ClientListener.php';
  7453.         $a = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  7454.         if (isset($this->privates['SolidInvoice\\ClientBundle\\Listener\\ClientListener'])) {
  7455.             return $this->privates['SolidInvoice\\ClientBundle\\Listener\\ClientListener'];
  7456.         }
  7457.         return $this->privates['SolidInvoice\\ClientBundle\\Listener\\ClientListener'] = new \SolidInvoice\ClientBundle\Listener\ClientListener($a, ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  7458.     }
  7459.     /**
  7460.      * Gets the private 'SolidInvoice\ClientBundle\Repository\ClientRepository' shared autowired service.
  7461.      *
  7462.      * @return \SolidInvoice\ClientBundle\Repository\ClientRepository
  7463.      */
  7464.     protected function getClientRepositoryService()
  7465.     {
  7466.         include_once \dirname(__DIR__4).'/src/ClientBundle/Repository/ClientRepository.php';
  7467.         return $this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] = new \SolidInvoice\ClientBundle\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7468.     }
  7469.     /**
  7470.      * Gets the private 'SolidInvoice\ClientBundle\Repository\ContactRepository' shared autowired service.
  7471.      *
  7472.      * @return \SolidInvoice\ClientBundle\Repository\ContactRepository
  7473.      */
  7474.     protected function getContactRepositoryService()
  7475.     {
  7476.         include_once \dirname(__DIR__4).'/src/ClientBundle/Repository/ContactRepository.php';
  7477.         return $this->privates['SolidInvoice\\ClientBundle\\Repository\\ContactRepository'] = new \SolidInvoice\ClientBundle\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7478.     }
  7479.     /**
  7480.      * Gets the private 'SolidInvoice\ClientBundle\Repository\ContactTypeRepository' shared autowired service.
  7481.      *
  7482.      * @return \SolidInvoice\ClientBundle\Repository\ContactTypeRepository
  7483.      */
  7484.     protected function getContactTypeRepositoryService()
  7485.     {
  7486.         include_once \dirname(__DIR__4).'/src/ClientBundle/Repository/ContactTypeRepository.php';
  7487.         return $this->privates['SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository'] = new \SolidInvoice\ClientBundle\Repository\ContactTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7488.     }
  7489.     /**
  7490.      * Gets the private 'SolidInvoice\ClientBundle\Repository\CreditRepository' shared autowired service.
  7491.      *
  7492.      * @return \SolidInvoice\ClientBundle\Repository\CreditRepository
  7493.      */
  7494.     protected function getCreditRepositoryService()
  7495.     {
  7496.         include_once \dirname(__DIR__4).'/src/ClientBundle/Repository/CreditRepository.php';
  7497.         return $this->privates['SolidInvoice\\ClientBundle\\Repository\\CreditRepository'] = new \SolidInvoice\ClientBundle\Repository\CreditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7498.     }
  7499.     /**
  7500.      * Gets the private 'SolidInvoice\CoreBundle\Billing\TotalCalculator' shared autowired service.
  7501.      *
  7502.      * @return \SolidInvoice\CoreBundle\Billing\TotalCalculator
  7503.      */
  7504.     protected function getTotalCalculatorService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/src/CoreBundle/Billing/TotalCalculator.php';
  7507.         return $this->privates['SolidInvoice\\CoreBundle\\Billing\\TotalCalculator'] = new \SolidInvoice\CoreBundle\Billing\TotalCalculator(($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  7508.     }
  7509.     /**
  7510.      * Gets the private 'SolidInvoice\CoreBundle\Command\YamlFormatCommand' shared autowired service.
  7511.      *
  7512.      * @return \SolidInvoice\CoreBundle\Command\YamlFormatCommand
  7513.      */
  7514.     protected function getYamlFormatCommandService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7517.         include_once \dirname(__DIR__4).'/src/CoreBundle/Command/YamlFormatCommand.php';
  7518.         $this->privates['SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand'] = $instance = new \SolidInvoice\CoreBundle\Command\YamlFormatCommand(\dirname(__DIR__4));
  7519.         $instance->setName('yaml:format');
  7520.         return $instance;
  7521.     }
  7522.     /**
  7523.      * Gets the private 'SolidInvoice\CoreBundle\Company\CompanySelector' shared autowired service.
  7524.      *
  7525.      * @return \SolidInvoice\CoreBundle\Company\CompanySelector
  7526.      */
  7527.     protected function getCompanySelectorService()
  7528.     {
  7529.         return $this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] = new \SolidInvoice\CoreBundle\Company\CompanySelector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7530.     }
  7531.     /**
  7532.      * Gets the private 'SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener' shared autowired service.
  7533.      *
  7534.      * @return \SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener
  7535.      */
  7536.     protected function getCompanyListenerService()
  7537.     {
  7538.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  7540.         include_once \dirname(__DIR__4).'/src/CoreBundle/Doctrine/Listener/CompanyListener.php';
  7541.         return $this->privates['SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener'] = new \SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener(($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
  7542.     }
  7543.     /**
  7544.      * Gets the private 'SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener' shared autowired service.
  7545.      *
  7546.      * @return \SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener
  7547.      */
  7548.     protected function getIdGeneratorListenerService()
  7549.     {
  7550.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  7552.         include_once \dirname(__DIR__4).'/src/CoreBundle/Doctrine/Listener/IdGeneratorListener.php';
  7553.         return $this->privates['SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener'] = new \SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7554.     }
  7555.     /**
  7556.      * Gets the private 'SolidInvoice\CoreBundle\Form\FieldRenderer' shared autowired service.
  7557.      *
  7558.      * @return \SolidInvoice\CoreBundle\Form\FieldRenderer
  7559.      */
  7560.     protected function getFieldRendererService()
  7561.     {
  7562.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7563.         if (isset($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'])) {
  7564.             return $this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'];
  7565.         }
  7566.         return $this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] = new \SolidInvoice\CoreBundle\Form\FieldRenderer($a);
  7567.     }
  7568.     /**
  7569.      * Gets the private 'SolidInvoice\CoreBundle\Form\Type\CompanyType' shared autowired service.
  7570.      *
  7571.      * @return \SolidInvoice\CoreBundle\Form\Type\CompanyType
  7572.      */
  7573.     protected function getCompanyTypeService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7577.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/Type/CompanyType.php';
  7578.         return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType'] = new \SolidInvoice\CoreBundle\Form\Type\CompanyType();
  7579.     }
  7580.     /**
  7581.      * Gets the private 'SolidInvoice\CoreBundle\Form\Type\DiscountType' shared autowired service.
  7582.      *
  7583.      * @return \SolidInvoice\CoreBundle\Form\Type\DiscountType
  7584.      */
  7585.     protected function getDiscountTypeService()
  7586.     {
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7589.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/Type/DiscountType.php';
  7590.         return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType'] = new \SolidInvoice\CoreBundle\Form\Type\DiscountType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  7591.     }
  7592.     /**
  7593.      * Gets the private 'SolidInvoice\CoreBundle\Form\Type\ImageUploadType' shared autowired service.
  7594.      *
  7595.      * @return \SolidInvoice\CoreBundle\Form\Type\ImageUploadType
  7596.      */
  7597.     protected function getImageUploadTypeService()
  7598.     {
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7601.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/Type/ImageUploadType.php';
  7602.         return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType'] = new \SolidInvoice\CoreBundle\Form\Type\ImageUploadType();
  7603.     }
  7604.     /**
  7605.      * Gets the private 'SolidInvoice\CoreBundle\Form\Type\Select2Type' shared autowired service.
  7606.      *
  7607.      * @return \SolidInvoice\CoreBundle\Form\Type\Select2Type
  7608.      */
  7609.     protected function getSelect2TypeService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7613.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/Type/Select2Type.php';
  7614.         return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type'] = new \SolidInvoice\CoreBundle\Form\Type\Select2Type();
  7615.     }
  7616.     /**
  7617.      * Gets the private 'SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber' shared autowired service.
  7618.      *
  7619.      * @return \SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber
  7620.      */
  7621.     protected function getCompanyEventSubscriberService()
  7622.     {
  7623.         $a = ($this->services['router'] ?? $this->getRouterService());
  7624.         if (isset($this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'])) {
  7625.             return $this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'];
  7626.         }
  7627.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  7628.         if (isset($this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'])) {
  7629.             return $this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'];
  7630.         }
  7631.         return $this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'] = new \SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber($a, ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()), $b);
  7632.     }
  7633.     /**
  7634.      * Gets the private 'SolidInvoice\CoreBundle\Listener\EmailFromListener' shared autowired service.
  7635.      *
  7636.      * @return \SolidInvoice\CoreBundle\Listener\EmailFromListener
  7637.      */
  7638.     protected function getEmailFromListenerService()
  7639.     {
  7640.         include_once \dirname(__DIR__4).'/src/CoreBundle/Listener/EmailFromListener.php';
  7641.         return $this->privates['SolidInvoice\\CoreBundle\\Listener\\EmailFromListener'] = new \SolidInvoice\CoreBundle\Listener\EmailFromListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7642.     }
  7643.     /**
  7644.      * Gets the private 'SolidInvoice\CoreBundle\Listener\SessionRequestListener' shared autowired service.
  7645.      *
  7646.      * @return \SolidInvoice\CoreBundle\Listener\SessionRequestListener
  7647.      */
  7648.     protected function getSessionRequestListenerService()
  7649.     {
  7650.         return $this->privates['SolidInvoice\\CoreBundle\\Listener\\SessionRequestListener'] = new \SolidInvoice\CoreBundle\Listener\SessionRequestListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->getEnv('secret'));
  7651.     }
  7652.     /**
  7653.      * Gets the private 'SolidInvoice\CoreBundle\Listener\TemplateListener' shared autowired service.
  7654.      *
  7655.      * @return \SolidInvoice\CoreBundle\Listener\TemplateListener
  7656.      */
  7657.     protected function getTemplateListenerService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/src/CoreBundle/Listener/TemplateListener.php';
  7660.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7661.         if (isset($this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'])) {
  7662.             return $this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'];
  7663.         }
  7664.         return $this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'] = new \SolidInvoice\CoreBundle\Listener\TemplateListener($a);
  7665.     }
  7666.     /**
  7667.      * Gets the private 'SolidInvoice\CoreBundle\Pdf\Generator' shared autowired service.
  7668.      *
  7669.      * @return \SolidInvoice\CoreBundle\Pdf\Generator
  7670.      */
  7671.     protected function getGenerator2Service()
  7672.     {
  7673.         return $this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] = new \SolidInvoice\CoreBundle\Pdf\Generator($this->targetDir.'', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7674.     }
  7675.     /**
  7676.      * Gets the private 'SolidInvoice\CoreBundle\Repository\CompanyRepository' shared autowired service.
  7677.      *
  7678.      * @return \SolidInvoice\CoreBundle\Repository\CompanyRepository
  7679.      */
  7680.     protected function getCompanyRepositoryService()
  7681.     {
  7682.         include_once \dirname(__DIR__4).'/src/CoreBundle/Repository/CompanyRepository.php';
  7683.         return $this->privates['SolidInvoice\\CoreBundle\\Repository\\CompanyRepository'] = new \SolidInvoice\CoreBundle\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
  7684.     }
  7685.     /**
  7686.      * Gets the private 'SolidInvoice\CoreBundle\Repository\VersionRepository' shared autowired service.
  7687.      *
  7688.      * @return \SolidInvoice\CoreBundle\Repository\VersionRepository
  7689.      */
  7690.     protected function getVersionRepositoryService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/src/CoreBundle/Repository/VersionRepository.php';
  7693.         return $this->privates['SolidInvoice\\CoreBundle\\Repository\\VersionRepository'] = new \SolidInvoice\CoreBundle\Repository\VersionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7694.     }
  7695.     /**
  7696.      * Gets the private 'SolidInvoice\CronBundle\Command\CronRunCommand' shared autowired service.
  7697.      *
  7698.      * @return \SolidInvoice\CronBundle\Command\CronRunCommand
  7699.      */
  7700.     protected function getCronRunCommandService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7703.         include_once \dirname(__DIR__4).'/src/CronBundle/Command/CronRunCommand.php';
  7704.         $this->privates['SolidInvoice\\CronBundle\\Command\\CronRunCommand'] = $instance = new \SolidInvoice\CronBundle\Command\CronRunCommand();
  7705.         $instance->setName('cron:run');
  7706.         $instance->setDescription('Run scheduled tasks');
  7707.         return $instance;
  7708.     }
  7709.     /**
  7710.      * Gets the private 'SolidInvoice\CronBundle\Form\Type\CronType' shared autowired service.
  7711.      *
  7712.      * @return \SolidInvoice\CronBundle\Form\Type\CronType
  7713.      */
  7714.     protected function getCronTypeService()
  7715.     {
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7718.         include_once \dirname(__DIR__4).'/src/CronBundle/Form/Type/CronType.php';
  7719.         return $this->privates['SolidInvoice\\CronBundle\\Form\\Type\\CronType'] = new \SolidInvoice\CronBundle\Form\Type\CronType();
  7720.     }
  7721.     /**
  7722.      * Gets the private 'SolidInvoice\DataGridBundle\Repository\GridRepository' shared autowired service.
  7723.      *
  7724.      * @return \SolidInvoice\DataGridBundle\Repository\GridRepository
  7725.      */
  7726.     protected function getGridRepositoryService()
  7727.     {
  7728.         $this->privates['SolidInvoice\\DataGridBundle\\Repository\\GridRepository'] = $instance = new \SolidInvoice\DataGridBundle\Repository\GridRepository();
  7729.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  7730.         $b = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7731.         $b->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7732.         $b->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7733.         $b->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'name'=> 'website'=> 'status']));
  7734.         $c = ($this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? $this->getMoneyFormatterService());
  7735.         $d = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7736.         $d->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7737.         $d->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7738.         $d->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'name'=> 'website'=> 'status']));
  7739.         $e = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7740.         $e->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7741.         $e->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7742.         $e->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'status'=> 'total'=> 'c.name']));
  7743.         $f = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7744.         $f->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7745.         $f->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7746.         $f->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'status'=> 'total'=> 'c.name']));
  7747.         $g = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7748.         $g->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7749.         $g->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7750.         $g->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'status'=> 'total'=> 'c.name']));
  7751.         $h = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7752.         $h->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7753.         $h->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7754.         $h->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'status'=> 'total'=> 'c.name']));
  7755.         $i = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7756.         $i->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7757.         $i->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7758.         $i->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'totalAmount'=> 'currencyCode'=> 'm.name'=> 'status'=> 'message'=> 'c.name']));
  7759.         $j = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7760.         $j->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7761.         $j->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7762.         $j->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'totalAmount'=> 'currencyCode'=> 'm.name'=> 'status'=> 'message']));
  7763.         $k = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7764.         $k->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7765.         $k->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7766.         $k->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'totalAmount'=> 'currencyCode'=> 'status'=> 'message']));
  7767.         $l = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7768.         $l->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7769.         $l->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7770.         $l->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'status'=> 'total'=> 'c.name']));
  7771.         $m = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7772.         $m->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7773.         $m->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7774.         $m->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'status'=> 'total'=> 'c.name']));
  7775.         $n = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7776.         $n->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7777.         $n->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7778.         $n->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'rate'=> 'name'=> 'type']));
  7779.         $o = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7780.         $o->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7781.         $o->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7782.         $o->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'username'=> 'email']));
  7783.         $p = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
  7784.         $p->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
  7785.         $p->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
  7786.         $p->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([=> 'email']));
  7787.         $instance->addGrid('active_client_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceClientBundle:Client''getGridQuery'), $b, ['title' => 'Active Clients''icon' => 'check''source' => ['repository' => 'SolidInvoiceClientBundle:Client''method' => 'getGridQuery'], 'properties' => ['route' => '_clients_view''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'string''formatter' => NULL], 'name' => ['name' => 'name''label' => 'Name''editable' => false'cell' => 'string''formatter' => NULL], 'website' => ['name' => 'website''label' => 'Website''editable' => false'cell' => 'uri''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'client_status''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'name'=> 'website'=> 'status']], 'line_actions' => ['view' => ['icon' => 'eye''label' => 'client.grid.actions.view''route' => '_clients_view''route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit''label' => 'client.grid.actions.edit''route' => '_clients_edit''route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Archive''icon' => 'archive''confirm' => 'Are you sure you want to archive the selected rows?''action' => 'client_grid_archive''className' => 'warning'], 'delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'client_grid_delete''className' => 'danger']], 'filters' => [], 'name' => 'active_client_grid'], $c));
  7788.         $instance->addGrid('archive_client_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceClientBundle:Client''getArchivedGridQuery'), $d, ['title' => 'Archived Clients''icon' => 'archive''source' => ['repository' => 'SolidInvoiceClientBundle:Client''method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_clients_view''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'integer''formatter' => NULL], 'name' => ['name' => 'name''label' => 'Name''editable' => false'cell' => 'string''formatter' => NULL], 'website' => ['name' => 'website''label' => 'Website''editable' => false'cell' => 'uri''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'client_status''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'name'=> 'website'=> 'status']], 'actions' => ['restore' => ['label' => 'Restore''icon' => 'archive''confirm' => 'Are you sure you want to restore the selected rows?''action' => 'client_grid_restore''className' => 'info'], 'delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'client_grid_delete''className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_client_grid'], $c));
  7789.         $instance->addGrid('active_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceInvoiceBundle:Invoice''getGridQuery'), $e, ['title' => 'Active Invoices''icon' => 'check''source' => ['repository' => 'SolidInvoiceInvoiceBundle:Invoice''method' => 'getGridQuery'], 'properties' => ['route' => '_invoices_view''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'invoiceId''label' => 'ID''editable' => false'cell' => 'string''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'invoice_status''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total' => ['name' => 'total''label' => 'Total''editable' => false'cell' => 'money''formatter' => 'money'], 'tax' => ['name' => 'tax''label' => 'Tax''editable' => false'cell' => 'money''formatter' => 'money'], 'discount' => ['name' => 'discount''label' => 'Discount''editable' => false'cell' => 'string''formatter' => 'discount'], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'status'=> 'total'=> 'c.name']], 'line_actions' => ['view' => ['icon' => 'eye''label' => 'invoice.grid.actions.view''route' => '_invoices_view''route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit''label' => 'invoice.grid.actions.edit''route' => '_invoices_edit''route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Archive''icon' => 'archive''confirm' => 'Are you sure you want to archive the selected rows?''action' => 'invoice_grid_archive''className' => 'warning'], 'delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'invoice_grid_delete''className' => 'danger']], 'filters' => [], 'name' => 'active_invoice_grid'], $c));
  7790.         $instance->addGrid('archive_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceInvoiceBundle:Invoice''getArchivedGridQuery'), $f, ['title' => 'Archived Invoices''icon' => 'archive''source' => ['repository' => 'SolidInvoiceInvoiceBundle:Invoice''method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_invoices_view''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'integer''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'invoice_status''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total' => ['name' => 'total''label' => 'Total''editable' => false'cell' => 'string''formatter' => NULL], 'tax' => ['name' => 'tax''label' => 'Tax''editable' => false'cell' => 'string''formatter' => NULL], 'discount' => ['name' => 'discount''label' => 'Discount''editable' => false'cell' => 'string''formatter' => 'discount'], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'status'=> 'total'=> 'c.name']], 'actions' => ['delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'invoice_grid_delete''className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_invoice_grid'], $c));
  7791.         $instance->addGrid('recurring_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceInvoiceBundle:RecurringInvoice''getRecurringGridQuery'), $g, ['title' => 'Recurring Invoices''icon' => 'sync-alt''source' => ['repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice''method' => 'getRecurringGridQuery'], 'properties' => ['route' => '_invoices_view_recurring''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'integer''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'invoice_status''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total' => ['name' => 'total''label' => 'Total''editable' => false'cell' => 'money''formatter' => 'money'], 'tax' => ['name' => 'tax''label' => 'Tax''editable' => false'cell' => 'money''formatter' => 'money'], 'discount' => ['name' => 'discount''label' => 'Discount''editable' => false'cell' => 'string''formatter' => 'discount'], 'dateStart' => ['name' => 'dateStart''label' => 'Start Date''editable' => false'cell' => 'recurringInvoiceStart''formatter' => NULL], 'dateEnd' => ['name' => 'dateEnd''label' => 'End Date''editable' => false'cell' => 'recurringInvoiceEnd''formatter' => NULL], 'frequency' => ['name' => 'frequency''label' => 'Frequency''editable' => false'cell' => 'recurringInvoiceFrequency''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'status'=> 'total'=> 'c.name']], 'line_actions' => ['view' => ['icon' => 'eye''label' => 'invoice.grid.actions.view''route' => '_invoices_view''route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit''label' => 'invoice.grid.actions.edit''route' => '_invoices_edit_recurring''route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Archive''icon' => 'archive''confirm' => 'Are you sure you want to archive the selected rows?''action' => 'invoice_grid_recurring_archive''className' => 'warning'], 'delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'invoice_grid_recurring_delete''className' => 'danger']], 'filters' => [], 'name' => 'recurring_invoice_grid'], $c));
  7792.         $instance->addGrid('archive_recurring_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceInvoiceBundle:RecurringInvoice''getArchivedGridQuery'), $h, ['title' => 'Archived Recurring Invoices''icon' => 'archive''source' => ['repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice''method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_invoices_view_recurring''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'integer''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'invoice_status''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total' => ['name' => 'total''label' => 'Total''editable' => false'cell' => 'money''formatter' => 'money'], 'tax' => ['name' => 'tax''label' => 'Tax''editable' => false'cell' => 'money''formatter' => 'money'], 'discount' => ['name' => 'discount''label' => 'Discount''editable' => false'cell' => 'string''formatter' => 'discount'], 'dateStart' => ['name' => 'dateStart''label' => 'Start Date''editable' => false'cell' => 'recurringInvoiceStart''formatter' => NULL], 'dateEnd' => ['name' => 'dateEnd''label' => 'End Date''editable' => false'cell' => 'recurringInvoiceEnd''formatter' => NULL], 'frequency' => ['name' => 'frequency''label' => 'Frequency''editable' => false'cell' => 'recurringInvoiceFrequency''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'status'=> 'total'=> 'c.name']], 'actions' => ['delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'invoice_grid_recurring_delete''className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_recurring_invoice_grid'], $c));
  7793.         $instance->addGrid('payment_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoicePaymentBundle:Payment''getGridQuery'), $i, ['source' => ['repository' => 'SolidInvoicePaymentBundle:Payment''method' => 'getGridQuery'], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'string''formatter' => NULL], 'invoice' => ['name' => 'invoice''label' => 'Invoice''editable' => false'cell' => 'invoice''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total_amount' => ['name' => 'totalAmount''label' => 'Total''editable' => false'cell' => 'money''formatter' => 'money'], 'currency_code' => ['name' => 'currencyCode''label' => 'Currency''editable' => false'cell' => 'string''formatter' => NULL], 'method' => ['name' => 'method''label' => 'Method''editable' => false'cell' => 'string''formatter' => 'object'], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'payment_status''formatter' => NULL], 'message' => ['name' => 'message''label' => 'Message''editable' => false'cell' => 'string''formatter' => NULL], 'completed' => ['name' => 'completed''label' => 'Completed''editable' => false'cell' => 'date''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'totalAmount'=> 'currencyCode'=> 'm.name'=> 'status'=> 'message'=> 'c.name']], 'icon' => '''title' => '''properties' => ['sortable' => true'paginate' => true'route' => NULL'search' => true], 'actions' => [], 'line_actions' => [], 'filters' => [], 'name' => 'payment_grid'], $c));
  7794.         $instance->addGrid('invoice_payment_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoicePaymentBundle:Payment''getGridQuery'), $j, ['source' => ['repository' => 'SolidInvoicePaymentBundle:Payment''method' => 'getGridQuery'], 'columns' => ['status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'payment_status''formatter' => NULL], 'method' => ['name' => 'method''label' => 'Method''editable' => false'cell' => 'string''formatter' => 'object'], 'completed' => ['name' => 'completed''label' => 'Completed''editable' => false'cell' => 'date''formatter' => NULL], 'total_amount' => ['name' => 'totalAmount''label' => 'Total''editable' => false'cell' => 'string''formatter' => 'money'], 'message' => ['name' => 'message''label' => 'Message''editable' => false'cell' => 'string''formatter' => NULL]], 'search' => ['fields' => [=> 'totalAmount'=> 'currencyCode'=> 'm.name'=> 'status'=> 'message']], 'icon' => '''title' => '''properties' => ['sortable' => true'paginate' => true'route' => NULL'search' => true], 'actions' => [], 'line_actions' => [], 'filters' => [], 'name' => 'invoice_payment_grid'], $c));
  7795.         $instance->addGrid('client_payment_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoicePaymentBundle:Payment''getGridQuery'), $k, ['source' => ['repository' => 'SolidInvoicePaymentBundle:Payment''method' => 'getGridQuery'], 'columns' => ['invoice' => ['name' => 'invoice''label' => 'Invoice''editable' => false'cell' => 'invoice''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'payment_status''formatter' => NULL], 'method' => ['name' => 'method''label' => 'Method''editable' => false'cell' => 'string''formatter' => 'object'], 'completed' => ['name' => 'completed''label' => 'Completed''editable' => false'cell' => 'date''formatter' => NULL], 'total_amount' => ['name' => 'totalAmount''label' => 'Total''editable' => false'cell' => 'string''formatter' => 'money'], 'message' => ['name' => 'message''label' => 'Message''editable' => false'cell' => 'string''formatter' => NULL]], 'search' => ['fields' => [=> 'totalAmount'=> 'currencyCode'=> 'status'=> 'message']], 'icon' => '''title' => '''properties' => ['sortable' => true'paginate' => true'route' => NULL'search' => true], 'actions' => [], 'line_actions' => [], 'filters' => [], 'name' => 'client_payment_grid'], $c));
  7796.         $instance->addGrid('active_quote_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceQuoteBundle:Quote''getGridQuery'), $l, ['title' => 'Oferte Active''icon' => 'check''source' => ['repository' => 'SolidInvoiceQuoteBundle:Quote''method' => 'getGridQuery'], 'properties' => ['route' => '_quotes_view''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'quoteId''label' => 'ID''editable' => false'cell' => 'string''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'quote_status''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total' => ['name' => 'total''label' => 'Total''editable' => false'cell' => 'money''formatter' => 'money'], 'tax' => ['name' => 'tax''label' => 'Tax''editable' => false'cell' => 'money''formatter' => 'money'], 'discount' => ['name' => 'discount''label' => 'Discount''editable' => false'cell' => 'string''formatter' => 'discount'], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'status'=> 'total'=> 'c.name']], 'line_actions' => ['view' => ['icon' => 'eye''label' => 'quote.grid.actions.view''route' => '_quotes_view''route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit''label' => 'quote.grid.actions.edit''route' => '_quotes_edit''route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Arhiveaza''icon' => 'archive''confirm' => 'Are you sure you want to archive the selected rows?''action' => 'quote_grid_archive''className' => 'warning'], 'delete' => ['label' => 'Sterge''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'quote_grid_delete''className' => 'danger']], 'filters' => [], 'name' => 'active_quote_grid'], $c));
  7797.         $instance->addGrid('archive_quote_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceQuoteBundle:Quote''getArchivedGridQuery'), $m, ['title' => 'Oferte Arhivate''icon' => 'archive''source' => ['repository' => 'SolidInvoiceQuoteBundle:Quote''method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_quotes_view''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'integer''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'quote_status''formatter' => NULL], 'client' => ['name' => 'client''label' => 'Client''editable' => false'cell' => 'client''formatter' => NULL], 'total' => ['name' => 'total''label' => 'Total''editable' => false'cell' => 'string''formatter' => NULL], 'tax' => ['name' => 'tax''label' => 'Tax''editable' => false'cell' => 'string''formatter' => NULL], 'discount' => ['name' => 'discount''label' => 'Discount''editable' => false'cell' => 'string''formatter' => 'discount'], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'status'=> 'total'=> 'c.name']], 'actions' => ['delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'quote_grid_delete''className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_quote_grid'], $c));
  7798.         $instance->addGrid('tax_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceTaxBundle:Tax''getGridQuery'), $n, ['source' => ['repository' => 'SolidInvoiceTaxBundle:Tax''method' => 'getGridQuery'], 'properties' => ['route' => '_tax_rates_edit''sortable' => true'paginate' => true'search' => true], 'columns' => ['id' => ['name' => 'id''label' => 'ID''editable' => false'cell' => 'integer''formatter' => NULL], 'name' => ['name' => 'name''label' => 'Name''editable' => false'cell' => 'string''formatter' => NULL], 'rate' => ['name' => 'rate''label' => 'Rate''editable' => false'cell' => 'percent''formatter' => NULL], 'type' => ['name' => 'type''label' => 'Type''editable' => false'cell' => 'string''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'rate'=> 'name'=> 'type']], 'line_actions' => ['edit' => ['icon' => 'edit''label' => 'tax.grid.actions.edit''route' => '_tax_rates_edit''route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'tax_grid_delete''className' => 'danger']], 'icon' => '''title' => '''filters' => [], 'name' => 'tax_grid'], $c));
  7799.         $instance->addGrid('users_list', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceUserBundle:User''getGridQuery'), $o, ['title' => 'Users''icon' => 'user''source' => ['repository' => 'SolidInvoiceUserBundle:User''method' => 'getGridQuery'], 'columns' => ['name' => ['name' => 'username''label' => 'Username''editable' => false'cell' => 'string''formatter' => NULL], 'email' => ['name' => 'email''label' => 'email''editable' => false'cell' => 'email''formatter' => NULL], 'enabled' => ['name' => 'enabled''label' => 'Enabled''editable' => false'cell' => 'boolean''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'username'=> 'email']], 'actions' => ['delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to delete the selected rows?''action' => 'user_grid_delete''className' => 'danger']], 'properties' => ['sortable' => true'paginate' => true'route' => NULL'search' => true], 'line_actions' => [], 'filters' => [], 'name' => 'users_list'], $c));
  7800.         $instance->addGrid('users_invitations', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a'SolidInvoiceUserBundle:UserInvitation''getGridQuery'), $p, ['title' => 'Invitations''icon' => 'envelope''source' => ['repository' => 'SolidInvoiceUserBundle:UserInvitation''method' => 'getGridQuery'], 'columns' => ['email' => ['name' => 'email''label' => 'Email''editable' => false'cell' => 'email''formatter' => NULL], 'status' => ['name' => 'status''label' => 'Status''editable' => false'cell' => 'string''formatter' => NULL], 'created' => ['name' => 'created''label' => 'Created''editable' => false'cell' => 'date''formatter' => NULL]], 'search' => ['fields' => [=> 'email']], 'line_actions' => ['re_send' => ['icon' => 'envelope''label' => 'users.grid.invitation.actions.resend''route' => '_user_resend_invite''route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['delete' => ['label' => 'Delete''icon' => 'ban''confirm' => 'Are you sure you want to remove the selected invited users?''action' => 'user_grid_delete_invitations''className' => 'danger']], 'properties' => ['sortable' => true'paginate' => true'route' => NULL'search' => true], 'filters' => [], 'name' => 'users_invitations'], $c));
  7801.         return $instance;
  7802.     }
  7803.     /**
  7804.      * Gets the private 'SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader' shared autowired service.
  7805.      *
  7806.      * @return \SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader
  7807.      */
  7808.     protected function getGridRouteLoaderService($lazyLoad true)
  7809.     {
  7810.         if ($lazyLoad) {
  7811.             return $this->privates['SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader'] = $this->createProxy('GridRouteLoader_15786ea', function () {
  7812.                 return \GridRouteLoader_15786ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7813.                     $wrappedInstance $this->getGridRouteLoaderService(false);
  7814.                     $proxy->setProxyInitializer(null);
  7815.                     return true;
  7816.                 });
  7817.             });
  7818.         }
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  7822.         return new \SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->services['kernel'] ?? $this->get('kernel'1)));
  7823.     }
  7824.     /**
  7825.      * Gets the private 'SolidInvoice\InstallBundle\Command\InstallCommand' shared autowired service.
  7826.      *
  7827.      * @return \SolidInvoice\InstallBundle\Command\InstallCommand
  7828.      */
  7829.     protected function getInstallCommandService()
  7830.     {
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7832.         include_once \dirname(__DIR__4).'/src/InstallBundle/Command/InstallCommand.php';
  7833.         include_once \dirname(__DIR__4).'/src/CoreBundle/ConfigWriter.php';
  7834.         $this->privates['SolidInvoice\\InstallBundle\\Command\\InstallCommand'] = $instance = new \SolidInvoice\InstallBundle\Command\InstallCommand(($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] ?? ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] = new \SolidInvoice\CoreBundle\ConfigWriter(\dirname(__DIR__4)))), ($this->privates['SolidInvoice\\InstallBundle\\Installer\\Database\\Migration'] ?? $this->getMigrationService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), \dirname(__DIR__4), $this->getEnv('installed'));
  7835.         $instance->setName('app:install');
  7836.         $instance->setDescription('Installs the application');
  7837.         return $instance;
  7838.     }
  7839.     /**
  7840.      * Gets the private 'SolidInvoice\InstallBundle\Form\Step\ConfigStepForm' shared autowired service.
  7841.      *
  7842.      * @return \SolidInvoice\InstallBundle\Form\Step\ConfigStepForm
  7843.      */
  7844.     protected function getConfigStepFormService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7848.         include_once \dirname(__DIR__4).'/src/InstallBundle/Form/Step/ConfigStepForm.php';
  7849.         return $this->privates['SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm'] = new \SolidInvoice\InstallBundle\Form\Step\ConfigStepForm();
  7850.     }
  7851.     /**
  7852.      * Gets the private 'SolidInvoice\InstallBundle\Form\Step\SystemInformationForm' shared autowired service.
  7853.      *
  7854.      * @return \SolidInvoice\InstallBundle\Form\Step\SystemInformationForm
  7855.      */
  7856.     protected function getSystemInformationFormService()
  7857.     {
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7860.         include_once \dirname(__DIR__4).'/src/InstallBundle/Form/Step/SystemInformationForm.php';
  7861.         return $this->privates['SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm'] = new \SolidInvoice\InstallBundle\Form\Step\SystemInformationForm();
  7862.     }
  7863.     /**
  7864.      * Gets the private 'SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType' shared autowired service.
  7865.      *
  7866.      * @return \SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType
  7867.      */
  7868.     protected function getDatabaseConfigTypeService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7872.         include_once \dirname(__DIR__4).'/src/InstallBundle/Form/Type/DatabaseConfigType.php';
  7873.         return $this->privates['SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType'] = new \SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType();
  7874.     }
  7875.     /**
  7876.      * Gets the private 'SolidInvoice\InstallBundle\Installer\Database\Migration' shared autowired service.
  7877.      *
  7878.      * @return \SolidInvoice\InstallBundle\Installer\Database\Migration
  7879.      */
  7880.     protected function getMigrationService()
  7881.     {
  7882.         return $this->privates['SolidInvoice\\InstallBundle\\Installer\\Database\\Migration'] = new \SolidInvoice\InstallBundle\Installer\Database\Migration(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()));
  7883.     }
  7884.     /**
  7885.      * Gets the private 'SolidInvoice\InstallBundle\Listener\ExceptionListener' shared autowired service.
  7886.      *
  7887.      * @return \SolidInvoice\InstallBundle\Listener\ExceptionListener
  7888.      */
  7889.     protected function getExceptionListenerService()
  7890.     {
  7891.         include_once \dirname(__DIR__4).'/src/InstallBundle/Listener/ExceptionListener.php';
  7892.         $a = ($this->services['router'] ?? $this->getRouterService());
  7893.         if (isset($this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'])) {
  7894.             return $this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'];
  7895.         }
  7896.         return $this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'] = new \SolidInvoice\InstallBundle\Listener\ExceptionListener($this->getSession_FlashBagService(), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  7897.     }
  7898.     /**
  7899.      * Gets the private 'SolidInvoice\InstallBundle\Listener\RequestListener' shared autowired service.
  7900.      *
  7901.      * @return \SolidInvoice\InstallBundle\Listener\RequestListener
  7902.      */
  7903.     protected function getRequestListener2Service()
  7904.     {
  7905.         $a = ($this->services['router'] ?? $this->getRouterService());
  7906.         if (isset($this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'])) {
  7907.             return $this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'];
  7908.         }
  7909.         return $this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'] = new \SolidInvoice\InstallBundle\Listener\RequestListener($a, ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $this->getEnv('installed'), true);
  7910.     }
  7911.     /**
  7912.      * Gets the private 'SolidInvoice\InstallBundle\Listener\UpgradeListener' shared autowired service.
  7913.      *
  7914.      * @return \SolidInvoice\InstallBundle\Listener\UpgradeListener
  7915.      */
  7916.     protected function getUpgradeListenerService()
  7917.     {
  7918.         return $this->privates['SolidInvoice\\InstallBundle\\Listener\\UpgradeListener'] = new \SolidInvoice\InstallBundle\Listener\UpgradeListener($this->getEnv('installed'), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['SolidInvoice\\InstallBundle\\Installer\\Database\\Migration'] ?? $this->getMigrationService()));
  7919.     }
  7920.     /**
  7921.      * Gets the private 'SolidInvoice\InvoiceBundle\Cloner\InvoiceCloner' shared autowired service.
  7922.      *
  7923.      * @return \SolidInvoice\InvoiceBundle\Cloner\InvoiceCloner
  7924.      */
  7925.     protected function getInvoiceClonerService()
  7926.     {
  7927.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Cloner/InvoiceCloner.php';
  7928.         return $this->privates['SolidInvoice\\InvoiceBundle\\Cloner\\InvoiceCloner'] = new \SolidInvoice\InvoiceBundle\Cloner\InvoiceCloner(($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] ?? $this->getInvoiceManagerService()));
  7929.     }
  7930.     /**
  7931.      * Gets the private 'SolidInvoice\InvoiceBundle\Entity\Invoice' shared autowired service.
  7932.      *
  7933.      * @return \SolidInvoice\InvoiceBundle\Entity\Invoice
  7934.      */
  7935.     protected function getInvoiceService()
  7936.     {
  7937.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  7938.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Entity/BaseInvoice.php';
  7939.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/Archivable.php';
  7940.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Traits/InvoiceStatusTrait.php';
  7941.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  7942.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Entity/Invoice.php';
  7943.         return $this->privates['SolidInvoice\\InvoiceBundle\\Entity\\Invoice'] = new \SolidInvoice\InvoiceBundle\Entity\Invoice();
  7944.     }
  7945.     /**
  7946.      * Gets the private 'SolidInvoice\InvoiceBundle\Entity\RecurringInvoice' shared autowired service.
  7947.      *
  7948.      * @return \SolidInvoice\InvoiceBundle\Entity\RecurringInvoice
  7949.      */
  7950.     protected function getRecurringInvoiceService()
  7951.     {
  7952.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  7953.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Entity/BaseInvoice.php';
  7954.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/Archivable.php';
  7955.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  7956.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Entity/RecurringInvoice.php';
  7957.         return $this->privates['SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice'] = new \SolidInvoice\InvoiceBundle\Entity\RecurringInvoice();
  7958.     }
  7959.     /**
  7960.      * Gets the private 'SolidInvoice\InvoiceBundle\Form\Type\InvoiceType' shared autowired service.
  7961.      *
  7962.      * @return \SolidInvoice\InvoiceBundle\Form\Type\InvoiceType
  7963.      */
  7964.     protected function getInvoiceTypeService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7968.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Form/Type/InvoiceType.php';
  7969.         return $this->privates['SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType'] = new \SolidInvoice\InvoiceBundle\Form\Type\InvoiceType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7970.     }
  7971.     /**
  7972.      * Gets the private 'SolidInvoice\InvoiceBundle\Form\Type\ItemType' shared autowired service.
  7973.      *
  7974.      * @return \SolidInvoice\InvoiceBundle\Form\Type\ItemType
  7975.      */
  7976.     protected function getItemTypeService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7980.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Form/Type/ItemType.php';
  7981.         return $this->privates['SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType'] = new \SolidInvoice\InvoiceBundle\Form\Type\ItemType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7982.     }
  7983.     /**
  7984.      * Gets the private 'SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType' shared autowired service.
  7985.      *
  7986.      * @return \SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType
  7987.      */
  7988.     protected function getRecurringInvoiceTypeService()
  7989.     {
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7992.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Form/Type/RecurringInvoiceType.php';
  7993.         return $this->privates['SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType'] = new \SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7994.     }
  7995.     /**
  7996.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener' shared autowired service.
  7997.      *
  7998.      * @return \SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener
  7999.      */
  8000.     protected function getInvoiceSaveListenerService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  8004.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/Doctrine/InvoiceSaveListener.php';
  8005.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener'] = new \SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener(($this->privates['solidinvoice.payment.locator'] ?? $this->getSolidinvoice_Payment_LocatorService()));
  8006.     }
  8007.     /**
  8008.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener' shared autowired service.
  8009.      *
  8010.      * @return \SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener
  8011.      */
  8012.     protected function getInvoiceCancelListenerService()
  8013.     {
  8014.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/InvoiceCancelListener.php';
  8015.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoiceCancelListener'] = new \SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8016.     }
  8017.     /**
  8018.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener' shared autowired service.
  8019.      *
  8020.      * @return \SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener
  8021.      */
  8022.     protected function getInvoicePaidListenerService()
  8023.     {
  8024.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/InvoicePaidListener.php';
  8025.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoicePaidListener'] = new \SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8026.     }
  8027.     /**
  8028.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener' shared autowired service.
  8029.      *
  8030.      * @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener
  8031.      */
  8032.     protected function getInvoiceMailerListenerService()
  8033.     {
  8034.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/Mailer/InvoiceMailerListener.php';
  8035.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  8036.         if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'])) {
  8037.             return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'];
  8038.         }
  8039.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener($a);
  8040.     }
  8041.     /**
  8042.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener' shared autowired service.
  8043.      *
  8044.      * @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener
  8045.      */
  8046.     protected function getInvoicePdfListenerService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/Mailer/InvoicePdfListener.php';
  8049.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8050.         if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'])) {
  8051.             return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'];
  8052.         }
  8053.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener(($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), $a);
  8054.     }
  8055.     /**
  8056.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener' shared autowired service.
  8057.      *
  8058.      * @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener
  8059.      */
  8060.     protected function getInvoiceReceiverListenerService()
  8061.     {
  8062.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/Mailer/InvoiceReceiverListener.php';
  8063.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceReceiverListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  8064.     }
  8065.     /**
  8066.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener' shared autowired service.
  8067.      *
  8068.      * @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener
  8069.      */
  8070.     protected function getInvoiceSubjectListenerService()
  8071.     {
  8072.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/Mailer/InvoiceSubjectListener.php';
  8073.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceSubjectListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  8074.     }
  8075.     /**
  8076.      * Gets the private 'SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber' shared autowired service.
  8077.      *
  8078.      * @return \SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber
  8079.      */
  8080.     protected function getWorkFlowSubscriberService()
  8081.     {
  8082.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Listener/WorkFlowSubscriber.php';
  8083.         $a = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  8084.         if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'])) {
  8085.             return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'];
  8086.         }
  8087.         return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'] = new \SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  8088.     }
  8089.     /**
  8090.      * Gets the private 'SolidInvoice\InvoiceBundle\Manager\InvoiceManager' shared autowired service.
  8091.      *
  8092.      * @return \SolidInvoice\InvoiceBundle\Manager\InvoiceManager
  8093.      */
  8094.     protected function getInvoiceManagerService()
  8095.     {
  8096.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Manager/InvoiceManager.php';
  8097.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8098.         if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'])) {
  8099.             return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'];
  8100.         }
  8101.         $b = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
  8102.         if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'])) {
  8103.             return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'];
  8104.         }
  8105.         $c = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  8106.         if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'])) {
  8107.             return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'];
  8108.         }
  8109.         return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] = new \SolidInvoice\InvoiceBundle\Manager\InvoiceManager(($this->services['doctrine'] ?? $this->getDoctrineService()), $a$b$c);
  8110.     }
  8111.     /**
  8112.      * Gets the private 'SolidInvoice\InvoiceBundle\Repository\InvoiceRepository' shared autowired service.
  8113.      *
  8114.      * @return \SolidInvoice\InvoiceBundle\Repository\InvoiceRepository
  8115.      */
  8116.     protected function getInvoiceRepositoryService()
  8117.     {
  8118.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Repository/InvoiceRepository.php';
  8119.         return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] = new \SolidInvoice\InvoiceBundle\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8120.     }
  8121.     /**
  8122.      * Gets the private 'SolidInvoice\InvoiceBundle\Repository\ItemRepository' shared autowired service.
  8123.      *
  8124.      * @return \SolidInvoice\InvoiceBundle\Repository\ItemRepository
  8125.      */
  8126.     protected function getItemRepositoryService()
  8127.     {
  8128.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Repository/ItemRepository.php';
  8129.         return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository'] = new \SolidInvoice\InvoiceBundle\Repository\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8130.     }
  8131.     /**
  8132.      * Gets the private 'SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository' shared autowired service.
  8133.      *
  8134.      * @return \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository
  8135.      */
  8136.     protected function getRecurringInvoiceContactRepositoryService()
  8137.     {
  8138.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Repository/RecurringInvoiceContactRepository.php';
  8139.         return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository'] = new \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8140.     }
  8141.     /**
  8142.      * Gets the private 'SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository' shared autowired service.
  8143.      *
  8144.      * @return \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository
  8145.      */
  8146.     protected function getRecurringInvoiceRepositoryService()
  8147.     {
  8148.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Repository/RecurringInvoiceRepository.php';
  8149.         return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository'] = new \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8150.     }
  8151.     /**
  8152.      * Gets the private 'SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder' shared autowired service.
  8153.      *
  8154.      * @return \SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder
  8155.      */
  8156.     protected function getScheduleBuilderService()
  8157.     {
  8158.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/ScheduleBuilder.php';
  8159.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Schedule/ScheduleBuilder.php';
  8160.         return $this->privates['SolidInvoice\\InvoiceBundle\\Schedule\\ScheduleBuilder'] = new \SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8161.     }
  8162.     /**
  8163.      * Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType' shared autowired service.
  8164.      *
  8165.      * @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType
  8166.      */
  8167.     protected function getKeyTransportConfigTypeService()
  8168.     {
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8171.         include_once \dirname(__DIR__4).'/src/MailerBundle/Form/Type/TransportConfig/KeyTransportConfigType.php';
  8172.         return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType();
  8173.     }
  8174.     /**
  8175.      * Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType' shared autowired service.
  8176.      *
  8177.      * @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType
  8178.      */
  8179.     protected function getMailgunApiTransportConfigTypeService()
  8180.     {
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8183.         include_once \dirname(__DIR__4).'/src/MailerBundle/Form/Type/TransportConfig/MailgunApiTransportConfigType.php';
  8184.         return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType();
  8185.     }
  8186.     /**
  8187.      * Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType' shared autowired service.
  8188.      *
  8189.      * @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType
  8190.      */
  8191.     protected function getSesTransportConfigTypeService()
  8192.     {
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8195.         include_once \dirname(__DIR__4).'/src/MailerBundle/Form/Type/TransportConfig/SesTransportConfigType.php';
  8196.         return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType();
  8197.     }
  8198.     /**
  8199.      * Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType' shared autowired service.
  8200.      *
  8201.      * @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType
  8202.      */
  8203.     protected function getSmtpTransportConfigTypeService()
  8204.     {
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8207.         include_once \dirname(__DIR__4).'/src/MailerBundle/Form/Type/TransportConfig/SmtpTransportConfigType.php';
  8208.         return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType();
  8209.     }
  8210.     /**
  8211.      * Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType' shared autowired service.
  8212.      *
  8213.      * @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType
  8214.      */
  8215.     protected function getUsernamePasswordTransportConfigTypeService()
  8216.     {
  8217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8219.         include_once \dirname(__DIR__4).'/src/MailerBundle/Form/Type/TransportConfig/UsernamePasswordTransportConfigType.php';
  8220.         return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType();
  8221.     }
  8222.     /**
  8223.      * Gets the private 'SolidInvoice\MenuBundle\Provider' shared autowired service.
  8224.      *
  8225.      * @return \SolidInvoice\MenuBundle\Provider
  8226.      */
  8227.     protected function getProviderService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/src/MenuBundle/Provider.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  8232.         include_once \dirname(__DIR__4).'/src/MenuBundle/Factory.php';
  8233.         include_once \dirname(__DIR__4).'/src/MenuBundle/Builder/BuilderInterface.php';
  8234.         include_once \dirname(__DIR__4).'/src/MenuBundle/Core/AuthenticatedMenu.php';
  8235.         include_once \dirname(__DIR__4).'/src/ClientBundle/Menu/Builder.php';
  8236.         include_once \dirname(__DIR__4).'/src/CoreBundle/Menu/Builder.php';
  8237.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Menu/Builder.php';
  8238.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Menu/Builder.php';
  8239.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Menu/Builder.php';
  8240.         $a = ($this->services['router'] ?? $this->getRouterService());
  8241.         if (isset($this->privates['SolidInvoice\\MenuBundle\\Provider'])) {
  8242.             return $this->privates['SolidInvoice\\MenuBundle\\Provider'];
  8243.         }
  8244.         $this->privates['SolidInvoice\\MenuBundle\\Provider'] = $instance = new \SolidInvoice\MenuBundle\Provider(new \SolidInvoice\MenuBundle\Factory($a));
  8245.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8246.         $c = new \SolidInvoice\CoreBundle\Menu\Builder($b);
  8247.         $instance->addBuilder(new \SolidInvoice\ClientBundle\Menu\Builder($b), 'sidebar''sidebar'0);
  8248.         $instance->addBuilder($c'sidebar''systemMenu', -200);
  8249.         $instance->addBuilder($c'sidebar''userMenu', -255);
  8250.         $instance->addBuilder(new \SolidInvoice\InvoiceBundle\Menu\Builder($b), 'sidebar''sidebar'0);
  8251.         $instance->addBuilder(new \SolidInvoice\PaymentBundle\Menu\Builder($b), 'sidebar''mainMenu', -1);
  8252.         $instance->addBuilder(new \SolidInvoice\QuoteBundle\Menu\Builder($b), 'sidebar''sidebar'0);
  8253.         return $instance;
  8254.     }
  8255.     /**
  8256.      * Gets the private 'SolidInvoice\MenuBundle\Renderer' shared autowired service.
  8257.      *
  8258.      * @return \SolidInvoice\MenuBundle\Renderer
  8259.      */
  8260.     protected function getRendererService()
  8261.     {
  8262.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  8264.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  8265.         include_once \dirname(__DIR__4).'/src/MenuBundle/RendererInterface.php';
  8266.         include_once \dirname(__DIR__4).'/src/MenuBundle/Renderer.php';
  8267.         $a = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  8268.         if (isset($this->privates['SolidInvoice\\MenuBundle\\Renderer'])) {
  8269.             return $this->privates['SolidInvoice\\MenuBundle\\Renderer'];
  8270.         }
  8271.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8272.         if (isset($this->privates['SolidInvoice\\MenuBundle\\Renderer'])) {
  8273.             return $this->privates['SolidInvoice\\MenuBundle\\Renderer'];
  8274.         }
  8275.         return $this->privates['SolidInvoice\\MenuBundle\\Renderer'] = new \SolidInvoice\MenuBundle\Renderer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  8276.     }
  8277.     /**
  8278.      * Gets the private 'SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension' shared autowired service.
  8279.      *
  8280.      * @return \SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension
  8281.      */
  8282.     protected function getMoneyExtensionService()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8286.         include_once \dirname(__DIR__4).'/src/MoneyBundle/Form/Extension/MoneyExtension.php';
  8287.         return $this->privates['SolidInvoice\\MoneyBundle\\Form\\Extension\\MoneyExtension'] = new \SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  8288.     }
  8289.     /**
  8290.      * Gets the private 'SolidInvoice\MoneyBundle\Form\Type\CurrencyType' shared autowired service.
  8291.      *
  8292.      * @return \SolidInvoice\MoneyBundle\Form\Type\CurrencyType
  8293.      */
  8294.     protected function getCurrencyTypeService()
  8295.     {
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8298.         include_once \dirname(__DIR__4).'/src/MoneyBundle/Form/Type/CurrencyType.php';
  8299.         return $this->privates['SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType'] = new \SolidInvoice\MoneyBundle\Form\Type\CurrencyType($this->getEnv('locale'));
  8300.     }
  8301.     /**
  8302.      * Gets the private 'SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType' shared autowired service.
  8303.      *
  8304.      * @return \SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType
  8305.      */
  8306.     protected function getHiddenMoneyTypeService()
  8307.     {
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8310.         include_once \dirname(__DIR__4).'/src/MoneyBundle/Form/Type/HiddenMoneyType.php';
  8311.         return $this->privates['SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType'] = new \SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType();
  8312.     }
  8313.     /**
  8314.      * Gets the private 'SolidInvoice\MoneyBundle\Formatter\MoneyFormatter' shared autowired service.
  8315.      *
  8316.      * @return \SolidInvoice\MoneyBundle\Formatter\MoneyFormatter
  8317.      */
  8318.     protected function getMoneyFormatterService()
  8319.     {
  8320.         return $this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] = new \SolidInvoice\MoneyBundle\Formatter\MoneyFormatter($this->getEnv('locale'), ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  8321.     }
  8322.     /**
  8323.      * Gets the private 'SolidInvoice\NotificationBundle\Form\Type\NotificationType' shared autowired service.
  8324.      *
  8325.      * @return \SolidInvoice\NotificationBundle\Form\Type\NotificationType
  8326.      */
  8327.     protected function getNotificationTypeService()
  8328.     {
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8331.         include_once \dirname(__DIR__4).'/src/NotificationBundle/Form/Type/NotificationType.php';
  8332.         return $this->privates['SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType'] = new \SolidInvoice\NotificationBundle\Form\Type\NotificationType();
  8333.     }
  8334.     /**
  8335.      * Gets the private 'SolidInvoice\NotificationBundle\Notification\NotificationManager' shared autowired service.
  8336.      *
  8337.      * @return \SolidInvoice\NotificationBundle\Notification\NotificationManager
  8338.      */
  8339.     protected function getNotificationManagerService()
  8340.     {
  8341.         include_once \dirname(__DIR__4).'/src/NotificationBundle/Notification/NotificationManager.php';
  8342.         include_once \dirname(__DIR__4).'/src/NotificationBundle/Notification/Factory.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/namshi/notificator/src/Namshi/Notificator/ManagerInterface.php';
  8344.         include_once \dirname(__DIR__4).'/vendor/namshi/notificator/src/Namshi/Notificator/Manager.php';
  8345.         include_once \dirname(__DIR__4).'/vendor/namshi/notificator/src/Namshi/Notificator/Notification/Handler/HandlerInterface.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/namshi/notificator/src/Namshi/Notificator/Notification/Handler/Email.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/namshi/notificator/src/Namshi/Notificator/Notification/Handler/SwiftMailer.php';
  8348.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8349.         if (isset($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'])) {
  8350.             return $this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'];
  8351.         }
  8352.         $b = ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService());
  8353.         $c = new \Namshi\Notificator\Manager([], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8354.         $c->addHandler(new \Namshi\Notificator\Notification\Handler\SwiftMailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService())));
  8355.         return $this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] = new \SolidInvoice\NotificationBundle\Notification\NotificationManager(new \SolidInvoice\NotificationBundle\Notification\Factory($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b), $b$c, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  8356.     }
  8357.     /**
  8358.      * Gets the private 'SolidInvoice\PaymentBundle\Entity\PaymentMethod' shared autowired service.
  8359.      *
  8360.      * @return \SolidInvoice\PaymentBundle\Entity\PaymentMethod
  8361.      */
  8362.     protected function getPaymentMethodService()
  8363.     {
  8364.         include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Model/GatewayConfigInterface.php';
  8365.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  8366.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  8367.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Entity/PaymentMethod.php';
  8368.         return $this->privates['SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod'] = new \SolidInvoice\PaymentBundle\Entity\PaymentMethod();
  8369.     }
  8370.     /**
  8371.      * Gets the private 'SolidInvoice\PaymentBundle\Factory\PaymentFactories' shared service.
  8372.      *
  8373.      * @return \SolidInvoice\PaymentBundle\Factory\PaymentFactories
  8374.      */
  8375.     protected function getPaymentFactoriesService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Factory/PaymentFactories.php';
  8378.         $this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] = $instance = new \SolidInvoice\PaymentBundle\Factory\PaymentFactories();
  8379.         $instance->setGatewayFactories(['credit' => 'offline''cash' => 'offline''bank_transfer' => 'offline''paypal_express_checkout' => 'paypal_express_checkout''paypal_pro_checkout' => 'paypal_pro_checkout''stripe_checkout' => 'stripe_checkout''stripe_js' => 'stripe_js''klarna_invoice' => 'klarna_invoice''klarna_checkout' => 'klarna_checkout''be2bill_offsite' => 'be2bill_offsite''be2bill_direct' => 'be2bill_direct''authorize_net_aim' => 'authorize_net_aim''payex' => 'payex']);
  8380.         $instance->setGatewayForms(['paypal_express_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout''paypal_pro_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout''stripe_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout''stripe_js' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs''klarna_invoice' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice''klarna_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout''be2bill_offsite' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite''be2bill_direct' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect''authorize_net_aim' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim''payex' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex']);
  8381.         return $instance;
  8382.     }
  8383.     /**
  8384.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim' shared autowired service.
  8385.      *
  8386.      * @return \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim
  8387.      */
  8388.     protected function getAuthorizeNetAimService()
  8389.     {
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8392.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/AuthorizeNetAim.php';
  8393.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim'] = new \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim();
  8394.     }
  8395.     /**
  8396.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim' shared autowired service.
  8397.      *
  8398.      * @return \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim
  8399.      */
  8400.     protected function getAuthorizeNetSimService()
  8401.     {
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8404.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/AuthorizeNetSim.php';
  8405.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim'] = new \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim();
  8406.     }
  8407.     /**
  8408.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect' shared autowired service.
  8409.      *
  8410.      * @return \SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect
  8411.      */
  8412.     protected function getBe2billDirectService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8416.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/Be2billDirect.php';
  8417.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect'] = new \SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect();
  8418.     }
  8419.     /**
  8420.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite' shared autowired service.
  8421.      *
  8422.      * @return \SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite
  8423.      */
  8424.     protected function getBe2billOffsiteService()
  8425.     {
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8428.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/Be2billOffsite.php';
  8429.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite'] = new \SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite();
  8430.     }
  8431.     /**
  8432.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout' shared autowired service.
  8433.      *
  8434.      * @return \SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout
  8435.      */
  8436.     protected function getKlarnaCheckoutService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8440.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/KlarnaCheckout.php';
  8441.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout();
  8442.     }
  8443.     /**
  8444.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice' shared autowired service.
  8445.      *
  8446.      * @return \SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice
  8447.      */
  8448.     protected function getKlarnaInvoiceService()
  8449.     {
  8450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8452.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/KlarnaInvoice.php';
  8453.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice'] = new \SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice();
  8454.     }
  8455.     /**
  8456.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\Payex' shared autowired service.
  8457.      *
  8458.      * @return \SolidInvoice\PaymentBundle\Form\Methods\Payex
  8459.      */
  8460.     protected function getPayexService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8464.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/Payex.php';
  8465.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex'] = new \SolidInvoice\PaymentBundle\Form\Methods\Payex();
  8466.     }
  8467.     /**
  8468.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout' shared autowired service.
  8469.      *
  8470.      * @return \SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout
  8471.      */
  8472.     protected function getPaypalExpressCheckoutService()
  8473.     {
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8476.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/PaypalExpressCheckout.php';
  8477.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout();
  8478.     }
  8479.     /**
  8480.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout' shared autowired service.
  8481.      *
  8482.      * @return \SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout
  8483.      */
  8484.     protected function getPaypalProCheckoutService()
  8485.     {
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8488.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/PaypalProCheckout.php';
  8489.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout();
  8490.     }
  8491.     /**
  8492.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout' shared autowired service.
  8493.      *
  8494.      * @return \SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout
  8495.      */
  8496.     protected function getStripeCheckoutService()
  8497.     {
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8500.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/StripeCheckout.php';
  8501.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout();
  8502.     }
  8503.     /**
  8504.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\StripeJs' shared autowired service.
  8505.      *
  8506.      * @return \SolidInvoice\PaymentBundle\Form\Methods\StripeJs
  8507.      */
  8508.     protected function getStripeJsService()
  8509.     {
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8512.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Methods/StripeJs.php';
  8513.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs'] = new \SolidInvoice\PaymentBundle\Form\Methods\StripeJs();
  8514.     }
  8515.     /**
  8516.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType' shared autowired service.
  8517.      *
  8518.      * @return \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType
  8519.      */
  8520.     protected function getPaymentMethodSettingsTypeService()
  8521.     {
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8524.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Type/PaymentMethodSettingsType.php';
  8525.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType'] = new \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType();
  8526.     }
  8527.     /**
  8528.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType' shared autowired service.
  8529.      *
  8530.      * @return \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType
  8531.      */
  8532.     protected function getPaymentMethodTypeService()
  8533.     {
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8536.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Type/PaymentMethodType.php';
  8537.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType'] = new \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType();
  8538.     }
  8539.     /**
  8540.      * Gets the private 'SolidInvoice\PaymentBundle\Form\Type\PaymentType' shared autowired service.
  8541.      *
  8542.      * @return \SolidInvoice\PaymentBundle\Form\Type\PaymentType
  8543.      */
  8544.     protected function getPaymentTypeService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8548.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Type/PaymentType.php';
  8549.         return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType'] = new \SolidInvoice\PaymentBundle\Form\Type\PaymentType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8550.     }
  8551.     /**
  8552.      * Gets the private 'SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener' shared autowired service.
  8553.      *
  8554.      * @return \SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener
  8555.      */
  8556.     protected function getPaymentCompleteListenerService()
  8557.     {
  8558.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Listener/PaymentCompleteListener.php';
  8559.         $a = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
  8560.         if (isset($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'])) {
  8561.             return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'];
  8562.         }
  8563.         $b = ($this->services['router'] ?? $this->getRouterService());
  8564.         if (isset($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'])) {
  8565.             return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'];
  8566.         }
  8567.         return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'] = new \SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $b);
  8568.     }
  8569.     /**
  8570.      * Gets the private 'SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener' shared autowired service.
  8571.      *
  8572.      * @return \SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener
  8573.      */
  8574.     protected function getPaymentReceivedListenerService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Listener/PaymentReceivedListener.php';
  8577.         $a = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  8578.         if (isset($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'])) {
  8579.             return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'];
  8580.         }
  8581.         return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'] = new \SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener($a);
  8582.     }
  8583.     /**
  8584.      * Gets the private 'SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository' shared autowired service.
  8585.      *
  8586.      * @return \SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository
  8587.      */
  8588.     protected function getPaymentMethodRepositoryService()
  8589.     {
  8590.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Repository/PaymentMethodRepository.php';
  8591.         return $this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository'] = new \SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8592.     }
  8593.     /**
  8594.      * Gets the private 'SolidInvoice\PaymentBundle\Repository\PaymentRepository' shared autowired service.
  8595.      *
  8596.      * @return \SolidInvoice\PaymentBundle\Repository\PaymentRepository
  8597.      */
  8598.     protected function getPaymentRepositoryService()
  8599.     {
  8600.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Repository/PaymentRepository.php';
  8601.         return $this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] = new \SolidInvoice\PaymentBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8602.     }
  8603.     /**
  8604.      * Gets the private 'SolidInvoice\QuoteBundle\Entity\Quote' shared autowired service.
  8605.      *
  8606.      * @return \SolidInvoice\QuoteBundle\Entity\Quote
  8607.      */
  8608.     protected function getQuoteService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/Archivable.php';
  8611.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Traits/QuoteStatusTrait.php';
  8612.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  8613.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  8614.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Entity/Quote.php';
  8615.         return $this->privates['SolidInvoice\\QuoteBundle\\Entity\\Quote'] = new \SolidInvoice\QuoteBundle\Entity\Quote();
  8616.     }
  8617.     /**
  8618.      * Gets the private 'SolidInvoice\QuoteBundle\Form\Type\ItemType' shared autowired service.
  8619.      *
  8620.      * @return \SolidInvoice\QuoteBundle\Form\Type\ItemType
  8621.      */
  8622.     protected function getItemType2Service()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8626.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Form/Type/ItemType.php';
  8627.         return $this->privates['SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType'] = new \SolidInvoice\QuoteBundle\Form\Type\ItemType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8628.     }
  8629.     /**
  8630.      * Gets the private 'SolidInvoice\QuoteBundle\Form\Type\QuoteType' shared autowired service.
  8631.      *
  8632.      * @return \SolidInvoice\QuoteBundle\Form\Type\QuoteType
  8633.      */
  8634.     protected function getQuoteTypeService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8638.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Form/Type/QuoteType.php';
  8639.         return $this->privates['SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType'] = new \SolidInvoice\QuoteBundle\Form\Type\QuoteType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  8640.     }
  8641.     /**
  8642.      * Gets the private 'SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener' shared autowired service.
  8643.      *
  8644.      * @return \SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener
  8645.      */
  8646.     protected function getQuoteSaveListenerService()
  8647.     {
  8648.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  8650.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Listener/Doctrine/QuoteSaveListener.php';
  8651.         return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener'] = new \SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener(($this->privates['solidinvoice.payment.locator'] ?? $this->getSolidinvoice_Payment_LocatorService()));
  8652.     }
  8653.     /**
  8654.      * Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener' shared autowired service.
  8655.      *
  8656.      * @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener
  8657.      */
  8658.     protected function getQuoteMailerListenerService()
  8659.     {
  8660.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Listener/Mailer/QuoteMailerListener.php';
  8661.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  8662.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'])) {
  8663.             return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'];
  8664.         }
  8665.         return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener($a);
  8666.     }
  8667.     /**
  8668.      * Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener' shared autowired service.
  8669.      *
  8670.      * @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener
  8671.      */
  8672.     protected function getQuotePdfListenerService()
  8673.     {
  8674.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Listener/Mailer/QuotePdfListener.php';
  8675.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8676.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'])) {
  8677.             return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'];
  8678.         }
  8679.         return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener(($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), $a);
  8680.     }
  8681.     /**
  8682.      * Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener' shared autowired service.
  8683.      *
  8684.      * @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener
  8685.      */
  8686.     protected function getQuoteReceiverListenerService()
  8687.     {
  8688.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Listener/Mailer/QuoteReceiverListener.php';
  8689.         return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteReceiverListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  8690.     }
  8691.     /**
  8692.      * Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener' shared autowired service.
  8693.      *
  8694.      * @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener
  8695.      */
  8696.     protected function getQuoteSubjectListenerService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Listener/Mailer/QuoteSubjectListener.php';
  8699.         return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteSubjectListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
  8700.     }
  8701.     /**
  8702.      * Gets the private 'SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber' shared autowired service.
  8703.      *
  8704.      * @return \SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber
  8705.      */
  8706.     protected function getWorkFlowSubscriber2Service()
  8707.     {
  8708.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Listener/WorkFlowSubscriber.php';
  8709.         $a = ($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] ?? $this->getInvoiceManagerService());
  8710.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
  8711.             return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
  8712.         }
  8713.         $b = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
  8714.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
  8715.             return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
  8716.         }
  8717.         $c = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  8718.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
  8719.             return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
  8720.         }
  8721.         $d = ($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'] ?? $this->getQuoteMailerService());
  8722.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
  8723.             return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
  8724.         }
  8725.         return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'] = new \SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()), $a$b$c$d);
  8726.     }
  8727.     /**
  8728.      * Gets the private 'SolidInvoice\QuoteBundle\Mailer\QuoteMailer' shared autowired service.
  8729.      *
  8730.      * @return \SolidInvoice\QuoteBundle\Mailer\QuoteMailer
  8731.      */
  8732.     protected function getQuoteMailerService()
  8733.     {
  8734.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Mailer/QuoteMailer.php';
  8735.         $a = ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService());
  8736.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'])) {
  8737.             return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'];
  8738.         }
  8739.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  8740.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'])) {
  8741.             return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'];
  8742.         }
  8743.         $c = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
  8744.         if (isset($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'])) {
  8745.             return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'];
  8746.         }
  8747.         return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'] = new \SolidInvoice\QuoteBundle\Mailer\QuoteMailer($a$b$c);
  8748.     }
  8749.     /**
  8750.      * Gets the private 'SolidInvoice\QuoteBundle\Repository\ItemRepository' shared autowired service.
  8751.      *
  8752.      * @return \SolidInvoice\QuoteBundle\Repository\ItemRepository
  8753.      */
  8754.     protected function getItemRepository2Service()
  8755.     {
  8756.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Repository/ItemRepository.php';
  8757.         return $this->privates['SolidInvoice\\QuoteBundle\\Repository\\ItemRepository'] = new \SolidInvoice\QuoteBundle\Repository\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8758.     }
  8759.     /**
  8760.      * Gets the private 'SolidInvoice\QuoteBundle\Repository\QuoteRepository' shared autowired service.
  8761.      *
  8762.      * @return \SolidInvoice\QuoteBundle\Repository\QuoteRepository
  8763.      */
  8764.     protected function getQuoteRepositoryService()
  8765.     {
  8766.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Repository/QuoteRepository.php';
  8767.         return $this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] = new \SolidInvoice\QuoteBundle\Repository\QuoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8768.     }
  8769.     /**
  8770.      * Gets the private 'SolidInvoice\SettingsBundle\Form\Type\AddressType' shared autowired service.
  8771.      *
  8772.      * @return \SolidInvoice\SettingsBundle\Form\Type\AddressType
  8773.      */
  8774.     protected function getAddressType2Service()
  8775.     {
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8778.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Form/Type/AddressType.php';
  8779.         return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType'] = new \SolidInvoice\SettingsBundle\Form\Type\AddressType();
  8780.     }
  8781.     /**
  8782.      * Gets the private 'SolidInvoice\SettingsBundle\Form\Type\MailTransportType' shared autowired service.
  8783.      *
  8784.      * @return \SolidInvoice\SettingsBundle\Form\Type\MailTransportType
  8785.      */
  8786.     protected function getMailTransportTypeService()
  8787.     {
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8790.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Form/Type/MailTransportType.php';
  8791.         $a = ($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService());
  8792.         if (isset($this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'])) {
  8793.             return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'];
  8794.         }
  8795.         return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'] = new \SolidInvoice\SettingsBundle\Form\Type\MailTransportType(new RewindableGenerator(function () {
  8796.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\GmailConfigurator()));
  8797.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator()));
  8798.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailgunConfigurator()));
  8799.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator()));
  8800.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SendgridConfigurator()));
  8801.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SesConfigurator()));
  8802.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SmtpConfigurator()));
  8803.         }, 7), $a);
  8804.     }
  8805.     /**
  8806.      * Gets the private 'SolidInvoice\SettingsBundle\Form\Type\SettingsType' shared autowired service.
  8807.      *
  8808.      * @return \SolidInvoice\SettingsBundle\Form\Type\SettingsType
  8809.      */
  8810.     protected function getSettingsTypeService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8814.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Form/Type/SettingsType.php';
  8815.         return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType'] = new \SolidInvoice\SettingsBundle\Form\Type\SettingsType();
  8816.     }
  8817.     /**
  8818.      * Gets the private 'SolidInvoice\SettingsBundle\Form\Type\ThemeType' shared autowired service.
  8819.      *
  8820.      * @return \SolidInvoice\SettingsBundle\Form\Type\ThemeType
  8821.      */
  8822.     protected function getThemeTypeService()
  8823.     {
  8824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8826.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Form/Type/ThemeType.php';
  8827.         return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType'] = new \SolidInvoice\SettingsBundle\Form\Type\ThemeType();
  8828.     }
  8829.     /**
  8830.      * Gets the private 'SolidInvoice\SettingsBundle\Repository\SectionRepository' shared autowired service.
  8831.      *
  8832.      * @return \SolidInvoice\SettingsBundle\Repository\SectionRepository
  8833.      */
  8834.     protected function getSectionRepositoryService()
  8835.     {
  8836.         include_once \dirname(__DIR__4).'/src/SettingsBundle/Repository/SectionRepository.php';
  8837.         return $this->privates['SolidInvoice\\SettingsBundle\\Repository\\SectionRepository'] = new \SolidInvoice\SettingsBundle\Repository\SectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8838.     }
  8839.     /**
  8840.      * Gets the private 'SolidInvoice\SettingsBundle\Repository\SettingsRepository' shared autowired service.
  8841.      *
  8842.      * @return \SolidInvoice\SettingsBundle\Repository\SettingsRepository
  8843.      */
  8844.     protected function getSettingsRepositoryService()
  8845.     {
  8846.         return $this->privates['SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository'] = new \SolidInvoice\SettingsBundle\Repository\SettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8847.     }
  8848.     /**
  8849.      * Gets the private 'SolidInvoice\TaxBundle\Entity\Tax' shared autowired service.
  8850.      *
  8851.      * @return \SolidInvoice\TaxBundle\Entity\Tax
  8852.      */
  8853.     protected function getTaxService()
  8854.     {
  8855.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  8856.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  8857.         include_once \dirname(__DIR__4).'/src/TaxBundle/Entity/Tax.php';
  8858.         return $this->privates['SolidInvoice\\TaxBundle\\Entity\\Tax'] = new \SolidInvoice\TaxBundle\Entity\Tax();
  8859.     }
  8860.     /**
  8861.      * Gets the private 'SolidInvoice\TaxBundle\Form\Type\TaxEntityType' shared autowired service.
  8862.      *
  8863.      * @return \SolidInvoice\TaxBundle\Form\Type\TaxEntityType
  8864.      */
  8865.     protected function getTaxEntityTypeService()
  8866.     {
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8869.         include_once \dirname(__DIR__4).'/src/TaxBundle/Form/Type/TaxEntityType.php';
  8870.         return $this->privates['SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType'] = new \SolidInvoice\TaxBundle\Form\Type\TaxEntityType(($this->privates['SolidInvoice\\TaxBundle\\Repository\\TaxRepository'] ?? $this->getTaxRepositoryService()));
  8871.     }
  8872.     /**
  8873.      * Gets the private 'SolidInvoice\TaxBundle\Form\Type\TaxNumberType' shared autowired service.
  8874.      *
  8875.      * @return \SolidInvoice\TaxBundle\Form\Type\TaxNumberType
  8876.      */
  8877.     protected function getTaxNumberTypeService()
  8878.     {
  8879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8881.         include_once \dirname(__DIR__4).'/src/TaxBundle/Form/Type/TaxNumberType.php';
  8882.         return $this->privates['SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType'] = new \SolidInvoice\TaxBundle\Form\Type\TaxNumberType();
  8883.     }
  8884.     /**
  8885.      * Gets the private 'SolidInvoice\TaxBundle\Form\Type\TaxType' shared autowired service.
  8886.      *
  8887.      * @return \SolidInvoice\TaxBundle\Form\Type\TaxType
  8888.      */
  8889.     protected function getTaxTypeService()
  8890.     {
  8891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8893.         include_once \dirname(__DIR__4).'/src/TaxBundle/Form/Type/TaxType.php';
  8894.         return $this->privates['SolidInvoice\\TaxBundle\\Form\\Type\\TaxType'] = new \SolidInvoice\TaxBundle\Form\Type\TaxType();
  8895.     }
  8896.     /**
  8897.      * Gets the private 'SolidInvoice\TaxBundle\Repository\TaxRepository' shared autowired service.
  8898.      *
  8899.      * @return \SolidInvoice\TaxBundle\Repository\TaxRepository
  8900.      */
  8901.     protected function getTaxRepositoryService()
  8902.     {
  8903.         include_once \dirname(__DIR__4).'/src/TaxBundle/Repository/TaxRepository.php';
  8904.         return $this->privates['SolidInvoice\\TaxBundle\\Repository\\TaxRepository'] = new \SolidInvoice\TaxBundle\Repository\TaxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8905.     }
  8906.     /**
  8907.      * Gets the private 'SolidInvoice\UserBundle\Entity\ApiToken' shared autowired service.
  8908.      *
  8909.      * @return \SolidInvoice\UserBundle\Entity\ApiToken
  8910.      */
  8911.     protected function getApiTokenService()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
  8914.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
  8915.         include_once \dirname(__DIR__4).'/src/UserBundle/Entity/ApiToken.php';
  8916.         return $this->privates['SolidInvoice\\UserBundle\\Entity\\ApiToken'] = new \SolidInvoice\UserBundle\Entity\ApiToken();
  8917.     }
  8918.     /**
  8919.      * Gets the private 'SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber' shared autowired service.
  8920.      *
  8921.      * @return \SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber
  8922.      */
  8923.     protected function getUserLoginEventSubscriberService()
  8924.     {
  8925.         include_once \dirname(__DIR__4).'/src/UserBundle/EventSubscriber/UserLoginEventSubscriber.php';
  8926.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8927.         if (isset($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'])) {
  8928.             return $this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'];
  8929.         }
  8930.         return $this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] = new \SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber($a);
  8931.     }
  8932.     /**
  8933.      * Gets the private 'SolidInvoice\UserBundle\Form\Type\ApiTokenType' shared autowired service.
  8934.      *
  8935.      * @return \SolidInvoice\UserBundle\Form\Type\ApiTokenType
  8936.      */
  8937.     protected function getApiTokenTypeService()
  8938.     {
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8941.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Type/ApiTokenType.php';
  8942.         return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType'] = new \SolidInvoice\UserBundle\Form\Type\ApiTokenType();
  8943.     }
  8944.     /**
  8945.      * Gets the private 'SolidInvoice\UserBundle\Form\Type\ChangePasswordType' shared autowired service.
  8946.      *
  8947.      * @return \SolidInvoice\UserBundle\Form\Type\ChangePasswordType
  8948.      */
  8949.     protected function getChangePasswordTypeService()
  8950.     {
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8953.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Type/ChangePasswordType.php';
  8954.         return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType'] = new \SolidInvoice\UserBundle\Form\Type\ChangePasswordType();
  8955.     }
  8956.     /**
  8957.      * Gets the private 'SolidInvoice\UserBundle\Form\Type\ProfileType' shared autowired service.
  8958.      *
  8959.      * @return \SolidInvoice\UserBundle\Form\Type\ProfileType
  8960.      */
  8961.     protected function getProfileTypeService()
  8962.     {
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8965.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Type/ProfileType.php';
  8966.         return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\ProfileType'] = new \SolidInvoice\UserBundle\Form\Type\ProfileType();
  8967.     }
  8968.     /**
  8969.      * Gets the private 'SolidInvoice\UserBundle\Form\Type\RegisterType' shared autowired service.
  8970.      *
  8971.      * @return \SolidInvoice\UserBundle\Form\Type\RegisterType
  8972.      */
  8973.     protected function getRegisterTypeService()
  8974.     {
  8975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8977.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Type/RegisterType.php';
  8978.         return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\RegisterType'] = new \SolidInvoice\UserBundle\Form\Type\RegisterType();
  8979.     }
  8980.     /**
  8981.      * Gets the private 'SolidInvoice\UserBundle\Form\Type\UserInviteType' shared autowired service.
  8982.      *
  8983.      * @return \SolidInvoice\UserBundle\Form\Type\UserInviteType
  8984.      */
  8985.     protected function getUserInviteTypeService()
  8986.     {
  8987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8989.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Type/UserInviteType.php';
  8990.         return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType'] = new \SolidInvoice\UserBundle\Form\Type\UserInviteType();
  8991.     }
  8992.     /**
  8993.      * Gets the private 'SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository' shared autowired service.
  8994.      *
  8995.      * @return \SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository
  8996.      */
  8997.     protected function getApiTokenHistoryRepositoryService()
  8998.     {
  8999.         include_once \dirname(__DIR__4).'/src/UserBundle/Repository/ApiTokenHistoryRepository.php';
  9000.         return $this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository'] = new \SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9001.     }
  9002.     /**
  9003.      * Gets the private 'SolidInvoice\UserBundle\Repository\ApiTokenRepository' shared autowired service.
  9004.      *
  9005.      * @return \SolidInvoice\UserBundle\Repository\ApiTokenRepository
  9006.      */
  9007.     protected function getApiTokenRepositoryService()
  9008.     {
  9009.         include_once \dirname(__DIR__4).'/src/UserBundle/Repository/ApiTokenRepository.php';
  9010.         return $this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository'] = new \SolidInvoice\UserBundle\Repository\ApiTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9011.     }
  9012.     /**
  9013.      * Gets the private 'SolidInvoice\UserBundle\Repository\UserInvitationRepository' shared autowired service.
  9014.      *
  9015.      * @return \SolidInvoice\UserBundle\Repository\UserInvitationRepository
  9016.      */
  9017.     protected function getUserInvitationRepositoryService()
  9018.     {
  9019.         include_once \dirname(__DIR__4).'/src/UserBundle/Repository/UserInvitationRepository.php';
  9020.         return $this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] = new \SolidInvoice\UserBundle\Repository\UserInvitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9021.     }
  9022.     /**
  9023.      * Gets the private 'SolidInvoice\UserBundle\Repository\UserRepository' shared autowired service.
  9024.      *
  9025.      * @return \SolidInvoice\UserBundle\Repository\UserRepository
  9026.      */
  9027.     protected function getUserRepositoryService()
  9028.     {
  9029.         return $this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] = new \SolidInvoice\UserBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9030.     }
  9031.     /**
  9032.      * Gets the private 'SolidInvoice\UserBundle\UserInvitation\UserInvitation' shared autowired service.
  9033.      *
  9034.      * @return \SolidInvoice\UserBundle\UserInvitation\UserInvitation
  9035.      */
  9036.     protected function getUserInvitationService()
  9037.     {
  9038.         include_once \dirname(__DIR__4).'/src/UserBundle/UserInvitation/UserInvitation.php';
  9039.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  9040.         if (isset($this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'])) {
  9041.             return $this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'];
  9042.         }
  9043.         return $this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'] = new \SolidInvoice\UserBundle\UserInvitation\UserInvitation($a);
  9044.     }
  9045.     /**
  9046.      * Gets the private 'SolidWorx\Toggler\Symfony\Command\ToggleGetCommand' shared autowired service.
  9047.      *
  9048.      * @return \SolidWorx\Toggler\Symfony\Command\ToggleGetCommand
  9049.      */
  9050.     protected function getToggleGetCommandService()
  9051.     {
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9053.         include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Symfony/Command/ToggleGetCommand.php';
  9054.         $this->privates['SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand'] = $instance = new \SolidWorx\Toggler\Symfony\Command\ToggleGetCommand(($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] ?? $this->getToggleService()));
  9055.         $instance->setName('toggler:get');
  9056.         return $instance;
  9057.     }
  9058.     /**
  9059.      * Gets the private 'SolidWorx\Toggler\Symfony\Command\ToggleListCommand' shared autowired service.
  9060.      *
  9061.      * @return \SolidWorx\Toggler\Symfony\Command\ToggleListCommand
  9062.      */
  9063.     protected function getToggleListCommandService()
  9064.     {
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Symfony/Command/ToggleListCommand.php';
  9067.         $this->privates['SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand'] = $instance = new \SolidWorx\Toggler\Symfony\Command\ToggleListCommand(($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] ?? $this->getToggleService()), \SolidWorx\Toggler\Storage\StorageFactory::factory(['allow_registration' => $this->getEnv('SOLIDINVOICE_ALLOW_REGISTRATION')]));
  9068.         $instance->setName('toggler:list');
  9069.         return $instance;
  9070.     }
  9071.     /**
  9072.      * Gets the private 'SolidWorx\Toggler\Symfony\Command\ToggleSetCommand' shared autowired service.
  9073.      *
  9074.      * @return \SolidWorx\Toggler\Symfony\Command\ToggleSetCommand
  9075.      */
  9076.     protected function getToggleSetCommandService()
  9077.     {
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/solidworx/toggler/src/Symfony/Command/ToggleSetCommand.php';
  9080.         $this->privates['SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand'] = $instance = new \SolidWorx\Toggler\Symfony\Command\ToggleSetCommand(\SolidWorx\Toggler\Storage\StorageFactory::factory(['allow_registration' => $this->getEnv('SOLIDINVOICE_ALLOW_REGISTRATION')]));
  9081.         $instance->setName('toggler:set');
  9082.         return $instance;
  9083.     }
  9084.     /**
  9085.      * Gets the private 'SolidWorx\Toggler\Symfony\Toggle' shared autowired service.
  9086.      *
  9087.      * @return \SolidWorx\Toggler\Symfony\Toggle
  9088.      */
  9089.     protected function getToggleService()
  9090.     {
  9091.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  9092.         if (isset($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'])) {
  9093.             return $this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'];
  9094.         }
  9095.         $b = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService()));
  9096.         $b->registerProvider(new \Symfony\Component\DependencyInjection\ExpressionLanguageProvider());
  9097.         $b->registerProvider(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguageProvider());
  9098.         $this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] = $instance = new \SolidWorx\Toggler\Symfony\Toggle(new \SolidWorx\Toggler\Toggle(\SolidWorx\Toggler\Storage\StorageFactory::factory(['allow_registration' => $this->getEnv('SOLIDINVOICE_ALLOW_REGISTRATION')]), $b), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a);
  9099.         $instance->setContainer($this);
  9100.         return $instance;
  9101.     }
  9102.     /**
  9103.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  9104.      *
  9105.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  9106.      */
  9107.     protected function getResetAssetsEventListenerService()
  9108.     {
  9109.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  9110.     }
  9111.     /**
  9112.      * Gets the private 'Zenstruck\ScheduleBundle\Command\ScheduleListCommand' shared service.
  9113.      *
  9114.      * @return \Zenstruck\ScheduleBundle\Command\ScheduleListCommand
  9115.      */
  9116.     protected function getScheduleListCommandService()
  9117.     {
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Command/ScheduleListCommand.php';
  9120.         $this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand'] = $instance = new \Zenstruck\ScheduleBundle\Command\ScheduleListCommand(($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\ScheduleRunner'] ?? $this->getScheduleRunnerService()), ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\ExtensionHandlerRegistry'] ?? $this->getExtensionHandlerRegistryService()));
  9121.         $instance->setName('schedule:list');
  9122.         $instance->setDescription('List configured scheduled tasks');
  9123.         return $instance;
  9124.     }
  9125.     /**
  9126.      * Gets the private 'Zenstruck\ScheduleBundle\Command\ScheduleRunCommand' shared service.
  9127.      *
  9128.      * @return \Zenstruck\ScheduleBundle\Command\ScheduleRunCommand
  9129.      */
  9130.     protected function getScheduleRunCommandService()
  9131.     {
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Command/ScheduleRunCommand.php';
  9134.         $this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand'] = $instance = new \Zenstruck\ScheduleBundle\Command\ScheduleRunCommand(($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\ScheduleRunner'] ?? $this->getScheduleRunnerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9135.         $instance->setName('schedule:run');
  9136.         $instance->setDescription('Runs scheduled tasks that are due');
  9137.         return $instance;
  9138.     }
  9139.     /**
  9140.      * Gets the private 'Zenstruck\ScheduleBundle\EventListener\ScheduleBuilderSubscriber' shared service.
  9141.      *
  9142.      * @return \Zenstruck\ScheduleBundle\EventListener\ScheduleBuilderSubscriber
  9143.      */
  9144.     protected function getScheduleBuilderSubscriberService()
  9145.     {
  9146.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/EventListener/ScheduleBuilderSubscriber.php';
  9147.         return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleBuilderSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleBuilderSubscriber(new RewindableGenerator(function () {
  9148.             yield => ($this->privates['SolidInvoice\\InvoiceBundle\\Schedule\\ScheduleBuilder'] ?? $this->getScheduleBuilderService());
  9149.             yield => ($this->privates['zenstruck_schedule.service_builder'] ?? ($this->privates['zenstruck_schedule.service_builder'] = new \Zenstruck\ScheduleBundle\Schedule\Builder\ScheduledServiceBuilder()));
  9150.         }, 2));
  9151.     }
  9152.     /**
  9153.      * Gets the private 'Zenstruck\ScheduleBundle\EventListener\ScheduleExtensionSubscriber' shared service.
  9154.      *
  9155.      * @return \Zenstruck\ScheduleBundle\EventListener\ScheduleExtensionSubscriber
  9156.      */
  9157.     protected function getScheduleExtensionSubscriberService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/EventListener/ScheduleExtensionSubscriber.php';
  9160.         return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleExtensionSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleExtensionSubscriber(new RewindableGenerator(function () {
  9161.             return new \EmptyIterator();
  9162.         }, 0));
  9163.     }
  9164.     /**
  9165.      * Gets the private 'Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber' shared service.
  9166.      *
  9167.      * @return \Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber
  9168.      */
  9169.     protected function getScheduleLoggerSubscriberService()
  9170.     {
  9171.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/EventListener/ScheduleLoggerSubscriber.php';
  9172.         $a = new \Symfony\Bridge\Monolog\Logger('schedule');
  9173.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9174.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9175.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9176.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  9177.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9178.         return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber($a);
  9179.     }
  9180.     /**
  9181.      * Gets the private 'Zenstruck\ScheduleBundle\EventListener\SelfSchedulingCommandSubscriber' shared service.
  9182.      *
  9183.      * @return \Zenstruck\ScheduleBundle\EventListener\SelfSchedulingCommandSubscriber
  9184.      */
  9185.     protected function getSelfSchedulingCommandSubscriberService()
  9186.     {
  9187.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/EventListener/SelfSchedulingCommandSubscriber.php';
  9188.         return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\SelfSchedulingCommandSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\SelfSchedulingCommandSubscriber(new RewindableGenerator(function () {
  9189.             return new \EmptyIterator();
  9190.         }, 0));
  9191.     }
  9192.     /**
  9193.      * Gets the private 'Zenstruck\ScheduleBundle\Schedule\Extension\ExtensionHandlerRegistry' shared service.
  9194.      *
  9195.      * @return \Zenstruck\ScheduleBundle\Schedule\Extension\ExtensionHandlerRegistry
  9196.      */
  9197.     protected function getExtensionHandlerRegistryService()
  9198.     {
  9199.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Extension/ExtensionHandlerRegistry.php';
  9200.         return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\ExtensionHandlerRegistry'] = new \Zenstruck\ScheduleBundle\Schedule\Extension\ExtensionHandlerRegistry(new RewindableGenerator(function () {
  9201.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\EnvironmentHandler'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\EnvironmentHandler'] = new \Zenstruck\ScheduleBundle\Schedule\Extension\Handler\EnvironmentHandler('dev')));
  9202.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\PingHandler'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\PingHandler'] = new \Zenstruck\ScheduleBundle\Schedule\Extension\Handler\PingHandler()));
  9203.         }, 2));
  9204.     }
  9205.     /**
  9206.      * Gets the private 'Zenstruck\ScheduleBundle\Schedule\ScheduleRunner' shared service.
  9207.      *
  9208.      * @return \Zenstruck\ScheduleBundle\Schedule\ScheduleRunner
  9209.      */
  9210.     protected function getScheduleRunnerService()
  9211.     {
  9212.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/ScheduleRunner.php';
  9213.         return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\ScheduleRunner'] = new \Zenstruck\ScheduleBundle\Schedule\ScheduleRunner(new RewindableGenerator(function () {
  9214.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CommandTaskRunner'] ?? $this->getCommandTaskRunnerService());
  9215.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CallbackTaskRunner'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CallbackTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\CallbackTaskRunner()));
  9216.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\ProcessTaskRunner'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\ProcessTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\ProcessTaskRunner()));
  9217.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\PingTaskRunner'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\PingTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\PingTaskRunner()));
  9218.             yield => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\MessageTaskRunner'] ?? $this->getMessageTaskRunnerService());
  9219.         }, 5), ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\ExtensionHandlerRegistry'] ?? $this->getExtensionHandlerRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9220.     }
  9221.     /**
  9222.      * Gets the private 'Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner' shared service.
  9223.      *
  9224.      * @return \Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner
  9225.      */
  9226.     protected function getCommandTaskRunnerService()
  9227.     {
  9228.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/TaskRunner.php';
  9229.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/Runner/CommandTaskRunner.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Application.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Console/Application.php';
  9232.         return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CommandTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner(new \Symfony\Bundle\FrameworkBundle\Console\Application(($this->services['kernel'] ?? $this->get('kernel'1))));
  9233.     }
  9234.     /**
  9235.      * Gets the private 'Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner' shared service.
  9236.      *
  9237.      * @return \Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner
  9238.      */
  9239.     protected function getMessageTaskRunnerService()
  9240.     {
  9241.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/TaskRunner.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/Runner/MessageTaskRunner.php';
  9243.         return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\MessageTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  9244.     }
  9245.     /**
  9246.      * Gets the private 'annotations.cache_adapter' shared service.
  9247.      *
  9248.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  9249.      */
  9250.     protected function getAnnotations_CacheAdapterService()
  9251.     {
  9252.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  9253.     }
  9254.     /**
  9255.      * Gets the private 'annotations.cache_warmer' shared service.
  9256.      *
  9257.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  9258.      */
  9259.     protected function getAnnotations_CacheWarmerService()
  9260.     {
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  9264.         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);
  9265.     }
  9266.     /**
  9267.      * Gets the private 'annotations.cached_reader' shared service.
  9268.      *
  9269.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  9270.      */
  9271.     protected function getAnnotations_CachedReaderService()
  9272.     {
  9273.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  9274.     }
  9275.     /**
  9276.      * Gets the private 'annotations.reader' shared service.
  9277.      *
  9278.      * @return \Doctrine\Common\Annotations\AnnotationReader
  9279.      */
  9280.     protected function getAnnotations_ReaderService()
  9281.     {
  9282.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  9283.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  9284.         $a->registerUniqueLoader('class_exists');
  9285.         $instance->addGlobalIgnoredName('required'$a);
  9286.         return $instance;
  9287.     }
  9288.     /**
  9289.      * Gets the private 'api_platform.cache.identifiers_extractor.traceable' shared service.
  9290.      *
  9291.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9292.      */
  9293.     protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
  9294.     {
  9295.         return $this->privates['api_platform.cache.identifiers_extractor.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5M5gwEdXGE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9296.     }
  9297.     /**
  9298.      * Gets the private 'api_platform.cache.metadata.property.legacy.traceable' shared service.
  9299.      *
  9300.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9301.      */
  9302.     protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
  9303.     {
  9304.         return $this->privates['api_platform.cache.metadata.property.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('V9TUA8wjwl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9305.     }
  9306.     /**
  9307.      * Gets the private 'api_platform.cache.metadata.property.traceable' shared service.
  9308.      *
  9309.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9310.      */
  9311.     protected function getApiPlatform_Cache_Metadata_Property_TraceableService()
  9312.     {
  9313.         return $this->privates['api_platform.cache.metadata.property.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CGqWUbBoCF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9314.     }
  9315.     /**
  9316.      * Gets the private 'api_platform.cache.metadata.resource.legacy.traceable' shared service.
  9317.      *
  9318.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9319.      */
  9320.     protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
  9321.     {
  9322.         return $this->privates['api_platform.cache.metadata.resource.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Tmr9ua04Y9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9323.     }
  9324.     /**
  9325.      * Gets the private 'api_platform.cache.metadata.resource.traceable' shared service.
  9326.      *
  9327.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9328.      */
  9329.     protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
  9330.     {
  9331.         return $this->privates['api_platform.cache.metadata.resource.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8UzSUx-AJn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9332.     }
  9333.     /**
  9334.      * Gets the private 'api_platform.cache.metadata.resource_collection.traceable' shared service.
  9335.      *
  9336.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9337.      */
  9338.     protected function getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()
  9339.     {
  9340.         return $this->privates['api_platform.cache.metadata.resource_collection.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AiQQaF45j3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9341.     }
  9342.     /**
  9343.      * Gets the private 'api_platform.cache.route_name_resolver.traceable' shared service.
  9344.      *
  9345.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9346.      */
  9347.     protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
  9348.     {
  9349.         return $this->privates['api_platform.cache.route_name_resolver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5StcIGPdbp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9350.     }
  9351.     /**
  9352.      * Gets the private 'api_platform.cache.subresource_operation_factory.traceable' shared service.
  9353.      *
  9354.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9355.      */
  9356.     protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
  9357.     {
  9358.         return $this->privates['api_platform.cache.subresource_operation_factory.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pT0I26V6w2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9359.     }
  9360.     /**
  9361.      * Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
  9362.      *
  9363.      * @return \ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
  9364.      */
  9365.     protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
  9366.     {
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  9369.         return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'api_platform.cache.metadata.property'=> 'api_platform.cache.metadata.property.legacy'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.metadata.resource.legacy'=> 'api_platform.cache.metadata.resource_collection'=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.identifiers_extractor'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.elasticsearch.cache.metadata.document']);
  9370.     }
  9371.     /**
  9372.      * Gets the private 'api_platform.collection_data_provider' shared service.
  9373.      *
  9374.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  9375.      */
  9376.     protected function getApiPlatform_CollectionDataProviderService()
  9377.     {
  9378.         return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  9379.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  9380.         }, 1));
  9381.     }
  9382.     /**
  9383.      * Gets the private 'api_platform.data_persister' shared service.
  9384.      *
  9385.      * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  9386.      */
  9387.     protected function getApiPlatform_DataPersisterService()
  9388.     {
  9389.         return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  9390.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  9391.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  9392.         }, 2));
  9393.     }
  9394.     /**
  9395.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  9396.      *
  9397.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  9398.      */
  9399.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  9400.     {
  9401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  9402.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9403.     }
  9404.     /**
  9405.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  9406.      *
  9407.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  9408.      */
  9409.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  9410.     {
  9411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  9412.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  9413.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  9414.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  9415.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  9416.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? ($this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Doctrine\Orm\Extension\OrderExtension('ASC')));
  9417.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  9418.         }, 5));
  9419.     }
  9420.     /**
  9421.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  9422.      *
  9423.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  9424.      */
  9425.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  9426.     {
  9427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  9428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  9430.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9431.         if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
  9432.             return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
  9433.         }
  9434.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9435.         if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
  9436.             return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
  9437.         }
  9438.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  9439.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  9440.         }, 1), $b);
  9441.     }
  9442.     /**
  9443.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  9444.      *
  9445.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  9446.      */
  9447.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  9448.     {
  9449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  9450.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  9451.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9452.         if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
  9453.             return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
  9454.         }
  9455.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9456.         if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
  9457.             return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
  9458.         }
  9459.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  9460.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  9461.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  9462.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  9463.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? ($this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Doctrine\Orm\Extension\OrderExtension('ASC')));
  9464.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  9465.         }, 5), new RewindableGenerator(function () {
  9466.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  9467.         }, 1), $b);
  9468.     }
  9469.     /**
  9470.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  9471.      *
  9472.      * @return \ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension
  9473.      */
  9474.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  9475.     {
  9476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  9479.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9480.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'])) {
  9481.             return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'];
  9482.         }
  9483.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), 30truefalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  9484.     }
  9485.     /**
  9486.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  9487.      *
  9488.      * @return \ApiPlatform\Doctrine\Orm\Extension\FilterExtension
  9489.      */
  9490.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  9491.     {
  9492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  9493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/FilterExtension.php';
  9494.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  9495.     }
  9496.     /**
  9497.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  9498.      *
  9499.      * @return \ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  9500.      */
  9501.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  9505.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension(true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  9506.     }
  9507.     /**
  9508.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  9509.      *
  9510.      * @return \ApiPlatform\Doctrine\Orm\Extension\PaginationExtension
  9511.      */
  9512.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  9513.     {
  9514.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  9516.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/PaginationExtension.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/Pagination.php';
  9518.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\State\Pagination\Pagination($this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  9519.     }
  9520.     /**
  9521.      * Gets the private 'api_platform.doctrine.orm.state.collection_provider' shared service.
  9522.      *
  9523.      * @return \ApiPlatform\Doctrine\Orm\State\CollectionProvider
  9524.      */
  9525.     protected function getApiPlatform_Doctrine_Orm_State_CollectionProviderService()
  9526.     {
  9527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Common/State/LinksHandlerTrait.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/State/LinksHandlerTrait.php';
  9529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/State/CollectionProvider.php';
  9530.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9531.         if (isset($this->privates['api_platform.doctrine.orm.state.collection_provider'])) {
  9532.             return $this->privates['api_platform.doctrine.orm.state.collection_provider'];
  9533.         }
  9534.         return $this->privates['api_platform.doctrine.orm.state.collection_provider'] = new \ApiPlatform\Doctrine\Orm\State\CollectionProvider($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  9535.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  9536.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  9537.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  9538.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? ($this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Doctrine\Orm\Extension\OrderExtension('ASC')));
  9539.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  9540.         }, 5));
  9541.     }
  9542.     /**
  9543.      * Gets the private 'api_platform.doctrine.orm.state.item_provider' shared service.
  9544.      *
  9545.      * @return \ApiPlatform\Doctrine\Orm\State\ItemProvider
  9546.      */
  9547.     protected function getApiPlatform_Doctrine_Orm_State_ItemProviderService()
  9548.     {
  9549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Common/State/LinksHandlerTrait.php';
  9550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/State/LinksHandlerTrait.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/State/ItemProvider.php';
  9552.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9553.         if (isset($this->privates['api_platform.doctrine.orm.state.item_provider'])) {
  9554.             return $this->privates['api_platform.doctrine.orm.state.item_provider'];
  9555.         }
  9556.         return $this->privates['api_platform.doctrine.orm.state.item_provider'] = new \ApiPlatform\Doctrine\Orm\State\ItemProvider($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  9557.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  9558.         }, 1));
  9559.     }
  9560.     /**
  9561.      * Gets the private 'api_platform.doctrine.orm.state.persist_processor' shared service.
  9562.      *
  9563.      * @return \ApiPlatform\Doctrine\Common\State\PersistProcessor
  9564.      */
  9565.     protected function getApiPlatform_Doctrine_Orm_State_PersistProcessorService()
  9566.     {
  9567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Common/State/PersistProcessor.php';
  9569.         return $this->privates['api_platform.doctrine.orm.state.persist_processor'] = new \ApiPlatform\Doctrine\Common\State\PersistProcessor(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9570.     }
  9571.     /**
  9572.      * Gets the private 'api_platform.doctrine.orm.state.remove_processor' shared service.
  9573.      *
  9574.      * @return \ApiPlatform\Doctrine\Common\State\RemoveProcessor
  9575.      */
  9576.     protected function getApiPlatform_Doctrine_Orm_State_RemoveProcessorService()
  9577.     {
  9578.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
  9579.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Common/State/RemoveProcessor.php';
  9580.         return $this->privates['api_platform.doctrine.orm.state.remove_processor'] = new \ApiPlatform\Doctrine\Common\State\RemoveProcessor(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9581.     }
  9582.     /**
  9583.      * Gets the private 'api_platform.hal.json_schema.schema_factory' shared service.
  9584.      *
  9585.      * @return \ApiPlatform\Hal\JsonSchema\SchemaFactory
  9586.      */
  9587.     protected function getApiPlatform_Hal_JsonSchema_SchemaFactoryService()
  9588.     {
  9589.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  9590.         if (isset($this->privates['api_platform.hal.json_schema.schema_factory'])) {
  9591.             return $this->privates['api_platform.hal.json_schema.schema_factory'];
  9592.         }
  9593.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9594.         if (isset($this->privates['api_platform.hal.json_schema.schema_factory'])) {
  9595.             return $this->privates['api_platform.hal.json_schema.schema_factory'];
  9596.         }
  9597.         $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9598.         if (isset($this->privates['api_platform.hal.json_schema.schema_factory'])) {
  9599.             return $this->privates['api_platform.hal.json_schema.schema_factory'];
  9600.         }
  9601.         return $this->privates['api_platform.hal.json_schema.schema_factory'] = new \ApiPlatform\Hal\JsonSchema\SchemaFactory(new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a$b$c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))));
  9602.     }
  9603.     /**
  9604.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  9605.      *
  9606.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  9607.      */
  9608.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  9609.     {
  9610.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9611.         if (isset($this->privates['api_platform.http_cache.listener.response.configure'])) {
  9612.             return $this->privates['api_platform.http_cache.listener.response.configure'];
  9613.         }
  9614.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL$a);
  9615.     }
  9616.     /**
  9617.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  9618.      *
  9619.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  9620.      */
  9621.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  9622.     {
  9623.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  9624.     }
  9625.     /**
  9626.      * Gets the private 'api_platform.identifier.converter' shared service.
  9627.      *
  9628.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  9629.      */
  9630.     protected function getApiPlatform_Identifier_ConverterService()
  9631.     {
  9632.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  9633.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
  9634.         }, 1));
  9635.     }
  9636.     /**
  9637.      * Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
  9638.      *
  9639.      * @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
  9640.      *
  9641.      * @deprecated Since api-platform/core 2.7: The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.
  9642.      */
  9643.     protected function getApiPlatform_Identifier_UuidNormalizerService()
  9644.     {
  9645.         trigger_deprecation('api-platform/core''2.7''The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.');
  9646.         return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
  9647.     }
  9648.     /**
  9649.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  9650.      *
  9651.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  9652.      */
  9653.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  9654.     {
  9655.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9656.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  9657.             return $this->privates['api_platform.identifiers_extractor.cached'];
  9658.         }
  9659.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  9660.         $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  9661.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b$cfalse), $b$c);
  9662.     }
  9663.     /**
  9664.      * Gets the private 'api_platform.iri_converter' shared service.
  9665.      *
  9666.      * @return \ApiPlatform\Core\Api\LegacyIriConverter
  9667.      */
  9668.     protected function getApiPlatform_IriConverterService()
  9669.     {
  9670.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9671.         if (isset($this->privates['api_platform.iri_converter'])) {
  9672.             return $this->privates['api_platform.iri_converter'];
  9673.         }
  9674.         $b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  9675.         if (isset($this->privates['api_platform.iri_converter'])) {
  9676.             return $this->privates['api_platform.iri_converter'];
  9677.         }
  9678.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  9679.         if (isset($this->privates['api_platform.iri_converter'])) {
  9680.             return $this->privates['api_platform.iri_converter'];
  9681.         }
  9682.         $d = ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService());
  9683.         if (isset($this->privates['api_platform.iri_converter'])) {
  9684.             return $this->privates['api_platform.iri_converter'];
  9685.         }
  9686.         $e = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  9687.         if (isset($this->privates['api_platform.iri_converter'])) {
  9688.             return $this->privates['api_platform.iri_converter'];
  9689.         }
  9690.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter(new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($c)), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $d, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())), $e);
  9691.     }
  9692.     /**
  9693.      * Gets the private 'api_platform.item_data_provider' shared service.
  9694.      *
  9695.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  9696.      */
  9697.     protected function getApiPlatform_ItemDataProviderService()
  9698.     {
  9699.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  9700.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  9701.         }, 1));
  9702.     }
  9703.     /**
  9704.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  9705.      *
  9706.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  9707.      */
  9708.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  9709.     {
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  9712.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  9713.         $instance->setName('api:json-schema:generate');
  9714.         return $instance;
  9715.     }
  9716.     /**
  9717.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  9718.      *
  9719.      * @return \ApiPlatform\JsonSchema\TypeFactory
  9720.      */
  9721.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  9722.     {
  9723.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  9724.         $instance->setSchemaFactory(($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService()));
  9725.         return $instance;
  9726.     }
  9727.     /**
  9728.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  9729.      *
  9730.      * @return \ApiPlatform\JsonLd\ContextBuilder
  9731.      */
  9732.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  9733.     {
  9734.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9735.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  9736.             return $this->privates['api_platform.jsonld.context_builder'];
  9737.         }
  9738.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9739.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  9740.             return $this->privates['api_platform.jsonld.context_builder'];
  9741.         }
  9742.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a$b, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), NULL, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  9743.     }
  9744.     /**
  9745.      * Gets the private 'api_platform.listener.exception' shared service.
  9746.      *
  9747.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  9748.      */
  9749.     protected function getApiPlatform_Listener_ExceptionService()
  9750.     {
  9751.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  9753.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  9754.     }
  9755.     /**
  9756.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  9757.      *
  9758.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  9759.      */
  9760.     protected function getApiPlatform_Listener_Exception_ValidationService()
  9761.     {
  9762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  9763.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  9764.     }
  9765.     /**
  9766.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  9767.      *
  9768.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  9769.      */
  9770.     protected function getApiPlatform_Listener_Request_AddFormatService()
  9771.     {
  9772.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9773.         if (isset($this->privates['api_platform.listener.request.add_format'])) {
  9774.             return $this->privates['api_platform.listener.request.add_format'];
  9775.         }
  9776.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $a$this->parameters['api_platform.formats']);
  9777.     }
  9778.     /**
  9779.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  9780.      *
  9781.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  9782.      */
  9783.     protected function getApiPlatform_Listener_Request_DeserializeService()
  9784.     {
  9785.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9786.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  9787.             return $this->privates['api_platform.listener.request.deserialize'];
  9788.         }
  9789.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9790.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  9791.             return $this->privates['api_platform.listener.request.deserialize'];
  9792.         }
  9793.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $b);
  9794.     }
  9795.     /**
  9796.      * Gets the private 'api_platform.listener.request.read' shared service.
  9797.      *
  9798.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  9799.      */
  9800.     protected function getApiPlatform_Listener_Request_ReadService()
  9801.     {
  9802.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9803.         if (isset($this->privates['api_platform.listener.request.read'])) {
  9804.             return $this->privates['api_platform.listener.request.read'];
  9805.         }
  9806.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), $a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  9807.     }
  9808.     /**
  9809.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  9810.      *
  9811.      * @return \ApiPlatform\Core\EventListener\ReadListener
  9812.      */
  9813.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  9814.     {
  9815.         $a = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  9816.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  9817.             return $this->privates['api_platform.listener.request.read.legacy'];
  9818.         }
  9819.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), $a, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULLfalse);
  9820.     }
  9821.     /**
  9822.      * Gets the private 'api_platform.listener.view.respond' shared service.
  9823.      *
  9824.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  9825.      */
  9826.     protected function getApiPlatform_Listener_View_RespondService()
  9827.     {
  9828.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  9829.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9830.         if (isset($this->privates['api_platform.listener.view.respond'])) {
  9831.             return $this->privates['api_platform.listener.view.respond'];
  9832.         }
  9833.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener($a, ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService()));
  9834.     }
  9835.     /**
  9836.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  9837.      *
  9838.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  9839.      */
  9840.     protected function getApiPlatform_Listener_View_SerializeService()
  9841.     {
  9842.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  9843.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9844.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  9845.             return $this->privates['api_platform.listener.view.serialize'];
  9846.         }
  9847.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $a, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  9848.     }
  9849.     /**
  9850.      * Gets the private 'api_platform.listener.view.validate' shared service.
  9851.      *
  9852.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  9853.      */
  9854.     protected function getApiPlatform_Listener_View_ValidateService()
  9855.     {
  9856.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  9859.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9860.         if (isset($this->privates['api_platform.listener.view.validate'])) {
  9861.             return $this->privates['api_platform.listener.view.validate'];
  9862.         }
  9863.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this), $a);
  9864.     }
  9865.     /**
  9866.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  9867.      *
  9868.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  9869.      */
  9870.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  9871.     {
  9872.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9873.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  9874.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  9875.         }
  9876.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($a, new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  9877.     }
  9878.     /**
  9879.      * Gets the private 'api_platform.listener.view.write' shared service.
  9880.      *
  9881.      * @return \ApiPlatform\Symfony\EventListener\WriteListener
  9882.      */
  9883.     protected function getApiPlatform_Listener_View_WriteService()
  9884.     {
  9885.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/WriteListener.php';
  9886.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
  9887.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProcessor.php';
  9888.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9889.         if (isset($this->privates['api_platform.listener.view.write'])) {
  9890.             return $this->privates['api_platform.listener.view.write'];
  9891.         }
  9892.         return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Symfony\EventListener\WriteListener(new \ApiPlatform\State\CallableProcessor(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9893.             'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor' => ['privates''api_platform.doctrine.orm.state.persist_processor''getApiPlatform_Doctrine_Orm_State_PersistProcessorService'false],
  9894.             'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor' => ['privates''api_platform.doctrine.orm.state.remove_processor''getApiPlatform_Doctrine_Orm_State_RemoveProcessorService'false],
  9895.             'ApiPlatform\\Symfony\\Messenger\\Processor' => ['privates''ApiPlatform\\Symfony\\Messenger\\Processor''getProcessorService'false],
  9896.             'api_platform.doctrine.orm.state.persist_processor' => ['privates''api_platform.doctrine.orm.state.persist_processor''getApiPlatform_Doctrine_Orm_State_PersistProcessorService'false],
  9897.             'api_platform.doctrine.orm.state.remove_processor' => ['privates''api_platform.doctrine.orm.state.remove_processor''getApiPlatform_Doctrine_Orm_State_RemoveProcessorService'false],
  9898.         ], [
  9899.             'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor' => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
  9900.             'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor' => 'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor',
  9901.             'ApiPlatform\\Symfony\\Messenger\\Processor' => 'ApiPlatform\\Symfony\\Messenger\\Processor',
  9902.             'api_platform.doctrine.orm.state.persist_processor' => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
  9903.             'api_platform.doctrine.orm.state.remove_processor' => 'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor',
  9904.         ])), ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), $a, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  9905.     }
  9906.     /**
  9907.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  9908.      *
  9909.      * @return \ApiPlatform\Core\EventListener\WriteListener
  9910.      */
  9911.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  9914.         $a = ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService());
  9915.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  9916.             return $this->privates['api_platform.listener.view.write.legacy'];
  9917.         }
  9918.         $b = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  9919.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  9920.             return $this->privates['api_platform.listener.view.write.legacy'];
  9921.         }
  9922.         $c = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9923.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  9924.             return $this->privates['api_platform.listener.view.write.legacy'];
  9925.         }
  9926.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $cfalse);
  9927.     }
  9928.     /**
  9929.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  9930.      *
  9931.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  9932.      */
  9933.     protected function getApiPlatform_Messenger_DataPersisterService()
  9934.     {
  9935.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
  9937.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9938.         if (isset($this->privates['api_platform.messenger.data_persister'])) {
  9939.             return $this->privates['api_platform.messenger.data_persister'];
  9940.         }
  9941.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9942.         if (isset($this->privates['api_platform.messenger.data_persister'])) {
  9943.             return $this->privates['api_platform.messenger.data_persister'];
  9944.         }
  9945.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister($a$b);
  9946.     }
  9947.     /**
  9948.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  9949.      *
  9950.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  9951.      */
  9952.     protected function getApiPlatform_Messenger_DataTransformerService()
  9953.     {
  9954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
  9956.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  9957.         if (isset($this->privates['api_platform.messenger.data_transformer'])) {
  9958.             return $this->privates['api_platform.messenger.data_transformer'];
  9959.         }
  9960.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer($a);
  9961.     }
  9962.     /**
  9963.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  9964.      *
  9965.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  9966.      */
  9967.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  9968.     {
  9969.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9970.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  9971.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  9972.         }
  9973.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9974.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  9975.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  9976.         }
  9977.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  9978.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  9979.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  9980.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  9981.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  9982.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  9983.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  9984.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  9985.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  9986.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  9987.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  9988.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  9989.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  9990.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  9991.         }, 13)));
  9992.     }
  9993.     /**
  9994.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  9995.      *
  9996.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  9997.      */
  9998.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  9999.     {
  10000.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10001.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  10002.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  10003.         }
  10004.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  10005.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  10006.     }
  10007.     /**
  10008.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  10009.      *
  10010.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  10011.      */
  10012.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  10013.     {
  10014.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10015.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  10016.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  10017.         }
  10018.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  10019.     }
  10020.     /**
  10021.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  10022.      *
  10023.      * @return \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  10024.      */
  10025.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  10026.     {
  10027.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  10029.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  10030.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  10031.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  10032.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  10033.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  10034.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  10035.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  10036.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  10037.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  10038.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  10039.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  10040.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  10041.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  10042.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  10043.         }, 13));
  10044.     }
  10045.     /**
  10046.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  10047.      *
  10048.      * @return \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  10049.      */
  10050.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  10051.     {
  10052.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  10054.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  10055.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  10056.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  10057.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  10058.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  10059.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  10060.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  10061.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  10062.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  10063.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  10064.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  10065.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  10066.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  10067.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  10068.         }, 13));
  10069.     }
  10070.     /**
  10071.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  10072.      *
  10073.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  10074.      */
  10075.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  10076.     {
  10077.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  10078.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  10079.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  10080.         }
  10081.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  10082.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  10083.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  10084.         }
  10085.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10086.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  10087.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  10088.         }
  10089.         $d = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  10090.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  10091.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  10092.         }
  10093.         $e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  10094.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  10095.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  10096.         }
  10097.         $f = ($this->services['doctrine'] ?? $this->getDoctrineService());
  10098.         $g = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($f, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($c)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  10099.         $h = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  10100.         return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($f, new \ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($g, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory($d, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$h$this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$e$this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $h), $this->parameters['api_platform.defaults'], $h)))))), $this->parameters['api_platform.formats'], []), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))))));
  10101.     }
  10102.     /**
  10103.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  10104.      *
  10105.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  10106.      */
  10107.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  10108.     {
  10109.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  10110.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults'])))), []), $this->parameters['api_platform.formats'], []));
  10111.     }
  10112.     /**
  10113.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  10114.      *
  10115.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  10116.      */
  10117.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  10118.     {
  10119.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  10120.     }
  10121.     /**
  10122.      * Gets the private 'api_platform.openapi.command' shared service.
  10123.      *
  10124.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  10125.      */
  10126.     protected function getApiPlatform_Openapi_CommandService()
  10127.     {
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  10130.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.next'] ?? $this->getApiPlatform_Openapi_Factory_NextService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10131.         $instance->setName('api:openapi:export');
  10132.         return $instance;
  10133.     }
  10134.     /**
  10135.      * Gets the private 'api_platform.openapi.factory.next' shared service.
  10136.      *
  10137.      * @return \ApiPlatform\OpenApi\Factory\OpenApiFactory
  10138.      */
  10139.     protected function getApiPlatform_Openapi_Factory_NextService()
  10140.     {
  10141.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  10142.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactory.php';
  10143.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  10144.         return $this->privates['api_platform.openapi.factory.next'] = new \ApiPlatform\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'false'itemsPerPage'false'pagination'30NULLfalsefalse'partial'), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  10145.     }
  10146.     /**
  10147.      * Gets the private 'api_platform.openapi.options' shared service.
  10148.      *
  10149.      * @return \ApiPlatform\OpenApi\Options
  10150.      */
  10151.     protected function getApiPlatform_Openapi_OptionsService()
  10152.     {
  10153.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  10154.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('Dashiro Invoice - eFactura''SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".'    \'headers\' => ['."\n".'        \'X-API-TOKEN\' => \'${apiToken}\','."\n".'    ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`''1.0.2'false'oauth2''application''''''', [], $this->parameters['api_platform.swagger.api_keys'], NULLNULLNULLNULLNULLNULL);
  10155.     }
  10156.     /**
  10157.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  10158.      *
  10159.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  10160.      */
  10161.     protected function getApiPlatform_OperationPathResolver_CustomService()
  10162.     {
  10163.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  10164.     }
  10165.     /**
  10166.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  10167.      *
  10168.      * @return \ApiPlatform\Api\ResourceClassResolver
  10169.      */
  10170.     protected function getApiPlatform_ResourceClassResolverService()
  10171.     {
  10172.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  10173.     }
  10174.     /**
  10175.      * Gets the private 'api_platform.router' shared service.
  10176.      *
  10177.      * @return \ApiPlatform\Symfony\Routing\Router
  10178.      */
  10179.     protected function getApiPlatform_RouterService()
  10180.     {
  10181.         $a = ($this->services['router'] ?? $this->getRouterService());
  10182.         if (isset($this->privates['api_platform.router'])) {
  10183.             return $this->privates['api_platform.router'];
  10184.         }
  10185.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  10186.     }
  10187.     /**
  10188.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  10189.      *
  10190.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  10191.      */
  10192.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  10193.     {
  10194.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  10195.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  10196.             return $this->privates['api_platform.security.listener.request.deny_access'];
  10197.         }
  10198.         $b = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  10199.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  10200.             return $this->privates['api_platform.security.listener.request.deny_access'];
  10201.         }
  10202.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener($a$b);
  10203.     }
  10204.     /**
  10205.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  10206.      *
  10207.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  10208.      */
  10209.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  10210.     {
  10211.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  10212.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  10213.             return $this->privates['api_platform.security.resource_access_checker'];
  10214.         }
  10215.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  10216.     }
  10217.     /**
  10218.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  10219.      *
  10220.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  10221.      */
  10222.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  10223.     {
  10224.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  10225.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  10226.             return $this->privates['api_platform.serializer.context_builder.filter'];
  10227.         }
  10228.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  10229.     }
  10230.     /**
  10231.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  10232.      *
  10233.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  10234.      */
  10235.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  10236.     {
  10237.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  10238.     }
  10239.     /**
  10240.      * Gets the private 'api_platform.state_provider.locator' shared service.
  10241.      *
  10242.      * @return \ApiPlatform\State\CallableProvider
  10243.      */
  10244.     protected function getApiPlatform_StateProvider_LocatorService()
  10245.     {
  10246.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10247.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'false],
  10248.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'false],
  10249.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'false],
  10250.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'false],
  10251.         ], [
  10252.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  10253.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  10254.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  10255.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  10256.         ]));
  10257.     }
  10258.     /**
  10259.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  10260.      *
  10261.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  10262.      */
  10263.     protected function getApiPlatform_SubresourceDataProviderService()
  10264.     {
  10265.         return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  10266.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  10267.         }, 1));
  10268.     }
  10269.     /**
  10270.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  10271.      *
  10272.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  10273.      */
  10274.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  10275.     {
  10276.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  10277.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  10278.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  10279.         }
  10280.         $b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  10281.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  10282.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  10283.         }
  10284.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $b));
  10285.     }
  10286.     /**
  10287.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  10288.      *
  10289.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  10290.      */
  10291.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  10295.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'Dashiro Invoice - eFactura''SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".'    \'headers\' => ['."\n".'        \'X-API-TOKEN\' => \'${apiToken}\','."\n".'    ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`''1.0.2'NULL$this->parameters['api_platform.swagger.versions'], false);
  10296.         $instance->setName('api:swagger:export');
  10297.         return $instance;
  10298.     }
  10299.     /**
  10300.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  10301.      *
  10302.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  10303.      */
  10304.     protected function getApiPlatform_Symfony_IriConverterService()
  10305.     {
  10306.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  10307.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  10308.             return $this->privates['api_platform.symfony.iri_converter'];
  10309.         }
  10310.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  10311.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  10312.             return $this->privates['api_platform.symfony.iri_converter'];
  10313.         }
  10314.         $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  10315.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  10316.             return $this->privates['api_platform.symfony.iri_converter'];
  10317.         }
  10318.         $d = ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService());
  10319.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  10320.             return $this->privates['api_platform.symfony.iri_converter'];
  10321.         }
  10322.         $e = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  10323.         return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), new \ApiPlatform\Api\IdentifiersExtractor($b$e$c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e$b$d, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  10324.     }
  10325.     /**
  10326.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  10327.      *
  10328.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  10329.      */
  10330.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  10331.     {
  10332.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  10333.     }
  10334.     /**
  10335.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  10336.      *
  10337.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  10338.      */
  10339.     protected function getApiPlatform_UpgradeResource_CommandService()
  10340.     {
  10341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10342.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  10343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  10344.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  10345.         $instance->setName('api:upgrade-resource');
  10346.         return $instance;
  10347.     }
  10348.     /**
  10349.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  10350.      *
  10351.      * @return \ApiPlatform\Api\UriVariablesConverter
  10352.      */
  10353.     protected function getApiPlatform_UriVariables_ConverterService()
  10354.     {
  10355.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  10356.         if (isset($this->privates['api_platform.uri_variables.converter'])) {
  10357.             return $this->privates['api_platform.uri_variables.converter'];
  10358.         }
  10359.         return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a, new RewindableGenerator(function () {
  10360.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  10361.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  10362.             yield => ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] = new \ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer()));
  10363.         }, 3));
  10364.     }
  10365.     /**
  10366.      * Gets the private 'assets.packages' shared service.
  10367.      *
  10368.      * @return \Symfony\Component\Asset\Packages
  10369.      */
  10370.     protected function getAssets_PackagesService()
  10371.     {
  10372.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10373.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/static/manifest.json'), ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  10374.             return new \EmptyIterator();
  10375.         }, 0));
  10376.     }
  10377.     /**
  10378.      * Gets the private 'cache.annotations.traceable' shared service.
  10379.      *
  10380.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10381.      */
  10382.     protected function getCache_Annotations_TraceableService()
  10383.     {
  10384.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DYtx9LxCK0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  10385.     }
  10386.     /**
  10387.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  10388.      *
  10389.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10390.      */
  10391.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  10392.     {
  10393.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  10394.     }
  10395.     /**
  10396.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  10397.      *
  10398.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10399.      */
  10400.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  10401.     {
  10402.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  10403.     }
  10404.     /**
  10405.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  10406.      *
  10407.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10408.      */
  10409.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  10410.     {
  10411.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2rtrbhePiI'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  10412.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10413.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  10414.     }
  10415.     /**
  10416.      * Gets the private 'cache.property_info.traceable' shared service.
  10417.      *
  10418.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10419.      */
  10420.     protected function getCache_PropertyInfo_TraceableService()
  10421.     {
  10422.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('L2ywLt+yTP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  10423.     }
  10424.     /**
  10425.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  10426.      *
  10427.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10428.      */
  10429.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  10430.     {
  10431.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tPG0LnJ2Ae'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  10432.     }
  10433.     /**
  10434.      * Gets the private 'cache.serializer.traceable' shared service.
  10435.      *
  10436.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10437.      */
  10438.     protected function getCache_Serializer_TraceableService()
  10439.     {
  10440.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Yb5oYEsgsd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  10441.     }
  10442.     /**
  10443.      * Gets the private 'cache.validator.traceable' shared service.
  10444.      *
  10445.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10446.      */
  10447.     protected function getCache_Validator_TraceableService()
  10448.     {
  10449.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i+p9MsxZ62'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  10450.     }
  10451.     /**
  10452.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  10453.      *
  10454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10455.      */
  10456.     protected function getCache_WebpackEncore_TraceableService()
  10457.     {
  10458.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('36b09bqrmJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  10459.     }
  10460.     /**
  10461.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  10462.      *
  10463.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  10464.      */
  10465.     protected function getCachePoolClearer_CacheWarmerService()
  10466.     {
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  10469.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  10470.     }
  10471.     /**
  10472.      * Gets the private 'config_builder.warmer' shared service.
  10473.      *
  10474.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  10475.      */
  10476.     protected function getConfigBuilder_WarmerService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  10480.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10481.     }
  10482.     /**
  10483.      * Gets the private 'config_cache_factory' shared service.
  10484.      *
  10485.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  10486.      */
  10487.     protected function getConfigCacheFactoryService()
  10488.     {
  10489.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  10490.             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)));
  10491.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  10492.         }, 2));
  10493.     }
  10494.     /**
  10495.      * Gets the private 'console.command.about' shared service.
  10496.      *
  10497.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  10498.      */
  10499.     protected function getConsole_Command_AboutService()
  10500.     {
  10501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  10503.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  10504.         $instance->setName('about');
  10505.         $instance->setDescription('Display information about the current project');
  10506.         return $instance;
  10507.     }
  10508.     /**
  10509.      * Gets the private 'console.command.assets_install' shared service.
  10510.      *
  10511.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  10512.      */
  10513.     protected function getConsole_Command_AssetsInstallService()
  10514.     {
  10515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  10518.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  10519.         $instance->setName('assets:install');
  10520.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  10521.         return $instance;
  10522.     }
  10523.     /**
  10524.      * Gets the private 'console.command.cache_clear' shared service.
  10525.      *
  10526.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  10527.      */
  10528.     protected function getConsole_Command_CacheClearService()
  10529.     {
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  10533.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  10534.         $instance->setName('cache:clear');
  10535.         $instance->setDescription('Clear the cache');
  10536.         return $instance;
  10537.     }
  10538.     /**
  10539.      * Gets the private 'console.command.cache_pool_clear' shared service.
  10540.      *
  10541.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  10542.      */
  10543.     protected function getConsole_Command_CachePoolClearService()
  10544.     {
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  10547.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.webpack_encore'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.cache.metadata.property'18 => 'api_platform.cache.metadata.resource_collection'19 => 'api_platform.cache.identifiers_extractor']);
  10548.         $instance->setName('cache:pool:clear');
  10549.         $instance->setDescription('Clear cache pools');
  10550.         return $instance;
  10551.     }
  10552.     /**
  10553.      * Gets the private 'console.command.cache_pool_delete' shared service.
  10554.      *
  10555.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  10556.      */
  10557.     protected function getConsole_Command_CachePoolDeleteService()
  10558.     {
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  10561.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.webpack_encore'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.cache.metadata.property'18 => 'api_platform.cache.metadata.resource_collection'19 => 'api_platform.cache.identifiers_extractor']);
  10562.         $instance->setName('cache:pool:delete');
  10563.         $instance->setDescription('Delete an item from a cache pool');
  10564.         return $instance;
  10565.     }
  10566.     /**
  10567.      * Gets the private 'console.command.cache_pool_list' shared service.
  10568.      *
  10569.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  10570.      */
  10571.     protected function getConsole_Command_CachePoolListService()
  10572.     {
  10573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  10575.         $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.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.webpack_encore'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.cache.metadata.property'18 => 'api_platform.cache.metadata.resource_collection'19 => 'api_platform.cache.identifiers_extractor']);
  10576.         $instance->setName('cache:pool:list');
  10577.         $instance->setDescription('List available cache pools');
  10578.         return $instance;
  10579.     }
  10580.     /**
  10581.      * Gets the private 'console.command.cache_pool_prune' shared service.
  10582.      *
  10583.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  10584.      */
  10585.     protected function getConsole_Command_CachePoolPruneService()
  10586.     {
  10587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  10589.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  10590.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  10591.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  10592.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  10593.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  10594.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  10595.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  10596.             yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  10597.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  10598.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  10599.             yield 'api_platform.cache.route_name_resolver.traceable' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService());
  10600.             yield 'api_platform.cache.metadata.resource.traceable' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService());
  10601.             yield 'api_platform.cache.metadata.resource.legacy.traceable' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService());
  10602.             yield 'api_platform.cache.metadata.property.legacy.traceable' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService());
  10603.             yield 'api_platform.cache.subresource_operation_factory.traceable' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService());
  10604.             yield 'api_platform.cache.metadata.property.traceable' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService());
  10605.             yield 'api_platform.cache.metadata.resource_collection.traceable' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService());
  10606.             yield 'api_platform.cache.identifiers_extractor.traceable' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService());
  10607.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  10608.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  10609.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  10610.         }, 20));
  10611.         $instance->setName('cache:pool:prune');
  10612.         $instance->setDescription('Prune cache pools');
  10613.         return $instance;
  10614.     }
  10615.     /**
  10616.      * Gets the private 'console.command.cache_warmup' shared service.
  10617.      *
  10618.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  10619.      */
  10620.     protected function getConsole_Command_CacheWarmupService()
  10621.     {
  10622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  10624.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  10625.         $instance->setName('cache:warmup');
  10626.         $instance->setDescription('Warm up an empty cache');
  10627.         return $instance;
  10628.     }
  10629.     /**
  10630.      * Gets the private 'console.command.config_debug' shared service.
  10631.      *
  10632.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  10633.      */
  10634.     protected function getConsole_Command_ConfigDebugService()
  10635.     {
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  10641.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  10642.         $instance->setName('debug:config');
  10643.         $instance->setDescription('Dump the current configuration for an extension');
  10644.         return $instance;
  10645.     }
  10646.     /**
  10647.      * Gets the private 'console.command.config_dump_reference' shared service.
  10648.      *
  10649.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  10650.      */
  10651.     protected function getConsole_Command_ConfigDumpReferenceService()
  10652.     {
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  10658.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  10659.         $instance->setName('config:dump-reference');
  10660.         $instance->setDescription('Dump the default configuration for an extension');
  10661.         return $instance;
  10662.     }
  10663.     /**
  10664.      * Gets the private 'console.command.container_debug' shared service.
  10665.      *
  10666.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  10667.      */
  10668.     protected function getConsole_Command_ContainerDebugService()
  10669.     {
  10670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10673.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  10674.         $instance->setName('debug:container');
  10675.         $instance->setDescription('Display current services for an application');
  10676.         return $instance;
  10677.     }
  10678.     /**
  10679.      * Gets the private 'console.command.container_lint' shared service.
  10680.      *
  10681.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  10682.      */
  10683.     protected function getConsole_Command_ContainerLintService()
  10684.     {
  10685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  10687.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  10688.         $instance->setName('lint:container');
  10689.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  10690.         return $instance;
  10691.     }
  10692.     /**
  10693.      * Gets the private 'console.command.debug_autowiring' shared service.
  10694.      *
  10695.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  10696.      */
  10697.     protected function getConsole_Command_DebugAutowiringService()
  10698.     {
  10699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  10703.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10704.         $instance->setName('debug:autowiring');
  10705.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  10706.         return $instance;
  10707.     }
  10708.     /**
  10709.      * Gets the private 'console.command.dotenv_debug' shared service.
  10710.      *
  10711.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  10712.      */
  10713.     protected function getConsole_Command_DotenvDebugService()
  10714.     {
  10715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10716.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  10717.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  10718.         $instance->setName('debug:dotenv');
  10719.         $instance->setDescription('Lists all dotenv files with variables and values');
  10720.         return $instance;
  10721.     }
  10722.     /**
  10723.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  10724.      *
  10725.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  10726.      */
  10727.     protected function getConsole_Command_EventDispatcherDebugService()
  10728.     {
  10729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  10731.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator._dyOg._'] ?? $this->get_ServiceLocator_DyOg_Service()));
  10732.         $instance->setName('debug:event-dispatcher');
  10733.         $instance->setDescription('Display configured listeners for an application');
  10734.         return $instance;
  10735.     }
  10736.     /**
  10737.      * Gets the private 'console.command.form_debug' shared service.
  10738.      *
  10739.      * @return \Symfony\Component\Form\Command\DebugCommand
  10740.      */
  10741.     protected function getConsole_Command_FormDebugService()
  10742.     {
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  10745.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Payum\\Core\\Bridge\\Symfony\\Form\\Type'=> 'SolidInvoice\\ClientBundle\\Form\\Type'=> 'SolidInvoice\\CoreBundle\\Form\\Type'=> 'SolidInvoice\\CronBundle\\Form\\Type'=> 'SolidInvoice\\InstallBundle\\Form\\Step'=> 'SolidInvoice\\InstallBundle\\Form\\Type'=> 'SolidInvoice\\InvoiceBundle\\Form\\Type'=> 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig'10 => 'SolidInvoice\\MoneyBundle\\Form\\Type'11 => 'SolidInvoice\\NotificationBundle\\Form\\Type'12 => 'SolidInvoice\\PaymentBundle\\Form\\Methods'13 => 'SolidInvoice\\PaymentBundle\\Form\\Type'14 => 'SolidInvoice\\QuoteBundle\\Form\\Type'15 => 'SolidInvoice\\SettingsBundle\\Form\\Type'16 => 'SolidInvoice\\TaxBundle\\Form\\Type'17 => 'SolidInvoice\\UserBundle\\Form\\Type'18 => 'Symfony\\UX\\Dropzone\\Form'19 => 'Symfony\\UX\\LiveComponent\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType'=> 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType'=> 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType'=> 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType'=> 'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType'10 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType'11 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType'12 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType'13 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType'14 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType'15 => 'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType'16 => 'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType'17 => 'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType'18 => 'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType'19 => 'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type'20 => 'SolidInvoice\\CronBundle\\Form\\Type\\CronType'21 => 'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm'22 => 'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm'23 => 'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType'24 => 'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType'25 => 'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType'26 => 'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType'27 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType'28 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType'29 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType'30 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType'31 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType'32 => 'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType'33 => 'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType'34 => 'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType'35 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim'36 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim'37 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect'38 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite'39 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout'40 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice'41 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex'42 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout'43 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout'44 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout'45 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs'46 => 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType'47 => 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType'48 => 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType'49 => 'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType'50 => 'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType'51 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType'52 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'53 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType'54 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType'55 => 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType'56 => 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType'57 => 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType'58 => 'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType'59 => 'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType'60 => 'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType'61 => 'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType'62 => 'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType'63 => 'Symfony\\UX\\Dropzone\\Form\\DropzoneType'64 => 'Symfony\\UX\\LiveComponent\\Form\\Type\\LiveCollectionType'], [=> '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'=> 'Payum\\Bundle\\PayumBundle\\Form\\Extension\\GatewayFactoriesChoiceTypeExtension'=> 'SolidInvoice\\CoreBundle\\Form\\Extension\\FormHelpExtension'10 => 'SolidInvoice\\MoneyBundle\\Form\\Extension\\MoneyExtension'11 => 'SolidInvoice\\SettingsBundle\\Form\\Extension\\CheckBoxExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10746.         $instance->setName('debug:form');
  10747.         $instance->setDescription('Display form type information');
  10748.         return $instance;
  10749.     }
  10750.     /**
  10751.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  10752.      *
  10753.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  10754.      */
  10755.     protected function getConsole_Command_MessengerConsumeMessagesService()
  10756.     {
  10757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10758.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  10761.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10762.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10763.         ], [
  10764.             'messenger.bus.default' => '?',
  10765.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [=> 'messenger.bus.default']);
  10766.         $instance->setName('messenger:consume');
  10767.         $instance->setDescription('Consume messages');
  10768.         return $instance;
  10769.     }
  10770.     /**
  10771.      * Gets the private 'console.command.messenger_debug' shared service.
  10772.      *
  10773.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  10774.      */
  10775.     protected function getConsole_Command_MessengerDebugService()
  10776.     {
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  10779.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'SolidInvoice\\InvoiceBundle\\Message\\CreateInvoiceFromRecurring' => [=> [=> 'SolidInvoice\\InvoiceBundle\\Message\\Handler\\CreateInvoiceFromRecurringHandler'=> ['from_transport' => 'sync']]]]]);
  10780.         $instance->setName('debug:messenger');
  10781.         $instance->setDescription('List messages you can dispatch using the message buses');
  10782.         return $instance;
  10783.     }
  10784.     /**
  10785.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  10786.      *
  10787.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  10788.      */
  10789.     protected function getConsole_Command_MessengerSetupTransportsService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  10793.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), []);
  10794.         $instance->setName('messenger:setup-transports');
  10795.         $instance->setDescription('Prepare the required infrastructure for the transport');
  10796.         return $instance;
  10797.     }
  10798.     /**
  10799.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  10800.      *
  10801.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  10802.      */
  10803.     protected function getConsole_Command_MessengerStopWorkersService()
  10804.     {
  10805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10806.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  10807.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  10808.         $instance->setName('messenger:stop-workers');
  10809.         $instance->setDescription('Stop workers after their current message');
  10810.         return $instance;
  10811.     }
  10812.     /**
  10813.      * Gets the private 'console.command.router_debug' shared service.
  10814.      *
  10815.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  10816.      */
  10817.     protected function getConsole_Command_RouterDebugService()
  10818.     {
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  10822.         $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()));
  10823.         $instance->setName('debug:router');
  10824.         $instance->setDescription('Display current routes for an application');
  10825.         return $instance;
  10826.     }
  10827.     /**
  10828.      * Gets the private 'console.command.router_match' shared service.
  10829.      *
  10830.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  10831.      */
  10832.     protected function getConsole_Command_RouterMatchService()
  10833.     {
  10834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  10836.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  10837.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  10838.         }, 1));
  10839.         $instance->setName('router:match');
  10840.         $instance->setDescription('Help debug routes by simulating a path info match');
  10841.         return $instance;
  10842.     }
  10843.     /**
  10844.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  10845.      *
  10846.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  10847.      */
  10848.     protected function getConsole_Command_SecretsDecryptToLocalService()
  10849.     {
  10850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10851.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  10852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10854.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10855.         $instance->setName('secrets:decrypt-to-local');
  10856.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  10857.         return $instance;
  10858.     }
  10859.     /**
  10860.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  10861.      *
  10862.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  10863.      */
  10864.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  10865.     {
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  10868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10870.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10871.         $instance->setName('secrets:encrypt-from-local');
  10872.         $instance->setDescription('Encrypt all local secrets to the vault');
  10873.         return $instance;
  10874.     }
  10875.     /**
  10876.      * Gets the private 'console.command.secrets_generate_key' shared service.
  10877.      *
  10878.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  10879.      */
  10880.     protected function getConsole_Command_SecretsGenerateKeyService()
  10881.     {
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10886.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10887.         $instance->setName('secrets:generate-keys');
  10888.         $instance->setDescription('Generate new encryption keys');
  10889.         return $instance;
  10890.     }
  10891.     /**
  10892.      * Gets the private 'console.command.secrets_list' shared service.
  10893.      *
  10894.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  10895.      */
  10896.     protected function getConsole_Command_SecretsListService()
  10897.     {
  10898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  10900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10902.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10903.         $instance->setName('secrets:list');
  10904.         $instance->setDescription('List all secrets');
  10905.         return $instance;
  10906.     }
  10907.     /**
  10908.      * Gets the private 'console.command.secrets_remove' shared service.
  10909.      *
  10910.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  10911.      */
  10912.     protected function getConsole_Command_SecretsRemoveService()
  10913.     {
  10914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  10916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10918.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10919.         $instance->setName('secrets:remove');
  10920.         $instance->setDescription('Remove a secret from the vault');
  10921.         return $instance;
  10922.     }
  10923.     /**
  10924.      * Gets the private 'console.command.secrets_set' shared service.
  10925.      *
  10926.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  10927.      */
  10928.     protected function getConsole_Command_SecretsSetService()
  10929.     {
  10930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10934.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10935.         $instance->setName('secrets:set');
  10936.         $instance->setDescription('Set a secret in the vault');
  10937.         return $instance;
  10938.     }
  10939.     /**
  10940.      * Gets the private 'console.command.translation_debug' shared service.
  10941.      *
  10942.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  10943.      */
  10944.     protected function getConsole_Command_TranslationDebugService()
  10945.     {
  10946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  10948.         $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/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 13 => (\dirname(__DIR__4).'/src/ApiBundle/Security/ApiTokenAuthenticator.php'), 14 => (\dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Delete.php'), 15 => (\dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php'), 16 => (\dirname(__DIR__4).'/src/InstallBundle/Listener/ExceptionListener.php'), 17 => (\dirname(__DIR__4).'/src/MenuBundle/Renderer.php'), 18 => (\dirname(__DIR__4).'/src/NotificationBundle/Notification/Factory.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  10949.         $instance->setName('debug:translation');
  10950.         $instance->setDescription('Display translation messages information');
  10951.         return $instance;
  10952.     }
  10953.     /**
  10954.      * Gets the private 'console.command.translation_extract' shared service.
  10955.      *
  10956.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  10957.      */
  10958.     protected function getConsole_Command_TranslationExtractService()
  10959.     {
  10960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  10962.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), $this->getEnv('locale'), (\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/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 13 => (\dirname(__DIR__4).'/src/ApiBundle/Security/ApiTokenAuthenticator.php'), 14 => (\dirname(__DIR__4).'/src/ClientBundle/Action/Ajax/Delete.php'), 15 => (\dirname(__DIR__4).'/src/CoreBundle/Traits/JsonTrait.php'), 16 => (\dirname(__DIR__4).'/src/InstallBundle/Listener/ExceptionListener.php'), 17 => (\dirname(__DIR__4).'/src/MenuBundle/Renderer.php'), 18 => (\dirname(__DIR__4).'/src/NotificationBundle/Notification/Factory.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  10963.         $instance->setName('translation:extract');
  10964.         $instance->setAliases([=> 'translation:update']);
  10965.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  10966.         return $instance;
  10967.     }
  10968.     /**
  10969.      * Gets the private 'console.command.translation_pull' shared service.
  10970.      *
  10971.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  10972.      */
  10973.     protected function getConsole_Command_TranslationPullService()
  10974.     {
  10975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  10978.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), $this->getEnv('locale'), [], []);
  10979.         $instance->setName('translation:pull');
  10980.         $instance->setDescription('Pull translations from a given provider.');
  10981.         return $instance;
  10982.     }
  10983.     /**
  10984.      * Gets the private 'console.command.translation_push' shared service.
  10985.      *
  10986.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  10987.      */
  10988.     protected function getConsole_Command_TranslationPushService()
  10989.     {
  10990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  10993.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  10994.         $instance->setName('translation:push');
  10995.         $instance->setDescription('Push translations to a given provider.');
  10996.         return $instance;
  10997.     }
  10998.     /**
  10999.      * Gets the private 'console.command.validator_debug' shared service.
  11000.      *
  11001.      * @return \Symfony\Component\Validator\Command\DebugCommand
  11002.      */
  11003.     protected function getConsole_Command_ValidatorDebugService()
  11004.     {
  11005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11006.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  11007.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  11008.         $instance->setName('debug:validator');
  11009.         $instance->setDescription('Display validation constraints for classes');
  11010.         return $instance;
  11011.     }
  11012.     /**
  11013.      * Gets the private 'console.command.workflow_dump' shared service.
  11014.      *
  11015.      * @return \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand
  11016.      */
  11017.     protected function getConsole_Command_WorkflowDumpService()
  11018.     {
  11019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/WorkflowDumpCommand.php';
  11021.         $this->privates['console.command.workflow_dump'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand(['state_machine.invoice' => new \Symfony\Component\Workflow\Definition([=> 'new'=> 'draft'=> 'pending'=> 'active'=> 'overdue'=> 'cancelled'=> 'archived'=> 'paid'], [=> ($this->privates['.state_machine.invoice.transition.0'] ?? ($this->privates['.state_machine.invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new''new''draft'))), => ($this->privates['.state_machine.invoice.transition.1'] ?? ($this->privates['.state_machine.invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('accept''new''pending'))), => ($this->privates['.state_machine.invoice.transition.2'] ?? ($this->privates['.state_machine.invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('accept''draft''pending'))), => ($this->privates['.state_machine.invoice.transition.3'] ?? ($this->privates['.state_machine.invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('accept''overdue''pending'))), => ($this->privates['.state_machine.invoice.transition.4'] ?? ($this->privates['.state_machine.invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''draft''cancelled'))), => ($this->privates['.state_machine.invoice.transition.5'] ?? ($this->privates['.state_machine.invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''pending''cancelled'))), => ($this->privates['.state_machine.invoice.transition.6'] ?? ($this->privates['.state_machine.invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel''overdue''cancelled'))), => ($this->privates['.state_machine.invoice.transition.7'] ?? ($this->privates['.state_machine.invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('overdue''pending''overdue'))), => ($this->privates['.state_machine.invoice.transition.8'] ?? ($this->privates['.state_machine.invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('pay''pending''paid'))), => ($this->privates['.state_machine.invoice.transition.9'] ?? ($this->privates['.state_machine.invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('pay''overdue''paid'))), 10 => ($this->privates['.state_machine.invoice.transition.10'] ?? ($this->privates['.state_machine.invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen''cancelled''draft'))), 11 => ($this->privates['.state_machine.invoice.transition.11'] ?? ($this->privates['.state_machine.invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('archive''new''archived'))), 12 => ($this->privates['.state_machine.invoice.transition.12'] ?? ($this->privates['.state_machine.invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('archive''draft''archived'))), 13 => ($this->privates['.state_machine.invoice.transition.13'] ?? ($this->privates['.state_machine.invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('archive''cancelled''archived'))), 14 => ($this->privates['.state_machine.invoice.transition.14'] ?? ($this->privates['.state_machine.invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('archive''paid''archived'))), 15 => ($this->privates['.state_machine.invoice.transition.15'] ?? ($this->privates['.state_machine.invoice.transition.15'] = new \Symfony\Component\Workflow\Transition('edit''cancelled''draft'))), 16 => ($this->privates['.state_machine.invoice.transition.16'] ?? ($this->privates['.state_machine.invoice.transition.16'] = new \Symfony\Component\Workflow\Transition('edit''draft''draft'))), 17 => ($this->privates['.state_machine.invoice.transition.17'] ?? ($this->privates['.state_machine.invoice.transition.17'] = new \Symfony\Component\Workflow\Transition('edit''pending''draft'))), 18 => ($this->privates['.state_machine.invoice.transition.18'] ?? ($this->privates['.state_machine.invoice.transition.18'] = new \Symfony\Component\Workflow\Transition('edit''overdue''draft')))], [], ($this->privates['state_machine.invoice.metadata_store'] ?? $this->getStateMachine_Invoice_MetadataStoreService())), 'state_machine.recurring_invoice' => new \Symfony\Component\Workflow\Definition([=> 'new'=> 'draft'=> 'active'=> 'paused'=> 'complete'=> 'cancelled'=> 'archived'], [=> ($this->privates['.state_machine.recurring_invoice.transition.0'] ?? ($this->privates['.state_machine.recurring_invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new''new''draft'))), => ($this->privates['.state_machine.recurring_invoice.transition.1'] ?? ($this->privates['.state_machine.recurring_invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('activate''new''active'))), => ($this->privates['.state_machine.recurring_invoice.transition.2'] ?? ($this->privates['.state_machine.recurring_invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('activate''draft''active'))), => ($this->privates['.state_machine.recurring_invoice.transition.3'] ?? ($this->privates['.state_machine.recurring_invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''draft''cancelled'))), => ($this->privates['.state_machine.recurring_invoice.transition.4'] ?? ($this->privates['.state_machine.recurring_invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''active''cancelled'))), => ($this->privates['.state_machine.recurring_invoice.transition.5'] ?? ($this->privates['.state_machine.recurring_invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('complete''active''complete'))), => ($this->privates['.state_machine.recurring_invoice.transition.6'] ?? ($this->privates['.state_machine.recurring_invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('archive''new''archived'))), => ($this->privates['.state_machine.recurring_invoice.transition.7'] ?? ($this->privates['.state_machine.recurring_invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('archive''draft''archived'))), => ($this->privates['.state_machine.recurring_invoice.transition.8'] ?? ($this->privates['.state_machine.recurring_invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('archive''cancelled''archived'))), => ($this->privates['.state_machine.recurring_invoice.transition.9'] ?? ($this->privates['.state_machine.recurring_invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('archive''active''archived'))), 10 => ($this->privates['.state_machine.recurring_invoice.transition.10'] ?? ($this->privates['.state_machine.recurring_invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('archive''paused''archived'))), 11 => ($this->privates['.state_machine.recurring_invoice.transition.11'] ?? ($this->privates['.state_machine.recurring_invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('edit''cancelled''draft'))), 12 => ($this->privates['.state_machine.recurring_invoice.transition.12'] ?? ($this->privates['.state_machine.recurring_invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('edit''draft''draft'))), 13 => ($this->privates['.state_machine.recurring_invoice.transition.13'] ?? ($this->privates['.state_machine.recurring_invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('edit''active''draft'))), 14 => ($this->privates['.state_machine.recurring_invoice.transition.14'] ?? ($this->privates['.state_machine.recurring_invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('edit''paused''draft')))], [], ($this->privates['state_machine.recurring_invoice.metadata_store'] ?? $this->getStateMachine_RecurringInvoice_MetadataStoreService())), 'state_machine.quote' => new \Symfony\Component\Workflow\Definition([=> 'new'=> 'draft'=> 'pending'=> 'cancelled'=> 'archived'=> 'accepted'=> 'declined'], [=> ($this->privates['.state_machine.quote.transition.0'] ?? ($this->privates['.state_machine.quote.transition.0'] = new \Symfony\Component\Workflow\Transition('new''new''draft'))), => ($this->privates['.state_machine.quote.transition.1'] ?? ($this->privates['.state_machine.quote.transition.1'] = new \Symfony\Component\Workflow\Transition('new''cancelled''draft'))), => ($this->privates['.state_machine.quote.transition.2'] ?? ($this->privates['.state_machine.quote.transition.2'] = new \Symfony\Component\Workflow\Transition('send''new''pending'))), => ($this->privates['.state_machine.quote.transition.3'] ?? ($this->privates['.state_machine.quote.transition.3'] = new \Symfony\Component\Workflow\Transition('send''draft''pending'))), => ($this->privates['.state_machine.quote.transition.4'] ?? ($this->privates['.state_machine.quote.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''draft''cancelled'))), => ($this->privates['.state_machine.quote.transition.5'] ?? ($this->privates['.state_machine.quote.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''pending''cancelled'))), => ($this->privates['.state_machine.quote.transition.6'] ?? ($this->privates['.state_machine.quote.transition.6'] = new \Symfony\Component\Workflow\Transition('decline''new''declined'))), => ($this->privates['.state_machine.quote.transition.7'] ?? ($this->privates['.state_machine.quote.transition.7'] = new \Symfony\Component\Workflow\Transition('decline''draft''declined'))), => ($this->privates['.state_machine.quote.transition.8'] ?? ($this->privates['.state_machine.quote.transition.8'] = new \Symfony\Component\Workflow\Transition('decline''pending''declined'))), => ($this->privates['.state_machine.quote.transition.9'] ?? ($this->privates['.state_machine.quote.transition.9'] = new \Symfony\Component\Workflow\Transition('accept''pending''accepted'))), 10 => ($this->privates['.state_machine.quote.transition.10'] ?? ($this->privates['.state_machine.quote.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen''declined''draft'))), 11 => ($this->privates['.state_machine.quote.transition.11'] ?? ($this->privates['.state_machine.quote.transition.11'] = new \Symfony\Component\Workflow\Transition('reopen''cancelled''draft'))), 12 => ($this->privates['.state_machine.quote.transition.12'] ?? ($this->privates['.state_machine.quote.transition.12'] = new \Symfony\Component\Workflow\Transition('archive''new''archived'))), 13 => ($this->privates['.state_machine.quote.transition.13'] ?? ($this->privates['.state_machine.quote.transition.13'] = new \Symfony\Component\Workflow\Transition('archive''draft''archived'))), 14 => ($this->privates['.state_machine.quote.transition.14'] ?? ($this->privates['.state_machine.quote.transition.14'] = new \Symfony\Component\Workflow\Transition('archive''cancelled''archived'))), 15 => ($this->privates['.state_machine.quote.transition.15'] ?? ($this->privates['.state_machine.quote.transition.15'] = new \Symfony\Component\Workflow\Transition('archive''accepted''archived'))), 16 => ($this->privates['.state_machine.quote.transition.16'] ?? ($this->privates['.state_machine.quote.transition.16'] = new \Symfony\Component\Workflow\Transition('archive''declined''archived'))), 17 => ($this->privates['.state_machine.quote.transition.17'] ?? ($this->privates['.state_machine.quote.transition.17'] = new \Symfony\Component\Workflow\Transition('archive''pending''archived')))], [], ($this->privates['state_machine.quote.metadata_store'] ?? $this->getStateMachine_Quote_MetadataStoreService()))]);
  11022.         $instance->setName('workflow:dump');
  11023.         $instance->setDescription('Dump a workflow');
  11024.         return $instance;
  11025.     }
  11026.     /**
  11027.      * Gets the private 'console.command.xliff_lint' shared service.
  11028.      *
  11029.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  11030.      */
  11031.     protected function getConsole_Command_XliffLintService()
  11032.     {
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  11035.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  11036.         $instance->setName('lint:xliff');
  11037.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  11038.         return $instance;
  11039.     }
  11040.     /**
  11041.      * Gets the private 'console.command.yaml_lint' shared service.
  11042.      *
  11043.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  11044.      */
  11045.     protected function getConsole_Command_YamlLintService()
  11046.     {
  11047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11048.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  11049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  11050.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  11051.         $instance->setName('lint:yaml');
  11052.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  11053.         return $instance;
  11054.     }
  11055.     /**
  11056.      * Gets the private 'console.error_listener' shared service.
  11057.      *
  11058.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  11059.      */
  11060.     protected function getConsole_ErrorListenerService()
  11061.     {
  11062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  11063.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  11064.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11065.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11066.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  11067.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11068.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  11069.     }
  11070.     /**
  11071.      * Gets the private 'container.env_var_processor' shared service.
  11072.      *
  11073.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  11074.      */
  11075.     protected function getContainer_EnvVarProcessorService()
  11076.     {
  11077.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  11078.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  11079.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  11080.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  11081.             yield => ($this->privates['SolidInvoice\\CoreBundle\\Config\\Loader\\EnvLoader'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Config\\Loader\\EnvLoader'] = new \SolidInvoice\CoreBundle\Config\Loader\EnvLoader(\dirname(__DIR__4))));
  11082.         }, 2));
  11083.     }
  11084.     /**
  11085.      * Gets the private 'container.getenv' shared service.
  11086.      *
  11087.      * @return \Closure
  11088.      */
  11089.     protected function getContainer_GetenvService()
  11090.     {
  11091.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  11092.     }
  11093.     /**
  11094.      * Gets the private 'data_collector.form' shared service.
  11095.      *
  11096.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  11097.      */
  11098.     protected function getDataCollector_FormService()
  11099.     {
  11100.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  11101.     }
  11102.     /**
  11103.      * Gets the private 'data_collector.request' shared service.
  11104.      *
  11105.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  11106.      */
  11107.     protected function getDataCollector_RequestService()
  11108.     {
  11109.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11110.     }
  11111.     /**
  11112.      * Gets the private 'data_collector.request.session_collector' shared service.
  11113.      *
  11114.      * @return \Closure
  11115.      */
  11116.     protected function getDataCollector_Request_SessionCollectorService()
  11117.     {
  11118.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  11119.     }
  11120.     /**
  11121.      * Gets the private 'debug.api_platform.argument_resolver.payload' shared service.
  11122.      *
  11123.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11124.      */
  11125.     protected function getDebug_ApiPlatform_ArgumentResolver_PayloadService()
  11126.     {
  11127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11128.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/ArgumentResolver/PayloadArgumentResolver.php';
  11130.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  11131.         if (isset($this->privates['debug.api_platform.argument_resolver.payload'])) {
  11132.             return $this->privates['debug.api_platform.argument_resolver.payload'];
  11133.         }
  11134.         return $this->privates['debug.api_platform.argument_resolver.payload'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \ApiPlatform\Symfony\Bundle\ArgumentResolver\PayloadArgumentResolver($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11135.     }
  11136.     /**
  11137.      * Gets the private 'debug.api_platform.debug_resource.command' shared service.
  11138.      *
  11139.      * @return \ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand
  11140.      */
  11141.     protected function getDebug_ApiPlatform_DebugResource_CommandService()
  11142.     {
  11143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11144.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/DebugResourceCommand.php';
  11145.         $this->privates['debug.api_platform.debug_resource.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new \Symfony\Component\VarDumper\Cloner\VarCloner(), new \Symfony\Component\VarDumper\Dumper\CliDumper());
  11146.         $instance->setName('debug:api-resource');
  11147.         return $instance;
  11148.     }
  11149.     /**
  11150.      * Gets the private 'debug.argument_resolver.default' shared service.
  11151.      *
  11152.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11153.      */
  11154.     protected function getDebug_ArgumentResolver_DefaultService()
  11155.     {
  11156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  11159.         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))));
  11160.     }
  11161.     /**
  11162.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  11163.      *
  11164.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11165.      */
  11166.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  11167.     {
  11168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  11171.         $a = ($this->privates['.service_locator.UkdXMtE'] ?? $this->get_ServiceLocator_UkdXMtEService());
  11172.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  11173.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  11174.         }
  11175.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11176.     }
  11177.     /**
  11178.      * Gets the private 'debug.argument_resolver.request' shared service.
  11179.      *
  11180.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11181.      */
  11182.     protected function getDebug_ArgumentResolver_RequestService()
  11183.     {
  11184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11186.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  11187.         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))));
  11188.     }
  11189.     /**
  11190.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  11191.      *
  11192.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11193.      */
  11194.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  11195.     {
  11196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11198.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  11199.         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))));
  11200.     }
  11201.     /**
  11202.      * Gets the private 'debug.argument_resolver.service' shared service.
  11203.      *
  11204.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11205.      */
  11206.     protected function getDebug_ArgumentResolver_ServiceService()
  11207.     {
  11208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  11211.         $a = ($this->privates['.service_locator.UkdXMtE'] ?? $this->get_ServiceLocator_UkdXMtEService());
  11212.         if (isset($this->privates['debug.argument_resolver.service'])) {
  11213.             return $this->privates['debug.argument_resolver.service'];
  11214.         }
  11215.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11216.     }
  11217.     /**
  11218.      * Gets the private 'debug.argument_resolver.session' shared service.
  11219.      *
  11220.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11221.      */
  11222.     protected function getDebug_ArgumentResolver_SessionService()
  11223.     {
  11224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  11227.         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))));
  11228.     }
  11229.     /**
  11230.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  11231.      *
  11232.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11233.      */
  11234.     protected function getDebug_ArgumentResolver_VariadicService()
  11235.     {
  11236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11237.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  11239.         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))));
  11240.     }
  11241.     /**
  11242.      * Gets the private 'debug.debug_handlers_listener' shared service.
  11243.      *
  11244.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  11245.      */
  11246.     protected function getDebug_DebugHandlersListenerService()
  11247.     {
  11248.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  11249.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11250.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11251.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11252.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  11253.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11254.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  11255.     }
  11256.     /**
  11257.      * Gets the private 'debug.dump_listener' shared service.
  11258.      *
  11259.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  11260.      */
  11261.     protected function getDebug_DumpListenerService()
  11262.     {
  11263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  11264.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  11265.         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()));
  11266.     }
  11267.     /**
  11268.      * Gets the private 'debug.file_link_formatter' shared service.
  11269.      *
  11270.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  11271.      */
  11272.     protected function getDebug_FileLinkFormatterService()
  11273.     {
  11274.         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 () {
  11275.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  11276.         });
  11277.     }
  11278.     /**
  11279.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  11280.      *
  11281.      * @return \string
  11282.      */
  11283.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  11284.     {
  11285.         $a = ($this->services['router'] ?? $this->getRouterService());
  11286.         if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  11287.             return $this->privates['debug.file_link_formatter.url_format'];
  11288.         }
  11289.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat($a'_profiler_open_file''?file=%f&line=%l#line%l');
  11290.     }
  11291.     /**
  11292.      * Gets the private 'debug.log_processor' shared service.
  11293.      *
  11294.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  11295.      */
  11296.     protected function getDebug_LogProcessorService()
  11297.     {
  11298.         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())));
  11299.     }
  11300.     /**
  11301.      * Gets the private 'debug.security.access.decision_manager' shared service.
  11302.      *
  11303.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  11304.      */
  11305.     protected function getDebug_Security_Access_DecisionManagerService()
  11306.     {
  11307.         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 () {
  11308.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  11309.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  11310.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  11311.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  11312.     }
  11313.     /**
  11314.      * Gets the private 'debug.security.firewall' shared service.
  11315.      *
  11316.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  11317.      */
  11318.     protected function getDebug_Security_FirewallService()
  11319.     {
  11320.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  11321.         if (isset($this->privates['debug.security.firewall'])) {
  11322.             return $this->privates['debug.security.firewall'];
  11323.         }
  11324.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11325.         if (isset($this->privates['debug.security.firewall'])) {
  11326.             return $this->privates['debug.security.firewall'];
  11327.         }
  11328.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  11329.         if (isset($this->privates['debug.security.firewall'])) {
  11330.             return $this->privates['debug.security.firewall'];
  11331.         }
  11332.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  11333.     }
  11334.     /**
  11335.      * Gets the private 'debug.security.user_value_resolver' shared service.
  11336.      *
  11337.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11338.      */
  11339.     protected function getDebug_Security_UserValueResolverService()
  11340.     {
  11341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  11344.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11345.     }
  11346.     /**
  11347.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  11348.      *
  11349.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11350.      */
  11351.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  11352.     {
  11353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  11357.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11358.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  11359.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  11360.         }
  11361.         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()))), $a);
  11362.     }
  11363.     /**
  11364.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  11365.      *
  11366.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11367.      */
  11368.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  11369.     {
  11370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  11374.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11375.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  11376.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  11377.         }
  11378.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11379.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  11380.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  11381.         }
  11382.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  11383.     }
  11384.     /**
  11385.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  11386.      *
  11387.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11388.      */
  11389.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  11390.     {
  11391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  11395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  11396.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11397.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  11398.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  11399.         }
  11400.         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())), $a);
  11401.     }
  11402.     /**
  11403.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  11404.      *
  11405.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  11406.      */
  11407.     protected function getDebug_Security_Voter_VoteListenerService()
  11408.     {
  11409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  11410.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11411.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  11412.             return $this->privates['debug.security.voter.vote_listener'];
  11413.         }
  11414.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  11415.     }
  11416.     /**
  11417.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  11418.      *
  11419.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  11420.      */
  11421.     protected function getDoctrine_CacheClearMetadataCommandService()
  11422.     {
  11423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11425.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  11426.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11427.         $instance->setName('doctrine:cache:clear-metadata');
  11428.         return $instance;
  11429.     }
  11430.     /**
  11431.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  11432.      *
  11433.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  11434.      */
  11435.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  11436.     {
  11437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  11440.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11441.         $instance->setName('doctrine:cache:clear-query');
  11442.         return $instance;
  11443.     }
  11444.     /**
  11445.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  11446.      *
  11447.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  11448.      */
  11449.     protected function getDoctrine_CacheClearResultCommandService()
  11450.     {
  11451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11452.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11453.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  11454.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11455.         $instance->setName('doctrine:cache:clear-result');
  11456.         return $instance;
  11457.     }
  11458.     /**
  11459.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  11460.      *
  11461.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  11462.      */
  11463.     protected function getDoctrine_CacheCollectionRegionCommandService()
  11464.     {
  11465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  11468.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11469.         $instance->setName('doctrine:cache:clear-collection-region');
  11470.         return $instance;
  11471.     }
  11472.     /**
  11473.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  11474.      *
  11475.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  11476.      */
  11477.     protected function getDoctrine_ClearEntityRegionCommandService()
  11478.     {
  11479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11481.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  11482.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11483.         $instance->setName('doctrine:cache:clear-entity-region');
  11484.         return $instance;
  11485.     }
  11486.     /**
  11487.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  11488.      *
  11489.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  11490.      */
  11491.     protected function getDoctrine_ClearQueryRegionCommandService()
  11492.     {
  11493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  11496.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11497.         $instance->setName('doctrine:cache:clear-query-region');
  11498.         return $instance;
  11499.     }
  11500.     /**
  11501.      * Gets the private 'doctrine.database_create_command' shared service.
  11502.      *
  11503.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  11504.      */
  11505.     protected function getDoctrine_DatabaseCreateCommandService()
  11506.     {
  11507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11508.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11509.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  11510.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11511.         $instance->setName('doctrine:database:create');
  11512.         return $instance;
  11513.     }
  11514.     /**
  11515.      * Gets the private 'doctrine.database_drop_command' shared service.
  11516.      *
  11517.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  11518.      */
  11519.     protected function getDoctrine_DatabaseDropCommandService()
  11520.     {
  11521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11522.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11523.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  11524.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11525.         $instance->setName('doctrine:database:drop');
  11526.         return $instance;
  11527.     }
  11528.     /**
  11529.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  11530.      *
  11531.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  11532.      */
  11533.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  11534.     {
  11535.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11536.             'Gedmo\\Timestampable\\TimestampableListener' => ['privates''Gedmo\\Timestampable\\TimestampableListener''getTimestampableListenerService'false],
  11537.             'SolidInvoice\\ClientBundle\\Listener\\ClientListener' => ['privates''SolidInvoice\\ClientBundle\\Listener\\ClientListener''getClientListenerService'false],
  11538.             'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener' => ['privates''SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener''getCompanyListenerService'false],
  11539.             'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener' => ['privates''SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener''getIdGeneratorListenerService'false],
  11540.             'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener' => ['privates''SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener''getInvoiceSaveListenerService'false],
  11541.             'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener' => ['privates''SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener''getQuoteSaveListenerService'false],
  11542.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  11543.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  11544.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  11545.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  11546.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  11547.         ], [
  11548.             'Gedmo\\Timestampable\\TimestampableListener' => '?',
  11549.             'SolidInvoice\\ClientBundle\\Listener\\ClientListener' => '?',
  11550.             'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener' => '?',
  11551.             'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener' => '?',
  11552.             'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener' => '?',
  11553.             'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener' => '?',
  11554.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  11555.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  11556.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  11557.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  11558.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  11559.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'SolidInvoice\\ClientBundle\\Listener\\ClientListener'=> 'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener'=> 'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener'=> 'Gedmo\\Timestampable\\TimestampableListener'=> 'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener'=> 'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener'10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  11560.     }
  11561.     /**
  11562.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  11563.      *
  11564.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  11565.      */
  11566.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  11567.     {
  11568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  11571.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11572.         $instance->setName('doctrine:ensure-production-settings');
  11573.         return $instance;
  11574.     }
  11575.     /**
  11576.      * Gets the private 'doctrine.fixtures.loader' shared service.
  11577.      *
  11578.      * @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
  11579.      */
  11580.     protected function getDoctrine_Fixtures_LoaderService()
  11581.     {
  11582.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  11584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  11585.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  11586.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  11587.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  11588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  11589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  11590.         include_once \dirname(__DIR__4).'/src/ClientBundle/DataFixtures/ORM/LoadData.php';
  11591.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/DataFixtures/ORM/LoadData.php';
  11592.         include_once \dirname(__DIR__4).'/src/PaymentBundle/DataFixtures/ORM/LoadData.php';
  11593.         include_once \dirname(__DIR__4).'/src/QuoteBundle/DataFixtures/ORM/LoadData.php';
  11594.         include_once \dirname(__DIR__4).'/src/UserBundle/DataFixtures/ORM/LoadData.php';
  11595.         $this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  11596.         $instance->addFixtures([=> ['fixture' => new \SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData(), 'groups' => []], => ['fixture' => new \SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData(), 'groups' => []], => ['fixture' => new \SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData(), 'groups' => []], => ['fixture' => new \SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData(), 'groups' => []], => ['fixture' => new \SolidInvoice\UserBundle\DataFixtures\ORM\LoadData(), 'groups' => []]]);
  11597.         return $instance;
  11598.     }
  11599.     /**
  11600.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  11601.      *
  11602.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  11603.      */
  11604.     protected function getDoctrine_FixturesLoadCommandService()
  11605.     {
  11606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  11609.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  11611.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand(($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  11612.         $instance->setName('doctrine:fixtures:load');
  11613.         return $instance;
  11614.     }
  11615.     /**
  11616.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  11617.      *
  11618.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  11619.      */
  11620.     protected function getDoctrine_MappingConvertCommandService()
  11621.     {
  11622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11623.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11624.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  11625.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11626.         $instance->setName('doctrine:mapping:convert');
  11627.         return $instance;
  11628.     }
  11629.     /**
  11630.      * Gets the private 'doctrine.mapping_import_command' shared service.
  11631.      *
  11632.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  11633.      */
  11634.     protected function getDoctrine_MappingImportCommandService()
  11635.     {
  11636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  11639.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  11640.         $instance->setName('doctrine:mapping:import');
  11641.         return $instance;
  11642.     }
  11643.     /**
  11644.      * Gets the private 'doctrine.mapping_info_command' shared service.
  11645.      *
  11646.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  11647.      */
  11648.     protected function getDoctrine_MappingInfoCommandService()
  11649.     {
  11650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  11653.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11654.         $instance->setName('doctrine:mapping:info');
  11655.         return $instance;
  11656.     }
  11657.     /**
  11658.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  11659.      *
  11660.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  11661.      */
  11662.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  11663.     {
  11664.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  11666.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  11667.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  11668.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  11669.         }
  11670.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  11671.     }
  11672.     /**
  11673.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  11674.      *
  11675.      * @return \Doctrine\Migrations\DependencyFactory
  11676.      */
  11677.     protected function getDoctrine_Migrations_DependencyFactoryService()
  11678.     {
  11679.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  11680.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  11681.         $b->setTableName('migration_versions');
  11682.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  11683.         $a->setAllOrNothing(false);
  11684.         $a->setCheckDatabasePlatform(true);
  11685.         $a->setTransactional(true);
  11686.         $a->setMetadataStorageConfiguration($b);
  11687.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11688.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  11689.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  11690.         });
  11691.         return $instance;
  11692.     }
  11693.     /**
  11694.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  11695.      *
  11696.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  11697.      */
  11698.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  11699.     {
  11700.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  11701.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  11702.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11703.     }
  11704.     /**
  11705.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  11706.      *
  11707.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  11708.      */
  11709.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  11710.     {
  11711.         return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver($this->parameters['api_platform.resource_class_directories'], false);
  11712.     }
  11713.     /**
  11714.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  11715.      *
  11716.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11717.      */
  11718.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  11719.     {
  11720.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11721.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11722.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  11723.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  11724.         }
  11725.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11726.     }
  11727.     /**
  11728.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  11729.      *
  11730.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11731.      */
  11732.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  11733.     {
  11734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  11735.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11736.     }
  11737.     /**
  11738.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  11739.      *
  11740.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  11741.      */
  11742.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  11743.     {
  11744.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model'], '.orm.xml'false);
  11745.         $instance->setGlobalBasename('mapping');
  11746.         return $instance;
  11747.     }
  11748.     /**
  11749.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  11750.      *
  11751.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  11752.      */
  11753.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  11754.     {
  11755.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11756.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  11757.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  11758.     }
  11759.     /**
  11760.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  11761.      *
  11762.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  11763.      */
  11764.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  11765.     {
  11766.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  11768.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  11769.             return new \EmptyIterator();
  11770.         }, 0));
  11771.     }
  11772.     /**
  11773.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  11774.      *
  11775.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  11776.      */
  11777.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  11778.     {
  11779.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  11781.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  11782.     }
  11783.     /**
  11784.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  11785.      *
  11786.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  11787.      */
  11788.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  11789.     {
  11790.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11791.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  11792.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  11793.             return new \EmptyIterator();
  11794.         }, 0));
  11795.     }
  11796.     /**
  11797.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  11798.      *
  11799.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  11800.      */
  11801.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  11802.     {
  11803.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  11804.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11805.     }
  11806.     /**
  11807.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  11808.      *
  11809.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  11810.      */
  11811.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  11812.     {
  11813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11814.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  11815.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11816.     }
  11817.     /**
  11818.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  11819.      *
  11820.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  11821.      */
  11822.     protected function getDoctrine_Orm_Validator_UniqueService()
  11823.     {
  11824.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11825.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11826.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  11827.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11828.     }
  11829.     /**
  11830.      * Gets the private 'doctrine.query_dql_command' shared service.
  11831.      *
  11832.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  11833.      */
  11834.     protected function getDoctrine_QueryDqlCommandService()
  11835.     {
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  11839.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11840.         $instance->setName('doctrine:query:dql');
  11841.         return $instance;
  11842.     }
  11843.     /**
  11844.      * Gets the private 'doctrine.query_sql_command' shared service.
  11845.      *
  11846.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  11847.      */
  11848.     protected function getDoctrine_QuerySqlCommandService()
  11849.     {
  11850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11851.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  11852.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  11853.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  11854.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  11855.         $instance->setName('doctrine:query:sql');
  11856.         return $instance;
  11857.     }
  11858.     /**
  11859.      * Gets the private 'doctrine.schema_create_command' shared service.
  11860.      *
  11861.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  11862.      */
  11863.     protected function getDoctrine_SchemaCreateCommandService()
  11864.     {
  11865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11866.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11867.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  11869.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11870.         $instance->setName('doctrine:schema:create');
  11871.         return $instance;
  11872.     }
  11873.     /**
  11874.      * Gets the private 'doctrine.schema_drop_command' shared service.
  11875.      *
  11876.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  11877.      */
  11878.     protected function getDoctrine_SchemaDropCommandService()
  11879.     {
  11880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  11884.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11885.         $instance->setName('doctrine:schema:drop');
  11886.         return $instance;
  11887.     }
  11888.     /**
  11889.      * Gets the private 'doctrine.schema_update_command' shared service.
  11890.      *
  11891.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  11892.      */
  11893.     protected function getDoctrine_SchemaUpdateCommandService()
  11894.     {
  11895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11896.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11897.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  11899.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11900.         $instance->setName('doctrine:schema:update');
  11901.         return $instance;
  11902.     }
  11903.     /**
  11904.      * Gets the private 'doctrine.schema_validate_command' shared service.
  11905.      *
  11906.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  11907.      */
  11908.     protected function getDoctrine_SchemaValidateCommandService()
  11909.     {
  11910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11912.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  11913.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11914.         $instance->setName('doctrine:schema:validate');
  11915.         return $instance;
  11916.     }
  11917.     /**
  11918.      * Gets the private 'doctrine.ulid_generator' shared service.
  11919.      *
  11920.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  11921.      */
  11922.     protected function getDoctrine_UlidGeneratorService()
  11923.     {
  11924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  11925.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  11926.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  11927.     }
  11928.     /**
  11929.      * Gets the private 'doctrine.uuid_generator' shared service.
  11930.      *
  11931.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  11932.      */
  11933.     protected function getDoctrine_UuidGeneratorService()
  11934.     {
  11935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  11936.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  11937.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  11938.     }
  11939.     /**
  11940.      * Gets the private 'doctrine_migrations.current_command' shared service.
  11941.      *
  11942.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  11943.      */
  11944.     protected function getDoctrineMigrations_CurrentCommandService()
  11945.     {
  11946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  11949.         $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');
  11950.         $instance->setName('doctrine:migrations:current');
  11951.         return $instance;
  11952.     }
  11953.     /**
  11954.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  11955.      *
  11956.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  11957.      */
  11958.     protected function getDoctrineMigrations_DiffCommandService()
  11959.     {
  11960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11961.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11962.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  11963.         $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');
  11964.         $instance->setName('doctrine:migrations:diff');
  11965.         return $instance;
  11966.     }
  11967.     /**
  11968.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  11969.      *
  11970.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  11971.      */
  11972.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  11973.     {
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  11977.         $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');
  11978.         $instance->setName('doctrine:migrations:dump-schema');
  11979.         return $instance;
  11980.     }
  11981.     /**
  11982.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  11983.      *
  11984.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  11985.      */
  11986.     protected function getDoctrineMigrations_ExecuteCommandService()
  11987.     {
  11988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11989.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  11991.         $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');
  11992.         $instance->setName('doctrine:migrations:execute');
  11993.         return $instance;
  11994.     }
  11995.     /**
  11996.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  11997.      *
  11998.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  11999.      */
  12000.     protected function getDoctrineMigrations_GenerateCommandService()
  12001.     {
  12002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12003.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12004.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  12005.         $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');
  12006.         $instance->setName('doctrine:migrations:generate');
  12007.         return $instance;
  12008.     }
  12009.     /**
  12010.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  12011.      *
  12012.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  12013.      */
  12014.     protected function getDoctrineMigrations_LatestCommandService()
  12015.     {
  12016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12017.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12018.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  12019.         $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');
  12020.         $instance->setName('doctrine:migrations:latest');
  12021.         return $instance;
  12022.     }
  12023.     /**
  12024.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  12025.      *
  12026.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  12027.      */
  12028.     protected function getDoctrineMigrations_MigrateCommandService()
  12029.     {
  12030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12031.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12032.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  12033.         $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');
  12034.         $instance->setName('doctrine:migrations:migrate');
  12035.         return $instance;
  12036.     }
  12037.     /**
  12038.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  12039.      *
  12040.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  12041.      */
  12042.     protected function getDoctrineMigrations_RollupCommandService()
  12043.     {
  12044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12046.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  12047.         $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');
  12048.         $instance->setName('doctrine:migrations:rollup');
  12049.         return $instance;
  12050.     }
  12051.     /**
  12052.      * Gets the private 'doctrine_migrations.status_command' shared service.
  12053.      *
  12054.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  12055.      */
  12056.     protected function getDoctrineMigrations_StatusCommandService()
  12057.     {
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  12061.         $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');
  12062.         $instance->setName('doctrine:migrations:status');
  12063.         return $instance;
  12064.     }
  12065.     /**
  12066.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  12067.      *
  12068.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  12069.      */
  12070.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  12071.     {
  12072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12073.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  12075.         $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');
  12076.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  12077.         return $instance;
  12078.     }
  12079.     /**
  12080.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  12081.      *
  12082.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  12083.      */
  12084.     protected function getDoctrineMigrations_UpToDateCommandService()
  12085.     {
  12086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12087.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12088.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  12089.         $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');
  12090.         $instance->setName('doctrine:migrations:up-to-date');
  12091.         return $instance;
  12092.     }
  12093.     /**
  12094.      * Gets the private 'doctrine_migrations.version_command' shared service.
  12095.      *
  12096.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  12097.      */
  12098.     protected function getDoctrineMigrations_VersionCommandService()
  12099.     {
  12100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12101.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12102.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  12103.         $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');
  12104.         $instance->setName('doctrine:migrations:version');
  12105.         return $instance;
  12106.     }
  12107.     /**
  12108.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  12109.      *
  12110.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  12111.      */
  12112.     protected function getDoctrineMigrations_VersionsCommandService()
  12113.     {
  12114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12115.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12116.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  12117.         $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');
  12118.         $instance->setName('doctrine:migrations:list');
  12119.         return $instance;
  12120.     }
  12121.     /**
  12122.      * Gets the private 'error_handler.error_renderer.html' shared service.
  12123.      *
  12124.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  12125.      */
  12126.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  12127.     {
  12128.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  12129.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  12130.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  12131.         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()));
  12132.     }
  12133.     /**
  12134.      * Gets the private 'exception_listener' shared service.
  12135.      *
  12136.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  12137.      */
  12138.     protected function getExceptionListener2Service()
  12139.     {
  12140.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  12141.     }
  12142.     /**
  12143.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  12144.      *
  12145.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  12146.      */
  12147.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  12148.     {
  12149.         if ($lazyLoad) {
  12150.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  12151.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  12152.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  12153.                     $proxy->setProxyInitializer(null);
  12154.                     return true;
  12155.                 });
  12156.             });
  12157.         }
  12158.         return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  12159.     }
  12160.     /**
  12161.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  12162.      *
  12163.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  12164.      */
  12165.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  12166.     {
  12167.         if ($lazyLoad) {
  12168.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  12169.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  12170.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  12171.                     $proxy->setProxyInitializer(null);
  12172.                     return true;
  12173.                 });
  12174.             });
  12175.         }
  12176.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12177.     }
  12178.     /**
  12179.      * Gets the private 'form.choice_list_factory.cached' shared service.
  12180.      *
  12181.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  12182.      */
  12183.     protected function getForm_ChoiceListFactory_CachedService()
  12184.     {
  12185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  12186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  12187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  12188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  12189.         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())));
  12190.     }
  12191.     /**
  12192.      * Gets the private 'form.dropzone' shared service.
  12193.      *
  12194.      * @return \Symfony\UX\Dropzone\Form\DropzoneType
  12195.      */
  12196.     protected function getForm_DropzoneService()
  12197.     {
  12198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12200.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-dropzone/src/Form/DropzoneType.php';
  12201.         return $this->privates['form.dropzone'] = new \Symfony\UX\Dropzone\Form\DropzoneType();
  12202.     }
  12203.     /**
  12204.      * Gets the private 'form.live_collection' shared service.
  12205.      *
  12206.      * @return \Symfony\UX\LiveComponent\Form\Type\LiveCollectionType
  12207.      */
  12208.     protected function getForm_LiveCollectionService()
  12209.     {
  12210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12212.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Form/Type/LiveCollectionType.php';
  12213.         return $this->privates['form.live_collection'] = new \Symfony\UX\LiveComponent\Form\Type\LiveCollectionType();
  12214.     }
  12215.     /**
  12216.      * Gets the private 'form.registry' shared service.
  12217.      *
  12218.      * @return \Symfony\Component\Form\FormRegistry
  12219.      */
  12220.     protected function getForm_RegistryService()
  12221.     {
  12222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  12223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  12224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  12225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  12226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  12227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  12229.         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, [
  12230.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => ['services''payum.form.type.credit_card_expiration_date''getPayum_Form_Type_CreditCardExpirationDateService'false],
  12231.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => ['services''payum.form.type.credit_card''getPayum_Form_Type_CreditCardService'false],
  12232.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => ['services''payum.form.type.gateway_config''getPayum_Form_Type_GatewayConfigService'false],
  12233.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => ['services''payum.form.type.gateway_factories_choice''getPayum_Form_Type_GatewayFactoriesChoiceService'false],
  12234.             'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\AddressType''getAddressTypeService'false],
  12235.             'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\ClientType''getClientTypeService'false],
  12236.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType''getContactCollectionTypeService'false],
  12237.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType''getContactDetailCollectionTypeService'false],
  12238.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType''getContactDetailTypeService'false],
  12239.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\ContactType''getContactTypeService'false],
  12240.             'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType' => ['privates''SolidInvoice\\ClientBundle\\Form\\Type\\CreditType''getCreditTypeService'false],
  12241.             'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType' => ['privates''SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType''getCompanyTypeService'false],
  12242.             'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType' => ['privates''SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType''getDiscountTypeService'false],
  12243.             'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType' => ['privates''SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType''getImageUploadTypeService'false],
  12244.             'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type' => ['privates''SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type''getSelect2TypeService'false],
  12245.             'SolidInvoice\\CronBundle\\Form\\Type\\CronType' => ['privates''SolidInvoice\\CronBundle\\Form\\Type\\CronType''getCronTypeService'false],
  12246.             'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm' => ['privates''SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm''getConfigStepFormService'false],
  12247.             'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm' => ['privates''SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm''getSystemInformationFormService'false],
  12248.             'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType' => ['privates''SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType''getDatabaseConfigTypeService'false],
  12249.             'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType' => ['privates''SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType''getInvoiceTypeService'false],
  12250.             'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType' => ['privates''SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType''getItemTypeService'false],
  12251.             'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType' => ['privates''SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType''getRecurringInvoiceTypeService'false],
  12252.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType' => ['privates''SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType''getKeyTransportConfigTypeService'false],
  12253.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType' => ['privates''SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType''getMailgunApiTransportConfigTypeService'false],
  12254.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType' => ['privates''SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType''getSesTransportConfigTypeService'false],
  12255.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType' => ['privates''SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType''getSmtpTransportConfigTypeService'false],
  12256.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType' => ['privates''SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType''getUsernamePasswordTransportConfigTypeService'false],
  12257.             'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType' => ['privates''SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType''getCurrencyTypeService'false],
  12258.             'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType' => ['privates''SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType''getHiddenMoneyTypeService'false],
  12259.             'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType' => ['privates''SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType''getNotificationTypeService'false],
  12260.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim''getAuthorizeNetAimService'false],
  12261.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim''getAuthorizeNetSimService'false],
  12262.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect''getBe2billDirectService'false],
  12263.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite''getBe2billOffsiteService'false],
  12264.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout''getKlarnaCheckoutService'false],
  12265.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice''getKlarnaInvoiceService'false],
  12266.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex''getPayexService'false],
  12267.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout''getPaypalExpressCheckoutService'false],
  12268.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout''getPaypalProCheckoutService'false],
  12269.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout''getStripeCheckoutService'false],
  12270.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs''getStripeJsService'false],
  12271.             'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType''getPaymentMethodSettingsTypeService'false],
  12272.             'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType''getPaymentMethodTypeService'false],
  12273.             'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType' => ['privates''SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType''getPaymentTypeService'false],
  12274.             'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType' => ['privates''SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType''getItemType2Service'false],
  12275.             'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType' => ['privates''SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType''getQuoteTypeService'false],
  12276.             'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType' => ['privates''SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType''getAddressType2Service'false],
  12277.             'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType' => ['privates''SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType''getMailTransportTypeService'false],
  12278.             'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType' => ['privates''SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType''getSettingsTypeService'false],
  12279.             'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType' => ['privates''SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType''getThemeTypeService'false],
  12280.             'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType' => ['privates''SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType''getTaxEntityTypeService'false],
  12281.             'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType' => ['privates''SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType''getTaxNumberTypeService'false],
  12282.             'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType' => ['privates''SolidInvoice\\TaxBundle\\Form\\Type\\TaxType''getTaxTypeService'false],
  12283.             'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType' => ['privates''SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType''getApiTokenTypeService'false],
  12284.             'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType' => ['privates''SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'false],
  12285.             'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType' => ['privates''SolidInvoice\\UserBundle\\Form\\Type\\ProfileType''getProfileTypeService'false],
  12286.             'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType' => ['privates''SolidInvoice\\UserBundle\\Form\\Type\\RegisterType''getRegisterTypeService'false],
  12287.             'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType' => ['privates''SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType''getUserInviteTypeService'false],
  12288.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  12289.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  12290.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  12291.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  12292.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  12293.             'Symfony\\UX\\Dropzone\\Form\\DropzoneType' => ['privates''form.dropzone''getForm_DropzoneService'false],
  12294.             'Symfony\\UX\\LiveComponent\\Form\\Type\\LiveCollectionType' => ['privates''form.live_collection''getForm_LiveCollectionService'false],
  12295.         ], [
  12296.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?',
  12297.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?',
  12298.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?',
  12299.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?',
  12300.             'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType' => '?',
  12301.             'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType' => '?',
  12302.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType' => '?',
  12303.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType' => '?',
  12304.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType' => '?',
  12305.             'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType' => '?',
  12306.             'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType' => '?',
  12307.             'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType' => '?',
  12308.             'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType' => '?',
  12309.             'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType' => '?',
  12310.             'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type' => '?',
  12311.             'SolidInvoice\\CronBundle\\Form\\Type\\CronType' => '?',
  12312.             'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm' => '?',
  12313.             'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm' => '?',
  12314.             'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType' => '?',
  12315.             'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType' => '?',
  12316.             'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType' => '?',
  12317.             'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType' => '?',
  12318.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType' => '?',
  12319.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType' => '?',
  12320.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType' => '?',
  12321.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType' => '?',
  12322.             'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType' => '?',
  12323.             'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType' => '?',
  12324.             'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType' => '?',
  12325.             'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType' => '?',
  12326.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim' => '?',
  12327.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim' => '?',
  12328.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect' => '?',
  12329.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite' => '?',
  12330.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout' => '?',
  12331.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice' => '?',
  12332.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex' => '?',
  12333.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout' => '?',
  12334.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout' => '?',
  12335.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout' => '?',
  12336.             'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs' => '?',
  12337.             'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType' => '?',
  12338.             'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType' => '?',
  12339.             'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType' => '?',
  12340.             'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType' => '?',
  12341.             'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType' => '?',
  12342.             'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType' => '?',
  12343.             'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType' => '?',
  12344.             'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType' => '?',
  12345.             'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType' => '?',
  12346.             'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType' => '?',
  12347.             'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType' => '?',
  12348.             'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType' => '?',
  12349.             'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType' => '?',
  12350.             'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType' => '?',
  12351.             'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType' => '?',
  12352.             'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType' => '?',
  12353.             'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType' => '?',
  12354.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  12355.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  12356.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  12357.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  12358.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  12359.             'Symfony\\UX\\Dropzone\\Form\\DropzoneType' => '?',
  12360.             'Symfony\\UX\\LiveComponent\\Form\\Type\\LiveCollectionType' => '?',
  12361.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  12362.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  12363.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  12364.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  12365.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  12366.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  12367.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  12368.             yield => ($this->privates['SolidInvoice\\CoreBundle\\Form\\Extension\\FormHelpExtension'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Form\\Extension\\FormHelpExtension'] = new \SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension()));
  12369.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  12370.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  12371.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  12372.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  12373.         }, 1), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator(function () {
  12374.             yield => ($this->services['payum.form.extension.gateway_factories_choice'] ?? $this->getPayum_Form_Extension_GatewayFactoriesChoiceService());
  12375.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\MoneyType' => new RewindableGenerator(function () {
  12376.             yield => ($this->privates['SolidInvoice\\MoneyBundle\\Form\\Extension\\MoneyExtension'] ?? $this->getMoneyExtensionService());
  12377.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CheckboxType' => new RewindableGenerator(function () {
  12378.             yield => ($this->privates['SolidInvoice\\SettingsBundle\\Form\\Extension\\CheckBoxExtension'] ?? ($this->privates['SolidInvoice\\SettingsBundle\\Form\\Extension\\CheckBoxExtension'] = new \SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension()));
  12379.         }, 1)], new RewindableGenerator(function () {
  12380.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  12381.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  12382.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  12383.     }
  12384.     /**
  12385.      * Gets the private 'form.server_params' shared service.
  12386.      *
  12387.      * @return \Symfony\Component\Form\Util\ServerParams
  12388.      */
  12389.     protected function getForm_ServerParamsService()
  12390.     {
  12391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  12392.         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())));
  12393.     }
  12394.     /**
  12395.      * Gets the private 'form.type.choice' shared service.
  12396.      *
  12397.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  12398.      */
  12399.     protected function getForm_Type_ChoiceService()
  12400.     {
  12401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  12404.         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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12405.     }
  12406.     /**
  12407.      * Gets the private 'form.type.color' shared service.
  12408.      *
  12409.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  12410.      */
  12411.     protected function getForm_Type_ColorService()
  12412.     {
  12413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  12416.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  12417.     }
  12418.     /**
  12419.      * Gets the private 'form.type.entity' shared service.
  12420.      *
  12421.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  12422.      */
  12423.     protected function getForm_Type_EntityService()
  12424.     {
  12425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12427.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  12428.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  12429.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12430.     }
  12431.     /**
  12432.      * Gets the private 'form.type.form' shared service.
  12433.      *
  12434.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  12435.      */
  12436.     protected function getForm_Type_FormService()
  12437.     {
  12438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  12441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  12442.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  12443.     }
  12444.     /**
  12445.      * Gets the private 'form.type_extension.csrf' shared service.
  12446.      *
  12447.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  12448.      */
  12449.     protected function getForm_TypeExtension_CsrfService()
  12450.     {
  12451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  12454.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  12455.     }
  12456.     /**
  12457.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  12458.      *
  12459.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  12460.      */
  12461.     protected function getForm_TypeExtension_Form_DataCollectorService()
  12462.     {
  12463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  12466.         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()));
  12467.     }
  12468.     /**
  12469.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  12470.      *
  12471.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  12472.      */
  12473.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  12474.     {
  12475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  12478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  12479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  12480.         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())));
  12481.     }
  12482.     /**
  12483.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  12484.      *
  12485.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  12486.      */
  12487.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  12488.     {
  12489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  12492.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  12493.     }
  12494.     /**
  12495.      * Gets the private 'form.type_extension.form.validator' shared service.
  12496.      *
  12497.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  12498.      */
  12499.     protected function getForm_TypeExtension_Form_ValidatorService()
  12500.     {
  12501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  12505.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  12506.         if (isset($this->privates['form.type_extension.form.validator'])) {
  12507.             return $this->privates['form.type_extension.form.validator'];
  12508.         }
  12509.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true$a, ($this->services['translator'] ?? $this->getTranslatorService()));
  12510.     }
  12511.     /**
  12512.      * Gets the private 'form.type_extension.upload.validator' shared service.
  12513.      *
  12514.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  12515.      */
  12516.     protected function getForm_TypeExtension_Upload_ValidatorService()
  12517.     {
  12518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  12521.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  12522.     }
  12523.     /**
  12524.      * Gets the private 'form.type_guesser.doctrine' shared service.
  12525.      *
  12526.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  12527.      */
  12528.     protected function getForm_TypeGuesser_DoctrineService()
  12529.     {
  12530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12531.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  12532.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12533.     }
  12534.     /**
  12535.      * Gets the private 'form.type_guesser.validator' shared service.
  12536.      *
  12537.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  12538.      */
  12539.     protected function getForm_TypeGuesser_ValidatorService()
  12540.     {
  12541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  12543.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12544.     }
  12545.     /**
  12546.      * Gets the private 'fos_js_routing.dump_command' shared service.
  12547.      *
  12548.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  12549.      */
  12550.     protected function getFosJsRouting_DumpCommandService()
  12551.     {
  12552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12553.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  12554.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  12555.         $instance->setName('fos:js-routing:dump');
  12556.         return $instance;
  12557.     }
  12558.     /**
  12559.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  12560.      *
  12561.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  12562.      */
  12563.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  12564.     {
  12565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12566.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  12567.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  12568.         $instance->setName('fos:js-routing:debug');
  12569.         return $instance;
  12570.     }
  12571.     /**
  12572.      * Gets the private 'fragment.renderer.inline' shared service.
  12573.      *
  12574.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  12575.      */
  12576.     protected function getFragment_Renderer_InlineService()
  12577.     {
  12578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  12581.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  12582.         if (isset($this->privates['fragment.renderer.inline'])) {
  12583.             return $this->privates['fragment.renderer.inline'];
  12584.         }
  12585.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12586.         if (isset($this->privates['fragment.renderer.inline'])) {
  12587.             return $this->privates['fragment.renderer.inline'];
  12588.         }
  12589.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  12590.         $instance->setFragmentPath('/_fragment');
  12591.         return $instance;
  12592.     }
  12593.     /**
  12594.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  12595.      *
  12596.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  12597.      */
  12598.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  12599.     {
  12600.         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())));
  12601.     }
  12602.     /**
  12603.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  12604.      *
  12605.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  12606.      */
  12607.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  12608.     {
  12609.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12610.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  12611.             return $this->privates['framework_extra_bundle.event.is_granted'];
  12612.         }
  12613.         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()), $a);
  12614.     }
  12615.     /**
  12616.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  12617.      *
  12618.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  12619.      */
  12620.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  12621.     {
  12622.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  12623.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12624.     }
  12625.     /**
  12626.      * Gets the private 'knp_menu.renderer.list' shared service.
  12627.      *
  12628.      * @return \Knp\Menu\Renderer\ListRenderer
  12629.      */
  12630.     protected function getKnpMenu_Renderer_ListService()
  12631.     {
  12632.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  12633.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  12634.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  12635.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  12636.     }
  12637.     /**
  12638.      * Gets the private 'knp_menu.renderer.twig' shared service.
  12639.      *
  12640.      * @return \Knp\Menu\Renderer\TwigRenderer
  12641.      */
  12642.     protected function getKnpMenu_Renderer_TwigService()
  12643.     {
  12644.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  12646.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12647.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  12648.             return $this->privates['knp_menu.renderer.twig'];
  12649.         }
  12650.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a'@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  12651.     }
  12652.     /**
  12653.      * Gets the private 'knp_menu.voter.router' shared service.
  12654.      *
  12655.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  12656.      */
  12657.     protected function getKnpMenu_Voter_RouterService()
  12658.     {
  12659.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  12660.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  12661.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12662.     }
  12663.     /**
  12664.      * Gets the private 'locale_aware_listener' shared service.
  12665.      *
  12666.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12667.      */
  12668.     protected function getLocaleAwareListenerService()
  12669.     {
  12670.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12671.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('locale'))));
  12672.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12673.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12674.     }
  12675.     /**
  12676.      * Gets the private 'locale_listener' shared service.
  12677.      *
  12678.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12679.      */
  12680.     protected function getLocaleListenerService()
  12681.     {
  12682.         $a = ($this->services['router'] ?? $this->getRouterService());
  12683.         if (isset($this->privates['locale_listener'])) {
  12684.             return $this->privates['locale_listener'];
  12685.         }
  12686.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('locale'), $afalse, []);
  12687.     }
  12688.     /**
  12689.      * Gets the private 'mailer.mailer' shared service.
  12690.      *
  12691.      * @return \Symfony\Component\Mailer\Mailer
  12692.      */
  12693.     protected function getMailer_MailerService()
  12694.     {
  12695.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  12696.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  12697.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  12698.         if (isset($this->privates['mailer.mailer'])) {
  12699.             return $this->privates['mailer.mailer'];
  12700.         }
  12701.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  12702.         if (isset($this->privates['mailer.mailer'])) {
  12703.             return $this->privates['mailer.mailer'];
  12704.         }
  12705.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12706.         if (isset($this->privates['mailer.mailer'])) {
  12707.             return $this->privates['mailer.mailer'];
  12708.         }
  12709.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a$b$c);
  12710.     }
  12711.     /**
  12712.      * Gets the private 'mailer.transport_factory.amazon' shared service.
  12713.      *
  12714.      * @return \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory
  12715.      */
  12716.     protected function getMailer_TransportFactory_AmazonService()
  12717.     {
  12718.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12719.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12720.         include_once \dirname(__DIR__4).'/vendor/symfony/amazon-mailer/Transport/SesTransportFactory.php';
  12721.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12722.         if (isset($this->privates['mailer.transport_factory.amazon'])) {
  12723.             return $this->privates['mailer.transport_factory.amazon'];
  12724.         }
  12725.         return $this->privates['mailer.transport_factory.amazon'] = new \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12726.     }
  12727.     /**
  12728.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  12729.      *
  12730.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  12731.      */
  12732.     protected function getMailer_TransportFactory_GmailService()
  12733.     {
  12734.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12735.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12736.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  12737.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12738.         if (isset($this->privates['mailer.transport_factory.gmail'])) {
  12739.             return $this->privates['mailer.transport_factory.gmail'];
  12740.         }
  12741.         return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12742.     }
  12743.     /**
  12744.      * Gets the private 'mailer.transport_factory.mailchimp' shared service.
  12745.      *
  12746.      * @return \Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory
  12747.      */
  12748.     protected function getMailer_TransportFactory_MailchimpService()
  12749.     {
  12750.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12751.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12752.         include_once \dirname(__DIR__4).'/vendor/symfony/mailchimp-mailer/Transport/MandrillTransportFactory.php';
  12753.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12754.         if (isset($this->privates['mailer.transport_factory.mailchimp'])) {
  12755.             return $this->privates['mailer.transport_factory.mailchimp'];
  12756.         }
  12757.         return $this->privates['mailer.transport_factory.mailchimp'] = new \Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12758.     }
  12759.     /**
  12760.      * Gets the private 'mailer.transport_factory.mailgun' shared service.
  12761.      *
  12762.      * @return \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory
  12763.      */
  12764.     protected function getMailer_TransportFactory_MailgunService()
  12765.     {
  12766.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12767.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12768.         include_once \dirname(__DIR__4).'/vendor/symfony/mailgun-mailer/Transport/MailgunTransportFactory.php';
  12769.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12770.         if (isset($this->privates['mailer.transport_factory.mailgun'])) {
  12771.             return $this->privates['mailer.transport_factory.mailgun'];
  12772.         }
  12773.         return $this->privates['mailer.transport_factory.mailgun'] = new \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12774.     }
  12775.     /**
  12776.      * Gets the private 'mailer.transport_factory.native' shared service.
  12777.      *
  12778.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  12779.      */
  12780.     protected function getMailer_TransportFactory_NativeService()
  12781.     {
  12782.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12783.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12784.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  12785.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12786.         if (isset($this->privates['mailer.transport_factory.native'])) {
  12787.             return $this->privates['mailer.transport_factory.native'];
  12788.         }
  12789.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12790.     }
  12791.     /**
  12792.      * Gets the private 'mailer.transport_factory.null' shared service.
  12793.      *
  12794.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  12795.      */
  12796.     protected function getMailer_TransportFactory_NullService()
  12797.     {
  12798.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12799.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12800.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  12801.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12802.         if (isset($this->privates['mailer.transport_factory.null'])) {
  12803.             return $this->privates['mailer.transport_factory.null'];
  12804.         }
  12805.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12806.     }
  12807.     /**
  12808.      * Gets the private 'mailer.transport_factory.postmark' shared service.
  12809.      *
  12810.      * @return \Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory
  12811.      */
  12812.     protected function getMailer_TransportFactory_PostmarkService()
  12813.     {
  12814.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12815.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12816.         include_once \dirname(__DIR__4).'/vendor/symfony/postmark-mailer/Transport/PostmarkTransportFactory.php';
  12817.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12818.         if (isset($this->privates['mailer.transport_factory.postmark'])) {
  12819.             return $this->privates['mailer.transport_factory.postmark'];
  12820.         }
  12821.         return $this->privates['mailer.transport_factory.postmark'] = new \Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12822.     }
  12823.     /**
  12824.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  12825.      *
  12826.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  12827.      */
  12828.     protected function getMailer_TransportFactory_SendgridService()
  12829.     {
  12830.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12831.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12832.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  12833.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12834.         if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
  12835.             return $this->privates['mailer.transport_factory.sendgrid'];
  12836.         }
  12837.         return $this->privates['mailer.transport_factory.sendgrid'] = new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12838.     }
  12839.     /**
  12840.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  12841.      *
  12842.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  12843.      */
  12844.     protected function getMailer_TransportFactory_SendmailService()
  12845.     {
  12846.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12847.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12848.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  12849.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12850.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  12851.             return $this->privates['mailer.transport_factory.sendmail'];
  12852.         }
  12853.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12854.     }
  12855.     /**
  12856.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  12857.      *
  12858.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  12859.      */
  12860.     protected function getMailer_TransportFactory_SmtpService()
  12861.     {
  12862.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12863.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12864.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  12865.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12866.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  12867.             return $this->privates['mailer.transport_factory.smtp'];
  12868.         }
  12869.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12870.     }
  12871.     /**
  12872.      * Gets the private 'mailer.transports' shared service.
  12873.      *
  12874.      * @return \Symfony\Component\Mailer\Transport\Transports
  12875.      */
  12876.     protected function getMailer_TransportsService()
  12877.     {
  12878.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  12879.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  12880.         include_once \dirname(__DIR__4).'/src/MailerBundle/Factory/MailerConfigFactory.php';
  12881.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  12882.         return $this->privates['mailer.transports'] = (new \SolidInvoice\MailerBundle\Factory\MailerConfigFactory(new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  12883.             yield => ($this->privates['mailer.transport_factory.amazon'] ?? $this->getMailer_TransportFactory_AmazonService());
  12884.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
  12885.             yield => ($this->privates['mailer.transport_factory.mailchimp'] ?? $this->getMailer_TransportFactory_MailchimpService());
  12886.             yield => ($this->privates['mailer.transport_factory.mailgun'] ?? $this->getMailer_TransportFactory_MailgunService());
  12887.             yield => ($this->privates['mailer.transport_factory.postmark'] ?? $this->getMailer_TransportFactory_PostmarkService());
  12888.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
  12889.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  12890.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  12891.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  12892.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  12893.         }, 10)), ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), new RewindableGenerator(function () {
  12894.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\GmailConfigurator()));
  12895.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator()));
  12896.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailgunConfigurator()));
  12897.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator()));
  12898.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SendgridConfigurator()));
  12899.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SesConfigurator()));
  12900.             yield => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SmtpConfigurator()));
  12901.         }, 7)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  12902.     }
  12903.     /**
  12904.      * Gets the private 'maker.auto_command.make_auth' shared service.
  12905.      *
  12906.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12907.      */
  12908.     protected function getMaker_AutoCommand_MakeAuthService()
  12909.     {
  12910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  12915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  12916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  12917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12918.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12919.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12920.         $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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  12921.         $instance->setName('make:auth');
  12922.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  12923.         return $instance;
  12924.     }
  12925.     /**
  12926.      * Gets the private 'maker.auto_command.make_command' shared service.
  12927.      *
  12928.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12929.      */
  12930.     protected function getMaker_AutoCommand_MakeCommandService()
  12931.     {
  12932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  12937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12938.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  12939.         $instance->setName('make:command');
  12940.         $instance->setDescription('Creates a new console command class');
  12941.         return $instance;
  12942.     }
  12943.     /**
  12944.      * Gets the private 'maker.auto_command.make_controller' shared service.
  12945.      *
  12946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12947.      */
  12948.     protected function getMaker_AutoCommand_MakeControllerService()
  12949.     {
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  12955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12956.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  12957.         $instance->setName('make:controller');
  12958.         $instance->setDescription('Creates a new controller class');
  12959.         return $instance;
  12960.     }
  12961.     /**
  12962.      * Gets the private 'maker.auto_command.make_crud' shared service.
  12963.      *
  12964.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12965.      */
  12966.     protected function getMaker_AutoCommand_MakeCrudService()
  12967.     {
  12968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  12973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12974.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  12975.         $instance->setName('make:crud');
  12976.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  12977.         return $instance;
  12978.     }
  12979.     /**
  12980.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  12981.      *
  12982.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12983.      */
  12984.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  12985.     {
  12986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12990.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  12991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12992.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  12993.         $instance->setName('make:data-persister');
  12994.         $instance->setDescription('Creates an API Platform data persister');
  12995.         return $instance;
  12996.     }
  12997.     /**
  12998.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  12999.      *
  13000.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13001.      */
  13002.     protected function getMaker_AutoCommand_MakeDataProviderService()
  13003.     {
  13004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13008.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13010.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13011.         $instance->setName('make:data-provider');
  13012.         $instance->setDescription('Creates an API Platform data provider');
  13013.         return $instance;
  13014.     }
  13015.     /**
  13016.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  13017.      *
  13018.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13019.      */
  13020.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  13021.     {
  13022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  13027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13028.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13029.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13030.         $instance->setName('make:docker:database');
  13031.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  13032.         return $instance;
  13033.     }
  13034.     /**
  13035.      * Gets the private 'maker.auto_command.make_entity' shared service.
  13036.      *
  13037.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13038.      */
  13039.     protected function getMaker_AutoCommand_MakeEntityService()
  13040.     {
  13041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  13047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13048.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13049.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  13050.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13051.         $instance->setName('make:entity');
  13052.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  13053.         return $instance;
  13054.     }
  13055.     /**
  13056.      * Gets the private 'maker.auto_command.make_factory' shared service.
  13057.      *
  13058.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13059.      */
  13060.     protected function getMaker_AutoCommand_MakeFactoryService()
  13061.     {
  13062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/MakeFactory.php';
  13067.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/NoPersistenceObjectsAutoCompleter.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/FactoryCandidatesClassesExtractor.php';
  13069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13070.         $this->privates['maker.auto_command.make_factory'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Zenstruck\Foundry\Bundle\Maker\MakeFactory(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService()), new \Zenstruck\Foundry\Bundle\Maker\Factory\NoPersistenceObjectsAutoCompleter(\dirname(__DIR__4)), new \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryCandidatesClassesExtractor(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService())), 'Factory'), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13071.         $instance->setName('make:factory');
  13072.         $instance->setDescription('Creates a Foundry model factory for a Doctrine entity class or a regular object');
  13073.         return $instance;
  13074.     }
  13075.     /**
  13076.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  13077.      *
  13078.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13079.      */
  13080.     protected function getMaker_AutoCommand_MakeFixturesService()
  13081.     {
  13082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13088.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13089.         $instance->setName('make:fixtures');
  13090.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  13091.         return $instance;
  13092.     }
  13093.     /**
  13094.      * Gets the private 'maker.auto_command.make_form' shared service.
  13095.      *
  13096.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13097.      */
  13098.     protected function getMaker_AutoCommand_MakeFormService()
  13099.     {
  13100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13106.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13107.         $instance->setName('make:form');
  13108.         $instance->setDescription('Creates a new form class');
  13109.         return $instance;
  13110.     }
  13111.     /**
  13112.      * Gets the private 'maker.auto_command.make_message' shared service.
  13113.      *
  13114.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13115.      */
  13116.     protected function getMaker_AutoCommand_MakeMessageService()
  13117.     {
  13118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13124.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13125.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13126.         $instance->setName('make:message');
  13127.         $instance->setDescription('Creates a new message and handler');
  13128.         return $instance;
  13129.     }
  13130.     /**
  13131.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  13132.      *
  13133.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13134.      */
  13135.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  13136.     {
  13137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13143.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13144.         $instance->setName('make:messenger-middleware');
  13145.         $instance->setDescription('Creates a new messenger middleware');
  13146.         return $instance;
  13147.     }
  13148.     /**
  13149.      * Gets the private 'maker.auto_command.make_migration' shared service.
  13150.      *
  13151.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13152.      */
  13153.     protected function getMaker_AutoCommand_MakeMigrationService()
  13154.     {
  13155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13162.         $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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13163.         $instance->setName('make:migration');
  13164.         $instance->setDescription('Creates a new migration based on database changes');
  13165.         return $instance;
  13166.     }
  13167.     /**
  13168.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  13169.      *
  13170.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13171.      */
  13172.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  13173.     {
  13174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13180.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13181.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13182.         $instance->setName('make:registration-form');
  13183.         $instance->setDescription('Creates a new registration form system');
  13184.         return $instance;
  13185.     }
  13186.     /**
  13187.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  13188.      *
  13189.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13190.      */
  13191.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  13192.     {
  13193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13199.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13200.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13201.         $instance->setName('make:reset-password');
  13202.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  13203.         return $instance;
  13204.     }
  13205.     /**
  13206.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  13207.      *
  13208.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13209.      */
  13210.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  13211.     {
  13212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  13217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13220.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13221.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13222.         $instance->setName('make:security:form-login');
  13223.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  13224.         return $instance;
  13225.     }
  13226.     /**
  13227.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  13228.      *
  13229.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13230.      */
  13231.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  13232.     {
  13233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13239.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13240.         $instance->setName('make:serializer:encoder');
  13241.         $instance->setDescription('Creates a new serializer encoder class');
  13242.         return $instance;
  13243.     }
  13244.     /**
  13245.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  13246.      *
  13247.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13248.      */
  13249.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  13250.     {
  13251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13257.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13258.         $instance->setName('make:serializer:normalizer');
  13259.         $instance->setDescription('Creates a new serializer normalizer class');
  13260.         return $instance;
  13261.     }
  13262.     /**
  13263.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  13264.      *
  13265.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13266.      */
  13267.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  13268.     {
  13269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  13274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13275.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13276.         $instance->setName('make:state-processor');
  13277.         $instance->setDescription('Creates an API Platform state processor');
  13278.         return $instance;
  13279.     }
  13280.     /**
  13281.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  13282.      *
  13283.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13284.      */
  13285.     protected function getMaker_AutoCommand_MakeStateProviderService()
  13286.     {
  13287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13291.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  13292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13293.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13294.         $instance->setName('make:state-provider');
  13295.         $instance->setDescription('Creates an API Platform state provider');
  13296.         return $instance;
  13297.     }
  13298.     /**
  13299.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  13300.      *
  13301.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13302.      */
  13303.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  13304.     {
  13305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13311.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13312.         $instance->setName('make:stimulus-controller');
  13313.         $instance->setDescription('Creates a new Stimulus controller');
  13314.         return $instance;
  13315.     }
  13316.     /**
  13317.      * Gets the private 'maker.auto_command.make_story' shared service.
  13318.      *
  13319.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13320.      */
  13321.     protected function getMaker_AutoCommand_MakeStoryService()
  13322.     {
  13323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13327.         include_once \dirname(__DIR__4).'/vendor/zenstruck/foundry/src/Bundle/Maker/MakeStory.php';
  13328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13329.         $this->privates['maker.auto_command.make_story'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Zenstruck\Foundry\Bundle\Maker\MakeStory(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13330.         $instance->setName('make:story');
  13331.         $instance->setDescription('Creates a Foundry story');
  13332.         return $instance;
  13333.     }
  13334.     /**
  13335.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  13336.      *
  13337.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13338.      */
  13339.     protected function getMaker_AutoCommand_MakeSubscriberService()
  13340.     {
  13341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13348.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13349.         $instance->setName('make:subscriber');
  13350.         $instance->setDescription('Creates a new event subscriber class');
  13351.         return $instance;
  13352.     }
  13353.     /**
  13354.      * Gets the private 'maker.auto_command.make_test' shared service.
  13355.      *
  13356.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13357.      */
  13358.     protected function getMaker_AutoCommand_MakeTestService()
  13359.     {
  13360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13367.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13368.         $instance->setName('make:test');
  13369.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  13370.         $instance->setDescription('Creates a new test class');
  13371.         return $instance;
  13372.     }
  13373.     /**
  13374.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  13375.      *
  13376.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13377.      */
  13378.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  13379.     {
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  13385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13386.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13387.         $instance->setName('make:twig-component');
  13388.         $instance->setDescription('Creates a twig (or live) component');
  13389.         return $instance;
  13390.     }
  13391.     /**
  13392.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  13393.      *
  13394.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13395.      */
  13396.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  13397.     {
  13398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13404.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13405.         $instance->setName('make:twig-extension');
  13406.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  13407.         return $instance;
  13408.     }
  13409.     /**
  13410.      * Gets the private 'maker.auto_command.make_user' shared service.
  13411.      *
  13412.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13413.      */
  13414.     protected function getMaker_AutoCommand_MakeUserService()
  13415.     {
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13424.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13425.         $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.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13426.         $instance->setName('make:user');
  13427.         $instance->setDescription('Creates a new security user class');
  13428.         return $instance;
  13429.     }
  13430.     /**
  13431.      * Gets the private 'maker.auto_command.make_validator' shared service.
  13432.      *
  13433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13434.      */
  13435.     protected function getMaker_AutoCommand_MakeValidatorService()
  13436.     {
  13437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13443.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13444.         $instance->setName('make:validator');
  13445.         $instance->setDescription('Creates a new validator and constraint class');
  13446.         return $instance;
  13447.     }
  13448.     /**
  13449.      * Gets the private 'maker.auto_command.make_voter' shared service.
  13450.      *
  13451.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13452.      */
  13453.     protected function getMaker_AutoCommand_MakeVoterService()
  13454.     {
  13455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13461.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13462.         $instance->setName('make:voter');
  13463.         $instance->setDescription('Creates a new security voter class');
  13464.         return $instance;
  13465.     }
  13466.     /**
  13467.      * Gets the private 'maker.doctrine_helper' shared service.
  13468.      *
  13469.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  13470.      */
  13471.     protected function getMaker_DoctrineHelperService()
  13472.     {
  13473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13474.         $a = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  13475.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('SolidInvoice\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'Payum\\Core\\Model'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())], => [=> 'SolidInvoice\\ClientBundle\\Entity'=> $a], => [=> 'SolidInvoice\\CoreBundle\\Entity'=> $a], => [=> 'SolidInvoice\\InvoiceBundle\\Entity'=> $a], => [=> 'SolidInvoice\\PaymentBundle\\Entity'=> $a], => [=> 'SolidInvoice\\QuoteBundle\\Entity'=> $a], => [=> 'SolidInvoice\\SettingsBundle\\Entity'=> $a], => [=> 'SolidInvoice\\TaxBundle\\Entity'=> $a], => [=> 'SolidInvoice\\UserBundle\\Entity'=> $a]]]);
  13476.     }
  13477.     /**
  13478.      * Gets the private 'maker.entity_class_generator' shared service.
  13479.      *
  13480.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13481.      */
  13482.     protected function getMaker_EntityClassGeneratorService()
  13483.     {
  13484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13485.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  13486.     }
  13487.     /**
  13488.      * Gets the private 'maker.file_link_formatter' shared service.
  13489.      *
  13490.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  13491.      */
  13492.     protected function getMaker_FileLinkFormatterService()
  13493.     {
  13494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13495.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13496.     }
  13497.     /**
  13498.      * Gets the private 'maker.file_manager' shared service.
  13499.      *
  13500.      * @return \Symfony\Bundle\MakerBundle\FileManager
  13501.      */
  13502.     protected function getMaker_FileManagerService()
  13503.     {
  13504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  13506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13507.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  13508.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('SolidInvoice')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  13509.     }
  13510.     /**
  13511.      * Gets the private 'maker.generator' shared service.
  13512.      *
  13513.      * @return \Symfony\Bundle\MakerBundle\Generator
  13514.      */
  13515.     protected function getMaker_GeneratorService()
  13516.     {
  13517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13519.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'SolidInvoice'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  13520.     }
  13521.     /**
  13522.      * Gets the private 'maker.php_compat_util' shared service.
  13523.      *
  13524.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13525.      */
  13526.     protected function getMaker_PhpCompatUtilService()
  13527.     {
  13528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13529.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13530.     }
  13531.     /**
  13532.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13533.      *
  13534.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13535.      */
  13536.     protected function getMaker_Renderer_FormTypeRendererService()
  13537.     {
  13538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13539.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13540.     }
  13541.     /**
  13542.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  13543.      *
  13544.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  13545.      */
  13546.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  13547.     {
  13548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  13549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  13550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  13551.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  13552.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  13553.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  13554.         }, 1), 'SolidInvoice\\InvoiceBundle\\Message\\CreateInvoiceFromRecurring' => new RewindableGenerator(function () {
  13555.             yield => ($this->privates['.messenger.handler_descriptor.trboVk1'] ?? $this->get_Messenger_HandlerDescriptor_TrboVk1Service());
  13556.         }, 1)]));
  13557.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  13558.         return $instance;
  13559.     }
  13560.     /**
  13561.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  13562.      *
  13563.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  13564.      */
  13565.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  13566.     {
  13567.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  13568.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  13569.         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');
  13570.     }
  13571.     /**
  13572.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  13573.      *
  13574.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  13575.      */
  13576.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  13577.     {
  13578.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  13579.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  13580.     }
  13581.     /**
  13582.      * Gets the private 'messenger.middleware.send_message' shared service.
  13583.      *
  13584.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  13585.      */
  13586.     protected function getMessenger_Middleware_SendMessageService()
  13587.     {
  13588.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  13589.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  13590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  13591.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  13592.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13593.         if (isset($this->privates['messenger.middleware.send_message'])) {
  13594.             return $this->privates['messenger.middleware.send_message'];
  13595.         }
  13596.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), $a);
  13597.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  13598.         return $instance;
  13599.     }
  13600.     /**
  13601.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  13602.      *
  13603.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  13604.      */
  13605.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  13606.     {
  13607.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  13608.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13609.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  13610.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  13611.         }
  13612.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  13613.     }
  13614.     /**
  13615.      * Gets the private 'mime_types' shared service.
  13616.      *
  13617.      * @return \Symfony\Component\Mime\MimeTypes
  13618.      */
  13619.     protected function getMimeTypesService()
  13620.     {
  13621.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  13622.         $instance->setDefault($instance);
  13623.         return $instance;
  13624.     }
  13625.     /**
  13626.      * Gets the private 'monolog.command.server_log' shared service.
  13627.      *
  13628.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  13629.      */
  13630.     protected function getMonolog_Command_ServerLogService()
  13631.     {
  13632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13633.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  13634.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  13635.         $instance->setName('server:log');
  13636.         $instance->setDescription('Start a log server that displays logs in real time');
  13637.         return $instance;
  13638.     }
  13639.     /**
  13640.      * Gets the private 'monolog.handler.console' shared service.
  13641.      *
  13642.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  13643.      */
  13644.     protected function getMonolog_Handler_ConsoleService()
  13645.     {
  13646.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  13647.     }
  13648.     /**
  13649.      * Gets the private 'monolog.handler.main' shared service.
  13650.      *
  13651.      * @return \Monolog\Handler\StreamHandler
  13652.      */
  13653.     protected function getMonolog_Handler_MainService()
  13654.     {
  13655.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  13656.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  13657.         return $instance;
  13658.     }
  13659.     /**
  13660.      * Gets the private 'monolog.handler.sentry' shared service.
  13661.      *
  13662.      * @return \Monolog\Handler\FingersCrossedHandler
  13663.      */
  13664.     protected function getMonolog_Handler_SentryService()
  13665.     {
  13666.         $this->privates['monolog.handler.sentry'] = $instance = new \Monolog\Handler\FingersCrossedHandler(($this->privates['monolog.handler.sentry_main'] ?? $this->getMonolog_Handler_SentryMainService()), new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []], => ['code' => 405'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400)), 50truetrueNULL);
  13667.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  13668.         return $instance;
  13669.     }
  13670.     /**
  13671.      * Gets the private 'monolog.handler.sentry_main' shared service.
  13672.      *
  13673.      * @return \Sentry\Monolog\Handler
  13674.      */
  13675.     protected function getMonolog_Handler_SentryMainService()
  13676.     {
  13677.         $this->privates['monolog.handler.sentry_main'] = $instance = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400truefalse);
  13678.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  13679.         return $instance;
  13680.     }
  13681.     /**
  13682.      * Gets the private 'monolog.logger' shared service.
  13683.      *
  13684.      * @return \Symfony\Bridge\Monolog\Logger
  13685.      */
  13686.     protected function getMonolog_LoggerService()
  13687.     {
  13688.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13689.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13690.         $instance->useMicrosecondTimestamps(true);
  13691.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13692.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13693.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13694.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13695.         return $instance;
  13696.     }
  13697.     /**
  13698.      * Gets the private 'monolog.logger.cache' shared service.
  13699.      *
  13700.      * @return \Symfony\Bridge\Monolog\Logger
  13701.      */
  13702.     protected function getMonolog_Logger_CacheService()
  13703.     {
  13704.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13705.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13706.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13707.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13708.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13709.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13710.         return $instance;
  13711.     }
  13712.     /**
  13713.      * Gets the private 'monolog.logger.mailer' shared service.
  13714.      *
  13715.      * @return \Symfony\Bridge\Monolog\Logger
  13716.      */
  13717.     protected function getMonolog_Logger_MailerService()
  13718.     {
  13719.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  13720.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13721.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13722.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13723.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13724.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13725.         return $instance;
  13726.     }
  13727.     /**
  13728.      * Gets the private 'monolog.logger.messenger' shared service.
  13729.      *
  13730.      * @return \Symfony\Bridge\Monolog\Logger
  13731.      */
  13732.     protected function getMonolog_Logger_MessengerService()
  13733.     {
  13734.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  13735.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13736.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13737.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13738.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13739.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13740.         return $instance;
  13741.     }
  13742.     /**
  13743.      * Gets the private 'monolog.logger.payum' shared service.
  13744.      *
  13745.      * @return \Symfony\Bridge\Monolog\Logger
  13746.      */
  13747.     protected function getMonolog_Logger_PayumService()
  13748.     {
  13749.         $this->privates['monolog.logger.payum'] = $instance = new \Symfony\Bridge\Monolog\Logger('payum');
  13750.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13751.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13752.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13753.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13754.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13755.         return $instance;
  13756.     }
  13757.     /**
  13758.      * Gets the private 'monolog.logger.request' shared service.
  13759.      *
  13760.      * @return \Symfony\Bridge\Monolog\Logger
  13761.      */
  13762.     protected function getMonolog_Logger_RequestService()
  13763.     {
  13764.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13765.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13766.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13767.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13768.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13769.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13770.         return $instance;
  13771.     }
  13772.     /**
  13773.      * Gets the private 'monolog.logger.security' shared service.
  13774.      *
  13775.      * @return \Symfony\Bridge\Monolog\Logger
  13776.      */
  13777.     protected function getMonolog_Logger_SecurityService()
  13778.     {
  13779.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13780.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13781.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13782.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13783.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13784.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13785.         return $instance;
  13786.     }
  13787.     /**
  13788.      * Gets the private 'monolog.logger.workflow' shared service.
  13789.      *
  13790.      * @return \Symfony\Bridge\Monolog\Logger
  13791.      */
  13792.     protected function getMonolog_Logger_WorkflowService()
  13793.     {
  13794.         $this->privates['monolog.logger.workflow'] = $instance = new \Symfony\Bridge\Monolog\Logger('workflow');
  13795.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13796.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13797.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13798.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  13799.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13800.         return $instance;
  13801.     }
  13802.     /**
  13803.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  13804.      *
  13805.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  13806.      */
  13807.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  13808.     {
  13809.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  13810.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  13811.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  13812.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  13813.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  13814.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  13815.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  13816.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  13817.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  13818.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  13819.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  13820.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  13821.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  13822.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  13823.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  13824.     }
  13825.     /**
  13826.      * Gets the private 'parameter_bag' shared service.
  13827.      *
  13828.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13829.      */
  13830.     protected function getParameterBagService()
  13831.     {
  13832.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13833.     }
  13834.     /**
  13835.      * Gets the private 'payum.command.create_capture_token' shared service.
  13836.      *
  13837.      * @return \Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand
  13838.      */
  13839.     protected function getPayum_Command_CreateCaptureTokenService()
  13840.     {
  13841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13842.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Command/CreateCaptureTokenCommand.php';
  13843.         $this->privates['payum.command.create_capture_token'] = $instance = new \Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand(($this->services['payum'] ?? $this->getPayumService()));
  13844.         $instance->setName('payum:security:create-capture-token');
  13845.         return $instance;
  13846.     }
  13847.     /**
  13848.      * Gets the private 'payum.command.create_notify_token' shared service.
  13849.      *
  13850.      * @return \Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand
  13851.      */
  13852.     protected function getPayum_Command_CreateNotifyTokenService()
  13853.     {
  13854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13855.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Command/CreateNotifyTokenCommand.php';
  13856.         $this->privates['payum.command.create_notify_token'] = $instance = new \Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand(($this->services['payum'] ?? $this->getPayumService()));
  13857.         $instance->setName('payum:security:create-notify-token');
  13858.         return $instance;
  13859.     }
  13860.     /**
  13861.      * Gets the private 'payum.command.debug_gateway' shared service.
  13862.      *
  13863.      * @return \Payum\Bundle\PayumBundle\Command\DebugGatewayCommand
  13864.      */
  13865.     protected function getPayum_Command_DebugGatewayService()
  13866.     {
  13867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13868.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Command/DebugGatewayCommand.php';
  13869.         $this->privates['payum.command.debug_gateway'] = $instance = new \Payum\Bundle\PayumBundle\Command\DebugGatewayCommand(($this->services['payum'] ?? $this->getPayumService()));
  13870.         $instance->setName('debug:payum:gateway');
  13871.         $instance->setAliases([=> 'payum:gateway:debug']);
  13872.         return $instance;
  13873.     }
  13874.     /**
  13875.      * Gets the private 'payum.command.status' shared service.
  13876.      *
  13877.      * @return \Payum\Bundle\PayumBundle\Command\StatusCommand
  13878.      */
  13879.     protected function getPayum_Command_StatusService()
  13880.     {
  13881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13882.         include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Command/StatusCommand.php';
  13883.         $this->privates['payum.command.status'] = $instance = new \Payum\Bundle\PayumBundle\Command\StatusCommand(($this->services['payum'] ?? $this->getPayumService()));
  13884.         $instance->setName('payum:status');
  13885.         $instance->setDescription('Allows to get a payment status.');
  13886.         return $instance;
  13887.     }
  13888.     /**
  13889.      * Gets the private 'profiler_listener' shared service.
  13890.      *
  13891.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13892.      */
  13893.     protected function getProfilerListenerService()
  13894.     {
  13895.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  13896.         if (isset($this->privates['profiler_listener'])) {
  13897.             return $this->privates['profiler_listener'];
  13898.         }
  13899.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  13900.     }
  13901.     /**
  13902.      * Gets the private 'property_accessor' shared service.
  13903.      *
  13904.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13905.      */
  13906.     protected function getPropertyAccessorService()
  13907.     {
  13908.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13909.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  13910.     }
  13911.     /**
  13912.      * Gets the private 'property_info' shared service.
  13913.      *
  13914.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13915.      */
  13916.     protected function getPropertyInfoService()
  13917.     {
  13918.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13919.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  13920.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13921.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13922.         }, 3), new RewindableGenerator(function () {
  13923.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13924.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13925.         }, 2), new RewindableGenerator(function () {
  13926.             return new \EmptyIterator();
  13927.         }, 0), new RewindableGenerator(function () {
  13928.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13929.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13930.         }, 2), new RewindableGenerator(function () {
  13931.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13932.         }, 1));
  13933.     }
  13934.     /**
  13935.      * Gets the private 'property_info.serializer_extractor' shared service.
  13936.      *
  13937.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  13938.      */
  13939.     protected function getPropertyInfo_SerializerExtractorService()
  13940.     {
  13941.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  13942.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  13943.     }
  13944.     /**
  13945.      * Gets the private 'router.cache_warmer' shared service.
  13946.      *
  13947.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13948.      */
  13949.     protected function getRouter_CacheWarmerService()
  13950.     {
  13951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13953.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13954.             'router' => ['services''router''getRouterService'false],
  13955.         ], [
  13956.             'router' => '?',
  13957.         ]))->withContext('router.cache_warmer'$this));
  13958.     }
  13959.     /**
  13960.      * Gets the private 'router.expression_language_provider' shared service.
  13961.      *
  13962.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13963.      */
  13964.     protected function getRouter_ExpressionLanguageProviderService()
  13965.     {
  13966.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13967.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  13968.         ], [
  13969.             'env' => 'Closure',
  13970.         ]));
  13971.     }
  13972.     /**
  13973.      * Gets the private 'router.request_context' shared service.
  13974.      *
  13975.      * @return \Symfony\Component\Routing\RequestContext
  13976.      */
  13977.     protected function getRouter_RequestContextService()
  13978.     {
  13979.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  13980.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13981.         return $instance;
  13982.     }
  13983.     /**
  13984.      * Gets the private 'router_listener' shared service.
  13985.      *
  13986.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13987.      */
  13988.     protected function getRouterListenerService()
  13989.     {
  13990.         $a = ($this->services['router'] ?? $this->getRouterService());
  13991.         if (isset($this->privates['router_listener'])) {
  13992.             return $this->privates['router_listener'];
  13993.         }
  13994.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  13995.     }
  13996.     /**
  13997.      * Gets the private 'secrets.vault' shared service.
  13998.      *
  13999.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  14000.      */
  14001.     protected function getSecrets_VaultService()
  14002.     {
  14003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14004.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  14005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  14006.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  14007.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  14008.     }
  14009.     /**
  14010.      * Gets the private 'security.access_listener' shared service.
  14011.      *
  14012.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  14013.      */
  14014.     protected function getSecurity_AccessListenerService()
  14015.     {
  14016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  14019.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14020.         if (isset($this->privates['security.access_listener'])) {
  14021.             return $this->privates['security.access_listener'];
  14022.         }
  14023.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14024.         if (isset($this->privates['security.access_listener'])) {
  14025.             return $this->privates['security.access_listener'];
  14026.         }
  14027.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  14028.     }
  14029.     /**
  14030.      * Gets the private 'security.access_map' shared service.
  14031.      *
  14032.      * @return \Symfony\Component\Security\Http\AccessMap
  14033.      */
  14034.     protected function getSecurity_AccessMapService()
  14035.     {
  14036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  14037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  14038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  14039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  14040.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  14041.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^(?:/view/(quote|invoice)/[a-zA-Z0-9-]{36}$|/(login|register|resetting)$|/install(?:.*)|/invite/accept/[a-zA-Z0-9-]{36}$|/payments/create/[a-zA-Z0-9-]{36}$|/payment/capture/(?:.*)|/payments/done$)'), [=> 'PUBLIC_ACCESS'], NULL);
  14042.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  14043.         return $instance;
  14044.     }
  14045.     /**
  14046.      * Gets the private 'security.authentication.guard_handler' shared service.
  14047.      *
  14048.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  14049.      *
  14050.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  14051.      */
  14052.     protected function getSecurity_Authentication_GuardHandlerService()
  14053.     {
  14054.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  14055.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14056.         if (isset($this->privates['security.authentication.guard_handler'])) {
  14057.             return $this->privates['security.authentication.guard_handler'];
  14058.         }
  14059.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [=> 'api_login'=> 'api']);
  14060.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  14061.         return $instance;
  14062.     }
  14063.     /**
  14064.      * Gets the private 'security.authentication.listener.anonymous.api_doc' shared service.
  14065.      *
  14066.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  14067.      *
  14068.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api_doc" service is deprecated, use the new authenticator system instead.
  14069.      */
  14070.     protected function getSecurity_Authentication_Listener_Anonymous_ApiDocService()
  14071.     {
  14072.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api_doc" service is deprecated, use the new authenticator system instead.');
  14073.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14074.         if (isset($this->privates['security.authentication.listener.anonymous.api_doc'])) {
  14075.             return $this->privates['security.authentication.listener.anonymous.api_doc'];
  14076.         }
  14077.         return $this->privates['security.authentication.listener.anonymous.api_doc'] = 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()), $a);
  14078.     }
  14079.     /**
  14080.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  14081.      *
  14082.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  14083.      *
  14084.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api_login" service is deprecated, use the new authenticator system instead.
  14085.      */
  14086.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  14087.     {
  14088.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api_login" service is deprecated, use the new authenticator system instead.');
  14089.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14090.         if (isset($this->privates['security.authentication.listener.anonymous.api_login'])) {
  14091.             return $this->privates['security.authentication.listener.anonymous.api_login'];
  14092.         }
  14093.         return $this->privates['security.authentication.listener.anonymous.api_login'] = 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()), $a);
  14094.     }
  14095.     /**
  14096.      * Gets the private 'security.authentication.listener.anonymous.installation' shared service.
  14097.      *
  14098.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  14099.      *
  14100.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.installation" service is deprecated, use the new authenticator system instead.
  14101.      */
  14102.     protected function getSecurity_Authentication_Listener_Anonymous_InstallationService()
  14103.     {
  14104.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.installation" service is deprecated, use the new authenticator system instead.');
  14105.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14106.         if (isset($this->privates['security.authentication.listener.anonymous.installation'])) {
  14107.             return $this->privates['security.authentication.listener.anonymous.installation'];
  14108.         }
  14109.         return $this->privates['security.authentication.listener.anonymous.installation'] = 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()), $a);
  14110.     }
  14111.     /**
  14112.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  14113.      *
  14114.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  14115.      *
  14116.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.api_login" service is deprecated, use the new authenticator system instead.
  14117.      */
  14118.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  14119.     {
  14120.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.api_login" service is deprecated, use the new authenticator system instead.');
  14121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  14123.         include_once \dirname(__DIR__4).'/src/ApiBundle/Event/Listener/AuthenticationSuccessHandler.php';
  14124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  14126.         include_once \dirname(__DIR__4).'/src/ApiBundle/Event/Listener/AuthenticationFailHandler.php';
  14127.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14128.         if (isset($this->privates['security.authentication.listener.form.api_login'])) {
  14129.             return $this->privates['security.authentication.listener.form.api_login'];
  14130.         }
  14131.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14132.         if (isset($this->privates['security.authentication.listener.form.api_login'])) {
  14133.             return $this->privates['security.authentication.listener.form.api_login'];
  14134.         }
  14135.         return $this->privates['security.authentication.listener.form.api_login'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \SolidInvoice\ApiBundle\Event\Listener\AuthenticationSuccessHandler(($this->privates['SolidInvoice\\ApiBundle\\ApiTokenManager'] ?? $this->getApiTokenManagerService())), ['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \SolidInvoice\ApiBundle\Event\Listener\AuthenticationFailHandler(), ['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['check_path' => '/api/login''require_previous_session' => false'use_forward' => false'login_path' => '/login''username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $bNULL);
  14136.     }
  14137.     /**
  14138.      * Gets the private 'security.authentication.listener.form.main' shared service.
  14139.      *
  14140.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  14141.      *
  14142.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  14143.      */
  14144.     protected function getSecurity_Authentication_Listener_Form_MainService()
  14145.     {
  14146.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  14147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  14152.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14153.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  14154.             return $this->privates['security.authentication.listener.form.main'];
  14155.         }
  14156.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14157.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  14158.             return $this->privates['security.authentication.listener.form.main'];
  14159.         }
  14160.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14161.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  14162.             return $this->privates['security.authentication.listener.form.main'];
  14163.         }
  14164.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14165.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14166.         $e->setOptions(['login_path' => '/login''always_use_default_target_path' => true'default_target_path' => '/select-company''target_path_parameter' => '_target_path''use_referer' => false]);
  14167.         $e->setFirewallName('main');
  14168.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  14169.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  14170.         $g->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  14171.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'main'$e$g, ['check_path' => '/login-check''login_path' => '/login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$c, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14172.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  14173.         return $instance;
  14174.     }
  14175.     /**
  14176.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  14177.      *
  14178.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  14179.      *
  14180.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  14181.      */
  14182.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  14183.     {
  14184.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  14185.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  14186.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  14187.             return $this->privates['security.authentication.listener.guard.api'];
  14188.         }
  14189.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14190.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  14191.             return $this->privates['security.authentication.listener.guard.api'];
  14192.         }
  14193.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api', new RewindableGenerator(function () {
  14194.             yield => ($this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService());
  14195.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14196.     }
  14197.     /**
  14198.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  14199.      *
  14200.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  14201.      *
  14202.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  14203.      */
  14204.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  14205.     {
  14206.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  14207.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14208.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  14209.             return $this->privates['security.authentication.listener.rememberme.main'];
  14210.         }
  14211.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14212.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  14213.             return $this->privates['security.authentication.listener.rememberme.main'];
  14214.         }
  14215.         return $this->privates['security.authentication.listener.rememberme.main'] = 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.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $btrue, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  14216.     }
  14217.     /**
  14218.      * Gets the private 'security.authentication.manager' shared service.
  14219.      *
  14220.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  14221.      *
  14222.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  14223.      */
  14224.     protected function getSecurity_Authentication_ManagerService()
  14225.     {
  14226.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  14227.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  14228.             yield => ($this->privates['security.authentication.provider.anonymous.api_doc'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiDocService());
  14229.             yield => ($this->privates['security.authentication.provider.anonymous.installation'] ?? $this->getSecurity_Authentication_Provider_Anonymous_InstallationService());
  14230.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  14231.             yield => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiLoginService());
  14232.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  14233.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  14234.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  14235.         }, 7), true);
  14236.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14237.         return $instance;
  14238.     }
  14239.     /**
  14240.      * Gets the private 'security.authentication.provider.anonymous.api_doc' shared service.
  14241.      *
  14242.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14243.      *
  14244.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api_doc" service is deprecated, use the new authenticator system instead.
  14245.      */
  14246.     protected function getSecurity_Authentication_Provider_Anonymous_ApiDocService()
  14247.     {
  14248.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.api_doc" service is deprecated, use the new authenticator system instead.');
  14249.         return $this->privates['security.authentication.provider.anonymous.api_doc'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  14250.     }
  14251.     /**
  14252.      * Gets the private 'security.authentication.provider.anonymous.api_login' shared service.
  14253.      *
  14254.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14255.      *
  14256.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api_login" service is deprecated, use the new authenticator system instead.
  14257.      */
  14258.     protected function getSecurity_Authentication_Provider_Anonymous_ApiLoginService()
  14259.     {
  14260.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.api_login" service is deprecated, use the new authenticator system instead.');
  14261.         return $this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  14262.     }
  14263.     /**
  14264.      * Gets the private 'security.authentication.provider.anonymous.installation' shared service.
  14265.      *
  14266.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14267.      *
  14268.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.installation" service is deprecated, use the new authenticator system instead.
  14269.      */
  14270.     protected function getSecurity_Authentication_Provider_Anonymous_InstallationService()
  14271.     {
  14272.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.installation" service is deprecated, use the new authenticator system instead.');
  14273.         return $this->privates['security.authentication.provider.anonymous.installation'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  14274.     }
  14275.     /**
  14276.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  14277.      *
  14278.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  14279.      *
  14280.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.api_login" service is deprecated, use the new authenticator system instead.
  14281.      */
  14282.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  14283.     {
  14284.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.api_login" service is deprecated, use the new authenticator system instead.');
  14285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14287.         return $this->privates['security.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'api_login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  14288.     }
  14289.     /**
  14290.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  14291.      *
  14292.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  14293.      *
  14294.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  14295.      */
  14296.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  14297.     {
  14298.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  14299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14301.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  14302.     }
  14303.     /**
  14304.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  14305.      *
  14306.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  14307.      *
  14308.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  14309.      */
  14310.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  14311.     {
  14312.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  14313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14315.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  14316.             yield => ($this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService());
  14317.         }, 1), ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  14318.     }
  14319.     /**
  14320.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  14321.      *
  14322.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  14323.      *
  14324.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  14325.      */
  14326.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  14327.     {
  14328.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  14329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14331.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('secret'), 'main');
  14332.     }
  14333.     /**
  14334.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  14335.      *
  14336.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  14337.      */
  14338.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  14339.     {
  14340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  14341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  14342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  14343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  14344.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  14345.             yield => ($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
  14346.         }, 1), $this->getEnv('secret'), 'main', ['lifetime' => 3600'path' => '/''domain' => NULL'name' => 'REMEMBERME''secure' => false'httponly' => true'samesite' => NULL'always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14347.     }
  14348.     /**
  14349.      * Gets the private 'security.authentication.session_strategy' shared service.
  14350.      *
  14351.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  14352.      */
  14353.     protected function getSecurity_Authentication_SessionStrategyService()
  14354.     {
  14355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14357.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  14358.     }
  14359.     /**
  14360.      * Gets the private 'security.channel_listener' shared service.
  14361.      *
  14362.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14363.      */
  14364.     protected function getSecurity_ChannelListenerService()
  14365.     {
  14366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14369.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14370.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  14371.     }
  14372.     /**
  14373.      * Gets the private 'security.command.debug_firewall' shared service.
  14374.      *
  14375.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14376.      */
  14377.     protected function getSecurity_Command_DebugFirewallService()
  14378.     {
  14379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14381.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.2Z2R_LJ'] ?? $this->get_ServiceLocator_2Z2RLJService()), ($this->privates['.service_locator._dyOg._'] ?? $this->get_ServiceLocator_DyOg_Service()), [], false);
  14382.         $instance->setName('debug:firewall');
  14383.         $instance->setDescription('Display information about your security firewall(s)');
  14384.         return $instance;
  14385.     }
  14386.     /**
  14387.      * Gets the private 'security.command.user_password_encoder' shared service.
  14388.      *
  14389.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14390.      *
  14391.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14392.      */
  14393.     protected function getSecurity_Command_UserPasswordEncoderService()
  14394.     {
  14395.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14396.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'SolidInvoice\\UserBundle\\Entity\\User']);
  14397.         $instance->setName('security:encode-password');
  14398.         $instance->setDescription('Encode a password');
  14399.         return $instance;
  14400.     }
  14401.     /**
  14402.      * Gets the private 'security.command.user_password_hash' shared service.
  14403.      *
  14404.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14405.      */
  14406.     protected function getSecurity_Command_UserPasswordHashService()
  14407.     {
  14408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14409.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14410.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'SolidInvoice\\UserBundle\\Entity\\User']);
  14411.         $instance->setName('security:hash-password');
  14412.         $instance->setDescription('Hash a user password');
  14413.         return $instance;
  14414.     }
  14415.     /**
  14416.      * Gets the private 'security.context_listener.0' shared service.
  14417.      *
  14418.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14419.      */
  14420.     protected function getSecurity_ContextListener_0Service()
  14421.     {
  14422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  14425.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14426.         if (isset($this->privates['security.context_listener.0'])) {
  14427.             return $this->privates['security.context_listener.0'];
  14428.         }
  14429.         return $this->privates['security.context_listener.0'] = 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 () {
  14430.             yield => ($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
  14431.             yield => ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService());
  14432.         }, 2), 'api_doc', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  14433.     }
  14434.     /**
  14435.      * Gets the private 'security.context_listener.1' shared service.
  14436.      *
  14437.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14438.      */
  14439.     protected function getSecurity_ContextListener_1Service()
  14440.     {
  14441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  14444.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14445.         if (isset($this->privates['security.context_listener.1'])) {
  14446.             return $this->privates['security.context_listener.1'];
  14447.         }
  14448.         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 () {
  14449.             yield => ($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
  14450.             yield => ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService());
  14451.         }, 2), 'installation', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  14452.     }
  14453.     /**
  14454.      * Gets the private 'security.context_listener.2' shared service.
  14455.      *
  14456.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14457.      */
  14458.     protected function getSecurity_ContextListener_2Service()
  14459.     {
  14460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  14463.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14464.         if (isset($this->privates['security.context_listener.2'])) {
  14465.             return $this->privates['security.context_listener.2'];
  14466.         }
  14467.         $this->privates['security.context_listener.2'] = $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 () {
  14468.             yield => ($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
  14469.             yield => ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService());
  14470.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  14471.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  14472.         return $instance;
  14473.     }
  14474.     /**
  14475.      * Gets the private 'security.csrf.token_storage' shared service.
  14476.      *
  14477.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14478.      */
  14479.     protected function getSecurity_Csrf_TokenStorageService()
  14480.     {
  14481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  14482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  14483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  14484.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14485.     }
  14486.     /**
  14487.      * Gets the private 'security.encoder_factory.generic' shared service.
  14488.      *
  14489.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14490.      *
  14491.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14492.      */
  14493.     protected function getSecurity_EncoderFactory_GenericService()
  14494.     {
  14495.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14496.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['SolidInvoice\\UserBundle\\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]]);
  14497.     }
  14498.     /**
  14499.      * Gets the private 'security.event_dispatcher.api' shared service.
  14500.      *
  14501.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14502.      */
  14503.     protected function getSecurity_EventDispatcher_ApiService()
  14504.     {
  14505.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14506.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14507.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  14508.         }, => 'handleLoginSuccessEvent'], 0);
  14509.         $instance->addListener('security.interactive_login', [=> function () {
  14510.             return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
  14511.         }, => 'onLogin'], 0);
  14512.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14513.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14514.         }, => 'onLogout'], 0);
  14515.         return $instance;
  14516.     }
  14517.     /**
  14518.      * Gets the private 'security.event_dispatcher.api_doc' shared service.
  14519.      *
  14520.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14521.      */
  14522.     protected function getSecurity_EventDispatcher_ApiDocService()
  14523.     {
  14524.         $this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14526.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  14527.         }, => 'handleLoginSuccessEvent'], 0);
  14528.         $instance->addListener('security.interactive_login', [=> function () {
  14529.             return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
  14530.         }, => 'onLogin'], 0);
  14531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14532.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14533.         }, => 'onLogout'], 0);
  14534.         return $instance;
  14535.     }
  14536.     /**
  14537.      * Gets the private 'security.event_dispatcher.api_login' shared service.
  14538.      *
  14539.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14540.      */
  14541.     protected function getSecurity_EventDispatcher_ApiLoginService()
  14542.     {
  14543.         $this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14544.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14545.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  14546.         }, => 'handleLoginSuccessEvent'], 0);
  14547.         $instance->addListener('security.interactive_login', [=> function () {
  14548.             return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
  14549.         }, => 'onLogin'], 0);
  14550.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14551.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14552.         }, => 'onLogout'], 0);
  14553.         return $instance;
  14554.     }
  14555.     /**
  14556.      * Gets the private 'security.event_dispatcher.installation' shared service.
  14557.      *
  14558.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14559.      */
  14560.     protected function getSecurity_EventDispatcher_InstallationService()
  14561.     {
  14562.         $this->privates['security.event_dispatcher.installation'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14563.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14564.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  14565.         }, => 'handleLoginSuccessEvent'], 0);
  14566.         $instance->addListener('security.interactive_login', [=> function () {
  14567.             return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
  14568.         }, => 'onLogin'], 0);
  14569.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14570.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14571.         }, => 'onLogout'], 0);
  14572.         return $instance;
  14573.     }
  14574.     /**
  14575.      * Gets the private 'security.event_dispatcher.main' shared service.
  14576.      *
  14577.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14578.      */
  14579.     protected function getSecurity_EventDispatcher_MainService()
  14580.     {
  14581.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14582.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14583.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  14584.         }, => 'onLogout'], 64);
  14585.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14586.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14587.         }, => 'onLogout'], 0);
  14588.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14589.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  14590.         }, => 'onLogout'], 0);
  14591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14592.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  14593.         }, => 'handleLoginSuccessEvent'], 0);
  14594.         $instance->addListener('security.interactive_login', [=> function () {
  14595.             return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
  14596.         }, => 'onLogin'], 0);
  14597.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14598.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14599.         }, => 'onLogout'], 0);
  14600.         return $instance;
  14601.     }
  14602.     /**
  14603.      * Gets the private 'security.expression_language' shared service.
  14604.      *
  14605.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  14606.      */
  14607.     protected function getSecurity_ExpressionLanguageService()
  14608.     {
  14609.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  14610.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  14611.         return $instance;
  14612.     }
  14613.     /**
  14614.      * Gets the private 'security.firewall.map' shared service.
  14615.      *
  14616.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  14617.      */
  14618.     protected function getSecurity_Firewall_MapService()
  14619.     {
  14620.         $a = ($this->privates['.service_locator.2Z2R_LJ'] ?? $this->get_ServiceLocator_2Z2RLJService());
  14621.         if (isset($this->privates['security.firewall.map'])) {
  14622.             return $this->privates['security.firewall.map'];
  14623.         }
  14624.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  14625.             yield 'security.firewall.map.context.assets' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  14626.             yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.PfIwdrL'] ?? ($this->privates['.security.request_matcher.PfIwdrL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs')));
  14627.             yield 'security.firewall.map.context.installation' => ($this->privates['.security.request_matcher.ned5GQz'] ?? ($this->privates['.security.request_matcher.ned5GQz'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/install')));
  14628.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  14629.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  14630.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  14631.         }, 6));
  14632.     }
  14633.     /**
  14634.      * Gets the private 'security.firewall.map.context.api' shared service.
  14635.      *
  14636.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14637.      */
  14638.     protected function getSecurity_Firewall_Map_Context_ApiService()
  14639.     {
  14640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14644.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14645.         if (isset($this->privates['security.firewall.map.context.api'])) {
  14646.             return $this->privates['security.firewall.map.context.api'];
  14647.         }
  14648.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14649.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14650.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  14651.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14652.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a'api', ($this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'NULL'SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'NULLNULL, [=> 'guard'], NULL));
  14653.     }
  14654.     /**
  14655.      * Gets the private 'security.firewall.map.context.api_doc' shared service.
  14656.      *
  14657.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14658.      */
  14659.     protected function getSecurity_Firewall_Map_Context_ApiDocService()
  14660.     {
  14661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  14663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14666.         return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  14667.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14668.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  14669.             yield => ($this->privates['security.authentication.listener.anonymous.api_doc'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiDocService());
  14670.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14671.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_doc'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_doc''security.user_checker''.security.request_matcher.PfIwdrL'truefalseNULL'api_doc'NULLNULLNULL, [=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  14672.     }
  14673.     /**
  14674.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  14675.      *
  14676.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14677.      */
  14678.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  14679.     {
  14680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  14685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14686.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14687.         if (isset($this->privates['security.firewall.map.context.api_login'])) {
  14688.             return $this->privates['security.firewall.map.context.api_login'];
  14689.         }
  14690.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14691.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14692.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14693.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  14694.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  14695.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14696.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'api_login', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''security.user_checker''.security.request_matcher.HeUdK73'truetrueNULLNULL'security.authentication.form_entry_point.api_login'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  14697.     }
  14698.     /**
  14699.      * Gets the private 'security.firewall.map.context.assets' shared service.
  14700.      *
  14701.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14702.      */
  14703.     protected function getSecurity_Firewall_Map_Context_AssetsService()
  14704.     {
  14705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14707.         return $this->privates['security.firewall.map.context.assets'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14708.             return new \EmptyIterator();
  14709.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('assets''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  14710.     }
  14711.     /**
  14712.      * Gets the private 'security.firewall.map.context.installation' shared service.
  14713.      *
  14714.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14715.      */
  14716.     protected function getSecurity_Firewall_Map_Context_InstallationService()
  14717.     {
  14718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14722.         return $this->privates['security.firewall.map.context.installation'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14723.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14724.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  14725.             yield => ($this->privates['security.authentication.listener.anonymous.installation'] ?? $this->getSecurity_Authentication_Listener_Anonymous_InstallationService());
  14726.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14727.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'installation'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('installation''security.user_checker''.security.request_matcher.ned5GQz'truefalseNULL'installation'NULLNULLNULL, [=> 'anonymous'], NULL));
  14728.     }
  14729.     /**
  14730.      * Gets the private 'security.firewall.map.context.main' shared service.
  14731.      *
  14732.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14733.      */
  14734.     protected function getSecurity_Firewall_Map_Context_MainService()
  14735.     {
  14736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  14738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  14742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  14745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14746.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14747.         if (isset($this->privates['security.firewall.map.context.main'])) {
  14748.             return $this->privates['security.firewall.map.context.main'];
  14749.         }
  14750.         $b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  14751.         if (isset($this->privates['security.firewall.map.context.main'])) {
  14752.             return $this->privates['security.firewall.map.context.main'];
  14753.         }
  14754.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  14755.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14756.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  14757.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14758.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  14759.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  14760.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  14761.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14762.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($c, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $d'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$d'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($c$d$b, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalseNULL'main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'remember_me'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  14763.     }
  14764.     /**
  14765.      * Gets the private 'security.helper' shared service.
  14766.      *
  14767.      * @return \Symfony\Component\Security\Core\Security
  14768.      */
  14769.     protected function getSecurity_HelperService()
  14770.     {
  14771.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14772.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  14773.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  14774.         ], [
  14775.             'security.authorization_checker' => '?',
  14776.             'security.token_storage' => '?',
  14777.         ]));
  14778.     }
  14779.     /**
  14780.      * Gets the private 'security.http_utils' shared service.
  14781.      *
  14782.      * @return \Symfony\Component\Security\Http\HttpUtils
  14783.      */
  14784.     protected function getSecurity_HttpUtilsService()
  14785.     {
  14786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  14787.         $a = ($this->services['router'] ?? $this->getRouterService());
  14788.         if (isset($this->privates['security.http_utils'])) {
  14789.             return $this->privates['security.http_utils'];
  14790.         }
  14791.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  14792.     }
  14793.     /**
  14794.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  14795.      *
  14796.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  14797.      */
  14798.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  14799.     {
  14800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  14801.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  14802.     }
  14803.     /**
  14804.      * Gets the private 'security.logout.listener.default.main' shared service.
  14805.      *
  14806.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  14807.      */
  14808.     protected function getSecurity_Logout_Listener_Default_MainService()
  14809.     {
  14810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  14811.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  14812.     }
  14813.     /**
  14814.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  14815.      *
  14816.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  14817.      */
  14818.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  14819.     {
  14820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  14821.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  14822.     }
  14823.     /**
  14824.      * Gets the private 'security.logout_url_generator' shared service.
  14825.      *
  14826.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  14827.      */
  14828.     protected function getSecurity_LogoutUrlGeneratorService()
  14829.     {
  14830.         $a = ($this->services['router'] ?? $this->getRouterService());
  14831.         if (isset($this->privates['security.logout_url_generator'])) {
  14832.             return $this->privates['security.logout_url_generator'];
  14833.         }
  14834.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14835.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  14836.         return $instance;
  14837.     }
  14838.     /**
  14839.      * Gets the private 'security.password_hasher_factory' shared service.
  14840.      *
  14841.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  14842.      */
  14843.     protected function getSecurity_PasswordHasherFactoryService()
  14844.     {
  14845.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  14846.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  14847.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['SolidInvoice\\UserBundle\\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]]);
  14848.     }
  14849.     /**
  14850.      * Gets the private 'security.role_hierarchy' shared service.
  14851.      *
  14852.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  14853.      */
  14854.     protected function getSecurity_RoleHierarchyService()
  14855.     {
  14856.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  14857.     }
  14858.     /**
  14859.      * Gets the private 'security.user.provider.concrete.solidinvoice_user' shared service.
  14860.      *
  14861.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  14862.      */
  14863.     protected function getSecurity_User_Provider_Concrete_SolidinvoiceUserService()
  14864.     {
  14865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  14866.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  14867.         return $this->privates['security.user.provider.concrete.solidinvoice_user'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'SolidInvoice\\UserBundle\\Entity\\User'NULLNULL);
  14868.     }
  14869.     /**
  14870.      * Gets the private 'security.user_password_hasher' shared service.
  14871.      *
  14872.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  14873.      */
  14874.     protected function getSecurity_UserPasswordHasherService()
  14875.     {
  14876.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  14877.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  14878.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14879.     }
  14880.     /**
  14881.      * Gets the private 'security.validator.user_password' shared service.
  14882.      *
  14883.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  14884.      */
  14885.     protected function getSecurity_Validator_UserPasswordService()
  14886.     {
  14887.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14888.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  14890.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14891.     }
  14892.     /**
  14893.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  14894.      *
  14895.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  14896.      */
  14897.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  14898.     {
  14899.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14900.     }
  14901.     /**
  14902.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  14903.      *
  14904.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  14905.      */
  14906.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  14907.     {
  14908.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  14909.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  14910.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  14911.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  14912.     }
  14913.     /**
  14914.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  14915.      *
  14916.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  14917.      */
  14918.     protected function getSensioFrameworkExtra_Security_ListenerService()
  14919.     {
  14920.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14921.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  14922.             return $this->privates['sensio_framework_extra.security.listener'];
  14923.         }
  14924.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  14925.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  14926.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14927.     }
  14928.     /**
  14929.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  14930.      *
  14931.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  14932.      */
  14933.     protected function getSensioFrameworkExtra_View_ListenerService()
  14934.     {
  14935.         $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))));
  14936.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14937.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  14938.         ], [
  14939.             'twig' => '?',
  14940.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  14941.         return $instance;
  14942.     }
  14943.     /**
  14944.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  14945.      *
  14946.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  14947.      */
  14948.     protected function getSerializer_Mapping_CacheWarmerService()
  14949.     {
  14950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  14953.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  14954.     }
  14955.     /**
  14956.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  14957.      *
  14958.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  14959.      */
  14960.     protected function getSerializer_NameConverter_MetadataAwareService()
  14961.     {
  14962.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  14963.     }
  14964.     /**
  14965.      * Gets the private 'session.factory' shared service.
  14966.      *
  14967.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  14968.      */
  14969.     protected function getSession_FactoryService()
  14970.     {
  14971.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  14972.         if (isset($this->privates['session.factory'])) {
  14973.             return $this->privates['session.factory'];
  14974.         }
  14975.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  14976.     }
  14977.     /**
  14978.      * Gets the private 'session.flash_bag' shared service.
  14979.      *
  14980.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  14981.      *
  14982.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  14983.      */
  14984.     protected function getSession_FlashBagService()
  14985.     {
  14986.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  14987.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  14988.     }
  14989.     /**
  14990.      * Gets the private 'session.storage.factory.service' shared service.
  14991.      *
  14992.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  14993.      *
  14994.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  14995.      */
  14996.     protected function getSession_Storage_Factory_ServiceService()
  14997.     {
  14998.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  14999.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  15000.     }
  15001.     /**
  15002.      * Gets the private 'session.storage.metadata_bag' shared service.
  15003.      *
  15004.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  15005.      *
  15006.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  15007.      */
  15008.     protected function getSession_Storage_MetadataBagService()
  15009.     {
  15010.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  15011.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  15012.     }
  15013.     /**
  15014.      * Gets the private 'session.storage.native' shared service.
  15015.      *
  15016.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  15017.      *
  15018.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  15019.      */
  15020.     protected function getSession_Storage_NativeService()
  15021.     {
  15022.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  15023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  15024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  15025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  15026.         return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler(($this->targetDir.''.'/sessions'))), $this->getSession_Storage_MetadataBagService());
  15027.     }
  15028.     /**
  15029.      * Gets the private 'session_listener' shared service.
  15030.      *
  15031.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  15032.      */
  15033.     protected function getSessionListenerService()
  15034.     {
  15035.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15036.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  15037.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  15038.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  15039.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  15040.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  15041.         ], [
  15042.             'initialized_session' => '?',
  15043.             'logger' => '?',
  15044.             'session' => '?',
  15045.             'session_collector' => '?',
  15046.             'session_factory' => '?',
  15047.         ]), true$this->parameters['session.storage.options']);
  15048.     }
  15049.     /**
  15050.      * Gets the private 'solidinvoice.payment.locator' shared autowired service.
  15051.      *
  15052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15053.      */
  15054.     protected function getSolidinvoice_Payment_LocatorService()
  15055.     {
  15056.         return $this->privates['solidinvoice.payment.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15057.             'SolidInvoice\\CoreBundle\\Billing\\TotalCalculator' => ['privates''SolidInvoice\\CoreBundle\\Billing\\TotalCalculator''getTotalCalculatorService'false],
  15058.         ], [
  15059.             'SolidInvoice\\CoreBundle\\Billing\\TotalCalculator' => '?',
  15060.         ]);
  15061.     }
  15062.     /**
  15063.      * Gets the private 'solidworx.form_handler' shared service.
  15064.      *
  15065.      * @return \SolidWorx\FormHandler\FormHandler
  15066.      */
  15067.     protected function getSolidworx_FormHandlerService()
  15068.     {
  15069.         include_once \dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/FormHandler.php';
  15070.         include_once \dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerInterface.php';
  15071.         include_once \dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerSuccessInterface.php';
  15072.         include_once \dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerResponseInterface.php';
  15073.         include_once \dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerOptionsResolver.php';
  15074.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
  15075.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SaveableTrait.php';
  15076.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Handler/AbstractClientFormHandler.php';
  15077.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Handler/ClientCreateFormHandler.php';
  15078.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Handler/ClientEditFormHandler.php';
  15079.         include_once \dirname(__DIR__4).'/src/CoreBundle/Traits/SerializeTrait.php';
  15080.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Handler/AbstractContactFormHandler.php';
  15081.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Handler/ContactAddFormHandler.php';
  15082.         include_once \dirname(__DIR__4).'/src/ClientBundle/Form/Handler/ContactEditFormHandler.php';
  15083.         include_once \dirname(__DIR__4).'/src/CoreBundle/Form/Handler/CompanyFormHandler.php';
  15084.         include_once \dirname(__DIR__4).'/src/CoreBundle/Company/DefaultData.php';
  15085.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Form/Handler/AbstractInvoiceHandler.php';
  15086.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Form/Handler/InvoiceCreateHandler.php';
  15087.         include_once \dirname(__DIR__4).'/src/InvoiceBundle/Form/Handler/InvoiceEditHandler.php';
  15088.         include_once \dirname(__DIR__4).'/src/PaymentBundle/Form/Handler/PaymentMethodSettingsHandler.php';
  15089.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Form/Handler/AbstractQuoteHandler.php';
  15090.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Form/Handler/QuoteCreateHandler.php';
  15091.         include_once \dirname(__DIR__4).'/src/QuoteBundle/Form/Handler/QuoteEditHandler.php';
  15092.         include_once \dirname(__DIR__4).'/src/TaxBundle/Form/Handler/TaxFormHandler.php';
  15093.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Handler/ApiFormHandler.php';
  15094.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Handler/PasswordChangeHandler.php';
  15095.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Handler/ProfileEditFormHandler.php';
  15096.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Handler/RegisterFormHandler.php';
  15097.         include_once \dirname(__DIR__4).'/src/UserBundle/Form/Handler/UserInviteFormHandler.php';
  15098.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15099.         if (isset($this->privates['solidworx.form_handler'])) {
  15100.             return $this->privates['solidworx.form_handler'];
  15101.         }
  15102.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  15103.         if (isset($this->privates['solidworx.form_handler'])) {
  15104.             return $this->privates['solidworx.form_handler'];
  15105.         }
  15106.         $this->privates['solidworx.form_handler'] = $instance = new \SolidWorx\FormHandler\FormHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b);
  15107.         $c = ($this->services['router'] ?? $this->getRouterService());
  15108.         $d = new \SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler($c);
  15109.         $e = ($this->services['doctrine'] ?? $this->getDoctrineService());
  15110.         $d->setDoctrine($e);
  15111.         $f = new \SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler($c);
  15112.         $f->setDoctrine($e);
  15113.         $g = new \SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler();
  15114.         $h = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15115.         $g->setDoctrine($e);
  15116.         $g->setSerializer($h);
  15117.         $i = new \SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler();
  15118.         $i->setDoctrine($e);
  15119.         $i->setSerializer($h);
  15120.         $j = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15121.         $k = ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService());
  15122.         $l = new \SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler($j$k$c, new \SolidInvoice\CoreBundle\Company\DefaultData($e));
  15123.         $l->setDoctrine($e);
  15124.         $m = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
  15125.         $n = ($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService());
  15126.         $o = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  15127.         $p = new \SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler($m$n$c$o);
  15128.         $p->setDoctrine($e);
  15129.         $q = new \SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler($m$n$c$o);
  15130.         $q->setDoctrine($e);
  15131.         $r = new \SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler(($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), $c);
  15132.         $r->setDoctrine($e);
  15133.         $s = ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService());
  15134.         $t = new \SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler($c$s);
  15135.         $t->setDoctrine($e);
  15136.         $u = new \SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler($c$s);
  15137.         $u->setDoctrine($e);
  15138.         $v = new \SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler($c);
  15139.         $v->setDoctrine($e);
  15140.         $w = new \SolidInvoice\UserBundle\Form\Handler\ApiFormHandler(($this->privates['SolidInvoice\\ApiBundle\\ApiTokenManager'] ?? $this->getApiTokenManagerService()));
  15141.         $w->setDoctrine($e);
  15142.         $x = ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15143.         $y = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  15144.         $z = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  15145.         $aa = new \SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler($y$c, ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()));
  15146.         $aa->setDoctrine($e);
  15147.         $ba = new \SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler($c$k, ($this->privates['SolidInvoice\\CoreBundle\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), $x$j, ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'] ?? $this->getUserInvitationService()));
  15148.         $ba->setDoctrine($e);
  15149.         $instance->registerHandler($d);
  15150.         $instance->registerHandler($f);
  15151.         $instance->registerHandler($g);
  15152.         $instance->registerHandler($i);
  15153.         $instance->registerHandler($l);
  15154.         $instance->registerHandler($p);
  15155.         $instance->registerHandler($q);
  15156.         $instance->registerHandler($r);
  15157.         $instance->registerHandler($t);
  15158.         $instance->registerHandler($u);
  15159.         $instance->registerHandler($v);
  15160.         $instance->registerHandler($w);
  15161.         $instance->registerHandler(new \SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler($x$y$z$c));
  15162.         $instance->registerHandler(new \SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler($x$z$c));
  15163.         $instance->registerHandler($aa);
  15164.         $instance->registerHandler($ba);
  15165.         return $instance;
  15166.     }
  15167.     /**
  15168.      * Gets the private 'solidworx.form_handler.success' shared service.
  15169.      *
  15170.      * @return \SolidWorx\FormHandler\Event\Listener\FormSuccessListener
  15171.      */
  15172.     protected function getSolidworx_FormHandler_SuccessService()
  15173.     {
  15174.         include_once \dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/Event/Listener/FormSuccessListener.php';
  15175.         return $this->privates['solidworx.form_handler.success'] = new \SolidWorx\FormHandler\Event\Listener\FormSuccessListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  15176.     }
  15177.     /**
  15178.      * Gets the private 'state_machine.invoice.metadata_store' shared service.
  15179.      *
  15180.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  15181.      */
  15182.     protected function getStateMachine_Invoice_MetadataStoreService()
  15183.     {
  15184.         return $this->privates['state_machine.invoice.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  15185.     }
  15186.     /**
  15187.      * Gets the private 'state_machine.quote.metadata_store' shared service.
  15188.      *
  15189.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  15190.      */
  15191.     protected function getStateMachine_Quote_MetadataStoreService()
  15192.     {
  15193.         return $this->privates['state_machine.quote.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  15194.     }
  15195.     /**
  15196.      * Gets the private 'state_machine.recurring_invoice.metadata_store' shared service.
  15197.      *
  15198.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  15199.      */
  15200.     protected function getStateMachine_RecurringInvoice_MetadataStoreService()
  15201.     {
  15202.         return $this->privates['state_machine.recurring_invoice.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  15203.     }
  15204.     /**
  15205.      * Gets the private 'stimulus.helper' shared service.
  15206.      *
  15207.      * @return \Symfony\UX\StimulusBundle\Helper\StimulusHelper
  15208.      */
  15209.     protected function getStimulus_HelperService()
  15210.     {
  15211.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15212.         if (isset($this->privates['stimulus.helper'])) {
  15213.             return $this->privates['stimulus.helper'];
  15214.         }
  15215.         return $this->privates['stimulus.helper'] = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($a);
  15216.     }
  15217.     /**
  15218.      * Gets the private 'swiftmailer.command.debug' shared service.
  15219.      *
  15220.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  15221.      */
  15222.     protected function getSwiftmailer_Command_DebugService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15225.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  15226.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  15227.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  15228.         $instance->setName('debug:swiftmailer');
  15229.         return $instance;
  15230.     }
  15231.     /**
  15232.      * Gets the private 'swiftmailer.command.new_email' shared service.
  15233.      *
  15234.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  15235.      */
  15236.     protected function getSwiftmailer_Command_NewEmailService()
  15237.     {
  15238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15239.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  15240.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  15241.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  15242.         $instance->setName('swiftmailer:email:send');
  15243.         return $instance;
  15244.     }
  15245.     /**
  15246.      * Gets the private 'swiftmailer.command.send_email' shared service.
  15247.      *
  15248.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  15249.      */
  15250.     protected function getSwiftmailer_Command_SendEmailService()
  15251.     {
  15252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15253.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  15254.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  15255.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  15256.         $instance->setName('swiftmailer:spool:send');
  15257.         return $instance;
  15258.     }
  15259.     /**
  15260.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  15261.      *
  15262.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  15263.      */
  15264.     protected function getSwiftmailer_EmailSender_ListenerService()
  15265.     {
  15266.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  15267.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15268.     }
  15269.     /**
  15270.      * Gets the private 'translation.extractor' shared service.
  15271.      *
  15272.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  15273.      */
  15274.     protected function getTranslation_ExtractorService()
  15275.     {
  15276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  15278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15280.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  15281.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  15282.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  15283.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  15284.         return $instance;
  15285.     }
  15286.     /**
  15287.      * Gets the private 'translation.loader.csv' shared service.
  15288.      *
  15289.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  15290.      */
  15291.     protected function getTranslation_Loader_CsvService()
  15292.     {
  15293.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15297.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  15298.     }
  15299.     /**
  15300.      * Gets the private 'translation.loader.dat' shared service.
  15301.      *
  15302.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  15303.      */
  15304.     protected function getTranslation_Loader_DatService()
  15305.     {
  15306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15309.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  15310.     }
  15311.     /**
  15312.      * Gets the private 'translation.loader.ini' shared service.
  15313.      *
  15314.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  15315.      */
  15316.     protected function getTranslation_Loader_IniService()
  15317.     {
  15318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15322.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  15323.     }
  15324.     /**
  15325.      * Gets the private 'translation.loader.json' shared service.
  15326.      *
  15327.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  15328.      */
  15329.     protected function getTranslation_Loader_JsonService()
  15330.     {
  15331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15335.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  15336.     }
  15337.     /**
  15338.      * Gets the private 'translation.loader.mo' shared service.
  15339.      *
  15340.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  15341.      */
  15342.     protected function getTranslation_Loader_MoService()
  15343.     {
  15344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15346.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15347.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15348.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  15349.     }
  15350.     /**
  15351.      * Gets the private 'translation.loader.php' shared service.
  15352.      *
  15353.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  15354.      */
  15355.     protected function getTranslation_Loader_PhpService()
  15356.     {
  15357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15361.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  15362.     }
  15363.     /**
  15364.      * Gets the private 'translation.loader.po' shared service.
  15365.      *
  15366.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  15367.      */
  15368.     protected function getTranslation_Loader_PoService()
  15369.     {
  15370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15374.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  15375.     }
  15376.     /**
  15377.      * Gets the private 'translation.loader.qt' shared service.
  15378.      *
  15379.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  15380.      */
  15381.     protected function getTranslation_Loader_QtService()
  15382.     {
  15383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15385.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  15386.     }
  15387.     /**
  15388.      * Gets the private 'translation.loader.res' shared service.
  15389.      *
  15390.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  15391.      */
  15392.     protected function getTranslation_Loader_ResService()
  15393.     {
  15394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15396.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  15397.     }
  15398.     /**
  15399.      * Gets the private 'translation.loader.xliff' shared service.
  15400.      *
  15401.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  15402.      */
  15403.     protected function getTranslation_Loader_XliffService()
  15404.     {
  15405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  15407.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  15408.     }
  15409.     /**
  15410.      * Gets the private 'translation.loader.yml' shared service.
  15411.      *
  15412.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  15413.      */
  15414.     protected function getTranslation_Loader_YmlService()
  15415.     {
  15416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15420.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  15421.     }
  15422.     /**
  15423.      * Gets the private 'translation.provider_collection' shared service.
  15424.      *
  15425.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  15426.      */
  15427.     protected function getTranslation_ProviderCollectionService()
  15428.     {
  15429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  15430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  15431.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  15432.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  15433.         }, 1), []))->fromConfig([]);
  15434.     }
  15435.     /**
  15436.      * Gets the private 'translation.reader' shared service.
  15437.      *
  15438.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  15439.      */
  15440.     protected function getTranslation_ReaderService()
  15441.     {
  15442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  15443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  15444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  15450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15458.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  15459.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  15460.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  15461.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  15462.         $instance->addLoader('yaml'$a);
  15463.         $instance->addLoader('yml'$a);
  15464.         $instance->addLoader('xlf'$b);
  15465.         $instance->addLoader('xliff'$b);
  15466.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  15467.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  15468.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  15469.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  15470.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  15471.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  15472.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  15473.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  15474.         return $instance;
  15475.     }
  15476.     /**
  15477.      * Gets the private 'translation.warmer' shared service.
  15478.      *
  15479.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  15480.      */
  15481.     protected function getTranslation_WarmerService()
  15482.     {
  15483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  15485.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15486.             'translator' => ['services''translator''getTranslatorService'false],
  15487.         ], [
  15488.             'translator' => '?',
  15489.         ]))->withContext('translation.warmer'$this));
  15490.     }
  15491.     /**
  15492.      * Gets the private 'translation.writer' shared service.
  15493.      *
  15494.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  15495.      */
  15496.     protected function getTranslation_WriterService()
  15497.     {
  15498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  15499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  15500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15512.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  15513.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  15514.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  15515.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  15516.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  15517.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  15518.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  15519.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  15520.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  15521.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  15522.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  15523.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  15524.         return $instance;
  15525.     }
  15526.     /**
  15527.      * Gets the private 'translator.default' shared service.
  15528.      *
  15529.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  15530.      */
  15531.     protected function getTranslator_DefaultService()
  15532.     {
  15533.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15534.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  15535.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  15536.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  15537.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  15538.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  15539.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  15540.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  15541.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  15542.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  15543.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  15544.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  15545.         ], [
  15546.             'translation.loader.csv' => '?',
  15547.             'translation.loader.dat' => '?',
  15548.             'translation.loader.ini' => '?',
  15549.             'translation.loader.json' => '?',
  15550.             'translation.loader.mo' => '?',
  15551.             'translation.loader.php' => '?',
  15552.             'translation.loader.po' => '?',
  15553.             'translation.loader.qt' => '?',
  15554.             'translation.loader.res' => '?',
  15555.             'translation.loader.xliff' => '?',
  15556.             'translation.loader.yml' => '?',
  15557.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('locale'), ['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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml')], '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/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations/email.en.yml'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/DashboardBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/InstallBundle/Resources/translations/messages.en.yml'), 10 => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/email.en.yml'), 11 => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/email.en.yml'), 13 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/messages.en.yml'), 14 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/email.en.yml'), 15 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/messages.en.yml'), 16 => (\dirname(__DIR__4).'/src/SettingsBundle/Resources/translations/messages.en.yml'), 17 => (\dirname(__DIR__4).'/src/TaxBundle/Resources/translations/messages.en.yml'), 18 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations/email.en.yml'), 19 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations/messages.en.yml')], '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')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml')], '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'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml')], '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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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')], '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')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.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/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.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')], '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')], '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')], '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).'/src/ClientBundle/Resources/translations/email.ro.yml'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/DashboardBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/InstallBundle/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/email.ro.yml'), => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations/messages.ro.yml'), 10 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/email.ro.yml'), 11 => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations/messages.ro.yml'), 12 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/email.ro.yml'), 13 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations/messages.ro.yml'), 14 => (\dirname(__DIR__4).'/src/SettingsBundle/Resources/translations/messages.ro.yml'), 15 => (\dirname(__DIR__4).'/src/TaxBundle/Resources/translations/messages.ro.yml'), 16 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations/messages.ro.yml')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], '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')], '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')], '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')]], '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/payum/payum-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/ClientBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/DashboardBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/InstallBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/InvoiceBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/PaymentBundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/src/QuoteBundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/SettingsBundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/src/TaxBundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/UserBundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 29 => (\dirname(__DIR__4).'/src/ApiBundle/translations'), 30 => (\dirname(__DIR__4).'/src/CronBundle/translations'), 31 => (\dirname(__DIR__4).'/src/DataGridBundle/translations'), 32 => (\dirname(__DIR__4).'/src/FormBundle/translations'), 33 => (\dirname(__DIR__4).'/src/MailerBundle/translations'), 34 => (\dirname(__DIR__4).'/src/MenuBundle/translations'), 35 => (\dirname(__DIR__4).'/src/MoneyBundle/translations'), 36 => (\dirname(__DIR__4).'/src/NotificationBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/translations'), 39 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 41 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 44 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 45 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 46 => (\dirname(__DIR__4).'/vendor/solidworx/toggler/src/Symfony/translations'), 47 => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src/translations'), 48 => (\dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src/translations'), 49 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 50 => (\dirname(__DIR__4).'/vendor/symfony/ux-dropzone/translations'), 51 => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/translations'), 53 => (\dirname(__DIR__4).'/vendor/symfony/ux-live-component/translations'), 54 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/payum/payum-bundle/Resources/translations'=> 'src/ClientBundle/Resources/translations'=> 'src/CoreBundle/Resources/translations'=> 'src/DashboardBundle/Resources/translations'=> 'src/InstallBundle/Resources/translations'=> 'src/InvoiceBundle/Resources/translations'=> 'src/PaymentBundle/Resources/translations'10 => 'src/QuoteBundle/Resources/translations'11 => 'src/SettingsBundle/Resources/translations'12 => 'src/TaxBundle/Resources/translations'13 => 'src/UserBundle/Resources/translations'14 => 'vendor/symfony/framework-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/swiftmailer-bundle/translations'19 => 'vendor/doctrine/doctrine-bundle/translations'20 => 'vendor/sensio/framework-extra-bundle/src/translations'21 => 'vendor/symfony/webpack-encore-bundle/src/translations'22 => 'vendor/willdurand/js-translation-bundle/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'25 => 'vendor/knplabs/knp-menu-bundle/src/translations'26 => 'vendor/stof/doctrine-extensions-bundle/src/translations'27 => 'vendor/solidworx/form-handler-bundle/src/translations'28 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'29 => 'src/ApiBundle/translations'30 => 'src/CronBundle/translations'31 => 'src/DataGridBundle/translations'32 => 'src/FormBundle/translations'33 => 'src/MailerBundle/translations'34 => 'src/MenuBundle/translations'35 => 'src/MoneyBundle/translations'36 => 'src/NotificationBundle/translations'37 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'38 => 'vendor/liip/test-fixtures-bundle/src/translations'39 => 'vendor/symfony/debug-bundle/translations'40 => 'vendor/symfony/maker-bundle/src/translations'41 => 'vendor/symfony/web-profiler-bundle/translations'42 => 'vendor/twig/extra-bundle/translations'43 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'44 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'45 => 'vendor/hautelook/alice-bundle/src/translations'46 => 'vendor/solidworx/toggler/src/Symfony/translations'47 => 'vendor/zenstruck/foundry/src/translations'48 => 'vendor/zenstruck/schedule-bundle/src/translations'49 => 'vendor/sentry/sentry-symfony/src/translations'50 => 'vendor/symfony/ux-dropzone/translations'51 => 'vendor/symfony/stimulus-bundle/translations'52 => 'vendor/symfony/ux-twig-component/translations'53 => 'vendor/symfony/ux-live-component/translations'54 => 'translations']]], []);
  15558.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  15559.         $instance->setFallbackLocales([=> 'en']);
  15560.         return $instance;
  15561.     }
  15562.     /**
  15563.      * Gets the private 'twig.command.debug' shared service.
  15564.      *
  15565.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  15566.      */
  15567.     protected function getTwig_Command_DebugService()
  15568.     {
  15569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15570.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  15571.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15572.         $instance->setName('debug:twig');
  15573.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  15574.         return $instance;
  15575.     }
  15576.     /**
  15577.      * Gets the private 'twig.command.lint' shared service.
  15578.      *
  15579.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  15580.      */
  15581.     protected function getTwig_Command_LintService()
  15582.     {
  15583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15584.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  15585.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  15586.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15587.         $instance->setName('lint:twig');
  15588.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  15589.         return $instance;
  15590.     }
  15591.     /**
  15592.      * Gets the private 'twig.form.engine' shared service.
  15593.      *
  15594.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  15595.      */
  15596.     protected function getTwig_Form_EngineService()
  15597.     {
  15598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  15599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  15601.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15602.         if (isset($this->privates['twig.form.engine'])) {
  15603.             return $this->privates['twig.form.engine'];
  15604.         }
  15605.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  15606.     }
  15607.     /**
  15608.      * Gets the private 'twig.form.renderer' shared service.
  15609.      *
  15610.      * @return \Symfony\Component\Form\FormRenderer
  15611.      */
  15612.     protected function getTwig_Form_RendererService()
  15613.     {
  15614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  15615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  15616.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  15617.         if (isset($this->privates['twig.form.renderer'])) {
  15618.             return $this->privates['twig.form.renderer'];
  15619.         }
  15620.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  15621.     }
  15622.     /**
  15623.      * Gets the private 'twig.loader.native_filesystem' shared service.
  15624.      *
  15625.      * @return \Twig\Loader\FilesystemLoader
  15626.      */
  15627.     protected function getTwig_Loader_NativeFilesystemService()
  15628.     {
  15629.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  15630.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  15631.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  15632.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  15633.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  15634.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  15635.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  15636.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  15637.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  15638.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  15639.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/BazingaJsTranslationBundle'), 'BazingaJsTranslation');
  15640.         $instance->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  15641.         $instance->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  15642.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  15643.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  15644.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  15645.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  15646.         $instance->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
  15647.         $instance->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
  15648.         $instance->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  15649.         $instance->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  15650.         $instance->addPath((\dirname(__DIR__4).'/src/ClientBundle/Resources/views'), 'SolidInvoiceClient');
  15651.         $instance->addPath((\dirname(__DIR__4).'/src/ClientBundle/Resources/views'), '!SolidInvoiceClient');
  15652.         $instance->addPath((\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), 'SolidInvoiceCore');
  15653.         $instance->addPath((\dirname(__DIR__4).'/src/CoreBundle/Resources/views'), '!SolidInvoiceCore');
  15654.         $instance->addPath((\dirname(__DIR__4).'/src/DashboardBundle/Resources/views'), 'SolidInvoiceDashboard');
  15655.         $instance->addPath((\dirname(__DIR__4).'/src/DashboardBundle/Resources/views'), '!SolidInvoiceDashboard');
  15656.         $instance->addPath((\dirname(__DIR__4).'/src/DataGridBundle/Resources/views'), 'SolidInvoiceDataGrid');
  15657.         $instance->addPath((\dirname(__DIR__4).'/src/DataGridBundle/Resources/views'), '!SolidInvoiceDataGrid');
  15658.         $instance->addPath((\dirname(__DIR__4).'/src/InstallBundle/Resources/views'), 'SolidInvoiceInstall');
  15659.         $instance->addPath((\dirname(__DIR__4).'/src/InstallBundle/Resources/views'), '!SolidInvoiceInstall');
  15660.         $instance->addPath((\dirname(__DIR__4).'/src/InvoiceBundle/Resources/views'), 'SolidInvoiceInvoice');
  15661.         $instance->addPath((\dirname(__DIR__4).'/src/InvoiceBundle/Resources/views'), '!SolidInvoiceInvoice');
  15662.         $instance->addPath((\dirname(__DIR__4).'/src/MenuBundle/Resources/views'), 'SolidInvoiceMenu');
  15663.         $instance->addPath((\dirname(__DIR__4).'/src/MenuBundle/Resources/views'), '!SolidInvoiceMenu');
  15664.         $instance->addPath((\dirname(__DIR__4).'/src/PaymentBundle/Resources/views'), 'SolidInvoicePayment');
  15665.         $instance->addPath((\dirname(__DIR__4).'/src/PaymentBundle/Resources/views'), '!SolidInvoicePayment');
  15666.         $instance->addPath((\dirname(__DIR__4).'/src/QuoteBundle/Resources/views'), 'SolidInvoiceQuote');
  15667.         $instance->addPath((\dirname(__DIR__4).'/src/QuoteBundle/Resources/views'), '!SolidInvoiceQuote');
  15668.         $instance->addPath((\dirname(__DIR__4).'/src/SettingsBundle/Resources/views'), 'SolidInvoiceSettings');
  15669.         $instance->addPath((\dirname(__DIR__4).'/src/SettingsBundle/Resources/views'), '!SolidInvoiceSettings');
  15670.         $instance->addPath((\dirname(__DIR__4).'/src/TaxBundle/Resources/views'), 'SolidInvoiceTax');
  15671.         $instance->addPath((\dirname(__DIR__4).'/src/TaxBundle/Resources/views'), '!SolidInvoiceTax');
  15672.         $instance->addPath((\dirname(__DIR__4).'/src/UserBundle/Resources/views'), 'SolidInvoiceUser');
  15673.         $instance->addPath((\dirname(__DIR__4).'/src/UserBundle/Resources/views'), '!SolidInvoiceUser');
  15674.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  15675.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  15676.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  15677.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  15678.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-dropzone/templates'), 'Dropzone');
  15679.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-dropzone/templates'), '!Dropzone');
  15680.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/templates'), 'TwigComponent');
  15681.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/templates'), '!TwigComponent');
  15682.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-live-component/templates'), 'LiveComponent');
  15683.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-live-component/templates'), '!LiveComponent');
  15684.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  15685.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  15686.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  15687.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  15688.         return $instance;
  15689.     }
  15690.     /**
  15691.      * Gets the private 'twig.mailer.message_listener' shared service.
  15692.      *
  15693.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  15694.      */
  15695.     protected function getTwig_Mailer_MessageListenerService()
  15696.     {
  15697.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  15698.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  15699.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  15700.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15701.         if (isset($this->privates['twig.mailer.message_listener'])) {
  15702.             return $this->privates['twig.mailer.message_listener'];
  15703.         }
  15704.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  15705.     }
  15706.     /**
  15707.      * Gets the private 'twig.runtime.httpkernel' shared service.
  15708.      *
  15709.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  15710.      */
  15711.     protected function getTwig_Runtime_HttpkernelService()
  15712.     {
  15713.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  15714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  15715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  15716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  15717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  15718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  15719.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  15720.         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, [
  15721.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  15722.         ], [
  15723.             'inline' => '?',
  15724.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('secret')), $a));
  15725.     }
  15726.     /**
  15727.      * Gets the private 'twig.runtime.markdown' shared service.
  15728.      *
  15729.      * @return \Twig\Extra\Markdown\MarkdownRuntime
  15730.      */
  15731.     protected function getTwig_Runtime_MarkdownService()
  15732.     {
  15733.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownRuntime.php';
  15734.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownInterface.php';
  15735.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/DefaultMarkdown.php';
  15736.         return $this->privates['twig.runtime.markdown'] = new \Twig\Extra\Markdown\MarkdownRuntime(new \Twig\Extra\Markdown\DefaultMarkdown());
  15737.     }
  15738.     /**
  15739.      * Gets the private 'twig.runtime.security_csrf' shared service.
  15740.      *
  15741.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  15742.      */
  15743.     protected function getTwig_Runtime_SecurityCsrfService()
  15744.     {
  15745.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  15746.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  15747.     }
  15748.     /**
  15749.      * Gets the private 'twig.runtime.serializer' shared service.
  15750.      *
  15751.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  15752.      */
  15753.     protected function getTwig_Runtime_SerializerService()
  15754.     {
  15755.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15756.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  15757.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  15758.     }
  15759.     /**
  15760.      * Gets the private 'twig.template_cache_warmer' shared service.
  15761.      *
  15762.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  15763.      */
  15764.     protected function getTwig_TemplateCacheWarmerService()
  15765.     {
  15766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15767.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  15768.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  15769.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15770.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  15771.         ], [
  15772.             'twig' => '?',
  15773.         ]))->withContext('twig.template_cache_warmer'$this), ($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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')))));
  15774.     }
  15775.     /**
  15776.      * Gets the private 'ux.live_component.add_attributes_subscriber' shared service.
  15777.      *
  15778.      * @return \Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber
  15779.      */
  15780.     protected function getUx_LiveComponent_AddAttributesSubscriberService()
  15781.     {
  15782.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/AddLiveAttributesSubscriber.php';
  15783.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  15784.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/TemplateMap.php';
  15785.         return $this->privates['ux.live_component.add_attributes_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber(($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())), ($this->privates['ux.live_component.twig.template_mapper'] ?? ($this->privates['ux.live_component.twig.template_mapper'] = new \Symfony\UX\LiveComponent\Twig\TemplateMap(($this->targetDir.''.'/live_components_twig_templates.map')))), (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15786.             'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => ['privates''ux.live_component.live_controller_attributes_creator''getUx_LiveComponent_LiveControllerAttributesCreatorService'false],
  15787.         ], [
  15788.             'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => 'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator',
  15789.         ]))->withContext('ux.live_component.add_attributes_subscriber'$this));
  15790.     }
  15791.     /**
  15792.      * Gets the private 'ux.live_component.attribute_helper_factory' shared service.
  15793.      *
  15794.      * @return \Symfony\UX\LiveComponent\Util\TwigAttributeHelperFactory
  15795.      */
  15796.     protected function getUx_LiveComponent_AttributeHelperFactoryService()
  15797.     {
  15798.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/TwigAttributeHelperFactory.php';
  15799.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15800.         if (isset($this->privates['ux.live_component.attribute_helper_factory'])) {
  15801.             return $this->privates['ux.live_component.attribute_helper_factory'];
  15802.         }
  15803.         return $this->privates['ux.live_component.attribute_helper_factory'] = new \Symfony\UX\LiveComponent\Util\TwigAttributeHelperFactory($a);
  15804.     }
  15805.     /**
  15806.      * Gets the private 'ux.live_component.child_component_partial_renderer' shared service.
  15807.      *
  15808.      * @return \Symfony\UX\LiveComponent\Util\ChildComponentPartialRenderer
  15809.      */
  15810.     protected function getUx_LiveComponent_ChildComponentPartialRendererService()
  15811.     {
  15812.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/ChildComponentPartialRenderer.php';
  15813.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/FingerprintCalculator.php';
  15814.         $a = ($this->privates['ux.live_component.attribute_helper_factory'] ?? $this->getUx_LiveComponent_AttributeHelperFactoryService());
  15815.         if (isset($this->privates['ux.live_component.child_component_partial_renderer'])) {
  15816.             return $this->privates['ux.live_component.child_component_partial_renderer'];
  15817.         }
  15818.         return $this->privates['ux.live_component.child_component_partial_renderer'] = new \Symfony\UX\LiveComponent\Util\ChildComponentPartialRenderer(($this->privates['ux.live_component.fingerprint_calculator'] ?? ($this->privates['ux.live_component.fingerprint_calculator'] = new \Symfony\UX\LiveComponent\Util\FingerprintCalculator($this->getEnv('secret')))), $a, (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15819.             'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => ['privates''ux.live_component.component_hydrator''getUx_LiveComponent_ComponentHydratorService'false],
  15820.             'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => ['privates''ux.live_component.metadata_factory''getUx_LiveComponent_MetadataFactoryService'false],
  15821.             'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => ['privates''ux.live_component.live_controller_attributes_creator''getUx_LiveComponent_LiveControllerAttributesCreatorService'false],
  15822.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  15823.         ], [
  15824.             'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator',
  15825.             'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory',
  15826.             'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => 'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator',
  15827.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  15828.         ]))->withContext('ux.live_component.child_component_partial_renderer'$this));
  15829.     }
  15830.     /**
  15831.      * Gets the private 'ux.live_component.component_hydrator' shared service.
  15832.      *
  15833.      * @return \Symfony\UX\LiveComponent\LiveComponentHydrator
  15834.      */
  15835.     protected function getUx_LiveComponent_ComponentHydratorService()
  15836.     {
  15837.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/LiveComponentHydrator.php';
  15838.         $a = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
  15839.         if (isset($this->privates['ux.live_component.component_hydrator'])) {
  15840.             return $this->privates['ux.live_component.component_hydrator'];
  15841.         }
  15842.         return $this->privates['ux.live_component.component_hydrator'] = new \Symfony\UX\LiveComponent\LiveComponentHydrator(new RewindableGenerator(function () {
  15843.             yield => ($this->privates['ux.live_component.doctrine_entity_hydration_extension'] ?? $this->getUx_LiveComponent_DoctrineEntityHydrationExtensionService());
  15844.         }, 1), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('secret'));
  15845.     }
  15846.     /**
  15847.      * Gets the private 'ux.live_component.defer_live_component_subscriber' shared service.
  15848.      *
  15849.      * @return \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber
  15850.      */
  15851.     protected function getUx_LiveComponent_DeferLiveComponentSubscriberService()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/DeferLiveComponentSubscriber.php';
  15854.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  15855.         return $this->privates['ux.live_component.defer_live_component_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber(($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())), ($this->privates['ux.live_component.live_controller_attributes_creator'] ?? $this->getUx_LiveComponent_LiveControllerAttributesCreatorService()));
  15856.     }
  15857.     /**
  15858.      * Gets the private 'ux.live_component.deterministic_id_calculator' shared service.
  15859.      *
  15860.      * @return \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator
  15861.      */
  15862.     protected function getUx_LiveComponent_DeterministicIdCalculatorService()
  15863.     {
  15864.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/DeterministicTwigIdCalculator.php';
  15865.         return $this->privates['ux.live_component.deterministic_id_calculator'] = new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator();
  15866.     }
  15867.     /**
  15868.      * Gets the private 'ux.live_component.doctrine_entity_hydration_extension' shared service.
  15869.      *
  15870.      * @return \Symfony\UX\LiveComponent\Hydration\DoctrineEntityHydrationExtension
  15871.      */
  15872.     protected function getUx_LiveComponent_DoctrineEntityHydrationExtensionService()
  15873.     {
  15874.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Hydration/HydrationExtensionInterface.php';
  15875.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Hydration/DoctrineEntityHydrationExtension.php';
  15876.         return $this->privates['ux.live_component.doctrine_entity_hydration_extension'] = new \Symfony\UX\LiveComponent\Hydration\DoctrineEntityHydrationExtension(new RewindableGenerator(function () {
  15877.             yield => ($this->services['doctrine'] ?? $this->getDoctrineService());
  15878.         }, 1));
  15879.     }
  15880.     /**
  15881.      * Gets the private 'ux.live_component.event_listener.data_model_props_subscriber' shared service.
  15882.      *
  15883.      * @return \Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber
  15884.      */
  15885.     protected function getUx_LiveComponent_EventListener_DataModelPropsSubscriberService()
  15886.     {
  15887.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/DataModelPropsSubscriber.php';
  15888.         return $this->privates['ux.live_component.event_listener.data_model_props_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber(($this->privates['ux.twig_component.live_component_stack'] ?? $this->getUx_TwigComponent_LiveComponentStackService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15889.     }
  15890.     /**
  15891.      * Gets the private 'ux.live_component.event_subscriber' shared service.
  15892.      *
  15893.      * @return \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber
  15894.      */
  15895.     protected function getUx_LiveComponent_EventSubscriberService()
  15896.     {
  15897.         return $this->privates['ux.live_component.event_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15898.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  15899.             'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => ['privates''ux.live_component.component_hydrator''getUx_LiveComponent_ComponentHydratorService'false],
  15900.             'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => ['privates''ux.live_component.metadata_factory''getUx_LiveComponent_MetadataFactoryService'false],
  15901.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  15902.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  15903.         ], [
  15904.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  15905.             'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator',
  15906.             'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory',
  15907.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  15908.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  15909.         ]))->withContext('ux.live_component.event_subscriber'$this));
  15910.     }
  15911.     /**
  15912.      * Gets the private 'ux.live_component.intercept_child_component_render_subscriber' shared service.
  15913.      *
  15914.      * @return \Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber
  15915.      */
  15916.     protected function getUx_LiveComponent_InterceptChildComponentRenderSubscriberService()
  15917.     {
  15918.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/InterceptChildComponentRenderSubscriber.php';
  15919.         return $this->privates['ux.live_component.intercept_child_component_render_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber(($this->privates['ux.twig_component.live_component_stack'] ?? $this->getUx_TwigComponent_LiveComponentStackService()), (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15920.             'Symfony\\UX\\LiveComponent\\Twig\\DeterministicTwigIdCalculator' => ['privates''ux.live_component.deterministic_id_calculator''getUx_LiveComponent_DeterministicIdCalculatorService'false],
  15921.             'Symfony\\UX\\LiveComponent\\Util\\ChildComponentPartialRenderer' => ['privates''ux.live_component.child_component_partial_renderer''getUx_LiveComponent_ChildComponentPartialRendererService'false],
  15922.         ], [
  15923.             'Symfony\\UX\\LiveComponent\\Twig\\DeterministicTwigIdCalculator' => 'Symfony\\UX\\LiveComponent\\Twig\\DeterministicTwigIdCalculator',
  15924.             'Symfony\\UX\\LiveComponent\\Util\\ChildComponentPartialRenderer' => 'Symfony\\UX\\LiveComponent\\Util\\ChildComponentPartialRenderer',
  15925.         ]))->withContext('ux.live_component.intercept_child_component_render_subscriber'$this));
  15926.     }
  15927.     /**
  15928.      * Gets the private 'ux.live_component.live_controller_attributes_creator' shared service.
  15929.      *
  15930.      * @return \Symfony\UX\LiveComponent\Util\LiveControllerAttributesCreator
  15931.      */
  15932.     protected function getUx_LiveComponent_LiveControllerAttributesCreatorService()
  15933.     {
  15934.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/LiveControllerAttributesCreator.php';
  15935.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/LiveResponder.php';
  15936.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/DeterministicTwigIdCalculator.php';
  15937.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/FingerprintCalculator.php';
  15938.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/TemplateMap.php';
  15939.         $a = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
  15940.         if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
  15941.             return $this->privates['ux.live_component.live_controller_attributes_creator'];
  15942.         }
  15943.         $b = ($this->privates['ux.live_component.component_hydrator'] ?? $this->getUx_LiveComponent_ComponentHydratorService());
  15944.         if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
  15945.             return $this->privates['ux.live_component.live_controller_attributes_creator'];
  15946.         }
  15947.         $c = ($this->privates['ux.live_component.attribute_helper_factory'] ?? $this->getUx_LiveComponent_AttributeHelperFactoryService());
  15948.         if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
  15949.             return $this->privates['ux.live_component.live_controller_attributes_creator'];
  15950.         }
  15951.         $d = ($this->services['router'] ?? $this->getRouterService());
  15952.         if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
  15953.             return $this->privates['ux.live_component.live_controller_attributes_creator'];
  15954.         }
  15955.         return $this->privates['ux.live_component.live_controller_attributes_creator'] = new \Symfony\UX\LiveComponent\Util\LiveControllerAttributesCreator($a$b$c, ($this->privates['ux.live_component.deterministic_id_calculator'] ?? ($this->privates['ux.live_component.deterministic_id_calculator'] = new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator())), ($this->privates['ux.live_component.fingerprint_calculator'] ?? ($this->privates['ux.live_component.fingerprint_calculator'] = new \Symfony\UX\LiveComponent\Util\FingerprintCalculator($this->getEnv('secret')))), $d, new \Symfony\UX\LiveComponent\LiveResponder(), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['ux.live_component.twig.template_mapper'] ?? ($this->privates['ux.live_component.twig.template_mapper'] = new \Symfony\UX\LiveComponent\Twig\TemplateMap(($this->targetDir.''.'/live_components_twig_templates.map')))));
  15956.     }
  15957.     /**
  15958.      * Gets the private 'ux.live_component.metadata_factory' shared service.
  15959.      *
  15960.      * @return \Symfony\UX\LiveComponent\Metadata\LiveComponentMetadataFactory
  15961.      */
  15962.     protected function getUx_LiveComponent_MetadataFactoryService()
  15963.     {
  15964.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Metadata/LiveComponentMetadataFactory.php';
  15965.         $a = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  15966.         if (isset($this->privates['ux.live_component.metadata_factory'])) {
  15967.             return $this->privates['ux.live_component.metadata_factory'];
  15968.         }
  15969.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  15970.         if (isset($this->privates['ux.live_component.metadata_factory'])) {
  15971.             return $this->privates['ux.live_component.metadata_factory'];
  15972.         }
  15973.         return $this->privates['ux.live_component.metadata_factory'] = new \Symfony\UX\LiveComponent\Metadata\LiveComponentMetadataFactory($a$b);
  15974.     }
  15975.     /**
  15976.      * Gets the private 'ux.live_component.query_string_initializer_subscriber' shared service.
  15977.      *
  15978.      * @return \Symfony\UX\LiveComponent\EventListener\QueryStringInitializeSubscriber
  15979.      */
  15980.     protected function getUx_LiveComponent_QueryStringInitializerSubscriberService()
  15981.     {
  15982.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/QueryStringInitializeSubscriber.php';
  15983.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/QueryStringPropsExtractor.php';
  15984.         $a = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
  15985.         if (isset($this->privates['ux.live_component.query_string_initializer_subscriber'])) {
  15986.             return $this->privates['ux.live_component.query_string_initializer_subscriber'];
  15987.         }
  15988.         $b = ($this->privates['ux.live_component.component_hydrator'] ?? $this->getUx_LiveComponent_ComponentHydratorService());
  15989.         if (isset($this->privates['ux.live_component.query_string_initializer_subscriber'])) {
  15990.             return $this->privates['ux.live_component.query_string_initializer_subscriber'];
  15991.         }
  15992.         return $this->privates['ux.live_component.query_string_initializer_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\QueryStringInitializeSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, new \Symfony\UX\LiveComponent\Util\QueryStringPropsExtractor($b));
  15993.     }
  15994.     /**
  15995.      * Gets the private 'ux.live_component.reset_deterministic_id_subscriber' shared service.
  15996.      *
  15997.      * @return \Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber
  15998.      */
  15999.     protected function getUx_LiveComponent_ResetDeterministicIdSubscriberService()
  16000.     {
  16001.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/ResetDeterministicIdSubscriber.php';
  16002.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/DeterministicTwigIdCalculator.php';
  16003.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  16004.         return $this->privates['ux.live_component.reset_deterministic_id_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber(($this->privates['ux.live_component.deterministic_id_calculator'] ?? ($this->privates['ux.live_component.deterministic_id_calculator'] = new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator())), ($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())));
  16005.     }
  16006.     /**
  16007.      * Gets the private 'ux.live_component.twig.cache_warmer' shared service.
  16008.      *
  16009.      * @return \Symfony\UX\LiveComponent\Twig\TemplateCacheWarmer
  16010.      */
  16011.     protected function getUx_LiveComponent_Twig_CacheWarmerService()
  16012.     {
  16013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16014.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/TemplateCacheWarmer.php';
  16015.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  16016.         return $this->privates['ux.live_component.twig.cache_warmer'] = new \Symfony\UX\LiveComponent\Twig\TemplateCacheWarmer(($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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')))), 'live_components_twig_templates.map'$this->getEnv('secret'));
  16017.     }
  16018.     /**
  16019.      * Gets the private 'ux.live_component.twig.component_runtime' shared service.
  16020.      *
  16021.      * @return \Symfony\UX\LiveComponent\Twig\LiveComponentRuntime
  16022.      */
  16023.     protected function getUx_LiveComponent_Twig_ComponentRuntimeService()
  16024.     {
  16025.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentRuntime.php';
  16026.         $a = ($this->privates['ux.live_component.component_hydrator'] ?? $this->getUx_LiveComponent_ComponentHydratorService());
  16027.         if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
  16028.             return $this->privates['ux.live_component.twig.component_runtime'];
  16029.         }
  16030.         $b = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  16031.         if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
  16032.             return $this->privates['ux.live_component.twig.component_runtime'];
  16033.         }
  16034.         $c = ($this->services['router'] ?? $this->getRouterService());
  16035.         if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
  16036.             return $this->privates['ux.live_component.twig.component_runtime'];
  16037.         }
  16038.         $d = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
  16039.         if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
  16040.             return $this->privates['ux.live_component.twig.component_runtime'];
  16041.         }
  16042.         return $this->privates['ux.live_component.twig.component_runtime'] = new \Symfony\UX\LiveComponent\Twig\LiveComponentRuntime($a$b$c$d);
  16043.     }
  16044.     /**
  16045.      * Gets the private 'ux.twig_component.command.debug' shared service.
  16046.      *
  16047.      * @return \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand
  16048.      */
  16049.     protected function getUx_TwigComponent_Command_DebugService()
  16050.     {
  16051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16052.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Command/TwigComponentDebugCommand.php';
  16053.         $this->privates['ux.twig_component.command.debug'] = $instance = new \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand((\dirname(__DIR__4).'/templates'), ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings' => 'Settings'], 'components/');
  16054.         $instance->setName('debug:twig-component');
  16055.         $instance->setDescription('Display components and them usages for an application');
  16056.         return $instance;
  16057.     }
  16058.     /**
  16059.      * Gets the private 'ux.twig_component.component_factory' shared service.
  16060.      *
  16061.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  16062.      */
  16063.     protected function getUx_TwigComponent_ComponentFactoryService()
  16064.     {
  16065.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  16066.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinderInterface.php';
  16067.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php';
  16068.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16069.         if (isset($this->privates['ux.twig_component.component_factory'])) {
  16070.             return $this->privates['ux.twig_component.component_factory'];
  16071.         }
  16072.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\UX\TwigComponent\ComponentTemplateFinder(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), 'components/'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16073.             'Settings' => [false'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings''getSettings3Service'false],
  16074.         ], [
  16075.             'Settings' => '?',
  16076.         ]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ['Settings' => ['key' => 'Settings''expose_public_props' => true'attributes_var' => 'attributes''live' => true'csrf' => true'route' => 'ux_live_component''method' => 'post''url_reference_type' => 1'service_id' => 'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings''class' => 'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings''template' => '@SolidInvoiceSettings/Components/Settings.html.twig']], ['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings' => 'Settings']);
  16077.     }
  16078.     /**
  16079.      * Gets the private 'ux.twig_component.component_logger_listener' shared service.
  16080.      *
  16081.      * @return \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener
  16082.      */
  16083.     protected function getUx_TwigComponent_ComponentLoggerListenerService()
  16084.     {
  16085.         return $this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  16086.     }
  16087.     /**
  16088.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  16089.      *
  16090.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  16091.      */
  16092.     protected function getUx_TwigComponent_ComponentRendererService()
  16093.     {
  16094.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  16095.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  16096.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  16097.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16098.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  16099.             return $this->privates['ux.twig_component.component_renderer'];
  16100.         }
  16101.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16102.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  16103.             return $this->privates['ux.twig_component.component_renderer'];
  16104.         }
  16105.         $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  16106.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  16107.             return $this->privates['ux.twig_component.component_renderer'];
  16108.         }
  16109.         return $this->privates['ux.twig_component.component_renderer'] = new \Symfony\UX\TwigComponent\ComponentRenderer($a$b$c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())));
  16110.     }
  16111.     /**
  16112.      * Gets the private 'ux.twig_component.live_component_stack' shared service.
  16113.      *
  16114.      * @return \Symfony\UX\LiveComponent\Util\LiveComponentStack
  16115.      */
  16116.     protected function getUx_TwigComponent_LiveComponentStackService()
  16117.     {
  16118.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  16119.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Util/LiveComponentStack.php';
  16120.         return $this->privates['ux.twig_component.live_component_stack'] = new \Symfony\UX\LiveComponent\Util\LiveComponentStack(($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())));
  16121.     }
  16122.     /**
  16123.      * Gets the private 'validator.builder' shared service.
  16124.      *
  16125.      * @return \Symfony\Component\Validator\ValidatorBuilder
  16126.      */
  16127.     protected function getValidator_BuilderService()
  16128.     {
  16129.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  16130.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  16131.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16132.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16133.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16134.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  16135.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16136.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  16137.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16138.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16139.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16140.         ], [
  16141.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  16142.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  16143.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  16144.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  16145.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  16146.             'doctrine.orm.validator.unique' => '?',
  16147.             'security.validator.user_password' => '?',
  16148.             'validator.expression' => '?',
  16149.         ])));
  16150.         if ($this->has('translator')) {
  16151.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  16152.         }
  16153.         $instance->setTranslationDomain('validators');
  16154.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/config/validation.xml')]);
  16155.         $instance->enableAnnotationMapping(true);
  16156.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16157.         $instance->addMethodMapping('loadValidatorMetadata');
  16158.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  16159.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  16160.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  16161.         return $instance;
  16162.     }
  16163.     /**
  16164.      * Gets the private 'validator.email' shared service.
  16165.      *
  16166.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  16167.      */
  16168.     protected function getValidator_EmailService()
  16169.     {
  16170.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16171.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16172.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  16173.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('strict');
  16174.     }
  16175.     /**
  16176.      * Gets the private 'validator.expression' shared service.
  16177.      *
  16178.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  16179.      */
  16180.     protected function getValidator_ExpressionService()
  16181.     {
  16182.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16183.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16184.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  16185.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  16186.     }
  16187.     /**
  16188.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  16189.      *
  16190.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  16191.      */
  16192.     protected function getValidator_Mapping_CacheWarmerService()
  16193.     {
  16194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  16197.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  16198.     }
  16199.     /**
  16200.      * Gets the private 'validator.not_compromised_password' shared service.
  16201.      *
  16202.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  16203.      */
  16204.     protected function getValidator_NotCompromisedPasswordService()
  16205.     {
  16206.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16207.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16208.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  16209.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), 'UTF-8'trueNULL);
  16210.     }
  16211.     /**
  16212.      * Gets the private 'var_dumper.command.server_dump' shared service.
  16213.      *
  16214.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  16215.      */
  16216.     protected function getVarDumper_Command_ServerDumpService()
  16217.     {
  16218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16219.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  16220.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  16221.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  16222.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  16223.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  16224.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  16225.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16226.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16227.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16228.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  16229.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  16230.         $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()))]);
  16231.         $instance->setName('server:dump');
  16232.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  16233.         return $instance;
  16234.     }
  16235.     /**
  16236.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  16237.      *
  16238.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  16239.      */
  16240.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  16241.     {
  16242.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  16243.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16244.         return $instance;
  16245.     }
  16246.     /**
  16247.      * Gets the private 'var_dumper.html_dumper' shared service.
  16248.      *
  16249.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  16250.      */
  16251.     protected function getVarDumper_HtmlDumperService()
  16252.     {
  16253.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  16254.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16255.         return $instance;
  16256.     }
  16257.     /**
  16258.      * Gets the private 'var_dumper.server_connection' shared service.
  16259.      *
  16260.      * @return \Symfony\Component\VarDumper\Server\Connection
  16261.      */
  16262.     protected function getVarDumper_ServerConnectionService()
  16263.     {
  16264.         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()]);
  16265.     }
  16266.     /**
  16267.      * Gets the private 'web_profiler.csp.handler' shared service.
  16268.      *
  16269.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  16270.      */
  16271.     protected function getWebProfiler_Csp_HandlerService()
  16272.     {
  16273.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  16274.     }
  16275.     /**
  16276.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  16277.      *
  16278.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  16279.      */
  16280.     protected function getWebProfiler_DebugToolbarService()
  16281.     {
  16282.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16283.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  16284.             return $this->privates['web_profiler.debug_toolbar'];
  16285.         }
  16286.         $b = ($this->services['router'] ?? $this->getRouterService());
  16287.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  16288.             return $this->privates['web_profiler.debug_toolbar'];
  16289.         }
  16290.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  16291.     }
  16292.     /**
  16293.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  16294.      *
  16295.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  16296.      */
  16297.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  16298.     {
  16299.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  16300.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  16301.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  16302.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/static/entrypoints.json'), NULL'_default'true);
  16303.     }
  16304.     /**
  16305.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  16306.      *
  16307.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  16308.      */
  16309.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  16310.     {
  16311.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16312.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  16313.         ], [
  16314.             '_default' => '?',
  16315.         ]), '_default');
  16316.     }
  16317.     /**
  16318.      * Gets the private 'webpack_encore.exception_listener' shared service.
  16319.      *
  16320.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  16321.      */
  16322.     protected function getWebpackEncore_ExceptionListenerService()
  16323.     {
  16324.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  16325.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  16326.     }
  16327.     /**
  16328.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  16329.      *
  16330.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  16331.      */
  16332.     protected function getWebpackEncore_TagRendererService()
  16333.     {
  16334.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  16335.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16336.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  16337.             return $this->privates['webpack_encore.tag_renderer'];
  16338.         }
  16339.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  16340.     }
  16341.     /**
  16342.      * Gets the public 'cache_clearer' alias.
  16343.      *
  16344.      * @return object The ".container.private.cache_clearer" service.
  16345.      */
  16346.     protected function getCacheClearerService()
  16347.     {
  16348.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  16349.         return $this->get('.container.private.cache_clearer');
  16350.     }
  16351.     /**
  16352.      * Gets the public 'filesystem' alias.
  16353.      *
  16354.      * @return object The ".container.private.filesystem" service.
  16355.      */
  16356.     protected function getFilesystemService()
  16357.     {
  16358.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  16359.         return $this->get('.container.private.filesystem');
  16360.     }
  16361.     /**
  16362.      * Gets the public 'state_machine.invoice' alias.
  16363.      *
  16364.      * @return object The ".container.private.state_machine.invoice" service.
  16365.      */
  16366.     protected function getStateMachine_InvoiceService()
  16367.     {
  16368.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.invoice" service directly from the container is deprecated, use dependency injection instead.');
  16369.         return $this->get('.container.private.state_machine.invoice');
  16370.     }
  16371.     /**
  16372.      * Gets the public 'state_machine.recurring_invoice' alias.
  16373.      *
  16374.      * @return object The ".container.private.state_machine.recurring_invoice" service.
  16375.      */
  16376.     protected function getStateMachine_RecurringInvoiceService()
  16377.     {
  16378.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.recurring_invoice" service directly from the container is deprecated, use dependency injection instead.');
  16379.         return $this->get('.container.private.state_machine.recurring_invoice');
  16380.     }
  16381.     /**
  16382.      * Gets the public 'state_machine.quote' alias.
  16383.      *
  16384.      * @return object The ".container.private.state_machine.quote" service.
  16385.      */
  16386.     protected function getStateMachine_QuoteService()
  16387.     {
  16388.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.quote" service directly from the container is deprecated, use dependency injection instead.');
  16389.         return $this->get('.container.private.state_machine.quote');
  16390.     }
  16391.     /**
  16392.      * Gets the public 'serializer' alias.
  16393.      *
  16394.      * @return object The ".container.private.serializer" service.
  16395.      */
  16396.     protected function getSerializerService()
  16397.     {
  16398.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  16399.         return $this->get('.container.private.serializer');
  16400.     }
  16401.     /**
  16402.      * Gets the public 'security.csrf.token_manager' alias.
  16403.      *
  16404.      * @return object The ".container.private.security.csrf.token_manager" service.
  16405.      */
  16406.     protected function getSecurity_Csrf_TokenManagerService()
  16407.     {
  16408.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  16409.         return $this->get('.container.private.security.csrf.token_manager');
  16410.     }
  16411.     /**
  16412.      * Gets the public 'form.factory' alias.
  16413.      *
  16414.      * @return object The ".container.private.form.factory" service.
  16415.      */
  16416.     protected function getForm_FactoryService()
  16417.     {
  16418.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  16419.         return $this->get('.container.private.form.factory');
  16420.     }
  16421.     /**
  16422.      * Gets the public 'form.type.file' alias.
  16423.      *
  16424.      * @return object The ".container.private.form.type.file" service.
  16425.      */
  16426.     protected function getForm_Type_FileService()
  16427.     {
  16428.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  16429.         return $this->get('.container.private.form.type.file');
  16430.     }
  16431.     /**
  16432.      * Gets the public 'profiler' alias.
  16433.      *
  16434.      * @return object The ".container.private.profiler" service.
  16435.      */
  16436.     protected function getProfilerService()
  16437.     {
  16438.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  16439.         return $this->get('.container.private.profiler');
  16440.     }
  16441.     /**
  16442.      * Gets the public 'security.authorization_checker' alias.
  16443.      *
  16444.      * @return object The ".container.private.security.authorization_checker" service.
  16445.      */
  16446.     protected function getSecurity_AuthorizationCheckerService()
  16447.     {
  16448.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  16449.         return $this->get('.container.private.security.authorization_checker');
  16450.     }
  16451.     /**
  16452.      * Gets the public 'security.token_storage' alias.
  16453.      *
  16454.      * @return object The ".container.private.security.token_storage" service.
  16455.      */
  16456.     protected function getSecurity_TokenStorageService()
  16457.     {
  16458.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  16459.         return $this->get('.container.private.security.token_storage');
  16460.     }
  16461.     /**
  16462.      * Gets the public 'twig' alias.
  16463.      *
  16464.      * @return object The ".container.private.twig" service.
  16465.      */
  16466.     protected function getTwigService()
  16467.     {
  16468.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  16469.         return $this->get('.container.private.twig');
  16470.     }
  16471.     /**
  16472.      * Gets the public 'security.password_encoder' alias.
  16473.      *
  16474.      * @return object The ".container.private.security.password_encoder" service.
  16475.      */
  16476.     protected function getSecurity_PasswordEncoderService()
  16477.     {
  16478.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  16479.         return $this->get('.container.private.security.password_encoder');
  16480.     }
  16481.     /**
  16482.      * Gets the public 'session' alias.
  16483.      *
  16484.      * @return object The ".container.private.session" service.
  16485.      */
  16486.     protected function getSessionService()
  16487.     {
  16488.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  16489.         return $this->get('.container.private.session');
  16490.     }
  16491.     /**
  16492.      * Gets the public 'validator' alias.
  16493.      *
  16494.      * @return object The ".container.private.validator" service.
  16495.      */
  16496.     protected function getValidatorService()
  16497.     {
  16498.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  16499.         return $this->get('.container.private.validator');
  16500.     }
  16501.     /**
  16502.      * @return array|bool|float|int|string|\UnitEnum|null
  16503.      */
  16504.     public function getParameter(string $name)
  16505.     {
  16506.         if (isset($this->buildParameters[$name])) {
  16507.             return $this->buildParameters[$name];
  16508.         }
  16509.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  16510.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  16511.         }
  16512.         if (isset($this->loadedDynamicParameters[$name])) {
  16513.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16514.         }
  16515.         return $this->parameters[$name];
  16516.     }
  16517.     public function hasParameter(string $name): bool
  16518.     {
  16519.         if (isset($this->buildParameters[$name])) {
  16520.             return true;
  16521.         }
  16522.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  16523.     }
  16524.     public function setParameter(string $name$value): void
  16525.     {
  16526.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  16527.     }
  16528.     public function getParameterBag(): ParameterBagInterface
  16529.     {
  16530.         if (null === $this->parameterBag) {
  16531.             $parameters $this->parameters;
  16532.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  16533.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16534.             }
  16535.             foreach ($this->buildParameters as $name => $value) {
  16536.                 $parameters[$name] = $value;
  16537.             }
  16538.             $this->parameterBag = new FrozenParameterBag($parameters);
  16539.         }
  16540.         return $this->parameterBag;
  16541.     }
  16542.     private $loadedDynamicParameters = [
  16543.         'kernel.runtime_environment' => false,
  16544.         'kernel.build_dir' => false,
  16545.         'kernel.cache_dir' => false,
  16546.         'kernel.secret' => false,
  16547.         'kernel.default_locale' => false,
  16548.         'debug.container.dump' => false,
  16549.         'serializer.mapping.cache.file' => false,
  16550.         'session.save_path' => false,
  16551.         'validator.mapping.cache.file' => false,
  16552.         'profiler.storage.dsn' => false,
  16553.         'swiftmailer.spool.default.memory.path' => false,
  16554.         'doctrine.orm.proxy_dir' => false,
  16555.         'stof_doctrine_extensions.default_locale' => false,
  16556.     ];
  16557.     private $dynamicParameters = [];
  16558.     private function getDynamicParameter(string $name)
  16559.     {
  16560.         switch ($name) {
  16561.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  16562.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  16563.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  16564.             case 'kernel.secret'$value $this->getEnv('secret'); break;
  16565.             case 'kernel.default_locale'$value $this->getEnv('locale'); break;
  16566.             case 'debug.container.dump'$value = ($this->targetDir.''.'/SolidInvoice_KernelDevDebugContainer.xml'); break;
  16567.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  16568.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  16569.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  16570.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  16571.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  16572.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  16573.             case 'stof_doctrine_extensions.default_locale'$value $this->getEnv('locale'); break;
  16574.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  16575.         }
  16576.         $this->loadedDynamicParameters[$name] = true;
  16577.         return $this->dynamicParameters[$name] = $value;
  16578.     }
  16579.     protected function getDefaultParameters(): array
  16580.     {
  16581.         return [
  16582.             'kernel.project_dir' => \dirname(__DIR__4),
  16583.             'kernel.environment' => 'dev',
  16584.             'kernel.debug' => true,
  16585.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  16586.             'kernel.bundles' => [
  16587.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  16588.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  16589.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  16590.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  16591.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  16592.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  16593.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  16594.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  16595.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  16596.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  16597.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  16598.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  16599.                 'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
  16600.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  16601.                 'FormHandlerBundle' => 'SolidWorx\\FormHandler\\FormHandlerBundle',
  16602.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  16603.                 'SolidInvoiceApiBundle' => 'SolidInvoice\\ApiBundle\\SolidInvoiceApiBundle',
  16604.                 'SolidInvoiceClientBundle' => 'SolidInvoice\\ClientBundle\\SolidInvoiceClientBundle',
  16605.                 'SolidInvoiceCoreBundle' => 'SolidInvoice\\CoreBundle\\SolidInvoiceCoreBundle',
  16606.                 'SolidInvoiceCronBundle' => 'SolidInvoice\\CronBundle\\SolidInvoiceCronBundle',
  16607.                 'SolidInvoiceDashboardBundle' => 'SolidInvoice\\DashboardBundle\\SolidInvoiceDashboardBundle',
  16608.                 'SolidInvoiceDataGridBundle' => 'SolidInvoice\\DataGridBundle\\SolidInvoiceDataGridBundle',
  16609.                 'SolidInvoiceFormBundle' => 'SolidInvoice\\FormBundle\\SolidInvoiceFormBundle',
  16610.                 'SolidInvoiceInstallBundle' => 'SolidInvoice\\InstallBundle\\SolidInvoiceInstallBundle',
  16611.                 'SolidInvoiceInvoiceBundle' => 'SolidInvoice\\InvoiceBundle\\SolidInvoiceInvoiceBundle',
  16612.                 'SolidInvoiceMailerBundle' => 'SolidInvoice\\MailerBundle\\SolidInvoiceMailerBundle',
  16613.                 'SolidInvoiceMenuBundle' => 'SolidInvoice\\MenuBundle\\SolidInvoiceMenuBundle',
  16614.                 'SolidInvoiceMoneyBundle' => 'SolidInvoice\\MoneyBundle\\SolidInvoiceMoneyBundle',
  16615.                 'SolidInvoiceNotificationBundle' => 'SolidInvoice\\NotificationBundle\\SolidInvoiceNotificationBundle',
  16616.                 'SolidInvoicePaymentBundle' => 'SolidInvoice\\PaymentBundle\\SolidInvoicePaymentBundle',
  16617.                 'SolidInvoiceQuoteBundle' => 'SolidInvoice\\QuoteBundle\\SolidInvoiceQuoteBundle',
  16618.                 'SolidInvoiceSettingsBundle' => 'SolidInvoice\\SettingsBundle\\SolidInvoiceSettingsBundle',
  16619.                 'SolidInvoiceTaxBundle' => 'SolidInvoice\\TaxBundle\\SolidInvoiceTaxBundle',
  16620.                 'SolidInvoiceUserBundle' => 'SolidInvoice\\UserBundle\\SolidInvoiceUserBundle',
  16621.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  16622.                 'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
  16623.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  16624.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  16625.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  16626.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  16627.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  16628.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  16629.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  16630.                 'TogglerBundle' => 'SolidWorx\\Toggler\\Symfony\\TogglerBundle',
  16631.                 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  16632.                 'ZenstruckScheduleBundle' => 'Zenstruck\\ScheduleBundle\\ZenstruckScheduleBundle',
  16633.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  16634.                 'DropzoneBundle' => 'Symfony\\UX\\Dropzone\\DropzoneBundle',
  16635.                 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  16636.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  16637.                 'LiveComponentBundle' => 'Symfony\\UX\\LiveComponent\\LiveComponentBundle',
  16638.             ],
  16639.             'kernel.bundles_metadata' => [
  16640.                 'FrameworkBundle' => [
  16641.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  16642.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  16643.                 ],
  16644.                 'SecurityBundle' => [
  16645.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  16646.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  16647.                 ],
  16648.                 'TwigBundle' => [
  16649.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  16650.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  16651.                 ],
  16652.                 'MonologBundle' => [
  16653.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  16654.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  16655.                 ],
  16656.                 'SwiftmailerBundle' => [
  16657.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  16658.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  16659.                 ],
  16660.                 'DoctrineBundle' => [
  16661.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  16662.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  16663.                 ],
  16664.                 'SensioFrameworkExtraBundle' => [
  16665.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  16666.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  16667.                 ],
  16668.                 'WebpackEncoreBundle' => [
  16669.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  16670.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  16671.                 ],
  16672.                 'BazingaJsTranslationBundle' => [
  16673.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  16674.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  16675.                 ],
  16676.                 'DoctrineMigrationsBundle' => [
  16677.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  16678.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  16679.                 ],
  16680.                 'FOSJsRoutingBundle' => [
  16681.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  16682.                     'namespace' => 'FOS\\JsRoutingBundle',
  16683.                 ],
  16684.                 'KnpMenuBundle' => [
  16685.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  16686.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  16687.                 ],
  16688.                 'PayumBundle' => [
  16689.                     'path' => (\dirname(__DIR__4).'/vendor/payum/payum-bundle'),
  16690.                     'namespace' => 'Payum\\Bundle\\PayumBundle',
  16691.                 ],
  16692.                 'StofDoctrineExtensionsBundle' => [
  16693.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  16694.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  16695.                 ],
  16696.                 'FormHandlerBundle' => [
  16697.                     'path' => (\dirname(__DIR__4).'/vendor/solidworx/form-handler-bundle/src'),
  16698.                     'namespace' => 'SolidWorx\\FormHandler',
  16699.                 ],
  16700.                 'ApiPlatformBundle' => [
  16701.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  16702.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  16703.                 ],
  16704.                 'SolidInvoiceApiBundle' => [
  16705.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  16706.                     'namespace' => 'SolidInvoice\\ApiBundle',
  16707.                 ],
  16708.                 'SolidInvoiceClientBundle' => [
  16709.                     'path' => (\dirname(__DIR__4).'/src/ClientBundle'),
  16710.                     'namespace' => 'SolidInvoice\\ClientBundle',
  16711.                 ],
  16712.                 'SolidInvoiceCoreBundle' => [
  16713.                     'path' => (\dirname(__DIR__4).'/src/CoreBundle'),
  16714.                     'namespace' => 'SolidInvoice\\CoreBundle',
  16715.                 ],
  16716.                 'SolidInvoiceCronBundle' => [
  16717.                     'path' => (\dirname(__DIR__4).'/src/CronBundle'),
  16718.                     'namespace' => 'SolidInvoice\\CronBundle',
  16719.                 ],
  16720.                 'SolidInvoiceDashboardBundle' => [
  16721.                     'path' => (\dirname(__DIR__4).'/src/DashboardBundle'),
  16722.                     'namespace' => 'SolidInvoice\\DashboardBundle',
  16723.                 ],
  16724.                 'SolidInvoiceDataGridBundle' => [
  16725.                     'path' => (\dirname(__DIR__4).'/src/DataGridBundle'),
  16726.                     'namespace' => 'SolidInvoice\\DataGridBundle',
  16727.                 ],
  16728.                 'SolidInvoiceFormBundle' => [
  16729.                     'path' => (\dirname(__DIR__4).'/src/FormBundle'),
  16730.                     'namespace' => 'SolidInvoice\\FormBundle',
  16731.                 ],
  16732.                 'SolidInvoiceInstallBundle' => [
  16733.                     'path' => (\dirname(__DIR__4).'/src/InstallBundle'),
  16734.                     'namespace' => 'SolidInvoice\\InstallBundle',
  16735.                 ],
  16736.                 'SolidInvoiceInvoiceBundle' => [
  16737.                     'path' => (\dirname(__DIR__4).'/src/InvoiceBundle'),
  16738.                     'namespace' => 'SolidInvoice\\InvoiceBundle',
  16739.                 ],
  16740.                 'SolidInvoiceMailerBundle' => [
  16741.                     'path' => (\dirname(__DIR__4).'/src/MailerBundle'),
  16742.                     'namespace' => 'SolidInvoice\\MailerBundle',
  16743.                 ],
  16744.                 'SolidInvoiceMenuBundle' => [
  16745.                     'path' => (\dirname(__DIR__4).'/src/MenuBundle'),
  16746.                     'namespace' => 'SolidInvoice\\MenuBundle',
  16747.                 ],
  16748.                 'SolidInvoiceMoneyBundle' => [
  16749.                     'path' => (\dirname(__DIR__4).'/src/MoneyBundle'),
  16750.                     'namespace' => 'SolidInvoice\\MoneyBundle',
  16751.                 ],
  16752.                 'SolidInvoiceNotificationBundle' => [
  16753.                     'path' => (\dirname(__DIR__4).'/src/NotificationBundle'),
  16754.                     'namespace' => 'SolidInvoice\\NotificationBundle',
  16755.                 ],
  16756.                 'SolidInvoicePaymentBundle' => [
  16757.                     'path' => (\dirname(__DIR__4).'/src/PaymentBundle'),
  16758.                     'namespace' => 'SolidInvoice\\PaymentBundle',
  16759.                 ],
  16760.                 'SolidInvoiceQuoteBundle' => [
  16761.                     'path' => (\dirname(__DIR__4).'/src/QuoteBundle'),
  16762.                     'namespace' => 'SolidInvoice\\QuoteBundle',
  16763.                 ],
  16764.                 'SolidInvoiceSettingsBundle' => [
  16765.                     'path' => (\dirname(__DIR__4).'/src/SettingsBundle'),
  16766.                     'namespace' => 'SolidInvoice\\SettingsBundle',
  16767.                 ],
  16768.                 'SolidInvoiceTaxBundle' => [
  16769.                     'path' => (\dirname(__DIR__4).'/src/TaxBundle'),
  16770.                     'namespace' => 'SolidInvoice\\TaxBundle',
  16771.                 ],
  16772.                 'SolidInvoiceUserBundle' => [
  16773.                     'path' => (\dirname(__DIR__4).'/src/UserBundle'),
  16774.                     'namespace' => 'SolidInvoice\\UserBundle',
  16775.                 ],
  16776.                 'DoctrineFixturesBundle' => [
  16777.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  16778.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  16779.                 ],
  16780.                 'LiipTestFixturesBundle' => [
  16781.                     'path' => (\dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src'),
  16782.                     'namespace' => 'Liip\\TestFixturesBundle',
  16783.                 ],
  16784.                 'DebugBundle' => [
  16785.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  16786.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  16787.                 ],
  16788.                 'MakerBundle' => [
  16789.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  16790.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  16791.                 ],
  16792.                 'WebProfilerBundle' => [
  16793.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  16794.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  16795.                 ],
  16796.                 'TwigExtraBundle' => [
  16797.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  16798.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  16799.                 ],
  16800.                 'NelmioAliceBundle' => [
  16801.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  16802.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  16803.                 ],
  16804.                 'FidryAliceDataFixturesBundle' => [
  16805.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  16806.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  16807.                 ],
  16808.                 'HautelookAliceBundle' => [
  16809.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  16810.                     'namespace' => 'Hautelook\\AliceBundle',
  16811.                 ],
  16812.                 'TogglerBundle' => [
  16813.                     'path' => (\dirname(__DIR__4).'/vendor/solidworx/toggler/src/Symfony'),
  16814.                     'namespace' => 'SolidWorx\\Toggler\\Symfony',
  16815.                 ],
  16816.                 'ZenstruckFoundryBundle' => [
  16817.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src'),
  16818.                     'namespace' => 'Zenstruck\\Foundry',
  16819.                 ],
  16820.                 'ZenstruckScheduleBundle' => [
  16821.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src'),
  16822.                     'namespace' => 'Zenstruck\\ScheduleBundle',
  16823.                 ],
  16824.                 'SentryBundle' => [
  16825.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  16826.                     'namespace' => 'Sentry\\SentryBundle',
  16827.                 ],
  16828.                 'DropzoneBundle' => [
  16829.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-dropzone'),
  16830.                     'namespace' => 'Symfony\\UX\\Dropzone',
  16831.                 ],
  16832.                 'StimulusBundle' => [
  16833.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle'),
  16834.                     'namespace' => 'Symfony\\UX\\StimulusBundle',
  16835.                 ],
  16836.                 'TwigComponentBundle' => [
  16837.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  16838.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  16839.                 ],
  16840.                 'LiveComponentBundle' => [
  16841.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-live-component'),
  16842.                     'namespace' => 'Symfony\\UX\\LiveComponent',
  16843.                 ],
  16844.             ],
  16845.             'kernel.charset' => 'UTF-8',
  16846.             'kernel.container_class' => 'SolidInvoice_KernelDevDebugContainer',
  16847.             'container.dumper.inline_class_loader' => true,
  16848.             'container.dumper.inline_factories' => true,
  16849.             'payum.template.layout' => '@SolidInvoicePayment/layout.html.twig',
  16850.             'env(database_driver)' => 'pdo_mysql',
  16851.             'env(database_host)' => '127.0.0.1',
  16852.             'env(database_port)' => '3306',
  16853.             'env(database_name)' => 'solidinvoice',
  16854.             'env(database_user)' => 'root',
  16855.             'env(database_password)' => NULL,
  16856.             'env(database_version)' => '1.0',
  16857.             'env(mailer_transport)' => 'sendmail',
  16858.             'env(mailer_host)' => '127.0.0.1',
  16859.             'env(mailer_user)' => NULL,
  16860.             'env(mailer_password)' => NULL,
  16861.             'env(mailer_port)' => NULL,
  16862.             'env(mailer_encryption)' => NULL,
  16863.             'env(locale)' => 'en',
  16864.             'env(secret)' => 'SecretToken',
  16865.             'env(installed)' => NULL,
  16866.             'env(SOLIDINVOICE_ALLOW_REGISTRATION)' => '0',
  16867.             'env(SENTRY_DSN)' => NULL,
  16868.             'env(MAILER_DSN)' => 'smtp://mail.dashiro.ro:587?encryption=starttls&auth_mode=login&username=office&password=Volum123',
  16869.             'env(SENTRY_SEND_DEFAULT_PII)' => '0',
  16870.             'event_dispatcher.event_aliases' => [
  16871.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  16872.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  16873.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  16874.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  16875.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  16876.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  16877.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  16878.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  16879.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  16880.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  16881.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  16882.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  16883.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  16884.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  16885.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  16886.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  16887.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  16888.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  16889.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  16890.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  16891.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  16892.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  16893.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  16894.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  16895.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  16896.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  16897.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  16898.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  16899.             ],
  16900.             'fragment.renderer.hinclude.global_template' => NULL,
  16901.             'fragment.path' => '/_fragment',
  16902.             'kernel.http_method_override' => true,
  16903.             'kernel.trusted_hosts' => [
  16904.             ],
  16905.             'kernel.enabled_locales' => [
  16906.             ],
  16907.             'kernel.error_controller' => 'error_controller',
  16908.             'debug.file_link_format' => NULL,
  16909.             'asset.request_context.base_path' => NULL,
  16910.             'asset.request_context.secure' => NULL,
  16911.             'translator.logging' => false,
  16912.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  16913.             'debug.error_handler.throw_at' => -1,
  16914.             'router.request_context.host' => 'localhost',
  16915.             'router.request_context.scheme' => 'http',
  16916.             'router.request_context.base_url' => '',
  16917.             'router.resource' => 'kernel::loadRoutes',
  16918.             'request_listener.http_port' => 80,
  16919.             'request_listener.https_port' => 443,
  16920.             'session.metadata.storage_key' => '_sf2_meta',
  16921.             'session.storage.options' => [
  16922.                 'cache_limiter' => '0',
  16923.                 'name' => 'SOLIDINVOICE_APP',
  16924.                 'cookie_httponly' => true,
  16925.                 'gc_probability' => 1,
  16926.             ],
  16927.             'session.metadata.update_threshold' => 0,
  16928.             'form.type_extension.csrf.enabled' => true,
  16929.             'form.type_extension.csrf.field_name' => '_token',
  16930.             'validator.translation_domain' => 'validators',
  16931.             'profiler_listener.only_exceptions' => false,
  16932.             'profiler_listener.only_main_requests' => false,
  16933.             'security.role_hierarchy.roles' => [
  16934.                 'ROLE_ADMIN' => [
  16935.                 ],
  16936.                 'ROLE_SUPER_ADMIN' => [
  16937.                     => 'ROLE_ADMIN',
  16938.                     => 'ROLE_ALLOWED_TO_SWITCH',
  16939.                 ],
  16940.                 'ROLE_CLIENT' => [
  16941.                     => 'ROLE_USER',
  16942.                 ],
  16943.                 'ROLE_USER' => [
  16944.                 ],
  16945.             ],
  16946.             'security.access.denied_url' => NULL,
  16947.             'security.authentication.manager.erase_credentials' => true,
  16948.             'security.authentication.session_strategy.strategy' => 'migrate',
  16949.             'security.access.always_authenticate_before_granting' => false,
  16950.             'security.authentication.hide_user_not_found' => true,
  16951.             'security.firewalls' => [
  16952.                 => 'assets',
  16953.                 => 'api_doc',
  16954.                 => 'installation',
  16955.                 => 'api_login',
  16956.                 => 'api',
  16957.                 => 'main',
  16958.             ],
  16959.             'security.api_doc._indexed_authenticators' => [
  16960.             ],
  16961.             'security.installation._indexed_authenticators' => [
  16962.             ],
  16963.             'security.api_login._indexed_authenticators' => [
  16964.             ],
  16965.             'security.api._indexed_authenticators' => [
  16966.             ],
  16967.             'security.main._indexed_authenticators' => [
  16968.             ],
  16969.             'twig.form.resources' => [
  16970.                 => 'form_div_layout.html.twig',
  16971.                 => '@LiveComponent/form_theme.html.twig',
  16972.                 => '@Dropzone/form_theme.html.twig',
  16973.                 => '@SolidInvoiceCore/Form/fields.html.twig',
  16974.             ],
  16975.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  16976.             'monolog.use_microseconds' => true,
  16977.             'monolog.swift_mailer.handlers' => [
  16978.             ],
  16979.             'monolog.handlers_to_channels' => [
  16980.                 'monolog.handler.console' => [
  16981.                     'type' => 'exclusive',
  16982.                     'elements' => [
  16983.                         => 'event',
  16984.                         => 'doctrine',
  16985.                         => 'console',
  16986.                     ],
  16987.                 ],
  16988.                 'monolog.handler.main' => [
  16989.                     'type' => 'exclusive',
  16990.                     'elements' => [
  16991.                         => 'event',
  16992.                     ],
  16993.                 ],
  16994.                 'monolog.handler.sentry' => NULL,
  16995.             ],
  16996.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  16997.             'swiftmailer.mailer.default.spool.enabled' => true,
  16998.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  16999.             'swiftmailer.mailer.default.single_address' => 'test@localhost',
  17000.             'swiftmailer.mailer.default.delivery_addresses' => [
  17001.                 => 'test@localhost',
  17002.             ],
  17003.             'swiftmailer.mailer.default.delivery_whitelist' => [
  17004.             ],
  17005.             'swiftmailer.mailer.default.delivery.enabled' => true,
  17006.             'swiftmailer.spool.enabled' => true,
  17007.             'swiftmailer.delivery.enabled' => true,
  17008.             'swiftmailer.single_address' => 'test@localhost',
  17009.             'swiftmailer.mailers' => [
  17010.                 'default' => 'swiftmailer.mailer.default',
  17011.             ],
  17012.             'swiftmailer.default_mailer' => 'default',
  17013.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  17014.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  17015.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  17016.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  17017.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  17018.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  17019.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  17020.             'doctrine.entity_managers' => [
  17021.                 'default' => 'doctrine.orm.default_entity_manager',
  17022.             ],
  17023.             'doctrine.default_entity_manager' => 'default',
  17024.             'doctrine.dbal.connection_factory.types' => [
  17025.                 'uuid' => [
  17026.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  17027.                 ],
  17028.                 'uuid_binary_ordered_time' => [
  17029.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidBinaryOrderedTimeType',
  17030.                 ],
  17031.                 'BigInteger' => [
  17032.                     'class' => 'SolidInvoice\\CoreBundle\\Doctrine\\Type\\BigIntegerType',
  17033.                 ],
  17034.             ],
  17035.             'doctrine.connections' => [
  17036.                 'default' => 'doctrine.dbal.default_connection',
  17037.             ],
  17038.             'doctrine.default_connection' => 'default',
  17039.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  17040.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  17041.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  17042.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  17043.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  17044.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  17045.             'doctrine.orm.cache.memcache_host' => 'localhost',
  17046.             'doctrine.orm.cache.memcache_port' => 11211,
  17047.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  17048.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  17049.             'doctrine.orm.cache.memcached_host' => 'localhost',
  17050.             'doctrine.orm.cache.memcached_port' => 11211,
  17051.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  17052.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  17053.             'doctrine.orm.cache.redis_host' => 'localhost',
  17054.             'doctrine.orm.cache.redis_port' => 6379,
  17055.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  17056.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  17057.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  17058.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  17059.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  17060.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  17061.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  17062.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  17063.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  17064.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  17065.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  17066.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  17067.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  17068.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  17069.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  17070.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  17071.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  17072.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  17073.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  17074.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  17075.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  17076.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  17077.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  17078.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  17079.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  17080.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  17081.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  17082.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  17083.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  17084.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  17085.             'doctrine.orm.auto_generate_proxy_classes' => true,
  17086.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  17087.             'doctrine.orm.proxy_namespace' => 'Proxies',
  17088.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  17089.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  17090.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  17091.             'doctrine.migrations.preferred_em' => NULL,
  17092.             'doctrine.migrations.preferred_connection' => NULL,
  17093.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  17094.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  17095.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  17096.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  17097.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  17098.             'fos_js_routing.request_context_base_url' => NULL,
  17099.             'fos_js_routing.cache_control' => [
  17100.                 'enabled' => false,
  17101.             ],
  17102.             'knp_menu.renderer.list.options' => [
  17103.             ],
  17104.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  17105.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  17106.             'knp_menu.renderer.twig.options' => [
  17107.             ],
  17108.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  17109.             'knp_menu.default_renderer' => 'twig',
  17110.             'payum.capture_path' => 'payum_capture_do',
  17111.             'payum.notify_path' => 'payum_notify_do',
  17112.             'payum.authorize_path' => 'payum_authorize_do',
  17113.             'payum.refund_path' => 'payum_refund_do',
  17114.             'payum.cancel_path' => 'payum_cancel_do',
  17115.             'payum.payout_path' => 'payum_payout_do',
  17116.             'payum.available_gateway_factories' => [
  17117.             ],
  17118.             'payum.storage.doctrine.orm.class' => 'Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage',
  17119.             'stof_doctrine_extensions.translation_fallback' => false,
  17120.             'stof_doctrine_extensions.persist_default_translation' => false,
  17121.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  17122.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  17123.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  17124.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  17125.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  17126.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  17127.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  17128.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  17129.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  17130.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  17131.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  17132.             'api_platform.metadata_backward_compatibility_layer' => false,
  17133.             'api_platform.enable_entrypoint' => true,
  17134.             'api_platform.enable_docs' => true,
  17135.             'api_platform.title' => 'Dashiro Invoice - eFactura',
  17136.             'api_platform.description' => 'SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".'    \'headers\' => ['."\n".'        \'X-API-TOKEN\' => \'${apiToken}\','."\n".'    ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`',
  17137.             'api_platform.version' => '1.0.2',
  17138.             'api_platform.show_webby' => false,
  17139.             'api_platform.url_generation_strategy' => 1,
  17140.             'api_platform.exception_to_status' => [
  17141.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  17142.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  17143.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  17144.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  17145.             ],
  17146.             'api_platform.formats' => [
  17147.                 'jsonld' => [
  17148.                     => 'application/ld+json',
  17149.                 ],
  17150.                 'jsonhal' => [
  17151.                     => 'application/hal+json',
  17152.                 ],
  17153.                 'json' => [
  17154.                     => 'application/json',
  17155.                 ],
  17156.                 'xml' => [
  17157.                     => 'application/xml',
  17158.                     => 'text/xml',
  17159.                 ],
  17160.                 'html' => [
  17161.                     => 'text/html',
  17162.                 ],
  17163.             ],
  17164.             'api_platform.patch_formats' => [
  17165.             ],
  17166.             'api_platform.error_formats' => [
  17167.                 'jsonproblem' => [
  17168.                     => 'application/problem+json',
  17169.                 ],
  17170.                 'jsonld' => [
  17171.                     => 'application/ld+json',
  17172.                 ],
  17173.             ],
  17174.             'api_platform.allow_plain_identifiers' => false,
  17175.             'api_platform.eager_loading.enabled' => true,
  17176.             'api_platform.eager_loading.max_joins' => 30,
  17177.             'api_platform.eager_loading.fetch_partial' => false,
  17178.             'api_platform.eager_loading.force_eager' => true,
  17179.             'api_platform.collection.exists_parameter_name' => 'exists',
  17180.             'api_platform.collection.order' => 'ASC',
  17181.             'api_platform.collection.order_parameter_name' => 'order',
  17182.             'api_platform.collection.order_nulls_comparison' => NULL,
  17183.             'api_platform.collection.pagination.enabled' => true,
  17184.             'api_platform.collection.pagination.partial' => false,
  17185.             'api_platform.collection.pagination.client_enabled' => false,
  17186.             'api_platform.collection.pagination.client_items_per_page' => false,
  17187.             'api_platform.collection.pagination.client_partial' => false,
  17188.             'api_platform.collection.pagination.items_per_page' => 30,
  17189.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  17190.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  17191.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  17192.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  17193.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  17194.             'api_platform.collection.pagination' => [
  17195.                 'enabled' => true,
  17196.                 'partial' => false,
  17197.                 'client_enabled' => false,
  17198.                 'client_items_per_page' => false,
  17199.                 'client_partial' => false,
  17200.                 'items_per_page' => 30,
  17201.                 'maximum_items_per_page' => NULL,
  17202.                 'page_parameter_name' => 'page',
  17203.                 'enabled_parameter_name' => 'pagination',
  17204.                 'items_per_page_parameter_name' => 'itemsPerPage',
  17205.                 'partial_parameter_name' => 'partial',
  17206.             ],
  17207.             'api_platform.http_cache.etag' => true,
  17208.             'api_platform.http_cache.max_age' => NULL,
  17209.             'api_platform.http_cache.shared_max_age' => NULL,
  17210.             'api_platform.http_cache.vary' => [
  17211.                 => 'Accept',
  17212.             ],
  17213.             'api_platform.http_cache.public' => NULL,
  17214.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  17215.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  17216.             'api_platform.asset_package' => NULL,
  17217.             'api_platform.defaults' => [
  17218.                 'extra_properties' => [
  17219.                 ],
  17220.                 'formats' => [
  17221.                     => 'json',
  17222.                 ],
  17223.             ],
  17224.             'api_platform.resource_class_directories' => [
  17225.                 => (\dirname(__DIR__4).'/src/ClientBundle/Entity'),
  17226.                 => (\dirname(__DIR__4).'/src/CoreBundle/Entity'),
  17227.                 => (\dirname(__DIR__4).'/src/InvoiceBundle/Entity'),
  17228.                 => (\dirname(__DIR__4).'/src/PaymentBundle/Entity'),
  17229.                 => (\dirname(__DIR__4).'/src/QuoteBundle/Entity'),
  17230.                 => (\dirname(__DIR__4).'/src/SettingsBundle/Entity'),
  17231.                 => (\dirname(__DIR__4).'/src/TaxBundle/Entity'),
  17232.                 => (\dirname(__DIR__4).'/src/UserBundle/Entity'),
  17233.             ],
  17234.             'api_platform.oauth.enabled' => false,
  17235.             'api_platform.oauth.clientId' => '',
  17236.             'api_platform.oauth.clientSecret' => '',
  17237.             'api_platform.oauth.type' => 'oauth2',
  17238.             'api_platform.oauth.flow' => 'application',
  17239.             'api_platform.oauth.tokenUrl' => '',
  17240.             'api_platform.oauth.authorizationUrl' => '',
  17241.             'api_platform.oauth.refreshUrl' => '',
  17242.             'api_platform.oauth.scopes' => [
  17243.             ],
  17244.             'api_platform.oauth.pkce' => false,
  17245.             'api_platform.openapi.termsOfService' => NULL,
  17246.             'api_platform.openapi.contact.name' => NULL,
  17247.             'api_platform.openapi.contact.url' => NULL,
  17248.             'api_platform.openapi.contact.email' => NULL,
  17249.             'api_platform.openapi.license.name' => NULL,
  17250.             'api_platform.openapi.license.url' => NULL,
  17251.             'api_platform.swagger.versions' => [
  17252.                 => 2,
  17253.                 => 3,
  17254.             ],
  17255.             'api_platform.enable_swagger_ui' => true,
  17256.             'api_platform.enable_re_doc' => true,
  17257.             'api_platform.swagger.api_keys' => [
  17258.                 => [
  17259.                     'name' => 'X-API-TOKEN',
  17260.                     'type' => 'header',
  17261.                 ],
  17262.             ],
  17263.             'api_platform.swagger_ui.extra_configuration' => [
  17264.             ],
  17265.             'api_platform.graphql.enabled' => false,
  17266.             'api_platform.graphql.graphiql.enabled' => false,
  17267.             'api_platform.graphql.graphql_playground.enabled' => false,
  17268.             'api_platform.graphql.collection.pagination' => [
  17269.                 'enabled' => true,
  17270.             ],
  17271.             'api_platform.validator.serialize_payload_fields' => [
  17272.             ],
  17273.             'api_platform.validator.query_parameter_validation' => true,
  17274.             'api_platform.elasticsearch.enabled' => false,
  17275.             'grid.definitions' => [
  17276.                 'active_client_grid' => [
  17277.                     'title' => 'Active Clients',
  17278.                     'icon' => 'check',
  17279.                     'source' => [
  17280.                         'repository' => 'SolidInvoiceClientBundle:Client',
  17281.                         'method' => 'getGridQuery',
  17282.                     ],
  17283.                     'properties' => [
  17284.                         'route' => '_clients_view',
  17285.                         'sortable' => true,
  17286.                         'paginate' => true,
  17287.                     ],
  17288.                     'columns' => [
  17289.                         'id' => [
  17290.                             'name' => 'id',
  17291.                             'label' => 'ID',
  17292.                             'editable' => false,
  17293.                             'cell' => 'string',
  17294.                             'formatter' => NULL,
  17295.                         ],
  17296.                         'name' => [
  17297.                             'name' => 'name',
  17298.                             'label' => 'Name',
  17299.                             'editable' => false,
  17300.                             'cell' => 'string',
  17301.                             'formatter' => NULL,
  17302.                         ],
  17303.                         'website' => [
  17304.                             'name' => 'website',
  17305.                             'label' => 'Website',
  17306.                             'editable' => false,
  17307.                             'cell' => 'uri',
  17308.                             'formatter' => NULL,
  17309.                         ],
  17310.                         'status' => [
  17311.                             'name' => 'status',
  17312.                             'label' => 'Status',
  17313.                             'editable' => false,
  17314.                             'cell' => 'client_status',
  17315.                             'formatter' => NULL,
  17316.                         ],
  17317.                         'created' => [
  17318.                             'name' => 'created',
  17319.                             'label' => 'Created',
  17320.                             'editable' => false,
  17321.                             'cell' => 'date',
  17322.                             'formatter' => NULL,
  17323.                         ],
  17324.                     ],
  17325.                     'search' => [
  17326.                         'fields' => [
  17327.                             => 'name',
  17328.                             => 'website',
  17329.                             => 'status',
  17330.                         ],
  17331.                     ],
  17332.                     'line_actions' => [
  17333.                         'view' => [
  17334.                             'icon' => 'eye',
  17335.                             'label' => 'client.grid.actions.view',
  17336.                             'route' => '_clients_view',
  17337.                             'route_params' => [
  17338.                                 'id' => 'id',
  17339.                             ],
  17340.                             'conditions' => [
  17341.                             ],
  17342.                         ],
  17343.                         'edit' => [
  17344.                             'icon' => 'edit',
  17345.                             'label' => 'client.grid.actions.edit',
  17346.                             'route' => '_clients_edit',
  17347.                             'route_params' => [
  17348.                                 'id' => 'id',
  17349.                             ],
  17350.                             'conditions' => [
  17351.                             ],
  17352.                         ],
  17353.                     ],
  17354.                     'actions' => [
  17355.                         'archive' => [
  17356.                             'label' => 'Archive',
  17357.                             'icon' => 'archive',
  17358.                             'confirm' => 'Are you sure you want to archive the selected rows?',
  17359.                             'action' => 'client_grid_archive',
  17360.                             'className' => 'warning',
  17361.                         ],
  17362.                         'delete' => [
  17363.                             'label' => 'Delete',
  17364.                             'icon' => 'ban',
  17365.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  17366.                             'action' => 'client_grid_delete',
  17367.                             'className' => 'danger',
  17368.                         ],
  17369.                     ],
  17370.                     'filters' => [
  17371.                     ],
  17372.                 ],
  17373.                 'archive_client_grid' => [
  17374.                     'title' => 'Archived Clients',
  17375.                     'icon' => 'archive',
  17376.                     'source' => [
  17377.                         'repository' => 'SolidInvoiceClientBundle:Client',
  17378.                         'method' => 'getArchivedGridQuery',
  17379.                     ],
  17380.                     'properties' => [
  17381.                         'route' => '_clients_view',
  17382.                         'sortable' => true,
  17383.                         'paginate' => true,
  17384.                     ],
  17385.                     'columns' => [
  17386.                         'id' => [
  17387.                             'name' => 'id',
  17388.                             'label' => 'ID',
  17389.                             'editable' => false,
  17390.                             'cell' => 'integer',
  17391.                             'formatter' => NULL,
  17392.                         ],
  17393.                         'name' => [
  17394.                             'name' => 'name',
  17395.                             'label' => 'Name',
  17396.                             'editable' => false,
  17397.                             'cell' => 'string',
  17398.                             'formatter' => NULL,
  17399.                         ],
  17400.                         'website' => [
  17401.                             'name' => 'website',
  17402.                             'label' => 'Website',
  17403.                             'editable' => false,
  17404.                             'cell' => 'uri',
  17405.                             'formatter' => NULL,
  17406.                         ],
  17407.                         'status' => [
  17408.                             'name' => 'status',
  17409.                             'label' => 'Status',
  17410.                             'editable' => false,
  17411.                             'cell' => 'client_status',
  17412.                             'formatter' => NULL,
  17413.                         ],
  17414.                         'created' => [
  17415.                             'name' => 'created',
  17416.                             'label' => 'Created',
  17417.                             'editable' => false,
  17418.                             'cell' => 'date',
  17419.                             'formatter' => NULL,
  17420.                         ],
  17421.                     ],
  17422.                     'search' => [
  17423.                         'fields' => [
  17424.                             => 'name',
  17425.                             => 'website',
  17426.                             => 'status',
  17427.                         ],
  17428.                     ],
  17429.                     'actions' => [
  17430.                         'restore' => [
  17431.                             'label' => 'Restore',
  17432.                             'icon' => 'archive',
  17433.                             'confirm' => 'Are you sure you want to restore the selected rows?',
  17434.                             'action' => 'client_grid_restore',
  17435.                             'className' => 'info',
  17436.                         ],
  17437.                         'delete' => [
  17438.                             'label' => 'Delete',
  17439.                             'icon' => 'ban',
  17440.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  17441.                             'action' => 'client_grid_delete',
  17442.                             'className' => 'danger',
  17443.                         ],
  17444.                     ],
  17445.                     'line_actions' => [
  17446.                     ],
  17447.                     'filters' => [
  17448.                     ],
  17449.                 ],
  17450.                 'active_invoice_grid' => [
  17451.                     'title' => 'Active Invoices',
  17452.                     'icon' => 'check',
  17453.                     'source' => [
  17454.                         'repository' => 'SolidInvoiceInvoiceBundle:Invoice',
  17455.                         'method' => 'getGridQuery',
  17456.                     ],
  17457.                     'properties' => [
  17458.                         'route' => '_invoices_view',
  17459.                         'sortable' => true,
  17460.                         'paginate' => true,
  17461.                     ],
  17462.                     'columns' => [
  17463.                         'id' => [
  17464.                             'name' => 'invoiceId',
  17465.                             'label' => 'ID',
  17466.                             'editable' => false,
  17467.                             'cell' => 'string',
  17468.                             'formatter' => NULL,
  17469.                         ],
  17470.                         'status' => [
  17471.                             'name' => 'status',
  17472.                             'label' => 'Status',
  17473.                             'editable' => false,
  17474.                             'cell' => 'invoice_status',
  17475.                             'formatter' => NULL,
  17476.                         ],
  17477.                         'client' => [
  17478.                             'name' => 'client',
  17479.                             'label' => 'Client',
  17480.                             'editable' => false,
  17481.                             'cell' => 'client',
  17482.                             'formatter' => NULL,
  17483.                         ],
  17484.                         'total' => [
  17485.                             'name' => 'total',
  17486.                             'label' => 'Total',
  17487.                             'editable' => false,
  17488.                             'cell' => 'money',
  17489.                             'formatter' => 'money',
  17490.                         ],
  17491.                         'tax' => [
  17492.                             'name' => 'tax',
  17493.                             'label' => 'Tax',
  17494.                             'editable' => false,
  17495.                             'cell' => 'money',
  17496.                             'formatter' => 'money',
  17497.                         ],
  17498.                         'discount' => [
  17499.                             'name' => 'discount',
  17500.                             'label' => 'Discount',
  17501.                             'editable' => false,
  17502.                             'cell' => 'string',
  17503.                             'formatter' => 'discount',
  17504.                         ],
  17505.                         'created' => [
  17506.                             'name' => 'created',
  17507.                             'label' => 'Created',
  17508.                             'editable' => false,
  17509.                             'cell' => 'date',
  17510.                             'formatter' => NULL,
  17511.                         ],
  17512.                     ],
  17513.                     'search' => [
  17514.                         'fields' => [
  17515.                             => 'status',
  17516.                             => 'total',
  17517.                             => 'c.name',
  17518.                         ],
  17519.                     ],
  17520.                     'line_actions' => [
  17521.                         'view' => [
  17522.                             'icon' => 'eye',
  17523.                             'label' => 'invoice.grid.actions.view',
  17524.                             'route' => '_invoices_view',
  17525.                             'route_params' => [
  17526.                                 'id' => 'id',
  17527.                             ],
  17528.                             'conditions' => [
  17529.                             ],
  17530.                         ],
  17531.                         'edit' => [
  17532.                             'icon' => 'edit',
  17533.                             'label' => 'invoice.grid.actions.edit',
  17534.                             'route' => '_invoices_edit',
  17535.                             'route_params' => [
  17536.                                 'id' => 'id',
  17537.                             ],
  17538.                             'conditions' => [
  17539.                             ],
  17540.                         ],
  17541.                     ],
  17542.                     'actions' => [
  17543.                         'archive' => [
  17544.                             'label' => 'Archive',
  17545.                             'icon' => 'archive',
  17546.                             'confirm' => 'Are you sure you want to archive the selected rows?',
  17547.                             'action' => 'invoice_grid_archive',
  17548.                             'className' => 'warning',
  17549.                         ],
  17550.                         'delete' => [
  17551.                             'label' => 'Delete',
  17552.                             'icon' => 'ban',
  17553.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  17554.                             'action' => 'invoice_grid_delete',
  17555.                             'className' => 'danger',
  17556.                         ],
  17557.                     ],
  17558.                     'filters' => [
  17559.                     ],
  17560.                 ],
  17561.                 'archive_invoice_grid' => [
  17562.                     'title' => 'Archived Invoices',
  17563.                     'icon' => 'archive',
  17564.                     'source' => [
  17565.                         'repository' => 'SolidInvoiceInvoiceBundle:Invoice',
  17566.                         'method' => 'getArchivedGridQuery',
  17567.                     ],
  17568.                     'properties' => [
  17569.                         'route' => '_invoices_view',
  17570.                         'sortable' => true,
  17571.                         'paginate' => true,
  17572.                     ],
  17573.                     'columns' => [
  17574.                         'id' => [
  17575.                             'name' => 'id',
  17576.                             'label' => 'ID',
  17577.                             'editable' => false,
  17578.                             'cell' => 'integer',
  17579.                             'formatter' => NULL,
  17580.                         ],
  17581.                         'status' => [
  17582.                             'name' => 'status',
  17583.                             'label' => 'Status',
  17584.                             'editable' => false,
  17585.                             'cell' => 'invoice_status',
  17586.                             'formatter' => NULL,
  17587.                         ],
  17588.                         'client' => [
  17589.                             'name' => 'client',
  17590.                             'label' => 'Client',
  17591.                             'editable' => false,
  17592.                             'cell' => 'client',
  17593.                             'formatter' => NULL,
  17594.                         ],
  17595.                         'total' => [
  17596.                             'name' => 'total',
  17597.                             'label' => 'Total',
  17598.                             'editable' => false,
  17599.                             'cell' => 'string',
  17600.                             'formatter' => NULL,
  17601.                         ],
  17602.                         'tax' => [
  17603.                             'name' => 'tax',
  17604.                             'label' => 'Tax',
  17605.                             'editable' => false,
  17606.                             'cell' => 'string',
  17607.                             'formatter' => NULL,
  17608.                         ],
  17609.                         'discount' => [
  17610.                             'name' => 'discount',
  17611.                             'label' => 'Discount',
  17612.                             'editable' => false,
  17613.                             'cell' => 'string',
  17614.                             'formatter' => 'discount',
  17615.                         ],
  17616.                         'created' => [
  17617.                             'name' => 'created',
  17618.                             'label' => 'Created',
  17619.                             'editable' => false,
  17620.                             'cell' => 'date',
  17621.                             'formatter' => NULL,
  17622.                         ],
  17623.                     ],
  17624.                     'search' => [
  17625.                         'fields' => [
  17626.                             => 'status',
  17627.                             => 'total',
  17628.                             => 'c.name',
  17629.                         ],
  17630.                     ],
  17631.                     'actions' => [
  17632.                         'delete' => [
  17633.                             'label' => 'Delete',
  17634.                             'icon' => 'ban',
  17635.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  17636.                             'action' => 'invoice_grid_delete',
  17637.                             'className' => 'danger',
  17638.                         ],
  17639.                     ],
  17640.                     'line_actions' => [
  17641.                     ],
  17642.                     'filters' => [
  17643.                     ],
  17644.                 ],
  17645.                 'recurring_invoice_grid' => [
  17646.                     'title' => 'Recurring Invoices',
  17647.                     'icon' => 'sync-alt',
  17648.                     'source' => [
  17649.                         'repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice',
  17650.                         'method' => 'getRecurringGridQuery',
  17651.                     ],
  17652.                     'properties' => [
  17653.                         'route' => '_invoices_view_recurring',
  17654.                         'sortable' => true,
  17655.                         'paginate' => true,
  17656.                     ],
  17657.                     'columns' => [
  17658.                         'id' => [
  17659.                             'name' => 'id',
  17660.                             'label' => 'ID',
  17661.                             'editable' => false,
  17662.                             'cell' => 'integer',
  17663.                             'formatter' => NULL,
  17664.                         ],
  17665.                         'status' => [
  17666.                             'name' => 'status',
  17667.                             'label' => 'Status',
  17668.                             'editable' => false,
  17669.                             'cell' => 'invoice_status',
  17670.                             'formatter' => NULL,
  17671.                         ],
  17672.                         'client' => [
  17673.                             'name' => 'client',
  17674.                             'label' => 'Client',
  17675.                             'editable' => false,
  17676.                             'cell' => 'client',
  17677.                             'formatter' => NULL,
  17678.                         ],
  17679.                         'total' => [
  17680.                             'name' => 'total',
  17681.                             'label' => 'Total',
  17682.                             'editable' => false,
  17683.                             'cell' => 'money',
  17684.                             'formatter' => 'money',
  17685.                         ],
  17686.                         'tax' => [
  17687.                             'name' => 'tax',
  17688.                             'label' => 'Tax',
  17689.                             'editable' => false,
  17690.                             'cell' => 'money',
  17691.                             'formatter' => 'money',
  17692.                         ],
  17693.                         'discount' => [
  17694.                             'name' => 'discount',
  17695.                             'label' => 'Discount',
  17696.                             'editable' => false,
  17697.                             'cell' => 'string',
  17698.                             'formatter' => 'discount',
  17699.                         ],
  17700.                         'dateStart' => [
  17701.                             'name' => 'dateStart',
  17702.                             'label' => 'Start Date',
  17703.                             'editable' => false,
  17704.                             'cell' => 'recurringInvoiceStart',
  17705.                             'formatter' => NULL,
  17706.                         ],
  17707.                         'dateEnd' => [
  17708.                             'name' => 'dateEnd',
  17709.                             'label' => 'End Date',
  17710.                             'editable' => false,
  17711.                             'cell' => 'recurringInvoiceEnd',
  17712.                             'formatter' => NULL,
  17713.                         ],
  17714.                         'frequency' => [
  17715.                             'name' => 'frequency',
  17716.                             'label' => 'Frequency',
  17717.                             'editable' => false,
  17718.                             'cell' => 'recurringInvoiceFrequency',
  17719.                             'formatter' => NULL,
  17720.                         ],
  17721.                         'created' => [
  17722.                             'name' => 'created',
  17723.                             'label' => 'Created',
  17724.                             'editable' => false,
  17725.                             'cell' => 'date',
  17726.                             'formatter' => NULL,
  17727.                         ],
  17728.                     ],
  17729.                     'search' => [
  17730.                         'fields' => [
  17731.                             => 'status',
  17732.                             => 'total',
  17733.                             => 'c.name',
  17734.                         ],
  17735.                     ],
  17736.                     'line_actions' => [
  17737.                         'view' => [
  17738.                             'icon' => 'eye',
  17739.                             'label' => 'invoice.grid.actions.view',
  17740.                             'route' => '_invoices_view',
  17741.                             'route_params' => [
  17742.                                 'id' => 'id',
  17743.                             ],
  17744.                             'conditions' => [
  17745.                             ],
  17746.                         ],
  17747.                         'edit' => [
  17748.                             'icon' => 'edit',
  17749.                             'label' => 'invoice.grid.actions.edit',
  17750.                             'route' => '_invoices_edit_recurring',
  17751.                             'route_params' => [
  17752.                                 'id' => 'id',
  17753.                             ],
  17754.                             'conditions' => [
  17755.                             ],
  17756.                         ],
  17757.                     ],
  17758.                     'actions' => [
  17759.                         'archive' => [
  17760.                             'label' => 'Archive',
  17761.                             'icon' => 'archive',
  17762.                             'confirm' => 'Are you sure you want to archive the selected rows?',
  17763.                             'action' => 'invoice_grid_recurring_archive',
  17764.                             'className' => 'warning',
  17765.                         ],
  17766.                         'delete' => [
  17767.                             'label' => 'Delete',
  17768.                             'icon' => 'ban',
  17769.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  17770.                             'action' => 'invoice_grid_recurring_delete',
  17771.                             'className' => 'danger',
  17772.                         ],
  17773.                     ],
  17774.                     'filters' => [
  17775.                     ],
  17776.                 ],
  17777.                 'archive_recurring_invoice_grid' => [
  17778.                     'title' => 'Archived Recurring Invoices',
  17779.                     'icon' => 'archive',
  17780.                     'source' => [
  17781.                         'repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice',
  17782.                         'method' => 'getArchivedGridQuery',
  17783.                     ],
  17784.                     'properties' => [
  17785.                         'route' => '_invoices_view_recurring',
  17786.                         'sortable' => true,
  17787.                         'paginate' => true,
  17788.                     ],
  17789.                     'columns' => [
  17790.                         'id' => [
  17791.                             'name' => 'id',
  17792.                             'label' => 'ID',
  17793.                             'editable' => false,
  17794.                             'cell' => 'integer',
  17795.                             'formatter' => NULL,
  17796.                         ],
  17797.                         'status' => [
  17798.                             'name' => 'status',
  17799.                             'label' => 'Status',
  17800.                             'editable' => false,
  17801.                             'cell' => 'invoice_status',
  17802.                             'formatter' => NULL,
  17803.                         ],
  17804.                         'client' => [
  17805.                             'name' => 'client',
  17806.                             'label' => 'Client',
  17807.                             'editable' => false,
  17808.                             'cell' => 'client',
  17809.                             'formatter' => NULL,
  17810.                         ],
  17811.                         'total' => [
  17812.                             'name' => 'total',
  17813.                             'label' => 'Total',
  17814.                             'editable' => false,
  17815.                             'cell' => 'money',
  17816.                             'formatter' => 'money',
  17817.                         ],
  17818.                         'tax' => [
  17819.                             'name' => 'tax',
  17820.                             'label' => 'Tax',
  17821.                             'editable' => false,
  17822.                             'cell' => 'money',
  17823.                             'formatter' => 'money',
  17824.                         ],
  17825.                         'discount' => [
  17826.                             'name' => 'discount',
  17827.                             'label' => 'Discount',
  17828.                             'editable' => false,
  17829.                             'cell' => 'string',
  17830.                             'formatter' => 'discount',
  17831.                         ],
  17832.                         'dateStart' => [
  17833.                             'name' => 'dateStart',
  17834.                             'label' => 'Start Date',
  17835.                             'editable' => false,
  17836.                             'cell' => 'recurringInvoiceStart',
  17837.                             'formatter' => NULL,
  17838.                         ],
  17839.                         'dateEnd' => [
  17840.                             'name' => 'dateEnd',
  17841.                             'label' => 'End Date',
  17842.                             'editable' => false,
  17843.                             'cell' => 'recurringInvoiceEnd',
  17844.                             'formatter' => NULL,
  17845.                         ],
  17846.                         'frequency' => [
  17847.                             'name' => 'frequency',
  17848.                             'label' => 'Frequency',
  17849.                             'editable' => false,
  17850.                             'cell' => 'recurringInvoiceFrequency',
  17851.                             'formatter' => NULL,
  17852.                         ],
  17853.                         'created' => [
  17854.                             'name' => 'created',
  17855.                             'label' => 'Created',
  17856.                             'editable' => false,
  17857.                             'cell' => 'date',
  17858.                             'formatter' => NULL,
  17859.                         ],
  17860.                     ],
  17861.                     'search' => [
  17862.                         'fields' => [
  17863.                             => 'status',
  17864.                             => 'total',
  17865.                             => 'c.name',
  17866.                         ],
  17867.                     ],
  17868.                     'actions' => [
  17869.                         'delete' => [
  17870.                             'label' => 'Delete',
  17871.                             'icon' => 'ban',
  17872.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  17873.                             'action' => 'invoice_grid_recurring_delete',
  17874.                             'className' => 'danger',
  17875.                         ],
  17876.                     ],
  17877.                     'line_actions' => [
  17878.                     ],
  17879.                     'filters' => [
  17880.                     ],
  17881.                 ],
  17882.                 'payment_grid' => [
  17883.                     'source' => [
  17884.                         'repository' => 'SolidInvoicePaymentBundle:Payment',
  17885.                         'method' => 'getGridQuery',
  17886.                     ],
  17887.                     'columns' => [
  17888.                         'id' => [
  17889.                             'name' => 'id',
  17890.                             'label' => 'ID',
  17891.                             'editable' => false,
  17892.                             'cell' => 'string',
  17893.                             'formatter' => NULL,
  17894.                         ],
  17895.                         'invoice' => [
  17896.                             'name' => 'invoice',
  17897.                             'label' => 'Invoice',
  17898.                             'editable' => false,
  17899.                             'cell' => 'invoice',
  17900.                             'formatter' => NULL,
  17901.                         ],
  17902.                         'client' => [
  17903.                             'name' => 'client',
  17904.                             'label' => 'Client',
  17905.                             'editable' => false,
  17906.                             'cell' => 'client',
  17907.                             'formatter' => NULL,
  17908.                         ],
  17909.                         'total_amount' => [
  17910.                             'name' => 'totalAmount',
  17911.                             'label' => 'Total',
  17912.                             'editable' => false,
  17913.                             'cell' => 'money',
  17914.                             'formatter' => 'money',
  17915.                         ],
  17916.                         'currency_code' => [
  17917.                             'name' => 'currencyCode',
  17918.                             'label' => 'Currency',
  17919.                             'editable' => false,
  17920.                             'cell' => 'string',
  17921.                             'formatter' => NULL,
  17922.                         ],
  17923.                         'method' => [
  17924.                             'name' => 'method',
  17925.                             'label' => 'Method',
  17926.                             'editable' => false,
  17927.                             'cell' => 'string',
  17928.                             'formatter' => 'object',
  17929.                         ],
  17930.                         'status' => [
  17931.                             'name' => 'status',
  17932.                             'label' => 'Status',
  17933.                             'editable' => false,
  17934.                             'cell' => 'payment_status',
  17935.                             'formatter' => NULL,
  17936.                         ],
  17937.                         'message' => [
  17938.                             'name' => 'message',
  17939.                             'label' => 'Message',
  17940.                             'editable' => false,
  17941.                             'cell' => 'string',
  17942.                             'formatter' => NULL,
  17943.                         ],
  17944.                         'completed' => [
  17945.                             'name' => 'completed',
  17946.                             'label' => 'Completed',
  17947.                             'editable' => false,
  17948.                             'cell' => 'date',
  17949.                             'formatter' => NULL,
  17950.                         ],
  17951.                         'created' => [
  17952.                             'name' => 'created',
  17953.                             'label' => 'Created',
  17954.                             'editable' => false,
  17955.                             'cell' => 'date',
  17956.                             'formatter' => NULL,
  17957.                         ],
  17958.                     ],
  17959.                     'search' => [
  17960.                         'fields' => [
  17961.                             => 'totalAmount',
  17962.                             => 'currencyCode',
  17963.                             => 'm.name',
  17964.                             => 'status',
  17965.                             => 'message',
  17966.                             => 'c.name',
  17967.                         ],
  17968.                     ],
  17969.                     'icon' => '',
  17970.                     'title' => '',
  17971.                     'properties' => [
  17972.                         'sortable' => true,
  17973.                         'paginate' => true,
  17974.                         'route' => NULL,
  17975.                     ],
  17976.                     'actions' => [
  17977.                     ],
  17978.                     'line_actions' => [
  17979.                     ],
  17980.                     'filters' => [
  17981.                     ],
  17982.                 ],
  17983.                 'invoice_payment_grid' => [
  17984.                     'source' => [
  17985.                         'repository' => 'SolidInvoicePaymentBundle:Payment',
  17986.                         'method' => 'getGridQuery',
  17987.                     ],
  17988.                     'columns' => [
  17989.                         'status' => [
  17990.                             'name' => 'status',
  17991.                             'label' => 'Status',
  17992.                             'editable' => false,
  17993.                             'cell' => 'payment_status',
  17994.                             'formatter' => NULL,
  17995.                         ],
  17996.                         'method' => [
  17997.                             'name' => 'method',
  17998.                             'label' => 'Method',
  17999.                             'editable' => false,
  18000.                             'cell' => 'string',
  18001.                             'formatter' => 'object',
  18002.                         ],
  18003.                         'completed' => [
  18004.                             'name' => 'completed',
  18005.                             'label' => 'Completed',
  18006.                             'editable' => false,
  18007.                             'cell' => 'date',
  18008.                             'formatter' => NULL,
  18009.                         ],
  18010.                         'total_amount' => [
  18011.                             'name' => 'totalAmount',
  18012.                             'label' => 'Total',
  18013.                             'editable' => false,
  18014.                             'cell' => 'string',
  18015.                             'formatter' => 'money',
  18016.                         ],
  18017.                         'message' => [
  18018.                             'name' => 'message',
  18019.                             'label' => 'Message',
  18020.                             'editable' => false,
  18021.                             'cell' => 'string',
  18022.                             'formatter' => NULL,
  18023.                         ],
  18024.                     ],
  18025.                     'search' => [
  18026.                         'fields' => [
  18027.                             => 'totalAmount',
  18028.                             => 'currencyCode',
  18029.                             => 'm.name',
  18030.                             => 'status',
  18031.                             => 'message',
  18032.                         ],
  18033.                     ],
  18034.                     'icon' => '',
  18035.                     'title' => '',
  18036.                     'properties' => [
  18037.                         'sortable' => true,
  18038.                         'paginate' => true,
  18039.                         'route' => NULL,
  18040.                     ],
  18041.                     'actions' => [
  18042.                     ],
  18043.                     'line_actions' => [
  18044.                     ],
  18045.                     'filters' => [
  18046.                     ],
  18047.                 ],
  18048.                 'client_payment_grid' => [
  18049.                     'source' => [
  18050.                         'repository' => 'SolidInvoicePaymentBundle:Payment',
  18051.                         'method' => 'getGridQuery',
  18052.                     ],
  18053.                     'columns' => [
  18054.                         'invoice' => [
  18055.                             'name' => 'invoice',
  18056.                             'label' => 'Invoice',
  18057.                             'editable' => false,
  18058.                             'cell' => 'invoice',
  18059.                             'formatter' => NULL,
  18060.                         ],
  18061.                         'status' => [
  18062.                             'name' => 'status',
  18063.                             'label' => 'Status',
  18064.                             'editable' => false,
  18065.                             'cell' => 'payment_status',
  18066.                             'formatter' => NULL,
  18067.                         ],
  18068.                         'method' => [
  18069.                             'name' => 'method',
  18070.                             'label' => 'Method',
  18071.                             'editable' => false,
  18072.                             'cell' => 'string',
  18073.                             'formatter' => 'object',
  18074.                         ],
  18075.                         'completed' => [
  18076.                             'name' => 'completed',
  18077.                             'label' => 'Completed',
  18078.                             'editable' => false,
  18079.                             'cell' => 'date',
  18080.                             'formatter' => NULL,
  18081.                         ],
  18082.                         'total_amount' => [
  18083.                             'name' => 'totalAmount',
  18084.                             'label' => 'Total',
  18085.                             'editable' => false,
  18086.                             'cell' => 'string',
  18087.                             'formatter' => 'money',
  18088.                         ],
  18089.                         'message' => [
  18090.                             'name' => 'message',
  18091.                             'label' => 'Message',
  18092.                             'editable' => false,
  18093.                             'cell' => 'string',
  18094.                             'formatter' => NULL,
  18095.                         ],
  18096.                     ],
  18097.                     'search' => [
  18098.                         'fields' => [
  18099.                             => 'totalAmount',
  18100.                             => 'currencyCode',
  18101.                             => 'status',
  18102.                             => 'message',
  18103.                         ],
  18104.                     ],
  18105.                     'icon' => '',
  18106.                     'title' => '',
  18107.                     'properties' => [
  18108.                         'sortable' => true,
  18109.                         'paginate' => true,
  18110.                         'route' => NULL,
  18111.                     ],
  18112.                     'actions' => [
  18113.                     ],
  18114.                     'line_actions' => [
  18115.                     ],
  18116.                     'filters' => [
  18117.                     ],
  18118.                 ],
  18119.                 'active_quote_grid' => [
  18120.                     'title' => 'Oferte Active',
  18121.                     'icon' => 'check',
  18122.                     'source' => [
  18123.                         'repository' => 'SolidInvoiceQuoteBundle:Quote',
  18124.                         'method' => 'getGridQuery',
  18125.                     ],
  18126.                     'properties' => [
  18127.                         'route' => '_quotes_view',
  18128.                         'sortable' => true,
  18129.                         'paginate' => true,
  18130.                     ],
  18131.                     'columns' => [
  18132.                         'id' => [
  18133.                             'name' => 'quoteId',
  18134.                             'label' => 'ID',
  18135.                             'editable' => false,
  18136.                             'cell' => 'string',
  18137.                             'formatter' => NULL,
  18138.                         ],
  18139.                         'status' => [
  18140.                             'name' => 'status',
  18141.                             'label' => 'Status',
  18142.                             'editable' => false,
  18143.                             'cell' => 'quote_status',
  18144.                             'formatter' => NULL,
  18145.                         ],
  18146.                         'client' => [
  18147.                             'name' => 'client',
  18148.                             'label' => 'Client',
  18149.                             'editable' => false,
  18150.                             'cell' => 'client',
  18151.                             'formatter' => NULL,
  18152.                         ],
  18153.                         'total' => [
  18154.                             'name' => 'total',
  18155.                             'label' => 'Total',
  18156.                             'editable' => false,
  18157.                             'cell' => 'money',
  18158.                             'formatter' => 'money',
  18159.                         ],
  18160.                         'tax' => [
  18161.                             'name' => 'tax',
  18162.                             'label' => 'Tax',
  18163.                             'editable' => false,
  18164.                             'cell' => 'money',
  18165.                             'formatter' => 'money',
  18166.                         ],
  18167.                         'discount' => [
  18168.                             'name' => 'discount',
  18169.                             'label' => 'Discount',
  18170.                             'editable' => false,
  18171.                             'cell' => 'string',
  18172.                             'formatter' => 'discount',
  18173.                         ],
  18174.                         'created' => [
  18175.                             'name' => 'created',
  18176.                             'label' => 'Created',
  18177.                             'editable' => false,
  18178.                             'cell' => 'date',
  18179.                             'formatter' => NULL,
  18180.                         ],
  18181.                     ],
  18182.                     'search' => [
  18183.                         'fields' => [
  18184.                             => 'status',
  18185.                             => 'total',
  18186.                             => 'c.name',
  18187.                         ],
  18188.                     ],
  18189.                     'line_actions' => [
  18190.                         'view' => [
  18191.                             'icon' => 'eye',
  18192.                             'label' => 'quote.grid.actions.view',
  18193.                             'route' => '_quotes_view',
  18194.                             'route_params' => [
  18195.                                 'id' => 'id',
  18196.                             ],
  18197.                             'conditions' => [
  18198.                             ],
  18199.                         ],
  18200.                         'edit' => [
  18201.                             'icon' => 'edit',
  18202.                             'label' => 'quote.grid.actions.edit',
  18203.                             'route' => '_quotes_edit',
  18204.                             'route_params' => [
  18205.                                 'id' => 'id',
  18206.                             ],
  18207.                             'conditions' => [
  18208.                             ],
  18209.                         ],
  18210.                     ],
  18211.                     'actions' => [
  18212.                         'archive' => [
  18213.                             'label' => 'Arhiveaza',
  18214.                             'icon' => 'archive',
  18215.                             'confirm' => 'Are you sure you want to archive the selected rows?',
  18216.                             'action' => 'quote_grid_archive',
  18217.                             'className' => 'warning',
  18218.                         ],
  18219.                         'delete' => [
  18220.                             'label' => 'Sterge',
  18221.                             'icon' => 'ban',
  18222.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  18223.                             'action' => 'quote_grid_delete',
  18224.                             'className' => 'danger',
  18225.                         ],
  18226.                     ],
  18227.                     'filters' => [
  18228.                     ],
  18229.                 ],
  18230.                 'archive_quote_grid' => [
  18231.                     'title' => 'Oferte Arhivate',
  18232.                     'icon' => 'archive',
  18233.                     'source' => [
  18234.                         'repository' => 'SolidInvoiceQuoteBundle:Quote',
  18235.                         'method' => 'getArchivedGridQuery',
  18236.                     ],
  18237.                     'properties' => [
  18238.                         'route' => '_quotes_view',
  18239.                         'sortable' => true,
  18240.                         'paginate' => true,
  18241.                     ],
  18242.                     'columns' => [
  18243.                         'id' => [
  18244.                             'name' => 'id',
  18245.                             'label' => 'ID',
  18246.                             'editable' => false,
  18247.                             'cell' => 'integer',
  18248.                             'formatter' => NULL,
  18249.                         ],
  18250.                         'status' => [
  18251.                             'name' => 'status',
  18252.                             'label' => 'Status',
  18253.                             'editable' => false,
  18254.                             'cell' => 'quote_status',
  18255.                             'formatter' => NULL,
  18256.                         ],
  18257.                         'client' => [
  18258.                             'name' => 'client',
  18259.                             'label' => 'Client',
  18260.                             'editable' => false,
  18261.                             'cell' => 'client',
  18262.                             'formatter' => NULL,
  18263.                         ],
  18264.                         'total' => [
  18265.                             'name' => 'total',
  18266.                             'label' => 'Total',
  18267.                             'editable' => false,
  18268.                             'cell' => 'string',
  18269.                             'formatter' => NULL,
  18270.                         ],
  18271.                         'tax' => [
  18272.                             'name' => 'tax',
  18273.                             'label' => 'Tax',
  18274.                             'editable' => false,
  18275.                             'cell' => 'string',
  18276.                             'formatter' => NULL,
  18277.                         ],
  18278.                         'discount' => [
  18279.                             'name' => 'discount',
  18280.                             'label' => 'Discount',
  18281.                             'editable' => false,
  18282.                             'cell' => 'string',
  18283.                             'formatter' => 'discount',
  18284.                         ],
  18285.                         'created' => [
  18286.                             'name' => 'created',
  18287.                             'label' => 'Created',
  18288.                             'editable' => false,
  18289.                             'cell' => 'date',
  18290.                             'formatter' => NULL,
  18291.                         ],
  18292.                     ],
  18293.                     'search' => [
  18294.                         'fields' => [
  18295.                             => 'status',
  18296.                             => 'total',
  18297.                             => 'c.name',
  18298.                         ],
  18299.                     ],
  18300.                     'actions' => [
  18301.                         'delete' => [
  18302.                             'label' => 'Delete',
  18303.                             'icon' => 'ban',
  18304.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  18305.                             'action' => 'quote_grid_delete',
  18306.                             'className' => 'danger',
  18307.                         ],
  18308.                     ],
  18309.                     'line_actions' => [
  18310.                     ],
  18311.                     'filters' => [
  18312.                     ],
  18313.                 ],
  18314.                 'tax_grid' => [
  18315.                     'source' => [
  18316.                         'repository' => 'SolidInvoiceTaxBundle:Tax',
  18317.                         'method' => 'getGridQuery',
  18318.                     ],
  18319.                     'properties' => [
  18320.                         'route' => '_tax_rates_edit',
  18321.                         'sortable' => true,
  18322.                         'paginate' => true,
  18323.                     ],
  18324.                     'columns' => [
  18325.                         'id' => [
  18326.                             'name' => 'id',
  18327.                             'label' => 'ID',
  18328.                             'editable' => false,
  18329.                             'cell' => 'integer',
  18330.                             'formatter' => NULL,
  18331.                         ],
  18332.                         'name' => [
  18333.                             'name' => 'name',
  18334.                             'label' => 'Name',
  18335.                             'editable' => false,
  18336.                             'cell' => 'string',
  18337.                             'formatter' => NULL,
  18338.                         ],
  18339.                         'rate' => [
  18340.                             'name' => 'rate',
  18341.                             'label' => 'Rate',
  18342.                             'editable' => false,
  18343.                             'cell' => 'percent',
  18344.                             'formatter' => NULL,
  18345.                         ],
  18346.                         'type' => [
  18347.                             'name' => 'type',
  18348.                             'label' => 'Type',
  18349.                             'editable' => false,
  18350.                             'cell' => 'string',
  18351.                             'formatter' => NULL,
  18352.                         ],
  18353.                         'created' => [
  18354.                             'name' => 'created',
  18355.                             'label' => 'Created',
  18356.                             'editable' => false,
  18357.                             'cell' => 'date',
  18358.                             'formatter' => NULL,
  18359.                         ],
  18360.                     ],
  18361.                     'search' => [
  18362.                         'fields' => [
  18363.                             => 'rate',
  18364.                             => 'name',
  18365.                             => 'type',
  18366.                         ],
  18367.                     ],
  18368.                     'line_actions' => [
  18369.                         'edit' => [
  18370.                             'icon' => 'edit',
  18371.                             'label' => 'tax.grid.actions.edit',
  18372.                             'route' => '_tax_rates_edit',
  18373.                             'route_params' => [
  18374.                                 'id' => 'id',
  18375.                             ],
  18376.                             'conditions' => [
  18377.                             ],
  18378.                         ],
  18379.                     ],
  18380.                     'actions' => [
  18381.                         'delete' => [
  18382.                             'label' => 'Delete',
  18383.                             'icon' => 'ban',
  18384.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  18385.                             'action' => 'tax_grid_delete',
  18386.                             'className' => 'danger',
  18387.                         ],
  18388.                     ],
  18389.                     'icon' => '',
  18390.                     'title' => '',
  18391.                     'filters' => [
  18392.                     ],
  18393.                 ],
  18394.                 'users_list' => [
  18395.                     'title' => 'Users',
  18396.                     'icon' => 'user',
  18397.                     'source' => [
  18398.                         'repository' => 'SolidInvoiceUserBundle:User',
  18399.                         'method' => 'getGridQuery',
  18400.                     ],
  18401.                     'columns' => [
  18402.                         'name' => [
  18403.                             'name' => 'username',
  18404.                             'label' => 'Username',
  18405.                             'editable' => false,
  18406.                             'cell' => 'string',
  18407.                             'formatter' => NULL,
  18408.                         ],
  18409.                         'email' => [
  18410.                             'name' => 'email',
  18411.                             'label' => 'email',
  18412.                             'editable' => false,
  18413.                             'cell' => 'email',
  18414.                             'formatter' => NULL,
  18415.                         ],
  18416.                         'enabled' => [
  18417.                             'name' => 'enabled',
  18418.                             'label' => 'Enabled',
  18419.                             'editable' => false,
  18420.                             'cell' => 'boolean',
  18421.                             'formatter' => NULL,
  18422.                         ],
  18423.                         'created' => [
  18424.                             'name' => 'created',
  18425.                             'label' => 'Created',
  18426.                             'editable' => false,
  18427.                             'cell' => 'date',
  18428.                             'formatter' => NULL,
  18429.                         ],
  18430.                     ],
  18431.                     'search' => [
  18432.                         'fields' => [
  18433.                             => 'username',
  18434.                             => 'email',
  18435.                         ],
  18436.                     ],
  18437.                     'actions' => [
  18438.                         'delete' => [
  18439.                             'label' => 'Delete',
  18440.                             'icon' => 'ban',
  18441.                             'confirm' => 'Are you sure you want to delete the selected rows?',
  18442.                             'action' => 'user_grid_delete',
  18443.                             'className' => 'danger',
  18444.                         ],
  18445.                     ],
  18446.                     'properties' => [
  18447.                         'sortable' => true,
  18448.                         'paginate' => true,
  18449.                         'route' => NULL,
  18450.                     ],
  18451.                     'line_actions' => [
  18452.                     ],
  18453.                     'filters' => [
  18454.                     ],
  18455.                 ],
  18456.                 'users_invitations' => [
  18457.                     'title' => 'Invitations',
  18458.                     'icon' => 'envelope',
  18459.                     'source' => [
  18460.                         'repository' => 'SolidInvoiceUserBundle:UserInvitation',
  18461.                         'method' => 'getGridQuery',
  18462.                     ],
  18463.                     'columns' => [
  18464.                         'email' => [
  18465.                             'name' => 'email',
  18466.                             'label' => 'Email',
  18467.                             'editable' => false,
  18468.                             'cell' => 'email',
  18469.                             'formatter' => NULL,
  18470.                         ],
  18471.                         'status' => [
  18472.                             'name' => 'status',
  18473.                             'label' => 'Status',
  18474.                             'editable' => false,
  18475.                             'cell' => 'string',
  18476.                             'formatter' => NULL,
  18477.                         ],
  18478.                         'created' => [
  18479.                             'name' => 'created',
  18480.                             'label' => 'Created',
  18481.                             'editable' => false,
  18482.                             'cell' => 'date',
  18483.                             'formatter' => NULL,
  18484.                         ],
  18485.                     ],
  18486.                     'search' => [
  18487.                         'fields' => [
  18488.                             => 'email',
  18489.                         ],
  18490.                     ],
  18491.                     'line_actions' => [
  18492.                         're_send' => [
  18493.                             'icon' => 'envelope',
  18494.                             'label' => 'users.grid.invitation.actions.resend',
  18495.                             'route' => '_user_resend_invite',
  18496.                             'route_params' => [
  18497.                                 'id' => 'id',
  18498.                             ],
  18499.                             'conditions' => [
  18500.                             ],
  18501.                         ],
  18502.                     ],
  18503.                     'actions' => [
  18504.                         'delete' => [
  18505.                             'label' => 'Delete',
  18506.                             'icon' => 'ban',
  18507.                             'confirm' => 'Are you sure you want to remove the selected invited users?',
  18508.                             'action' => 'user_grid_delete_invitations',
  18509.                             'className' => 'danger',
  18510.                         ],
  18511.                     ],
  18512.                     'properties' => [
  18513.                         'sortable' => true,
  18514.                         'paginate' => true,
  18515.                         'route' => NULL,
  18516.                     ],
  18517.                     'filters' => [
  18518.                     ],
  18519.                 ],
  18520.             ],
  18521.             'liip_test_fixtures.cache_db.sqlite' => NULL,
  18522.             'liip_test_fixtures.keep_database_and_schema' => false,
  18523.             'liip_test_fixtures.cache_metadata' => true,
  18524.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  18525.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  18526.             'web_profiler.debug_toolbar.mode' => 2,
  18527.             'nelmio_alice.functions_blacklist' => [
  18528.                 => 'current',
  18529.                 => 'shuffle',
  18530.                 => 'date',
  18531.                 => 'time',
  18532.                 => 'file',
  18533.                 => 'md5',
  18534.                 => 'sha1',
  18535.             ],
  18536.             'nelmio_alice.locale' => 'en_US',
  18537.             'nelmio_alice.seed' => 1,
  18538.             'nelmio_alice.loading_limit' => 5,
  18539.             'nelmio_alice.max_unique_values_retry' => 150,
  18540.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  18541.             'hautelook_alice.fixtures_path' => [
  18542.                 => 'fixtures',
  18543.             ],
  18544.             'hautelook_alice.root_dirs' => [
  18545.                 => \dirname(__DIR__4),
  18546.             ],
  18547.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  18548.             'sentry.tracing.enabled' => true,
  18549.             'sentry.tracing.dbal.enabled' => true,
  18550.             'sentry.tracing.dbal.connections' => [
  18551.             ],
  18552.             'sentry.tracing.cache.enabled' => true,
  18553.             'sentry.tracing.http_client.enabled' => true,
  18554.             'data_collector.templates' => [
  18555.                 'data_collector.request' => [
  18556.                     => 'request',
  18557.                     => '@WebProfiler/Collector/request.html.twig',
  18558.                 ],
  18559.                 'api_platform.data_collector.request' => [
  18560.                     => 'api_platform.data_collector.request',
  18561.                     => '@ApiPlatform/DataCollector/request.html.twig',
  18562.                 ],
  18563.                 'data_collector.time' => [
  18564.                     => 'time',
  18565.                     => '@WebProfiler/Collector/time.html.twig',
  18566.                 ],
  18567.                 'data_collector.memory' => [
  18568.                     => 'memory',
  18569.                     => '@WebProfiler/Collector/memory.html.twig',
  18570.                 ],
  18571.                 'data_collector.validator' => [
  18572.                     => 'validator',
  18573.                     => '@WebProfiler/Collector/validator.html.twig',
  18574.                 ],
  18575.                 'data_collector.ajax' => [
  18576.                     => 'ajax',
  18577.                     => '@WebProfiler/Collector/ajax.html.twig',
  18578.                 ],
  18579.                 'data_collector.form' => [
  18580.                     => 'form',
  18581.                     => '@WebProfiler/Collector/form.html.twig',
  18582.                 ],
  18583.                 'data_collector.exception' => [
  18584.                     => 'exception',
  18585.                     => '@WebProfiler/Collector/exception.html.twig',
  18586.                 ],
  18587.                 'data_collector.logger' => [
  18588.                     => 'logger',
  18589.                     => '@WebProfiler/Collector/logger.html.twig',
  18590.                 ],
  18591.                 'data_collector.events' => [
  18592.                     => 'events',
  18593.                     => '@WebProfiler/Collector/events.html.twig',
  18594.                 ],
  18595.                 'data_collector.router' => [
  18596.                     => 'router',
  18597.                     => '@WebProfiler/Collector/router.html.twig',
  18598.                 ],
  18599.                 'data_collector.cache' => [
  18600.                     => 'cache',
  18601.                     => '@WebProfiler/Collector/cache.html.twig',
  18602.                 ],
  18603.                 'data_collector.translation' => [
  18604.                     => 'translation',
  18605.                     => '@WebProfiler/Collector/translation.html.twig',
  18606.                 ],
  18607.                 'data_collector.security' => [
  18608.                     => 'security',
  18609.                     => '@Security/Collector/security.html.twig',
  18610.                 ],
  18611.                 'data_collector.twig' => [
  18612.                     => 'twig',
  18613.                     => '@WebProfiler/Collector/twig.html.twig',
  18614.                 ],
  18615.                 'ux.twig_component.data_collector' => [
  18616.                     => 'twig_component',
  18617.                     => '@TwigComponent/Collector/twig_component.html.twig',
  18618.                 ],
  18619.                 'data_collector.http_client' => [
  18620.                     => 'http_client',
  18621.                     => '@WebProfiler/Collector/http_client.html.twig',
  18622.                 ],
  18623.                 'data_collector.doctrine' => [
  18624.                     => 'db',
  18625.                     => '@Doctrine/Collector/db.html.twig',
  18626.                 ],
  18627.                 'swiftmailer.data_collector' => [
  18628.                     => 'swiftmailer',
  18629.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  18630.                 ],
  18631.                 'data_collector.dump' => [
  18632.                     => 'dump',
  18633.                     => '@Debug/Profiler/dump.html.twig',
  18634.                 ],
  18635.                 'data_collector.messenger' => [
  18636.                     => 'messenger',
  18637.                     => '@WebProfiler/Collector/messenger.html.twig',
  18638.                 ],
  18639.                 'mailer.data_collector' => [
  18640.                     => 'mailer',
  18641.                     => '@WebProfiler/Collector/mailer.html.twig',
  18642.                 ],
  18643.                 'payum.profiler.payum_collector' => [
  18644.                     => 'payum',
  18645.                     => '@Payum/Profiler/payum.html.twig',
  18646.                 ],
  18647.                 'data_collector.config' => [
  18648.                     => 'config',
  18649.                     => '@WebProfiler/Collector/config.html.twig',
  18650.                 ],
  18651.             ],
  18652.             'console.command.ids' => [
  18653.             ],
  18654.         ];
  18655.     }
  18656.     protected function throw($message)
  18657.     {
  18658.         throw new RuntimeException($message);
  18659.     }
  18660. }