var/cache/dev/ContainerCBPUfdW/App_KernelDevDebugContainer.php line 11266

Open in your IDE?
  1. <?php
  2. namespace ContainerCBPUfdW;
  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 App_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.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\CmsBundle\\Controller\\ApiController' => 'getApiControllerService',
  47.             'App\\CmsBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
  48.             'App\\CmsBundle\\Controller\\CommandcontrolController' => 'getCommandcontrolControllerService',
  49.             'App\\CmsBundle\\Controller\\CronTaskController' => 'getCronTaskControllerService',
  50.             'App\\CmsBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  51.             'App\\CmsBundle\\Controller\\ErrorController' => 'getErrorControllerService',
  52.             'App\\CmsBundle\\Controller\\IntegrationsController' => 'getIntegrationsControllerService',
  53.             'App\\CmsBundle\\Controller\\JsonController' => 'getJsonControllerService',
  54.             'App\\CmsBundle\\Controller\\LinkController' => 'getLinkControllerService',
  55.             'App\\CmsBundle\\Controller\\LoginController' => 'getLoginControllerService',
  56.             'App\\CmsBundle\\Controller\\MailController' => 'getMailControllerService',
  57.             'App\\CmsBundle\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  58.             'App\\CmsBundle\\Controller\\MediaController' => 'getMediaControllerService',
  59.             'App\\CmsBundle\\Controller\\MetadataController' => 'getMetadataControllerService',
  60.             'App\\CmsBundle\\Controller\\MonitorController' => 'getMonitorControllerService',
  61.             'App\\CmsBundle\\Controller\\MultisiteController' => 'getMultisiteControllerService',
  62.             'App\\CmsBundle\\Controller\\NavigationController' => 'getNavigationControllerService',
  63.             'App\\CmsBundle\\Controller\\PageController' => 'getPageControllerService',
  64.             'App\\CmsBundle\\Controller\\RedirectsController' => 'getRedirectsControllerService',
  65.             'App\\CmsBundle\\Controller\\SettingsController' => 'getSettingsControllerService',
  66.             'App\\CmsBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  67.             'App\\CmsBundle\\Controller\\StorageController' => 'getStorageControllerService',
  68.             'App\\CmsBundle\\Controller\\SystemController' => 'getSystemControllerService',
  69.             'App\\CmsBundle\\Controller\\TagController' => 'getTagControllerService',
  70.             'App\\CmsBundle\\Controller\\TrashController' => 'getTrashControllerService',
  71.             'App\\CmsBundle\\Controller\\UpdateController' => 'getUpdateControllerService',
  72.             'App\\CmsBundle\\Controller\\UsersController' => 'getUsersControllerService',
  73.             'App\\Trinity\\ApiBundle\\Controller\\AdminController' => 'getAdminControllerService',
  74.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  75.             'App\\Trinity\\BlogBundle\\Controller\\BlogController' => 'getBlogControllerService',
  76.             'App\\Trinity\\BlogBundle\\Controller\\EntryController' => 'getEntryControllerService',
  77.             'App\\Trinity\\FormsBundle\\Controller\\FormsController' => 'getFormsControllerService',
  78.             'App\\Trinity\\SearchBundle\\Controller\\SearchController' => 'getSearchControllerService',
  79.             'App\\Trinity\\SliderBundle\\Controller\\EntryController' => 'getEntryController2Service',
  80.             'App\\Trinity\\SliderBundle\\Controller\\SliderController' => 'getSliderControllerService',
  81.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController' => 'getApiController2Service',
  82.             'App\\Trinity\\WebshopBundle\\Controller\\B2bController' => 'getB2bControllerService',
  83.             'App\\Trinity\\WebshopBundle\\Controller\\B2bPricelistController' => 'getB2bPricelistControllerService',
  84.             'App\\Trinity\\WebshopBundle\\Controller\\B2bUserGroupController' => 'getB2bUserGroupControllerService',
  85.             'App\\Trinity\\WebshopBundle\\Controller\\CartController' => 'getCartControllerService',
  86.             'App\\Trinity\\WebshopBundle\\Controller\\CartsController' => 'getCartsControllerService',
  87.             'App\\Trinity\\WebshopBundle\\Controller\\CategoriesController' => 'getCategoriesControllerService',
  88.             'App\\Trinity\\WebshopBundle\\Controller\\ChannableController' => 'getChannableControllerService',
  89.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  90.             'App\\Trinity\\WebshopBundle\\Controller\\ConfigController' => 'getConfigControllerService',
  91.             'App\\Trinity\\WebshopBundle\\Controller\\CreditController' => 'getCreditControllerService',
  92.             'App\\Trinity\\WebshopBundle\\Controller\\CustomersController' => 'getCustomersControllerService',
  93.             'App\\Trinity\\WebshopBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  94.             'App\\Trinity\\WebshopBundle\\Controller\\DeliveryController' => 'getDeliveryControllerService',
  95.             'App\\Trinity\\WebshopBundle\\Controller\\DiscountController' => 'getDiscountControllerService',
  96.             'App\\Trinity\\WebshopBundle\\Controller\\EventsController' => 'getEventsControllerService',
  97.             'App\\Trinity\\WebshopBundle\\Controller\\Ext\\MoneybirdController' => 'getMoneybirdControllerService',
  98.             'App\\Trinity\\WebshopBundle\\Controller\\ExtraController' => 'getExtraControllerService',
  99.             'App\\Trinity\\WebshopBundle\\Controller\\FeedController' => 'getFeedControllerService',
  100.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController' => 'getFrontControllerService',
  101.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController' => 'getGiftcardControllerService',
  102.             'App\\Trinity\\WebshopBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  103.             'App\\Trinity\\WebshopBundle\\Controller\\LedgerController' => 'getLedgerControllerService',
  104.             'App\\Trinity\\WebshopBundle\\Controller\\MailController' => 'getMailController2Service',
  105.             'App\\Trinity\\WebshopBundle\\Controller\\MediaController' => 'getMediaController2Service',
  106.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController' => 'getOrdersControllerService',
  107.             'App\\Trinity\\WebshopBundle\\Controller\\PicqerController' => 'getPicqerControllerService',
  108.             'App\\Trinity\\WebshopBundle\\Controller\\PricingController' => 'getPricingControllerService',
  109.             'App\\Trinity\\WebshopBundle\\Controller\\ProductGroupController' => 'getProductGroupControllerService',
  110.             'App\\Trinity\\WebshopBundle\\Controller\\ProductsController' => 'getProductsControllerService',
  111.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController' => 'getPromotionsControllerService',
  112.             'App\\Trinity\\WebshopBundle\\Controller\\ReportController' => 'getReportControllerService',
  113.             'App\\Trinity\\WebshopBundle\\Controller\\SearchController' => 'getSearchController2Service',
  114.             'App\\Trinity\\WebshopBundle\\Controller\\SpecsController' => 'getSpecsControllerService',
  115.             'App\\Trinity\\WebshopBundle\\Controller\\TagController' => 'getTagController2Service',
  116.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController' => 'getTagDisplayControllerService',
  117.             'App\\Trinity\\WebshopBundle\\Controller\\TaxController' => 'getTaxControllerService',
  118.             'App\\Trinity\\WebshopBundle\\Controller\\UserGroupController' => 'getUserGroupControllerService',
  119.             'App\\Trinity\\WebshopBundle\\Controller\\WebshopController' => 'getWebshopControllerService',
  120.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  121.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  122.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  123.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  124.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  125.             'TrinityApiBundle_inflector' => 'getTrinityApiBundleInflectorService',
  126.             'TrinityApiBundle_show' => 'getTrinityApiBundleShowService',
  127.             'admin_link' => 'getAdminLinkService',
  128.             'admin_show' => 'getAdminShowService',
  129.             'cache.app' => 'getCache_AppService',
  130.             'cache.app_clearer' => 'getCache_AppClearerService',
  131.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  132.             'cache.system' => 'getCache_SystemService',
  133.             'cache.system_clearer' => 'getCache_SystemClearerService',
  134.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  135.             'cache_warmer' => 'getCacheWarmerService',
  136.             'console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand' => 'getActivateBundleCommandService',
  137.             'console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand' => 'getBackupCommandService',
  138.             'console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand' => 'getBundleListCommandService',
  139.             'console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand' => 'getCacheCommandService',
  140.             'console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand' => 'getControlCommandService',
  141.             'console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand' => 'getCreateBundleCommandService',
  142.             'console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand' => 'getCronTasksRunCommandService',
  143.             'console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand' => 'getFixTranslationsCommandService',
  144.             'console.command.public_alias.App\\CmsBundle\\Command\\InstallBundleCommand' => 'getInstallBundleCommandService',
  145.             'console.command.public_alias.App\\CmsBundle\\Command\\LanguageCacheCommand' => 'getLanguageCacheCommandService',
  146.             'console.command.public_alias.App\\CmsBundle\\Command\\LanguageResetCommand' => 'getLanguageResetCommandService',
  147.             'console.command.public_alias.App\\CmsBundle\\Command\\MailtestCommand' => 'getMailtestCommandService',
  148.             'console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand' => 'getMediaCreateFullCommandService',
  149.             'console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand' => 'getMediaRegenThumbnailsCommandService',
  150.             'console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand' => 'getMediaUsageCommandService',
  151.             'console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand' => 'getMediadirCleanUpCommandService',
  152.             'console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand' => 'getMigrateCommandService',
  153.             'console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand' => 'getMissingmediaCommandService',
  154.             'console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand' => 'getMonitorCommandService',
  155.             'console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand' => 'getOptimizeCommandService',
  156.             'console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand' => 'getReportCommandService',
  157.             'console.command.public_alias.App\\CmsBundle\\Command\\ResetDBCommand' => 'getResetDBCommandService',
  158.             'console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand' => 'getRestoreCommandService',
  159.             'console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand' => 'getCronTasksDefaultCommandService',
  160.             'console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand' => 'getServerupdateCommandService',
  161.             'console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand' => 'getStatsCommandService',
  162.             'console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand' => 'getUpdateCommandService',
  163.             'console.command.public_alias.App\\CmsBundle\\Command\\UserCommand' => 'getUserCommandService',
  164.             'console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand' => 'getWebpCommandService',
  165.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand' => 'getBlogMediaMigrationCommandService',
  166.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\GptCommand' => 'getGptCommandService',
  167.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand' => 'getWpCommandService',
  168.             'console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand' => 'getIndexerCommandService',
  169.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand' => 'getAbandonedCartsCommandService',
  170.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand' => 'getActiveCampaignCommandService',
  171.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand' => 'getCacheIndexCommandService',
  172.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand' => 'getCheckPaymentsCommandService',
  173.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand' => 'getCloneCommandService',
  174.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand' => 'getFixCategoryDuplicatesCommandService',
  175.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand' => 'getFixMediaCloneCommandService',
  176.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand' => 'getFixrelationsCommandService',
  177.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand' => 'getImportCommandService',
  178.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand' => 'getImportCyclesoftwareCommandService',
  179.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand' => 'getImportMagentoOneCommandService',
  180.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand' => 'getIndexCommandService',
  181.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand' => 'getLinkCommandService',
  182.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand' => 'getNotifyCommandService',
  183.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand' => 'getPicqerExportCommandService',
  184.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand' => 'getPicqerSyncCommandService',
  185.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand' => 'getProductSyncCommandService',
  186.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand' => 'getRepairOrdersCommandService',
  187.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand' => 'getSearchCommandService',
  188.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand' => 'getTestCommandService',
  189.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand' => 'getUpdatePricesCommandService',
  190.             'console.command_loader' => 'getConsole_CommandLoaderService',
  191.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  192.             'data_collector.dump' => 'getDataCollector_DumpService',
  193.             'doctrine' => 'getDoctrineService',
  194.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  195.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  196.             'error_controller' => 'getErrorController2Service',
  197.             'event_dispatcher' => 'getEventDispatcherService',
  198.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  199.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  200.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  201.             'http_kernel' => 'getHttpKernelService',
  202.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  203.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  204.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  205.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  206.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  207.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  208.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  209.             'request_stack' => 'getRequestStackService',
  210.             'router' => 'getRouterService',
  211.             'routing.loader' => 'getRouting_LoaderService',
  212.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  213.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  214.             'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  215.             'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  216.             'services_resetter' => 'getServicesResetterService',
  217.             'translation.loader.db' => 'getTranslation_Loader_DbService',
  218.             'translator' => 'getTranslatorService',
  219.             'trinity.mailer' => 'getTrinity_MailerService',
  220.             'trinity.password.encoder' => 'getTrinity_Password_EncoderService',
  221.             'trinityapibundle_inflector' => 'getTrinityapibundleInflector2Service',
  222.             'trinityapibundle_show' => 'getTrinityapibundleShow2Service',
  223.             'trinityblogbundle_link' => 'getTrinityblogbundleLinkService',
  224.             'trinityblogbundle_show' => 'getTrinityblogbundleShowService',
  225.             'trinityformsbundle_link' => 'getTrinityformsbundleLinkService',
  226.             'trinityformsbundle_show' => 'getTrinityformsbundleShowService',
  227.             'trinitysearchbundle_link' => 'getTrinitysearchbundleLinkService',
  228.             'trinitysearchbundle_show' => 'getTrinitysearchbundleShowService',
  229.             'trinitysliderbundle_link' => 'getTrinitysliderbundleLinkService',
  230.             'trinitysliderbundle_show' => 'getTrinitysliderbundleShowService',
  231.             'trinitywebshopbundle_link' => 'getTrinitywebshopbundleLinkService',
  232.             'trinitywebshopbundle_show' => 'getTrinitywebshopbundleShowService',
  233.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  234.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  235.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  236.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  237.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  238.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  239.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  240.             'cache_clearer' => 'getCacheClearerService',
  241.             'filesystem' => 'getFilesystemService',
  242.             'serializer' => 'getSerializerService',
  243.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  244.             'form.factory' => 'getForm_FactoryService',
  245.             'form.type.file' => 'getForm_Type_FileService',
  246.             'profiler' => 'getProfilerService',
  247.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  248.             'security.token_storage' => 'getSecurity_TokenStorageService',
  249.             'twig' => 'getTwigService',
  250.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  251.             'session' => 'getSessionService',
  252.             'validator' => 'getValidatorService',
  253.         ];
  254.         $this->aliases = [
  255.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticator' => 'scheb_two_factor.security.totp_authenticator',
  256.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticatorInterface' => 'scheb_two_factor.security.totp_authenticator',
  257.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  258.             'database_connection' => 'doctrine.dbal.default_connection',
  259.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  260.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  261.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  262.         ];
  263.         $this->privates['service_container'] = function () {
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  270.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  271.             include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/LocaleListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  283.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  405.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  406.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  410.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  411.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  428.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/Hub.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/SentryBundle.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/FlushableClientInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/DependencyInjection/IntegrationFilterFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  508.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  521.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  591.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/Helpers.php';
  592.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/PageInfo.php';
  593.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/PageNavigation.php';
  594.             include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Twig/Extension/Timeago.php';
  595.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ByteConversionExtension.php';
  596.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ClientsExtension.php';
  597.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/CountryExtension.php';
  598.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/NavigationExtension.php';
  599.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/Timeago.php';
  600.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/sortCategoriesExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  617.             include_once __DIR__.'/proxy-classes.php';
  618.         };
  619.     }
  620.     public function compile(): void
  621.     {
  622.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  623.     }
  624.     public function isCompiled(): bool
  625.     {
  626.         return true;
  627.     }
  628.     public function getRemovedIds(): array
  629.     {
  630.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  631.     }
  632.     protected function createProxy($class\Closure $factory)
  633.     {
  634.         return $factory();
  635.     }
  636.     /**
  637.      * Gets the public '.container.private.cache_clearer' shared service.
  638.      *
  639.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  640.      */
  641.     protected function get_Container_Private_CacheClearerService()
  642.     {
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  645.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  646.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  647.         }, 1));
  648.     }
  649.     /**
  650.      * Gets the public '.container.private.filesystem' shared service.
  651.      *
  652.      * @return \Symfony\Component\Filesystem\Filesystem
  653.      */
  654.     protected function get_Container_Private_FilesystemService()
  655.     {
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  657.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  658.     }
  659.     /**
  660.      * Gets the public '.container.private.form.factory' shared service.
  661.      *
  662.      * @return \Symfony\Component\Form\FormFactory
  663.      */
  664.     protected function get_Container_Private_Form_FactoryService()
  665.     {
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  668.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  669.     }
  670.     /**
  671.      * Gets the public '.container.private.form.type.file' shared service.
  672.      *
  673.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  674.      */
  675.     protected function get_Container_Private_Form_Type_FileService()
  676.     {
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  680.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  681.     }
  682.     /**
  683.      * Gets the public '.container.private.profiler' shared service.
  684.      *
  685.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  686.      */
  687.     protected function get_Container_Private_ProfilerService()
  688.     {
  689.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  690.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  691.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  692.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  693.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  694.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  695.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  696.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  697.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  698.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  699.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  700.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  701.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  702.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  703.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  704.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  705.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  706.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  707.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  708.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  709.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  710.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  711.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  712.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  713.         if ($this->has('kernel')) {
  714.             $g->setKernel($b);
  715.         }
  716.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  717.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  718.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  719.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  720.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  721.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  722.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  723.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  724.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  725.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  726.         $instance->add($d);
  727.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  728.         $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));
  729.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  730.         $instance->add($e);
  731.         $instance->add($f);
  732.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  733.         $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()))));
  734.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  735.         $instance->add($g);
  736.         return $instance;
  737.     }
  738.     /**
  739.      * Gets the public '.container.private.security.authorization_checker' shared service.
  740.      *
  741.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  742.      */
  743.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  744.     {
  745.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  746.     }
  747.     /**
  748.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  749.      *
  750.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  751.      */
  752.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  753.     {
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  758.         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())));
  759.     }
  760.     /**
  761.      * Gets the public '.container.private.security.password_encoder' shared service.
  762.      *
  763.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  764.      *
  765.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  766.      */
  767.     protected function get_Container_Private_Security_PasswordEncoderService()
  768.     {
  769.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  770.         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()));
  771.     }
  772.     /**
  773.      * Gets the public '.container.private.security.token_storage' shared service.
  774.      *
  775.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  776.      */
  777.     protected function get_Container_Private_Security_TokenStorageService()
  778.     {
  779.         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, [
  780.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  781.         ], [
  782.             'request_stack' => '?',
  783.         ]));
  784.     }
  785.     /**
  786.      * Gets the public '.container.private.serializer' shared service.
  787.      *
  788.      * @return \Symfony\Component\Serializer\Serializer
  789.      */
  790.     protected function get_Container_Private_SerializerService()
  791.     {
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  806.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  833.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  834.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  835.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  836.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  837.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  838.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$b$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$b$a$d$eNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  839.     }
  840.     /**
  841.      * Gets the public '.container.private.session' shared service.
  842.      *
  843.      * @return \Symfony\Component\HttpFoundation\Session\Session
  844.      */
  845.     protected function get_Container_Private_SessionService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  849.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  850.     }
  851.     /**
  852.      * Gets the public '.container.private.twig' shared service.
  853.      *
  854.      * @return \Twig\Environment
  855.      */
  856.     protected function get_Container_Private_TwigService()
  857.     {
  858.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  875.         $a->addPath((\dirname(__DIR__4).'/src/CmsBundle/Resources/views'), 'Cms');
  876.         $a->addPath((\dirname(__DIR__4).'/src/CmsBundle/Resources/views'), '!Cms');
  877.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/ApiBundle/Resources/views'), 'TrinityApi');
  878.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/ApiBundle/Resources/views'), '!TrinityApi');
  879.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/BlogBundle/Resources/views'), 'TrinityBlog');
  880.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/BlogBundle/Resources/views'), '!TrinityBlog');
  881.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/FormsBundle/Resources/views'), 'TrinityForms');
  882.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/FormsBundle/Resources/views'), '!TrinityForms');
  883.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SearchBundle/Resources/views'), 'TrinitySearch');
  884.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SearchBundle/Resources/views'), '!TrinitySearch');
  885.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SliderBundle/Resources/views'), 'TrinitySlider');
  886.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SliderBundle/Resources/views'), '!TrinitySlider');
  887.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Resources/views'), 'TrinityWebshop');
  888.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Resources/views'), '!TrinityWebshop');
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  890.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  891.         $a->addPath((\dirname(__DIR__4).'/templates'));
  892.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  893.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  894.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  895.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'auto_reload' => true'cache' => false'autoescape' => 'name''charset' => 'UTF-8']);
  896.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  897.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  898.         $d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  899.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  900.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  901.         $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  902.         $h = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c$g->getBaseUrl(), $g->isSecure())), new RewindableGenerator(function () {
  903.             return new \EmptyIterator();
  904.         }, 0)));
  905.         $i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  906.         $j = ($this->services['router'] ?? $this->getRouterService());
  907.         $k = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  908.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  909.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $i]);
  910.         $m = new \Symfony\Bridge\Twig\AppVariable();
  911.         $m->setEnvironment('dev');
  912.         $m->setDebug(true);
  913.         if ($this->has('.container.private.security.token_storage')) {
  914.             $m->setTokenStorage($d);
  915.         }
  916.         if ($this->has('request_stack')) {
  917.             $m->setRequestStack($c);
  918.         }
  919.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b, new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $d)));
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($f));
  925.         $instance->addExtension($h);
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i\dirname(__DIR__4), 'UTF-8'));
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($etrue));
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$g)));
  933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($f));
  936.         $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())));
  937.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\Helpers($k$f));
  938.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\PageInfo($k$j$b$c$this));
  939.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\PageNavigation($k$j$b$c));
  940.         $instance->addExtension(new \App\Trinity\BlogBundle\Twig\Extension\Timeago($k$c));
  941.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension());
  942.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension($k$j$d$this$f));
  943.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\CountryExtension());
  944.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension($k$j$d$this$f));
  945.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\Timeago());
  946.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension());
  947.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
  948.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  949.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  950.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  951.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(new \Cocur\Slugify\Slugify([])));
  952.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  953.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  954.         $instance->addGlobal('app'$m);
  955.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  956.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  957.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  958.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  959.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  960.         ], [
  961.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  962.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  963.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  964.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  965.         ])));
  966.         $instance->addGlobal('trinity''Trinity CMS');
  967.         $instance->addGlobal('trinity_url''https://www.beyonit.nl');
  968.         $instance->addGlobal('trinity_support''info@beyonit.nl');
  969.         $instance->addGlobal('company''Béyonit B.V.');
  970.         $instance->addGlobal('company_url''https://www.beyonit.nl');
  971.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  972.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  973.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  974.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2',''.'))->configure($instance);
  975.         return $instance;
  976.     }
  977.     /**
  978.      * Gets the public '.container.private.validator' shared service.
  979.      *
  980.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  981.      */
  982.     protected function get_Container_Private_ValidatorService()
  983.     {
  984.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  985.     }
  986.     /**
  987.      * Gets the public 'App\CmsBundle\Controller\ApiController' shared autowired service.
  988.      *
  989.      * @return \App\CmsBundle\Controller\ApiController
  990.      */
  991.     protected function getApiControllerService()
  992.     {
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  994.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  996.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/ApiController.php';
  997.         $this->services['App\\CmsBundle\\Controller\\ApiController'] = $instance = new \App\CmsBundle\Controller\ApiController();
  998.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\CmsBundle\\Controller\\ApiController'$this));
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public 'App\CmsBundle\Controller\CalendarController' shared autowired service.
  1003.      *
  1004.      * @return \App\CmsBundle\Controller\CalendarController
  1005.      */
  1006.     protected function getCalendarControllerService()
  1007.     {
  1008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1009.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1010.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CalendarController.php';
  1011.         $this->services['App\\CmsBundle\\Controller\\CalendarController'] = $instance = new \App\CmsBundle\Controller\CalendarController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1012.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CalendarController'$this));
  1013.         return $instance;
  1014.     }
  1015.     /**
  1016.      * Gets the public 'App\CmsBundle\Controller\CommandcontrolController' shared autowired service.
  1017.      *
  1018.      * @return \App\CmsBundle\Controller\CommandcontrolController
  1019.      */
  1020.     protected function getCommandcontrolControllerService()
  1021.     {
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1023.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1024.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CommandcontrolController.php';
  1025.         $this->services['App\\CmsBundle\\Controller\\CommandcontrolController'] = $instance = new \App\CmsBundle\Controller\CommandcontrolController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1026.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CommandcontrolController'$this));
  1027.         return $instance;
  1028.     }
  1029.     /**
  1030.      * Gets the public 'App\CmsBundle\Controller\CronTaskController' shared autowired service.
  1031.      *
  1032.      * @return \App\CmsBundle\Controller\CronTaskController
  1033.      */
  1034.     protected function getCronTaskControllerService()
  1035.     {
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1037.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1038.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CronTaskController.php';
  1039.         $this->services['App\\CmsBundle\\Controller\\CronTaskController'] = $instance = new \App\CmsBundle\Controller\CronTaskController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1040.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CronTaskController'$this));
  1041.         return $instance;
  1042.     }
  1043.     /**
  1044.      * Gets the public 'App\CmsBundle\Controller\DefaultController' shared autowired service.
  1045.      *
  1046.      * @return \App\CmsBundle\Controller\DefaultController
  1047.      */
  1048.     protected function getDefaultControllerService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1051.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1052.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/DefaultController.php';
  1053.         $this->services['App\\CmsBundle\\Controller\\DefaultController'] = $instance = new \App\CmsBundle\Controller\DefaultController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1054.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\DefaultController'$this));
  1055.         return $instance;
  1056.     }
  1057.     /**
  1058.      * Gets the public 'App\CmsBundle\Controller\ErrorController' shared autowired service.
  1059.      *
  1060.      * @return \App\CmsBundle\Controller\ErrorController
  1061.      */
  1062.     protected function getErrorControllerService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1065.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1066.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/ErrorController.php';
  1067.         $this->services['App\\CmsBundle\\Controller\\ErrorController'] = $instance = new \App\CmsBundle\Controller\ErrorController();
  1068.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\ErrorController'$this));
  1069.         return $instance;
  1070.     }
  1071.     /**
  1072.      * Gets the public 'App\CmsBundle\Controller\IntegrationsController' shared autowired service.
  1073.      *
  1074.      * @return \App\CmsBundle\Controller\IntegrationsController
  1075.      */
  1076.     protected function getIntegrationsControllerService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1079.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1080.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/IntegrationsController.php';
  1081.         $this->services['App\\CmsBundle\\Controller\\IntegrationsController'] = $instance = new \App\CmsBundle\Controller\IntegrationsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1082.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\IntegrationsController'$this));
  1083.         return $instance;
  1084.     }
  1085.     /**
  1086.      * Gets the public 'App\CmsBundle\Controller\JsonController' shared autowired service.
  1087.      *
  1088.      * @return \App\CmsBundle\Controller\JsonController
  1089.      */
  1090.     protected function getJsonControllerService()
  1091.     {
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1093.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1094.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/JsonController.php';
  1095.         $this->services['App\\CmsBundle\\Controller\\JsonController'] = $instance = new \App\CmsBundle\Controller\JsonController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1096.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\JsonController'$this));
  1097.         return $instance;
  1098.     }
  1099.     /**
  1100.      * Gets the public 'App\CmsBundle\Controller\LinkController' shared autowired service.
  1101.      *
  1102.      * @return \App\CmsBundle\Controller\LinkController
  1103.      */
  1104.     protected function getLinkControllerService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1107.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1108.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  1109.         $this->services['App\\CmsBundle\\Controller\\LinkController'] = $instance = new \App\CmsBundle\Controller\LinkController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  1110.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\LinkController'$this));
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the public 'App\CmsBundle\Controller\LoginController' shared autowired service.
  1115.      *
  1116.      * @return \App\CmsBundle\Controller\LoginController
  1117.      */
  1118.     protected function getLoginControllerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1121.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1122.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LoginController.php';
  1123.         $this->services['App\\CmsBundle\\Controller\\LoginController'] = $instance = new \App\CmsBundle\Controller\LoginController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1124.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\LoginController'$this));
  1125.         return $instance;
  1126.     }
  1127.     /**
  1128.      * Gets the public 'App\CmsBundle\Controller\MailController' shared autowired service.
  1129.      *
  1130.      * @return \App\CmsBundle\Controller\MailController
  1131.      */
  1132.     protected function getMailControllerService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1135.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1136.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MailController.php';
  1137.         $this->services['App\\CmsBundle\\Controller\\MailController'] = $instance = new \App\CmsBundle\Controller\MailController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1138.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MailController'$this));
  1139.         return $instance;
  1140.     }
  1141.     /**
  1142.      * Gets the public 'App\CmsBundle\Controller\MaintenanceController' shared autowired service.
  1143.      *
  1144.      * @return \App\CmsBundle\Controller\MaintenanceController
  1145.      */
  1146.     protected function getMaintenanceControllerService()
  1147.     {
  1148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1149.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1150.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MaintenanceController.php';
  1151.         $this->services['App\\CmsBundle\\Controller\\MaintenanceController'] = $instance = new \App\CmsBundle\Controller\MaintenanceController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1152.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MaintenanceController'$this));
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the public 'App\CmsBundle\Controller\MediaController' shared autowired service.
  1157.      *
  1158.      * @return \App\CmsBundle\Controller\MediaController
  1159.      */
  1160.     protected function getMediaControllerService()
  1161.     {
  1162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1163.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1164.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MediaController.php';
  1165.         $this->services['App\\CmsBundle\\Controller\\MediaController'] = $instance = new \App\CmsBundle\Controller\MediaController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1166.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MediaController'$this));
  1167.         return $instance;
  1168.     }
  1169.     /**
  1170.      * Gets the public 'App\CmsBundle\Controller\MetadataController' shared autowired service.
  1171.      *
  1172.      * @return \App\CmsBundle\Controller\MetadataController
  1173.      */
  1174.     protected function getMetadataControllerService()
  1175.     {
  1176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1177.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1178.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MetadataController.php';
  1179.         $this->services['App\\CmsBundle\\Controller\\MetadataController'] = $instance = new \App\CmsBundle\Controller\MetadataController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1180.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MetadataController'$this));
  1181.         return $instance;
  1182.     }
  1183.     /**
  1184.      * Gets the public 'App\CmsBundle\Controller\MonitorController' shared autowired service.
  1185.      *
  1186.      * @return \App\CmsBundle\Controller\MonitorController
  1187.      */
  1188.     protected function getMonitorControllerService()
  1189.     {
  1190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1191.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1192.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MonitorController.php';
  1193.         $this->services['App\\CmsBundle\\Controller\\MonitorController'] = $instance = new \App\CmsBundle\Controller\MonitorController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1194.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MonitorController'$this));
  1195.         return $instance;
  1196.     }
  1197.     /**
  1198.      * Gets the public 'App\CmsBundle\Controller\MultisiteController' shared autowired service.
  1199.      *
  1200.      * @return \App\CmsBundle\Controller\MultisiteController
  1201.      */
  1202.     protected function getMultisiteControllerService()
  1203.     {
  1204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1205.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1206.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MultisiteController.php';
  1207.         $this->services['App\\CmsBundle\\Controller\\MultisiteController'] = $instance = new \App\CmsBundle\Controller\MultisiteController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1208.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MultisiteController'$this));
  1209.         return $instance;
  1210.     }
  1211.     /**
  1212.      * Gets the public 'App\CmsBundle\Controller\NavigationController' shared autowired service.
  1213.      *
  1214.      * @return \App\CmsBundle\Controller\NavigationController
  1215.      */
  1216.     protected function getNavigationControllerService()
  1217.     {
  1218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1219.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1220.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/NavigationController.php';
  1221.         $this->services['App\\CmsBundle\\Controller\\NavigationController'] = $instance = new \App\CmsBundle\Controller\NavigationController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1222.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\NavigationController'$this));
  1223.         return $instance;
  1224.     }
  1225.     /**
  1226.      * Gets the public 'App\CmsBundle\Controller\PageController' shared autowired service.
  1227.      *
  1228.      * @return \App\CmsBundle\Controller\PageController
  1229.      */
  1230.     protected function getPageControllerService()
  1231.     {
  1232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1233.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1234.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/PageController.php';
  1235.         $this->services['App\\CmsBundle\\Controller\\PageController'] = $instance = new \App\CmsBundle\Controller\PageController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1236.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\PageController'$this));
  1237.         return $instance;
  1238.     }
  1239.     /**
  1240.      * Gets the public 'App\CmsBundle\Controller\RedirectsController' shared autowired service.
  1241.      *
  1242.      * @return \App\CmsBundle\Controller\RedirectsController
  1243.      */
  1244.     protected function getRedirectsControllerService()
  1245.     {
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1247.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1248.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/RedirectsController.php';
  1249.         $this->services['App\\CmsBundle\\Controller\\RedirectsController'] = $instance = new \App\CmsBundle\Controller\RedirectsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1250.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\RedirectsController'$this));
  1251.         return $instance;
  1252.     }
  1253.     /**
  1254.      * Gets the public 'App\CmsBundle\Controller\SettingsController' shared autowired service.
  1255.      *
  1256.      * @return \App\CmsBundle\Controller\SettingsController
  1257.      */
  1258.     protected function getSettingsControllerService()
  1259.     {
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1261.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1262.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SettingsController.php';
  1263.         $this->services['App\\CmsBundle\\Controller\\SettingsController'] = $instance = new \App\CmsBundle\Controller\SettingsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1264.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SettingsController'$this));
  1265.         return $instance;
  1266.     }
  1267.     /**
  1268.      * Gets the public 'App\CmsBundle\Controller\SitemapController' shared autowired service.
  1269.      *
  1270.      * @return \App\CmsBundle\Controller\SitemapController
  1271.      */
  1272.     protected function getSitemapControllerService()
  1273.     {
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1275.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1276.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SitemapController.php';
  1277.         $this->services['App\\CmsBundle\\Controller\\SitemapController'] = $instance = new \App\CmsBundle\Controller\SitemapController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1278.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SitemapController'$this));
  1279.         return $instance;
  1280.     }
  1281.     /**
  1282.      * Gets the public 'App\CmsBundle\Controller\StorageController' shared autowired service.
  1283.      *
  1284.      * @return \App\CmsBundle\Controller\StorageController
  1285.      */
  1286.     protected function getStorageControllerService()
  1287.     {
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1289.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1290.         $this->services['App\\CmsBundle\\Controller\\StorageController'] = $instance = new \App\CmsBundle\Controller\StorageController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1291.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\StorageController'$this));
  1292.         return $instance;
  1293.     }
  1294.     /**
  1295.      * Gets the public 'App\CmsBundle\Controller\SystemController' shared autowired service.
  1296.      *
  1297.      * @return \App\CmsBundle\Controller\SystemController
  1298.      */
  1299.     protected function getSystemControllerService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1302.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1303.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SystemController.php';
  1304.         $this->services['App\\CmsBundle\\Controller\\SystemController'] = $instance = new \App\CmsBundle\Controller\SystemController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1305.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SystemController'$this));
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'App\CmsBundle\Controller\TagController' shared autowired service.
  1310.      *
  1311.      * @return \App\CmsBundle\Controller\TagController
  1312.      */
  1313.     protected function getTagControllerService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1316.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1317.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/TagController.php';
  1318.         $this->services['App\\CmsBundle\\Controller\\TagController'] = $instance = new \App\CmsBundle\Controller\TagController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1319.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\TagController'$this));
  1320.         return $instance;
  1321.     }
  1322.     /**
  1323.      * Gets the public 'App\CmsBundle\Controller\TrashController' shared autowired service.
  1324.      *
  1325.      * @return \App\CmsBundle\Controller\TrashController
  1326.      */
  1327.     protected function getTrashControllerService()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1330.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1331.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/TrashController.php';
  1332.         $this->services['App\\CmsBundle\\Controller\\TrashController'] = $instance = new \App\CmsBundle\Controller\TrashController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1333.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\TrashController'$this));
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'App\CmsBundle\Controller\UpdateController' shared autowired service.
  1338.      *
  1339.      * @return \App\CmsBundle\Controller\UpdateController
  1340.      */
  1341.     protected function getUpdateControllerService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1344.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1345.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/UpdateController.php';
  1346.         $this->services['App\\CmsBundle\\Controller\\UpdateController'] = $instance = new \App\CmsBundle\Controller\UpdateController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1347.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\UpdateController'$this));
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'App\CmsBundle\Controller\UsersController' shared autowired service.
  1352.      *
  1353.      * @return \App\CmsBundle\Controller\UsersController
  1354.      */
  1355.     protected function getUsersControllerService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1358.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1359.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/UsersController.php';
  1360.         $this->services['App\\CmsBundle\\Controller\\UsersController'] = $instance = new \App\CmsBundle\Controller\UsersController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  1361.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\UsersController'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Trinity\ApiBundle\Controller\AdminController' shared autowired service.
  1366.      *
  1367.      * @return \App\Trinity\ApiBundle\Controller\AdminController
  1368.      */
  1369.     protected function getAdminControllerService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1372.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1373.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php';
  1374.         $this->services['App\\Trinity\\ApiBundle\\Controller\\AdminController'] = $instance = new \App\Trinity\ApiBundle\Controller\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1375.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\ApiBundle\\Controller\\AdminController'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'App\Trinity\ApiBundle\Controller\DefaultController' shared autowired service.
  1380.      *
  1381.      * @return \App\Trinity\ApiBundle\Controller\DefaultController
  1382.      */
  1383.     protected function getDefaultController2Service()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1388.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/DefaultController.php';
  1389.         $this->services['App\\Trinity\\ApiBundle\\Controller\\DefaultController'] = $instance = new \App\Trinity\ApiBundle\Controller\DefaultController();
  1390.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\Trinity\\ApiBundle\\Controller\\DefaultController'$this));
  1391.         return $instance;
  1392.     }
  1393.     /**
  1394.      * Gets the public 'App\Trinity\BlogBundle\Controller\BlogController' shared autowired service.
  1395.      *
  1396.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  1397.      */
  1398.     protected function getBlogControllerService()
  1399.     {
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1401.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1402.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  1403.         $this->services['App\\Trinity\\BlogBundle\\Controller\\BlogController'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1404.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\BlogBundle\\Controller\\BlogController'$this));
  1405.         return $instance;
  1406.     }
  1407.     /**
  1408.      * Gets the public 'App\Trinity\BlogBundle\Controller\EntryController' shared autowired service.
  1409.      *
  1410.      * @return \App\Trinity\BlogBundle\Controller\EntryController
  1411.      */
  1412.     protected function getEntryControllerService()
  1413.     {
  1414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1415.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1416.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/EntryController.php';
  1417.         $this->services['App\\Trinity\\BlogBundle\\Controller\\EntryController'] = $instance = new \App\Trinity\BlogBundle\Controller\EntryController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1418.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\BlogBundle\\Controller\\EntryController'$this));
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'App\Trinity\FormsBundle\Controller\FormsController' shared autowired service.
  1423.      *
  1424.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  1425.      */
  1426.     protected function getFormsControllerService()
  1427.     {
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1429.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1430.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  1431.         $this->services['App\\Trinity\\FormsBundle\\Controller\\FormsController'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1432.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\FormsBundle\\Controller\\FormsController'$this));
  1433.         return $instance;
  1434.     }
  1435.     /**
  1436.      * Gets the public 'App\Trinity\SearchBundle\Controller\SearchController' shared autowired service.
  1437.      *
  1438.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  1439.      */
  1440.     protected function getSearchControllerService()
  1441.     {
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1443.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1444.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  1445.         $this->services['App\\Trinity\\SearchBundle\\Controller\\SearchController'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1446.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SearchBundle\\Controller\\SearchController'$this));
  1447.         return $instance;
  1448.     }
  1449.     /**
  1450.      * Gets the public 'App\Trinity\SliderBundle\Controller\EntryController' shared autowired service.
  1451.      *
  1452.      * @return \App\Trinity\SliderBundle\Controller\EntryController
  1453.      */
  1454.     protected function getEntryController2Service()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1457.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1458.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/EntryController.php';
  1459.         $this->services['App\\Trinity\\SliderBundle\\Controller\\EntryController'] = $instance = new \App\Trinity\SliderBundle\Controller\EntryController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1460.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SliderBundle\\Controller\\EntryController'$this));
  1461.         return $instance;
  1462.     }
  1463.     /**
  1464.      * Gets the public 'App\Trinity\SliderBundle\Controller\SliderController' shared autowired service.
  1465.      *
  1466.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  1467.      */
  1468.     protected function getSliderControllerService()
  1469.     {
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1471.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1472.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  1473.         $this->services['App\\Trinity\\SliderBundle\\Controller\\SliderController'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1474.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SliderBundle\\Controller\\SliderController'$this));
  1475.         return $instance;
  1476.     }
  1477.     /**
  1478.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ApiController' shared autowired service.
  1479.      *
  1480.      * @return \App\Trinity\WebshopBundle\Controller\ApiController
  1481.      */
  1482.     protected function getApiController2Service()
  1483.     {
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1487.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ApiController.php';
  1488.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ApiController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ApiController();
  1489.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ApiController'$this));
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bController' shared autowired service.
  1494.      *
  1495.      * @return \App\Trinity\WebshopBundle\Controller\B2bController
  1496.      */
  1497.     protected function getB2bControllerService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1500.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1501.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bController.php';
  1502.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\B2bController'] = $instance = new \App\Trinity\WebshopBundle\Controller\B2bController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1503.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bController'$this));
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bPricelistController' shared autowired service.
  1508.      *
  1509.      * @return \App\Trinity\WebshopBundle\Controller\B2bPricelistController
  1510.      */
  1511.     protected function getB2bPricelistControllerService()
  1512.     {
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1514.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1515.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bPricelistController.php';
  1516.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\B2bPricelistController'] = $instance = new \App\Trinity\WebshopBundle\Controller\B2bPricelistController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1517.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bPricelistController'$this));
  1518.         return $instance;
  1519.     }
  1520.     /**
  1521.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bUserGroupController' shared autowired service.
  1522.      *
  1523.      * @return \App\Trinity\WebshopBundle\Controller\B2bUserGroupController
  1524.      */
  1525.     protected function getB2bUserGroupControllerService()
  1526.     {
  1527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1528.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1529.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bUserGroupController.php';
  1530.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\B2bUserGroupController'] = $instance = new \App\Trinity\WebshopBundle\Controller\B2bUserGroupController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1531.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bUserGroupController'$this));
  1532.         return $instance;
  1533.     }
  1534.     /**
  1535.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CartController' shared autowired service.
  1536.      *
  1537.      * @return \App\Trinity\WebshopBundle\Controller\CartController
  1538.      */
  1539.     protected function getCartControllerService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1542.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1543.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartController.php';
  1544.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\CartController'] = $instance = new \App\Trinity\WebshopBundle\Controller\CartController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1545.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CartController'$this));
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CartsController' shared autowired service.
  1550.      *
  1551.      * @return \App\Trinity\WebshopBundle\Controller\CartsController
  1552.      */
  1553.     protected function getCartsControllerService()
  1554.     {
  1555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1556.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1557.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartsController.php';
  1558.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\CartsController'] = $instance = new \App\Trinity\WebshopBundle\Controller\CartsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1559.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CartsController'$this));
  1560.         return $instance;
  1561.     }
  1562.     /**
  1563.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CategoriesController' shared autowired service.
  1564.      *
  1565.      * @return \App\Trinity\WebshopBundle\Controller\CategoriesController
  1566.      */
  1567.     protected function getCategoriesControllerService()
  1568.     {
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1570.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1571.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CategoriesController.php';
  1572.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\CategoriesController'] = $instance = new \App\Trinity\WebshopBundle\Controller\CategoriesController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1573.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CategoriesController'$this));
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ChannableController' shared autowired service.
  1578.      *
  1579.      * @return \App\Trinity\WebshopBundle\Controller\ChannableController
  1580.      */
  1581.     protected function getChannableControllerService()
  1582.     {
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1584.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1585.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ChannableController.php';
  1586.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ChannableController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ChannableController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1587.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ChannableController'$this));
  1588.         return $instance;
  1589.     }
  1590.     /**
  1591.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CheckoutController' shared autowired service.
  1592.      *
  1593.      * @return \App\Trinity\WebshopBundle\Controller\CheckoutController
  1594.      */
  1595.     protected function getCheckoutControllerService()
  1596.     {
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1598.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1599.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CheckoutController.php';
  1600.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\CheckoutController'] = $instance = new \App\Trinity\WebshopBundle\Controller\CheckoutController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1601.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CheckoutController'$this));
  1602.         return $instance;
  1603.     }
  1604.     /**
  1605.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ConfigController' shared autowired service.
  1606.      *
  1607.      * @return \App\Trinity\WebshopBundle\Controller\ConfigController
  1608.      */
  1609.     protected function getConfigControllerService()
  1610.     {
  1611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1612.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1613.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ConfigController.php';
  1614.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ConfigController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ConfigController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1615.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ConfigController'$this));
  1616.         return $instance;
  1617.     }
  1618.     /**
  1619.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CreditController' shared autowired service.
  1620.      *
  1621.      * @return \App\Trinity\WebshopBundle\Controller\CreditController
  1622.      */
  1623.     protected function getCreditControllerService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1626.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1627.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CreditController.php';
  1628.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\CreditController'] = $instance = new \App\Trinity\WebshopBundle\Controller\CreditController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1629.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CreditController'$this));
  1630.         return $instance;
  1631.     }
  1632.     /**
  1633.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CustomersController' shared autowired service.
  1634.      *
  1635.      * @return \App\Trinity\WebshopBundle\Controller\CustomersController
  1636.      */
  1637.     protected function getCustomersControllerService()
  1638.     {
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1640.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1641.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CustomersController.php';
  1642.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\CustomersController'] = $instance = new \App\Trinity\WebshopBundle\Controller\CustomersController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1643.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CustomersController'$this));
  1644.         return $instance;
  1645.     }
  1646.     /**
  1647.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DefaultController' shared autowired service.
  1648.      *
  1649.      * @return \App\Trinity\WebshopBundle\Controller\DefaultController
  1650.      */
  1651.     protected function getDefaultController3Service()
  1652.     {
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1654.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1655.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DefaultController.php';
  1656.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\DefaultController'] = $instance = new \App\Trinity\WebshopBundle\Controller\DefaultController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1657.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DefaultController'$this));
  1658.         return $instance;
  1659.     }
  1660.     /**
  1661.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DeliveryController' shared autowired service.
  1662.      *
  1663.      * @return \App\Trinity\WebshopBundle\Controller\DeliveryController
  1664.      */
  1665.     protected function getDeliveryControllerService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1668.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1669.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DeliveryController.php';
  1670.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\DeliveryController'] = $instance = new \App\Trinity\WebshopBundle\Controller\DeliveryController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1671.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DeliveryController'$this));
  1672.         return $instance;
  1673.     }
  1674.     /**
  1675.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DiscountController' shared autowired service.
  1676.      *
  1677.      * @return \App\Trinity\WebshopBundle\Controller\DiscountController
  1678.      */
  1679.     protected function getDiscountControllerService()
  1680.     {
  1681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1682.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1683.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DiscountController.php';
  1684.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\DiscountController'] = $instance = new \App\Trinity\WebshopBundle\Controller\DiscountController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1685.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DiscountController'$this));
  1686.         return $instance;
  1687.     }
  1688.     /**
  1689.      * Gets the public 'App\Trinity\WebshopBundle\Controller\EventsController' shared autowired service.
  1690.      *
  1691.      * @return \App\Trinity\WebshopBundle\Controller\EventsController
  1692.      */
  1693.     protected function getEventsControllerService()
  1694.     {
  1695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1696.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1697.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/EventsController.php';
  1698.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\EventsController'] = $instance = new \App\Trinity\WebshopBundle\Controller\EventsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1699.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\EventsController'$this));
  1700.         return $instance;
  1701.     }
  1702.     /**
  1703.      * Gets the public 'App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController' shared autowired service.
  1704.      *
  1705.      * @return \App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController
  1706.      */
  1707.     protected function getMoneybirdControllerService()
  1708.     {
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1710.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1711.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/Ext/MoneybirdController.php';
  1712.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\Ext\\MoneybirdController'] = $instance = new \App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1713.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\Ext\\MoneybirdController'$this));
  1714.         return $instance;
  1715.     }
  1716.     /**
  1717.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ExtraController' shared autowired service.
  1718.      *
  1719.      * @return \App\Trinity\WebshopBundle\Controller\ExtraController
  1720.      */
  1721.     protected function getExtraControllerService()
  1722.     {
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1724.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1725.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ExtraController.php';
  1726.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ExtraController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ExtraController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1727.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ExtraController'$this));
  1728.         return $instance;
  1729.     }
  1730.     /**
  1731.      * Gets the public 'App\Trinity\WebshopBundle\Controller\FeedController' shared autowired service.
  1732.      *
  1733.      * @return \App\Trinity\WebshopBundle\Controller\FeedController
  1734.      */
  1735.     protected function getFeedControllerService()
  1736.     {
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1738.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1739.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FeedController.php';
  1740.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\FeedController'] = $instance = new \App\Trinity\WebshopBundle\Controller\FeedController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1741.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\FeedController'$this));
  1742.         return $instance;
  1743.     }
  1744.     /**
  1745.      * Gets the public 'App\Trinity\WebshopBundle\Controller\FrontController' shared autowired service.
  1746.      *
  1747.      * @return \App\Trinity\WebshopBundle\Controller\FrontController
  1748.      */
  1749.     protected function getFrontControllerService()
  1750.     {
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1752.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1753.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FrontController.php';
  1754.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\FrontController'] = $instance = new \App\Trinity\WebshopBundle\Controller\FrontController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1755.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\FrontController'$this));
  1756.         return $instance;
  1757.     }
  1758.     /**
  1759.      * Gets the public 'App\Trinity\WebshopBundle\Controller\GiftcardController' shared autowired service.
  1760.      *
  1761.      * @return \App\Trinity\WebshopBundle\Controller\GiftcardController
  1762.      */
  1763.     protected function getGiftcardControllerService()
  1764.     {
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1766.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1767.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/GiftcardController.php';
  1768.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\GiftcardController'] = $instance = new \App\Trinity\WebshopBundle\Controller\GiftcardController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1769.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\GiftcardController'$this));
  1770.         return $instance;
  1771.     }
  1772.     /**
  1773.      * Gets the public 'App\Trinity\WebshopBundle\Controller\InvoiceController' shared autowired service.
  1774.      *
  1775.      * @return \App\Trinity\WebshopBundle\Controller\InvoiceController
  1776.      */
  1777.     protected function getInvoiceControllerService()
  1778.     {
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1780.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1781.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/InvoiceController.php';
  1782.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\InvoiceController'] = $instance = new \App\Trinity\WebshopBundle\Controller\InvoiceController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1783.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\InvoiceController'$this));
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public 'App\Trinity\WebshopBundle\Controller\LedgerController' shared autowired service.
  1788.      *
  1789.      * @return \App\Trinity\WebshopBundle\Controller\LedgerController
  1790.      */
  1791.     protected function getLedgerControllerService()
  1792.     {
  1793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1794.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1795.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/LedgerController.php';
  1796.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\LedgerController'] = $instance = new \App\Trinity\WebshopBundle\Controller\LedgerController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1797.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\LedgerController'$this));
  1798.         return $instance;
  1799.     }
  1800.     /**
  1801.      * Gets the public 'App\Trinity\WebshopBundle\Controller\MailController' shared autowired service.
  1802.      *
  1803.      * @return \App\Trinity\WebshopBundle\Controller\MailController
  1804.      */
  1805.     protected function getMailController2Service()
  1806.     {
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1808.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1809.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MailController.php';
  1810.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\MailController'] = $instance = new \App\Trinity\WebshopBundle\Controller\MailController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1811.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\MailController'$this));
  1812.         return $instance;
  1813.     }
  1814.     /**
  1815.      * Gets the public 'App\Trinity\WebshopBundle\Controller\MediaController' shared autowired service.
  1816.      *
  1817.      * @return \App\Trinity\WebshopBundle\Controller\MediaController
  1818.      */
  1819.     protected function getMediaController2Service()
  1820.     {
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1822.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1823.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MediaController.php';
  1824.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\MediaController'] = $instance = new \App\Trinity\WebshopBundle\Controller\MediaController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1825.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\MediaController'$this));
  1826.         return $instance;
  1827.     }
  1828.     /**
  1829.      * Gets the public 'App\Trinity\WebshopBundle\Controller\OrdersController' shared autowired service.
  1830.      *
  1831.      * @return \App\Trinity\WebshopBundle\Controller\OrdersController
  1832.      */
  1833.     protected function getOrdersControllerService()
  1834.     {
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1836.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1837.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/OrdersController.php';
  1838.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\OrdersController'] = $instance = new \App\Trinity\WebshopBundle\Controller\OrdersController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1839.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\OrdersController'$this));
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PicqerController' shared autowired service.
  1844.      *
  1845.      * @return \App\Trinity\WebshopBundle\Controller\PicqerController
  1846.      */
  1847.     protected function getPicqerControllerService()
  1848.     {
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1850.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1851.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PicqerController.php';
  1852.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\PicqerController'] = $instance = new \App\Trinity\WebshopBundle\Controller\PicqerController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1853.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PicqerController'$this));
  1854.         return $instance;
  1855.     }
  1856.     /**
  1857.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PricingController' shared autowired service.
  1858.      *
  1859.      * @return \App\Trinity\WebshopBundle\Controller\PricingController
  1860.      */
  1861.     protected function getPricingControllerService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1864.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1865.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PricingController.php';
  1866.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\PricingController'] = $instance = new \App\Trinity\WebshopBundle\Controller\PricingController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1867.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PricingController'$this));
  1868.         return $instance;
  1869.     }
  1870.     /**
  1871.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ProductGroupController' shared autowired service.
  1872.      *
  1873.      * @return \App\Trinity\WebshopBundle\Controller\ProductGroupController
  1874.      */
  1875.     protected function getProductGroupControllerService()
  1876.     {
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1878.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1879.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductGroupController.php';
  1880.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ProductGroupController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ProductGroupController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1881.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ProductGroupController'$this));
  1882.         return $instance;
  1883.     }
  1884.     /**
  1885.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ProductsController' shared autowired service.
  1886.      *
  1887.      * @return \App\Trinity\WebshopBundle\Controller\ProductsController
  1888.      */
  1889.     protected function getProductsControllerService()
  1890.     {
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1892.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1893.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductsController.php';
  1894.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ProductsController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ProductsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1895.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ProductsController'$this));
  1896.         return $instance;
  1897.     }
  1898.     /**
  1899.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PromotionsController' shared autowired service.
  1900.      *
  1901.      * @return \App\Trinity\WebshopBundle\Controller\PromotionsController
  1902.      */
  1903.     protected function getPromotionsControllerService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1906.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1907.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PromotionsController.php';
  1908.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\PromotionsController'] = $instance = new \App\Trinity\WebshopBundle\Controller\PromotionsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1909.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PromotionsController'$this));
  1910.         return $instance;
  1911.     }
  1912.     /**
  1913.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ReportController' shared autowired service.
  1914.      *
  1915.      * @return \App\Trinity\WebshopBundle\Controller\ReportController
  1916.      */
  1917.     protected function getReportControllerService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1920.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1921.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ReportController.php';
  1922.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ReportController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ReportController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1923.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ReportController'$this));
  1924.         return $instance;
  1925.     }
  1926.     /**
  1927.      * Gets the public 'App\Trinity\WebshopBundle\Controller\SearchController' shared autowired service.
  1928.      *
  1929.      * @return \App\Trinity\WebshopBundle\Controller\SearchController
  1930.      */
  1931.     protected function getSearchController2Service()
  1932.     {
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1934.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1935.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SearchController.php';
  1936.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\SearchController'] = $instance = new \App\Trinity\WebshopBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1937.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\SearchController'$this));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'App\Trinity\WebshopBundle\Controller\SpecsController' shared autowired service.
  1942.      *
  1943.      * @return \App\Trinity\WebshopBundle\Controller\SpecsController
  1944.      */
  1945.     protected function getSpecsControllerService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1948.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1949.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SpecsController.php';
  1950.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\SpecsController'] = $instance = new \App\Trinity\WebshopBundle\Controller\SpecsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1951.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\SpecsController'$this));
  1952.         return $instance;
  1953.     }
  1954.     /**
  1955.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TagController' shared autowired service.
  1956.      *
  1957.      * @return \App\Trinity\WebshopBundle\Controller\TagController
  1958.      */
  1959.     protected function getTagController2Service()
  1960.     {
  1961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1962.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1963.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagController.php';
  1964.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\TagController'] = $instance = new \App\Trinity\WebshopBundle\Controller\TagController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1965.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TagController'$this));
  1966.         return $instance;
  1967.     }
  1968.     /**
  1969.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TagDisplayController' shared autowired service.
  1970.      *
  1971.      * @return \App\Trinity\WebshopBundle\Controller\TagDisplayController
  1972.      */
  1973.     protected function getTagDisplayControllerService()
  1974.     {
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1976.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1977.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagDisplayController.php';
  1978.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController'] = $instance = new \App\Trinity\WebshopBundle\Controller\TagDisplayController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1979.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController'$this));
  1980.         return $instance;
  1981.     }
  1982.     /**
  1983.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TaxController' shared autowired service.
  1984.      *
  1985.      * @return \App\Trinity\WebshopBundle\Controller\TaxController
  1986.      */
  1987.     protected function getTaxControllerService()
  1988.     {
  1989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1990.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1991.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TaxController.php';
  1992.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\TaxController'] = $instance = new \App\Trinity\WebshopBundle\Controller\TaxController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  1993.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TaxController'$this));
  1994.         return $instance;
  1995.     }
  1996.     /**
  1997.      * Gets the public 'App\Trinity\WebshopBundle\Controller\UserGroupController' shared autowired service.
  1998.      *
  1999.      * @return \App\Trinity\WebshopBundle\Controller\UserGroupController
  2000.      */
  2001.     protected function getUserGroupControllerService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2004.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2005.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/UserGroupController.php';
  2006.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\UserGroupController'] = $instance = new \App\Trinity\WebshopBundle\Controller\UserGroupController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2007.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\UserGroupController'$this));
  2008.         return $instance;
  2009.     }
  2010.     /**
  2011.      * Gets the public 'App\Trinity\WebshopBundle\Controller\WebshopController' shared autowired service.
  2012.      *
  2013.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  2014.      */
  2015.     protected function getWebshopControllerService()
  2016.     {
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2018.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2019.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  2020.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\WebshopController'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2021.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\WebshopController'$this));
  2022.         return $instance;
  2023.     }
  2024.     /**
  2025.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2026.      *
  2027.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2028.      */
  2029.     protected function getProfilerControllerService()
  2030.     {
  2031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2032.         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()));
  2033.     }
  2034.     /**
  2035.      * Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
  2036.      *
  2037.      * @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
  2038.      */
  2039.     protected function getPersisterInterfaceService($lazyLoad true)
  2040.     {
  2041.         if ($lazyLoad) {
  2042.             return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = $this->createProxy('DoctrinePersister_a694024', function () {
  2043.                 return \DoctrinePersister_a694024::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2044.                     $wrappedInstance $this->getPersisterInterfaceService(false);
  2045.                     $proxy->setProxyInitializer(null);
  2046.                     return true;
  2047.                 });
  2048.             });
  2049.         }
  2050.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersisterFactory.php';
  2051.         return (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
  2052.     }
  2053.     /**
  2054.      * Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' shared service.
  2055.      *
  2056.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  2057.      */
  2058.     protected function getTwoFactorFormRendererInterfaceService($lazyLoad true)
  2059.     {
  2060.         if ($lazyLoad) {
  2061.             return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface'] = $this->createProxy('DefaultTwoFactorFormRenderer_892ae3f', function () {
  2062.                 return \DefaultTwoFactorFormRenderer_892ae3f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2063.                     $wrappedInstance $this->getTwoFactorFormRendererInterfaceService(false);
  2064.                     $proxy->setProxyInitializer(null);
  2065.                     return true;
  2066.                 });
  2067.             });
  2068.         }
  2069.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SchebTwoFactor/Authentication/form.html.twig');
  2070.     }
  2071.     /**
  2072.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2073.      *
  2074.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2075.      */
  2076.     protected function getRedirectControllerService()
  2077.     {
  2078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2079.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2080.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2081.     }
  2082.     /**
  2083.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2084.      *
  2085.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2086.      */
  2087.     protected function getTemplateControllerService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2090.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2091.     }
  2092.     /**
  2093.      * Gets the public 'TrinityApiBundle_inflector' shared autowired service.
  2094.      *
  2095.      * @return \App\Trinity\ApiBundle\Controller\InflectController
  2096.      */
  2097.     protected function getTrinityApiBundleInflectorService()
  2098.     {
  2099.         $this->services['TrinityApiBundle_inflector'] = $instance = new \App\Trinity\ApiBundle\Controller\InflectController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  2100.         $instance->setContainer($this);
  2101.         return $instance;
  2102.     }
  2103.     /**
  2104.      * Gets the public 'TrinityApiBundle_show' shared autowired service.
  2105.      *
  2106.      * @return \App\Trinity\ApiBundle\Controller\AdminController
  2107.      */
  2108.     protected function getTrinityApiBundleShowService()
  2109.     {
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2111.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2112.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php';
  2113.         $this->services['TrinityApiBundle_show'] = $instance = new \App\Trinity\ApiBundle\Controller\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  2114.         $instance->setContainer($this);
  2115.         return $instance;
  2116.     }
  2117.     /**
  2118.      * Gets the public 'admin_link' shared service.
  2119.      *
  2120.      * @return \App\CmsBundle\Controller\LinkController
  2121.      */
  2122.     protected function getAdminLinkService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2125.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2126.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  2127.         $this->services['admin_link'] = $instance = new \App\CmsBundle\Controller\LinkController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  2128.         $instance->setContainer($this);
  2129.         return $instance;
  2130.     }
  2131.     /**
  2132.      * Gets the public 'admin_show' shared service.
  2133.      *
  2134.      * @return \App\CmsBundle\Controller\LinkController
  2135.      */
  2136.     protected function getAdminShowService()
  2137.     {
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2139.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2140.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  2141.         $this->services['admin_show'] = $instance = new \App\CmsBundle\Controller\LinkController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  2142.         $instance->setContainer($this);
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the public 'cache.app' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2149.      */
  2150.     protected function getCache_AppService()
  2151.     {
  2152.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XqdzPVvHlH'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  2153.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2154.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2155.     }
  2156.     /**
  2157.      * Gets the public 'cache.app_clearer' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2160.      */
  2161.     protected function getCache_AppClearerService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2165.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2166.     }
  2167.     /**
  2168.      * Gets the public 'cache.global_clearer' shared service.
  2169.      *
  2170.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2171.      */
  2172.     protected function getCache_GlobalClearerService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2176.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  2177.     }
  2178.     /**
  2179.      * Gets the public 'cache.system' shared service.
  2180.      *
  2181.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2182.      */
  2183.     protected function getCache_SystemService()
  2184.     {
  2185.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bS+0aTnm2X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2186.     }
  2187.     /**
  2188.      * Gets the public 'cache.system_clearer' shared service.
  2189.      *
  2190.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2191.      */
  2192.     protected function getCache_SystemClearerService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2196.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2197.     }
  2198.     /**
  2199.      * Gets the public 'cache.validator_expression_language' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2202.      */
  2203.     protected function getCache_ValidatorExpressionLanguageService()
  2204.     {
  2205.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hgTQq04HJG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2206.     }
  2207.     /**
  2208.      * Gets the public 'cache_warmer' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2211.      */
  2212.     protected function getCacheWarmerService()
  2213.     {
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2216.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2217.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2218.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2219.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2220.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2221.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2222.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2223.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2224.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2225.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2226.     }
  2227.     /**
  2228.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ActivateBundleCommand' shared autowired service.
  2229.      *
  2230.      * @return \App\CmsBundle\Command\ActivateBundleCommand
  2231.      */
  2232.     protected function getActivateBundleCommandService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2235.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ActivateBundleCommand.php';
  2236.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand'] = new \App\CmsBundle\Command\ActivateBundleCommand($this);
  2237.     }
  2238.     /**
  2239.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\BackupCommand' shared autowired service.
  2240.      *
  2241.      * @return \App\CmsBundle\Command\BackupCommand
  2242.      */
  2243.     protected function getBackupCommandService()
  2244.     {
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2246.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/BackupCommand.php';
  2247.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand'] = new \App\CmsBundle\Command\BackupCommand($this);
  2248.     }
  2249.     /**
  2250.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\BundleListCommand' shared autowired service.
  2251.      *
  2252.      * @return \App\CmsBundle\Command\BundleListCommand
  2253.      */
  2254.     protected function getBundleListCommandService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2257.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/BundleListCommand.php';
  2258.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand'] = new \App\CmsBundle\Command\BundleListCommand($this);
  2259.     }
  2260.     /**
  2261.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CacheCommand' shared autowired service.
  2262.      *
  2263.      * @return \App\CmsBundle\Command\CacheCommand
  2264.      */
  2265.     protected function getCacheCommandService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2268.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CacheCommand.php';
  2269.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand'] = new \App\CmsBundle\Command\CacheCommand($this);
  2270.     }
  2271.     /**
  2272.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ControlCommand' shared autowired service.
  2273.      *
  2274.      * @return \App\CmsBundle\Command\ControlCommand
  2275.      */
  2276.     protected function getControlCommandService()
  2277.     {
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2279.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ControlCommand.php';
  2280.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand'] = new \App\CmsBundle\Command\ControlCommand($this);
  2281.     }
  2282.     /**
  2283.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CreateBundleCommand' shared autowired service.
  2284.      *
  2285.      * @return \App\CmsBundle\Command\CreateBundleCommand
  2286.      */
  2287.     protected function getCreateBundleCommandService()
  2288.     {
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2290.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CreateBundleCommand.php';
  2291.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand'] = new \App\CmsBundle\Command\CreateBundleCommand($this);
  2292.     }
  2293.     /**
  2294.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CronTasksRunCommand' shared autowired service.
  2295.      *
  2296.      * @return \App\CmsBundle\Command\CronTasksRunCommand
  2297.      */
  2298.     protected function getCronTasksRunCommandService()
  2299.     {
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2301.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CronTasksRunCommand.php';
  2302.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand'] = new \App\CmsBundle\Command\CronTasksRunCommand($this);
  2303.     }
  2304.     /**
  2305.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\FixTranslationsCommand' shared autowired service.
  2306.      *
  2307.      * @return \App\CmsBundle\Command\FixTranslationsCommand
  2308.      */
  2309.     protected function getFixTranslationsCommandService()
  2310.     {
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2312.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/FixTranslationsCommand.php';
  2313.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand'] = new \App\CmsBundle\Command\FixTranslationsCommand($this);
  2314.     }
  2315.     /**
  2316.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\InstallBundleCommand' shared autowired service.
  2317.      *
  2318.      * @return \App\CmsBundle\Command\InstallBundleCommand
  2319.      */
  2320.     protected function getInstallBundleCommandService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2323.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/InstallBundleCommand.php';
  2324.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\InstallBundleCommand'] = new \App\CmsBundle\Command\InstallBundleCommand($this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2325.     }
  2326.     /**
  2327.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\LanguageCacheCommand' shared autowired service.
  2328.      *
  2329.      * @return \App\CmsBundle\Command\LanguageCacheCommand
  2330.      */
  2331.     protected function getLanguageCacheCommandService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2334.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/LanguageCacheCommand.php';
  2335.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\LanguageCacheCommand'] = new \App\CmsBundle\Command\LanguageCacheCommand($this, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()));
  2336.     }
  2337.     /**
  2338.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\LanguageResetCommand' shared autowired service.
  2339.      *
  2340.      * @return \App\CmsBundle\Command\LanguageResetCommand
  2341.      */
  2342.     protected function getLanguageResetCommandService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2345.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/LanguageResetCommand.php';
  2346.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\LanguageResetCommand'] = new \App\CmsBundle\Command\LanguageResetCommand($this, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()));
  2347.     }
  2348.     /**
  2349.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MailtestCommand' shared autowired service.
  2350.      *
  2351.      * @return \App\CmsBundle\Command\MailtestCommand
  2352.      */
  2353.     protected function getMailtestCommandService()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2356.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MailtestCommand.php';
  2357.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MailtestCommand'] = new \App\CmsBundle\Command\MailtestCommand($this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2358.     }
  2359.     /**
  2360.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaCreateFullCommand' shared autowired service.
  2361.      *
  2362.      * @return \App\CmsBundle\Command\MediaCreateFullCommand
  2363.      */
  2364.     protected function getMediaCreateFullCommandService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2367.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaCreateFullCommand.php';
  2368.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand'] = new \App\CmsBundle\Command\MediaCreateFullCommand($this);
  2369.     }
  2370.     /**
  2371.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaRegenThumbnailsCommand' shared autowired service.
  2372.      *
  2373.      * @return \App\CmsBundle\Command\MediaRegenThumbnailsCommand
  2374.      */
  2375.     protected function getMediaRegenThumbnailsCommandService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2378.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaRegenThumbnailsCommand.php';
  2379.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand'] = new \App\CmsBundle\Command\MediaRegenThumbnailsCommand($this);
  2380.     }
  2381.     /**
  2382.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaUsageCommand' shared autowired service.
  2383.      *
  2384.      * @return \App\CmsBundle\Command\MediaUsageCommand
  2385.      */
  2386.     protected function getMediaUsageCommandService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2389.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaUsageCommand.php';
  2390.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand'] = new \App\CmsBundle\Command\MediaUsageCommand($this);
  2391.     }
  2392.     /**
  2393.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediadirCleanUpCommand' shared autowired service.
  2394.      *
  2395.      * @return \App\CmsBundle\Command\MediadirCleanUpCommand
  2396.      */
  2397.     protected function getMediadirCleanUpCommandService()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2400.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediadirCleanUpCommand.php';
  2401.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand'] = new \App\CmsBundle\Command\MediadirCleanUpCommand($this);
  2402.     }
  2403.     /**
  2404.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MigrateCommand' shared autowired service.
  2405.      *
  2406.      * @return \App\CmsBundle\Command\MigrateCommand
  2407.      */
  2408.     protected function getMigrateCommandService()
  2409.     {
  2410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2411.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MigrateCommand.php';
  2412.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand'] = new \App\CmsBundle\Command\MigrateCommand($this);
  2413.     }
  2414.     /**
  2415.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MissingmediaCommand' shared autowired service.
  2416.      *
  2417.      * @return \App\CmsBundle\Command\MissingmediaCommand
  2418.      */
  2419.     protected function getMissingmediaCommandService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2422.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MissingmediaCommand.php';
  2423.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand'] = new \App\CmsBundle\Command\MissingmediaCommand($this);
  2424.     }
  2425.     /**
  2426.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MonitorCommand' shared autowired service.
  2427.      *
  2428.      * @return \App\CmsBundle\Command\MonitorCommand
  2429.      */
  2430.     protected function getMonitorCommandService()
  2431.     {
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2433.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MonitorCommand.php';
  2434.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand'] = new \App\CmsBundle\Command\MonitorCommand($this);
  2435.     }
  2436.     /**
  2437.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\OptimizeCommand' shared autowired service.
  2438.      *
  2439.      * @return \App\CmsBundle\Command\OptimizeCommand
  2440.      */
  2441.     protected function getOptimizeCommandService()
  2442.     {
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2444.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/OptimizeCommand.php';
  2445.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand'] = new \App\CmsBundle\Command\OptimizeCommand($this);
  2446.     }
  2447.     /**
  2448.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ReportCommand' shared autowired service.
  2449.      *
  2450.      * @return \App\CmsBundle\Command\ReportCommand
  2451.      */
  2452.     protected function getReportCommandService()
  2453.     {
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2455.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ReportCommand.php';
  2456.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand'] = new \App\CmsBundle\Command\ReportCommand($this);
  2457.     }
  2458.     /**
  2459.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ResetDBCommand' shared autowired service.
  2460.      *
  2461.      * @return \App\CmsBundle\Command\ResetDBCommand
  2462.      */
  2463.     protected function getResetDBCommandService()
  2464.     {
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2466.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ResetDBCommand.php';
  2467.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ResetDBCommand'] = new \App\CmsBundle\Command\ResetDBCommand($this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2468.     }
  2469.     /**
  2470.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\RestoreCommand' shared autowired service.
  2471.      *
  2472.      * @return \App\CmsBundle\Command\RestoreCommand
  2473.      */
  2474.     protected function getRestoreCommandService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2477.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/RestoreCommand.php';
  2478.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand'] = new \App\CmsBundle\Command\RestoreCommand($this);
  2479.     }
  2480.     /**
  2481.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand' shared autowired service.
  2482.      *
  2483.      * @return \App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand
  2484.      */
  2485.     protected function getCronTasksDefaultCommandService()
  2486.     {
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2488.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ScheduleTask/CronTasksDefaultCommand.php';
  2489.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand'] = new \App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand();
  2490.     }
  2491.     /**
  2492.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ServerupdateCommand' shared autowired service.
  2493.      *
  2494.      * @return \App\CmsBundle\Command\ServerupdateCommand
  2495.      */
  2496.     protected function getServerupdateCommandService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2499.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ServerupdateCommand.php';
  2500.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand'] = new \App\CmsBundle\Command\ServerupdateCommand($this);
  2501.     }
  2502.     /**
  2503.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\StatsCommand' shared autowired service.
  2504.      *
  2505.      * @return \App\CmsBundle\Command\StatsCommand
  2506.      */
  2507.     protected function getStatsCommandService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2510.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/StatsCommand.php';
  2511.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand'] = new \App\CmsBundle\Command\StatsCommand($this);
  2512.     }
  2513.     /**
  2514.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\UpdateCommand' shared autowired service.
  2515.      *
  2516.      * @return \App\CmsBundle\Command\UpdateCommand
  2517.      */
  2518.     protected function getUpdateCommandService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2521.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/UpdateCommand.php';
  2522.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand'] = new \App\CmsBundle\Command\UpdateCommand($this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2523.     }
  2524.     /**
  2525.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\UserCommand' shared autowired service.
  2526.      *
  2527.      * @return \App\CmsBundle\Command\UserCommand
  2528.      */
  2529.     protected function getUserCommandService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2532.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/UserCommand.php';
  2533.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\UserCommand'] = new \App\CmsBundle\Command\UserCommand($this, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['scheb_two_factor.security.totp_authenticator'] ?? $this->getSchebTwoFactor_Security_TotpAuthenticatorService()));
  2534.     }
  2535.     /**
  2536.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\WebpCommand' shared autowired service.
  2537.      *
  2538.      * @return \App\CmsBundle\Command\WebpCommand
  2539.      */
  2540.     protected function getWebpCommandService()
  2541.     {
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2543.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/WebpCommand.php';
  2544.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand'] = new \App\CmsBundle\Command\WebpCommand($this);
  2545.     }
  2546.     /**
  2547.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand' shared autowired service.
  2548.      *
  2549.      * @return \App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand
  2550.      */
  2551.     protected function getBlogMediaMigrationCommandService()
  2552.     {
  2553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2554.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/BlogMediaMigrationCommand.php';
  2555.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand'] = new \App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand();
  2556.     }
  2557.     /**
  2558.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\GptCommand' shared autowired service.
  2559.      *
  2560.      * @return \App\Trinity\BlogBundle\Command\GptCommand
  2561.      */
  2562.     protected function getGptCommandService()
  2563.     {
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2565.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/GptCommand.php';
  2566.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\GptCommand'] = new \App\Trinity\BlogBundle\Command\GptCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2567.     }
  2568.     /**
  2569.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\WpCommand' shared autowired service.
  2570.      *
  2571.      * @return \App\Trinity\BlogBundle\Command\WpCommand
  2572.      */
  2573.     protected function getWpCommandService()
  2574.     {
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2576.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/WpCommand.php';
  2577.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand'] = new \App\Trinity\BlogBundle\Command\WpCommand();
  2578.     }
  2579.     /**
  2580.      * Gets the public 'console.command.public_alias.App\Trinity\SearchBundle\Command\IndexerCommand' shared autowired service.
  2581.      *
  2582.      * @return \App\Trinity\SearchBundle\Command\IndexerCommand
  2583.      */
  2584.     protected function getIndexerCommandService()
  2585.     {
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2587.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Command/IndexerCommand.php';
  2588.         return $this->services['console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand'] = new \App\Trinity\SearchBundle\Command\IndexerCommand($this);
  2589.     }
  2590.     /**
  2591.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand' shared autowired service.
  2592.      *
  2593.      * @return \App\Trinity\WebshopBundle\Command\AbandonedCartsCommand
  2594.      */
  2595.     protected function getAbandonedCartsCommandService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2598.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/AbandonedCartsCommand.php';
  2599.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand'] = new \App\Trinity\WebshopBundle\Command\AbandonedCartsCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2600.     }
  2601.     /**
  2602.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand' shared autowired service.
  2603.      *
  2604.      * @return \App\Trinity\WebshopBundle\Command\ActiveCampaignCommand
  2605.      */
  2606.     protected function getActiveCampaignCommandService()
  2607.     {
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2609.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ActiveCampaignCommand.php';
  2610.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand'] = new \App\Trinity\WebshopBundle\Command\ActiveCampaignCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2611.     }
  2612.     /**
  2613.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CacheIndexCommand' shared autowired service.
  2614.      *
  2615.      * @return \App\Trinity\WebshopBundle\Command\CacheIndexCommand
  2616.      */
  2617.     protected function getCacheIndexCommandService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2620.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CacheIndexCommand.php';
  2621.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand'] = new \App\Trinity\WebshopBundle\Command\CacheIndexCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2622.     }
  2623.     /**
  2624.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand' shared autowired service.
  2625.      *
  2626.      * @return \App\Trinity\WebshopBundle\Command\CheckPaymentsCommand
  2627.      */
  2628.     protected function getCheckPaymentsCommandService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2631.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CheckPaymentsCommand.php';
  2632.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand'] = new \App\Trinity\WebshopBundle\Command\CheckPaymentsCommand($this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2633.     }
  2634.     /**
  2635.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CloneCommand' shared autowired service.
  2636.      *
  2637.      * @return \App\Trinity\WebshopBundle\Command\CloneCommand
  2638.      */
  2639.     protected function getCloneCommandService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2642.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CloneCommand.php';
  2643.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand'] = new \App\Trinity\WebshopBundle\Command\CloneCommand($this);
  2644.     }
  2645.     /**
  2646.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand' shared autowired service.
  2647.      *
  2648.      * @return \App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand
  2649.      */
  2650.     protected function getFixCategoryDuplicatesCommandService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2653.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixCategoryDuplicatesCommand.php';
  2654.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand'] = new \App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand($this);
  2655.     }
  2656.     /**
  2657.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand' shared autowired service.
  2658.      *
  2659.      * @return \App\Trinity\WebshopBundle\Command\FixMediaCloneCommand
  2660.      */
  2661.     protected function getFixMediaCloneCommandService()
  2662.     {
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2664.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixMediaCloneCommand.php';
  2665.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand'] = new \App\Trinity\WebshopBundle\Command\FixMediaCloneCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2666.     }
  2667.     /**
  2668.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixrelationsCommand' shared autowired service.
  2669.      *
  2670.      * @return \App\Trinity\WebshopBundle\Command\FixrelationsCommand
  2671.      */
  2672.     protected function getFixrelationsCommandService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2675.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixrelationsCommand.php';
  2676.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand'] = new \App\Trinity\WebshopBundle\Command\FixrelationsCommand($this);
  2677.     }
  2678.     /**
  2679.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportCommand' shared autowired service.
  2680.      *
  2681.      * @return \App\Trinity\WebshopBundle\Command\ImportCommand
  2682.      */
  2683.     protected function getImportCommandService()
  2684.     {
  2685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2686.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportCommand.php';
  2687.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand'] = new \App\Trinity\WebshopBundle\Command\ImportCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2688.     }
  2689.     /**
  2690.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand' shared autowired service.
  2691.      *
  2692.      * @return \App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand
  2693.      */
  2694.     protected function getImportCyclesoftwareCommandService()
  2695.     {
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2697.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportCyclesoftwareCommand.php';
  2698.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand'] = new \App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2699.     }
  2700.     /**
  2701.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand' shared autowired service.
  2702.      *
  2703.      * @return \App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand
  2704.      */
  2705.     protected function getImportMagentoOneCommandService()
  2706.     {
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2708.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportMagentoOneCommand.php';
  2709.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand'] = new \App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2710.     }
  2711.     /**
  2712.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\IndexCommand' shared autowired service.
  2713.      *
  2714.      * @return \App\Trinity\WebshopBundle\Command\IndexCommand
  2715.      */
  2716.     protected function getIndexCommandService()
  2717.     {
  2718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2719.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/IndexCommand.php';
  2720.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand'] = new \App\Trinity\WebshopBundle\Command\IndexCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2721.     }
  2722.     /**
  2723.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\LinkCommand' shared autowired service.
  2724.      *
  2725.      * @return \App\Trinity\WebshopBundle\Command\LinkCommand
  2726.      */
  2727.     protected function getLinkCommandService()
  2728.     {
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2730.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/LinkCommand.php';
  2731.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand'] = new \App\Trinity\WebshopBundle\Command\LinkCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2732.     }
  2733.     /**
  2734.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\NotifyCommand' shared autowired service.
  2735.      *
  2736.      * @return \App\Trinity\WebshopBundle\Command\NotifyCommand
  2737.      */
  2738.     protected function getNotifyCommandService()
  2739.     {
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2741.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/NotifyCommand.php';
  2742.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand'] = new \App\Trinity\WebshopBundle\Command\NotifyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2743.     }
  2744.     /**
  2745.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\PicqerExportCommand' shared autowired service.
  2746.      *
  2747.      * @return \App\Trinity\WebshopBundle\Command\PicqerExportCommand
  2748.      */
  2749.     protected function getPicqerExportCommandService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2752.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/PicqerExportCommand.php';
  2753.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand'] = new \App\Trinity\WebshopBundle\Command\PicqerExportCommand();
  2754.     }
  2755.     /**
  2756.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\PicqerSyncCommand' shared autowired service.
  2757.      *
  2758.      * @return \App\Trinity\WebshopBundle\Command\PicqerSyncCommand
  2759.      */
  2760.     protected function getPicqerSyncCommandService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2763.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/PicqerSyncCommand.php';
  2764.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand'] = new \App\Trinity\WebshopBundle\Command\PicqerSyncCommand();
  2765.     }
  2766.     /**
  2767.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ProductSyncCommand' shared autowired service.
  2768.      *
  2769.      * @return \App\Trinity\WebshopBundle\Command\ProductSyncCommand
  2770.      */
  2771.     protected function getProductSyncCommandService()
  2772.     {
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2774.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ProductSyncCommand.php';
  2775.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand'] = new \App\Trinity\WebshopBundle\Command\ProductSyncCommand();
  2776.     }
  2777.     /**
  2778.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\RepairOrdersCommand' shared autowired service.
  2779.      *
  2780.      * @return \App\Trinity\WebshopBundle\Command\RepairOrdersCommand
  2781.      */
  2782.     protected function getRepairOrdersCommandService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2785.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/RepairOrdersCommand.php';
  2786.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand'] = new \App\Trinity\WebshopBundle\Command\RepairOrdersCommand();
  2787.     }
  2788.     /**
  2789.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\SearchCommand' shared autowired service.
  2790.      *
  2791.      * @return \App\Trinity\WebshopBundle\Command\SearchCommand
  2792.      */
  2793.     protected function getSearchCommandService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2796.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/SearchCommand.php';
  2797.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand'] = new \App\Trinity\WebshopBundle\Command\SearchCommand();
  2798.     }
  2799.     /**
  2800.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\TestCommand' shared autowired service.
  2801.      *
  2802.      * @return \App\Trinity\WebshopBundle\Command\TestCommand
  2803.      */
  2804.     protected function getTestCommandService()
  2805.     {
  2806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2807.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/TestCommand.php';
  2808.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand'] = new \App\Trinity\WebshopBundle\Command\TestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2809.     }
  2810.     /**
  2811.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\UpdatePricesCommand' shared autowired service.
  2812.      *
  2813.      * @return \App\Trinity\WebshopBundle\Command\UpdatePricesCommand
  2814.      */
  2815.     protected function getUpdatePricesCommandService()
  2816.     {
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2818.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/UpdatePricesCommand.php';
  2819.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand'] = new \App\Trinity\WebshopBundle\Command\UpdatePricesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'console.command_loader' shared service.
  2823.      *
  2824.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2825.      */
  2826.     protected function getConsole_CommandLoaderService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2830.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2831.             'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand' => ['privates''.App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand.lazy''getGenerateProductsCommand_LazyService'false],
  2832.             'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce' => ['privates''.App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce.lazy''getImportWoocommerce_LazyService'false],
  2833.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2834.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2835.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2836.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2837.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2838.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2839.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2840.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2841.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2842.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2843.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2844.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2845.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2846.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2847.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2848.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2849.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2850.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2851.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2852.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2853.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2854.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2855.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2856.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2857.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2858.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2859.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2860.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2861.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2862.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2863.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2864.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2865.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2866.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2867.             'fos_oauth_server.clean_command' => ['privates''fos_oauth_server.clean_command''getFosOauthServer_CleanCommandService'false],
  2868.             'fos_oauth_server.create_client_command' => ['privates''fos_oauth_server.create_client_command''getFosOauthServer_CreateClientCommandService'false],
  2869.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2870.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2871.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2872.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2873.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2874.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2875.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2876.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2877.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2878.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2879.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2880.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2881.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2882.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2883.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2884.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2885.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2886.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2887.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2888.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2889.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2890.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2891.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2892.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2893.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2894.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2895.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2896.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2897.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2898.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2899.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2900.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2901.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2902.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2903.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2904.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2905.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2906.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2907.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2908.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2909.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2910.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2911.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2912.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2913.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2914.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2915.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2916.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2917.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2918.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2919.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2920.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2921.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2922.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2923.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2924.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2925.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2926.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2927.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2928.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2929.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2930.         ], [
  2931.             'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand' => '?',
  2932.             'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce' => '?',
  2933.             'console.command.about' => '?',
  2934.             'console.command.assets_install' => '?',
  2935.             'console.command.cache_clear' => '?',
  2936.             'console.command.cache_pool_clear' => '?',
  2937.             'console.command.cache_pool_prune' => '?',
  2938.             'console.command.cache_pool_delete' => '?',
  2939.             'console.command.cache_pool_list' => '?',
  2940.             'console.command.cache_warmup' => '?',
  2941.             'console.command.config_debug' => '?',
  2942.             'console.command.config_dump_reference' => '?',
  2943.             'console.command.container_debug' => '?',
  2944.             'console.command.container_lint' => '?',
  2945.             'console.command.debug_autowiring' => '?',
  2946.             'console.command.dotenv_debug' => '?',
  2947.             'console.command.event_dispatcher_debug' => '?',
  2948.             'console.command.router_debug' => '?',
  2949.             'console.command.router_match' => '?',
  2950.             'console.command.translation_debug' => '?',
  2951.             'console.command.translation_extract' => '?',
  2952.             'console.command.validator_debug' => '?',
  2953.             'console.command.translation_pull' => '?',
  2954.             'console.command.translation_push' => '?',
  2955.             'console.command.xliff_lint' => '?',
  2956.             'console.command.yaml_lint' => '?',
  2957.             'console.command.form_debug' => '?',
  2958.             'console.command.secrets_set' => '?',
  2959.             'console.command.secrets_remove' => '?',
  2960.             'console.command.secrets_generate_key' => '?',
  2961.             'console.command.secrets_list' => '?',
  2962.             'console.command.secrets_decrypt_to_local' => '?',
  2963.             'console.command.secrets_encrypt_from_local' => '?',
  2964.             'security.command.debug_firewall' => '?',
  2965.             'security.command.user_password_encoder' => '?',
  2966.             'security.command.user_password_hash' => '?',
  2967.             'fos_oauth_server.clean_command' => 'FOS\\OAuthServerBundle\\Command\\CleanCommand',
  2968.             'fos_oauth_server.create_client_command' => 'FOS\\OAuthServerBundle\\Command\\CreateClientCommand',
  2969.             'twig.command.debug' => '?',
  2970.             'twig.command.lint' => '?',
  2971.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2972.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2973.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2974.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2975.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2976.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2977.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2978.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2979.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2980.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2981.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2982.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2983.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2984.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2985.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2986.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2987.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2988.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2989.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2990.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2991.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2992.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2993.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2994.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2995.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2996.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2997.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2998.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2999.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  3000.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  3001.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  3002.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  3003.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  3004.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  3005.             'var_dumper.command.server_dump' => '?',
  3006.             'monolog.command.server_log' => '?',
  3007.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  3008.             'maker.auto_command.make_auth' => '?',
  3009.             'maker.auto_command.make_command' => '?',
  3010.             'maker.auto_command.make_controller' => '?',
  3011.             'maker.auto_command.make_crud' => '?',
  3012.             'maker.auto_command.make_docker_database' => '?',
  3013.             'maker.auto_command.make_entity' => '?',
  3014.             'maker.auto_command.make_fixtures' => '?',
  3015.             'maker.auto_command.make_form' => '?',
  3016.             'maker.auto_command.make_message' => '?',
  3017.             'maker.auto_command.make_messenger_middleware' => '?',
  3018.             'maker.auto_command.make_registration_form' => '?',
  3019.             'maker.auto_command.make_reset_password' => '?',
  3020.             'maker.auto_command.make_serializer_encoder' => '?',
  3021.             'maker.auto_command.make_serializer_normalizer' => '?',
  3022.             'maker.auto_command.make_subscriber' => '?',
  3023.             'maker.auto_command.make_twig_extension' => '?',
  3024.             'maker.auto_command.make_test' => '?',
  3025.             'maker.auto_command.make_validator' => '?',
  3026.             'maker.auto_command.make_voter' => '?',
  3027.             'maker.auto_command.make_user' => '?',
  3028.             'maker.auto_command.make_migration' => '?',
  3029.             'maker.auto_command.make_stimulus_controller' => '?',
  3030.         ]), ['trinity:webshop:generate:products' => 'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand''trinity:webshop:import:woocommerce' => 'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce''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''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''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''fos:oauth-server:clean' => 'fos_oauth_server.clean_command''fos:oauth-server:create-client' => 'fos_oauth_server.create_client_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''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:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make: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']);
  3031.     }
  3032.     /**
  3033.      * Gets the public 'container.env_var_processors_locator' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3036.      */
  3037.     protected function getContainer_EnvVarProcessorsLocatorService()
  3038.     {
  3039.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3040.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3041.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3042.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3043.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3044.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3045.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3046.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3047.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3048.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3049.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3050.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3051.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3052.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3053.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3054.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3055.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3056.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3057.         ], [
  3058.             'base64' => '?',
  3059.             'bool' => '?',
  3060.             'const' => '?',
  3061.             'csv' => '?',
  3062.             'default' => '?',
  3063.             'file' => '?',
  3064.             'float' => '?',
  3065.             'int' => '?',
  3066.             'json' => '?',
  3067.             'key' => '?',
  3068.             'not' => '?',
  3069.             'query_string' => '?',
  3070.             'require' => '?',
  3071.             'resolve' => '?',
  3072.             'string' => '?',
  3073.             'trim' => '?',
  3074.             'url' => '?',
  3075.         ]);
  3076.     }
  3077.     /**
  3078.      * Gets the public 'data_collector.dump' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3081.      */
  3082.     protected function getDataCollector_DumpService()
  3083.     {
  3084.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3085.     }
  3086.     /**
  3087.      * Gets the public 'doctrine' shared service.
  3088.      *
  3089.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3090.      */
  3091.     protected function getDoctrineService()
  3092.     {
  3093.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3094.     }
  3095.     /**
  3096.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3097.      *
  3098.      * @return \Doctrine\DBAL\Connection
  3099.      */
  3100.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3101.     {
  3102.         $a = new \Doctrine\DBAL\Configuration();
  3103.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3104.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3105.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3106.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3107.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  3108.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''port' => NULL'dbname' => 'mazdapierreshop_web01''user' => 'mazdapierreshop''password' => '40t@04ooI''unix_socket' => NULL'url' => $this->getEnv('resolve:DATABASE_URL'), 'driverOptions' => [], 'serverVersion' => 'mariadb-10.3.27''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3109.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3110.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3111.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3112.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3113.         ], [
  3114.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3115.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3116.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3117.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3118.         ]), [=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  3119.     }
  3120.     /**
  3121.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3122.      *
  3123.      * @return \Doctrine\ORM\EntityManager
  3124.      */
  3125.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3126.     {
  3127.         if ($lazyLoad) {
  3128.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3129.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3130.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3131.                     $proxy->setProxyInitializer(null);
  3132.                     return true;
  3133.                 });
  3134.             });
  3135.         }
  3136.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3152.         $a = new \Doctrine\ORM\Configuration();
  3153.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3154.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  3155.         $b->addDriver($c'App\\CmsBundle\\Entity');
  3156.         $b->addDriver($c'App\\Trinity\\ApiBundle\\Entity');
  3157.         $b->addDriver($c'App\\Trinity\\BlogBundle\\Entity');
  3158.         $b->addDriver($c'App\\Trinity\\FormsBundle\\Entity');
  3159.         $b->addDriver($c'App\\Trinity\\SearchBundle\\Entity');
  3160.         $b->addDriver($c'App\\Trinity\\SliderBundle\\Entity');
  3161.         $b->addDriver($c'App\\Trinity\\WebshopBundle\\Entity');
  3162.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  3163.         $a->setEntityNamespaces(['App' => 'App\\CmsBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity''CmsBundle' => 'App\\CmsBundle\\Entity''TrinityApiBundle' => 'App\\Trinity\\ApiBundle\\Entity''TrinityBlogBundle' => 'App\\Trinity\\BlogBundle\\Entity''TrinityFormsBundle' => 'App\\Trinity\\FormsBundle\\Entity''TrinitySearchBundle' => 'App\\Trinity\\SearchBundle\\Entity''TrinitySliderBundle' => 'App\\Trinity\\SliderBundle\\Entity''TrinityWebshopBundle' => 'App\\Trinity\\WebshopBundle\\Entity']);
  3164.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3165.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3166.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3167.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3168.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3169.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3170.         ], [
  3171.             'doctrine.ulid_generator' => '?',
  3172.             'doctrine.uuid_generator' => '?',
  3173.         ])));
  3174.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3175.         $a->setProxyNamespace('Proxies');
  3176.         $a->setAutoGenerateProxyClasses(true);
  3177.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3178.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3179.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3180.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3181.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3182.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3183.             'App\\CmsBundle\\Repository\\UserRepository' => ['privates''App\\CmsBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  3184.         ], [
  3185.             'App\\CmsBundle\\Repository\\UserRepository' => '?',
  3186.         ])));
  3187.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  3188.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  3189.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  3190.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  3191.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  3192.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  3193.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  3194.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  3195.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  3196.         $a->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  3197.         $a->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  3198.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  3199.         $a->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  3200.         $a->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  3201.         $a->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  3202.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  3203.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  3204.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  3205.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  3206.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  3207.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  3208.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  3209.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  3210.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  3211.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  3212.         $a->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  3213.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  3214.         $a->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  3215.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3216.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3217.         return $instance;
  3218.     }
  3219.     /**
  3220.      * Gets the public 'error_controller' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3223.      */
  3224.     protected function getErrorController2Service()
  3225.     {
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3231.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3232.         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)));
  3233.     }
  3234.     /**
  3235.      * Gets the public 'event_dispatcher' shared service.
  3236.      *
  3237.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3238.      */
  3239.     protected function getEventDispatcherService()
  3240.     {
  3241.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3242.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3243.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3244.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3245.         $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())));
  3246.         $instance->addListener('security.interactive_login', [=> function () {
  3247.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  3248.         }, => 'onInteractiveLogin'], 0);
  3249.         $instance->addListener('kernel.exception', [=> function () {
  3250.             return ($this->privates['app.exception_listener'] ?? $this->getApp_ExceptionListenerService());
  3251.         }, => 'onKernelException'], 0);
  3252.         $instance->addListener('kernel.controller', [=> function () {
  3253.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3254.         }, => 'onKernelController'], 0);
  3255.         $instance->addListener('kernel.request', [=> function () {
  3256.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  3257.         }, => 'onKernelRequest'], 34);
  3258.         $instance->addListener('security.authentication.failure', [=> function () {
  3259.             return ($this->privates['account.security_listener_failure'] ?? $this->getAccount_SecurityListenerFailureService());
  3260.         }, => 'onAuthenticationFailure'], 0);
  3261.         $instance->addListener('security.interactive_login', [=> function () {
  3262.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  3263.         }, => 'onSecurityInteractiveLogin'], 0);
  3264.         $instance->addListener('console.command', [=> function () {
  3265.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3266.         }, => 'onConsoleCommand'], 1);
  3267.         $instance->addListener('console.error', [=> function () {
  3268.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3269.         }, => 'onConsoleError'], 128);
  3270.         $instance->addListener('kernel.exception', [=> function () {
  3271.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3272.         }, => 'onException'], 128);
  3273.         $instance->addListener('kernel.request', [=> function () {
  3274.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3275.         }, => 'onKernelRequest'], 1);
  3276.         $instance->addListener('kernel.controller', [=> function () {
  3277.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3278.         }, => 'onKernelController'], 1);
  3279.         $instance->addListener('kernel.request', [=> function () {
  3280.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  3281.         }, => 'onKernelRequest'], 1);
  3282.         $instance->addListener('kernel.finish_request', [=> function () {
  3283.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  3284.         }, => 'onKernelFinishRequest'], 1);
  3285.         $instance->addListener('kernel.request', [=> function () {
  3286.             return ($this->privates['app.locale_listener'] ?? $this->getApp_LocaleListenerService());
  3287.         }, => 'onKernelRequest'], 15);
  3288.         $instance->addListener('kernel.exception', [=> function () {
  3289.             return ($this->privates['app.locale_listener'] ?? $this->getApp_LocaleListenerService());
  3290.         }, => 'onKernelRequest'], 10);
  3291.         $instance->addListener('kernel.response', [=> function () {
  3292.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3293.         }, => 'onKernelResponse'], 0);
  3294.         $instance->addListener('kernel.response', [=> function () {
  3295.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3296.         }, => 'onKernelResponse'], -1024);
  3297.         $instance->addListener('kernel.request', [=> function () {
  3298.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3299.         }, => 'setDefaultLocale'], 100);
  3300.         $instance->addListener('kernel.request', [=> function () {
  3301.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3302.         }, => 'onKernelRequest'], 16);
  3303.         $instance->addListener('kernel.finish_request', [=> function () {
  3304.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3305.         }, => 'onKernelFinishRequest'], 0);
  3306.         $instance->addListener('kernel.request', [=> function () {
  3307.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3308.         }, => 'onKernelRequest'], 256);
  3309.         $instance->addListener('kernel.response', [=> function () {
  3310.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3311.         }, => 'onResponse'], -255);
  3312.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3313.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3314.         }, => 'onControllerArguments'], 0);
  3315.         $instance->addListener('kernel.exception', [=> function () {
  3316.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3317.         }, => 'logKernelException'], 0);
  3318.         $instance->addListener('kernel.exception', [=> function () {
  3319.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3320.         }, => 'onKernelException'], -128);
  3321.         $instance->addListener('kernel.response', [=> function () {
  3322.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3323.         }, => 'removeCspHeader'], -128);
  3324.         $instance->addListener('kernel.request', [=> function () {
  3325.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3326.         }, => 'onKernelRequest'], 15);
  3327.         $instance->addListener('kernel.finish_request', [=> function () {
  3328.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3329.         }, => 'onKernelFinishRequest'], -15);
  3330.         $instance->addListener('console.error', [=> function () {
  3331.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3332.         }, => 'onConsoleError'], -128);
  3333.         $instance->addListener('console.terminate', [=> function () {
  3334.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3335.         }, => 'onConsoleTerminate'], -128);
  3336.         $instance->addListener('console.error', [=> function () {
  3337.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3338.         }, => 'onConsoleError'], 0);
  3339.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3340.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3341.         }, => 'onMessage'], -255);
  3342.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3343.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3344.         }, => 'onMessage'], -255);
  3345.         $instance->addListener('kernel.response', [=> function () {
  3346.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  3347.         }, => 'onKernelResponse'], 0);
  3348.         $instance->addListener('kernel.request', [=> function () {
  3349.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3350.         }, => 'configure'], 2048);
  3351.         $instance->addListener('console.command', [=> function () {
  3352.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3353.         }, => 'configure'], 2048);
  3354.         $instance->addListener('kernel.request', [=> function () {
  3355.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3356.         }, => 'onKernelRequest'], 32);
  3357.         $instance->addListener('kernel.finish_request', [=> function () {
  3358.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3359.         }, => 'onKernelFinishRequest'], 0);
  3360.         $instance->addListener('kernel.exception', [=> function () {
  3361.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3362.         }, => 'onKernelException'], -64);
  3363.         $instance->addListener('kernel.response', [=> function () {
  3364.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3365.         }, => 'onKernelResponse'], 0);
  3366.         $instance->addListener('kernel.request', [=> function () {
  3367.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3368.         }, => 'onKernelRequest'], 128);
  3369.         $instance->addListener('kernel.response', [=> function () {
  3370.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3371.         }, => 'onKernelResponse'], -1000);
  3372.         $instance->addListener('kernel.finish_request', [=> function () {
  3373.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3374.         }, => 'onFinishRequest'], 0);
  3375.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  3376.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  3377.         }, => 'onNotification'], -255);
  3378.         $instance->addListener('kernel.response', [=> function () {
  3379.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3380.         }, => 'onKernelResponse'], -100);
  3381.         $instance->addListener('kernel.exception', [=> function () {
  3382.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3383.         }, => 'onKernelException'], 0);
  3384.         $instance->addListener('kernel.terminate', [=> function () {
  3385.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3386.         }, => 'onKernelTerminate'], -1024);
  3387.         $instance->addListener('kernel.controller', [=> function () {
  3388.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3389.         }, => 'onKernelController'], 0);
  3390.         $instance->addListener('kernel.response', [=> function () {
  3391.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3392.         }, => 'onKernelResponse'], 0);
  3393.         $instance->addListener('kernel.response', [=> function () {
  3394.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3395.         }, => 'onKernelResponse'], 0);
  3396.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3397.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3398.         }, => 'onVoterVote'], 0);
  3399.         $instance->addListener('kernel.request', [=> function () {
  3400.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3401.         }, => 'configureLogoutUrlGenerator'], 8);
  3402.         $instance->addListener('kernel.request', [=> function () {
  3403.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3404.         }, => 'onKernelRequest'], 8);
  3405.         $instance->addListener('kernel.finish_request', [=> function () {
  3406.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3407.         }, => 'onKernelFinishRequest'], 0);
  3408.         $instance->addListener('kernel.exception', [=> function () {
  3409.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_AdminSecuredAreaService());
  3410.         }, => 'onKernelException'], 2);
  3411.         $instance->addListener('kernel.request', [=> function () {
  3412.             return ($this->privates['security.authentication.form_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_AdminSecuredAreaService());
  3413.         }, => 'onKernelRequest'], 0);
  3414.         $instance->addListener('security.authentication.success', [=> function () {
  3415.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3416.         }, => 'onLogin'], 9223372036854775807);
  3417.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  3418.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3419.         }, => 'onAccessDenied'], 0);
  3420.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  3421.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3422.         }, => 'onTwoFactorForm'], 0);
  3423.         $instance->addListener('kernel.response', [=> function () {
  3424.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3425.         }, => 'onKernelResponse'], 1);
  3426.         $instance->addListener('kernel.view', [=> function () {
  3427.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3428.         }, => 'onKernelView'], 30);
  3429.         $instance->addListener('kernel.controller', [=> function () {
  3430.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3431.         }, => 'onKernelController'], 0);
  3432.         $instance->addListener('kernel.controller', [=> function () {
  3433.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3434.         }, => 'onKernelController'], 0);
  3435.         $instance->addListener('kernel.controller', [=> function () {
  3436.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3437.         }, => 'onKernelController'], -128);
  3438.         $instance->addListener('kernel.view', [=> function () {
  3439.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3440.         }, => 'onKernelView'], 0);
  3441.         $instance->addListener('kernel.controller', [=> function () {
  3442.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3443.         }, => 'onKernelController'], 0);
  3444.         $instance->addListener('kernel.response', [=> function () {
  3445.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3446.         }, => 'onKernelResponse'], 0);
  3447.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3448.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3449.         }, => 'onKernelControllerArguments'], 0);
  3450.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3451.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3452.         }, => 'onKernelControllerArguments'], 0);
  3453.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3454.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3455.         }, => 'onMessage'], 0);
  3456.         $instance->addListener('console.command', [=> function () {
  3457.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3458.         }, => 'onCommand'], 255);
  3459.         $instance->addListener('console.terminate', [=> function () {
  3460.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3461.         }, => 'onTerminate'], -255);
  3462.         $instance->addListener('console.command', [=> function () {
  3463.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3464.         }, => 'configure'], 1024);
  3465.         $instance->addListener('console.error', [=> function () {
  3466.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3467.         }, => 'onConsoleError'], 0);
  3468.         $instance->addListener('console.terminate', [=> function () {
  3469.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3470.         }, => 'onConsoleTerminate'], 0);
  3471.         $instance->addListener('security.authentication.success', [=> function () {
  3472.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  3473.         }, => 'onLogin'], 9223372036854775806);
  3474.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3475.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  3476.         }, => 'checkPassport'], 0);
  3477.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3478.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  3479.         }, => 'onSuccessfulLogin'], -63);
  3480.         $instance->addListener('kernel.response', [=> function () {
  3481.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  3482.         }, => 'onKernelResponse'], 0);
  3483.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3484.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  3485.         }, => 'onSuccessfulLogin'], 0);
  3486.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3487.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  3488.         }, => 'checkPassport'], 16);
  3489.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3490.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3491.         }, => 'onLogout'], 0);
  3492.         return $instance;
  3493.     }
  3494.     /**
  3495.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  3496.      *
  3497.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  3498.      */
  3499.     protected function getFosOauthServer_Controller_AuthorizeService()
  3500.     {
  3501.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  3503.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3504.         $b $this->getFosOauthServer_Authorize_FormService();
  3505.         return $this->services['fos_oauth_server.controller.authorize'] = new \FOS\OAuthServerBundle\Controller\AuthorizeController($a$b, new \FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler($b$a), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3506.     }
  3507.     /**
  3508.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  3509.      *
  3510.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  3511.      */
  3512.     protected function getFosOauthServer_Controller_TokenService()
  3513.     {
  3514.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  3515.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  3516.     }
  3517.     /**
  3518.      * Gets the public 'fos_rest.view_handler' shared service.
  3519.      *
  3520.      * @return \FOS\RestBundle\View\ViewHandler
  3521.      */
  3522.     protected function getFosRest_ViewHandlerService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  3529.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  3530.     }
  3531.     /**
  3532.      * Gets the public 'http_kernel' shared service.
  3533.      *
  3534.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3535.      */
  3536.     protected function getHttpKernelService()
  3537.     {
  3538.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3539.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3540.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3541.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3542.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3543.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3544.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3545.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3546.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3547.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3548.         }, 8)), $a));
  3549.     }
  3550.     /**
  3551.      * Gets the public 'monolog.logger.deprecation' shared service.
  3552.      *
  3553.      * @return \Symfony\Bridge\Monolog\Logger
  3554.      */
  3555.     protected function getMonolog_Logger_DeprecationService()
  3556.     {
  3557.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3558.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3559.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3560.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3561.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3562.         return $instance;
  3563.     }
  3564.     /**
  3565.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  3566.      *
  3567.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  3568.      */
  3569.     protected function getNelmioApiDoc_Command_DumpService()
  3570.     {
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  3573.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3574.         $instance->setName('nelmio:apidoc:dump');
  3575.         return $instance;
  3576.     }
  3577.     /**
  3578.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  3579.      *
  3580.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3581.      */
  3582.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  3585.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3586.     }
  3587.     /**
  3588.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3589.      *
  3590.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3591.      */
  3592.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3593.     {
  3594.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  3595.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3596.     }
  3597.     /**
  3598.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  3599.      *
  3600.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  3601.      */
  3602.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  3603.     {
  3604.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  3605.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3606.     }
  3607.     /**
  3608.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  3609.      *
  3610.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  3611.      */
  3612.     protected function getNelmioApiDoc_Generator_DefaultService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  3615.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  3616.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  3617.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  3618.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  3619.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  3620.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  3621.         }, 5), new RewindableGenerator(function () {
  3622.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  3623.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  3624.         }, 2));
  3625.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  3626.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3627.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3628.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3630.         $instance->setAlternativeNames([]);
  3631.         $instance->setMediaTypes([=> 'json']);
  3632.         $instance->setLogger($a);
  3633.         return $instance;
  3634.     }
  3635.     /**
  3636.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  3637.      *
  3638.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  3639.      */
  3640.     protected function getNelmioApiDoc_RenderDocsService()
  3641.     {
  3642.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  3647.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3648.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  3649.         ], [
  3650.             'default' => '?',
  3651.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  3652.     }
  3653.     /**
  3654.      * Gets the public 'request_stack' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3657.      */
  3658.     protected function getRequestStackService()
  3659.     {
  3660.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3661.     }
  3662.     /**
  3663.      * Gets the public 'router' shared service.
  3664.      *
  3665.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3666.      */
  3667.     protected function getRouterService()
  3668.     {
  3669.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3670.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3671.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3672.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3673.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3674.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3675.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3676.         ], [
  3677.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3678.         ]))->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'nl');
  3679.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3680.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3681.         return $instance;
  3682.     }
  3683.     /**
  3684.      * Gets the public 'routing.loader' shared service.
  3685.      *
  3686.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3687.      */
  3688.     protected function getRouting_LoaderService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3710.         include_once \dirname(__DIR__4).'/src/CmsBundle/Routing/PageLoader.php';
  3711.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Routing/ExtraLoader.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3716.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3717.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  3718.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3719.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3720.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  3721.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  3722.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  3723.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  3724.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  3725.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3726.             'kernel' => ['services''kernel''getKernelService'false],
  3727.         ], [
  3728.             'kernel' => 'App\\Kernel',
  3729.         ]), 'dev'));
  3730.         $a->addLoader(new \App\CmsBundle\Routing\PageLoader($c, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  3731.         $a->addLoader(new \App\Trinity\WebshopBundle\Routing\ExtraLoader($c));
  3732.         $a->addLoader($d);
  3733.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$d));
  3734.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$d));
  3735.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  3736.     }
  3737.     /**
  3738.      * Gets the public 'scheb_two_factor.firewall_context' shared service.
  3739.      *
  3740.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  3741.      */
  3742.     protected function getSchebTwoFactor_FirewallContextService()
  3743.     {
  3744.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  3745.         return $this->services['scheb_two_factor.firewall_context'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext(['admin_secured_area' => ($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService())]);
  3746.     }
  3747.     /**
  3748.      * Gets the public 'scheb_two_factor.form_controller' shared service.
  3749.      *
  3750.      * @return \Scheb\TwoFactorBundle\Controller\FormController
  3751.      */
  3752.     protected function getSchebTwoFactor_FormControllerService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  3755.         return $this->services['scheb_two_factor.form_controller'] = new \Scheb\TwoFactorBundle\Controller\FormController(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->services['scheb_two_factor.firewall_context'] ?? $this->getSchebTwoFactor_FirewallContextService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['scheb_two_factor.default_trusted_device_manager'] ?? $this->getSchebTwoFactor_DefaultTrustedDeviceManagerService()), true);
  3756.     }
  3757.     /**
  3758.      * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  3759.      *
  3760.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  3761.      */
  3762.     protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  3767.         return $this->services['scheb_two_factor.security.totp_authenticator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator(($this->services['scheb_two_factor.security.totp_factory'] ?? ($this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory('Easify''Easify TOTP', []))), 1);
  3768.     }
  3769.     /**
  3770.      * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  3771.      *
  3772.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  3773.      */
  3774.     protected function getSchebTwoFactor_Security_TotpFactoryService()
  3775.     {
  3776.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  3777.         return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory('Easify''Easify TOTP', []);
  3778.     }
  3779.     /**
  3780.      * Gets the public 'services_resetter' shared service.
  3781.      *
  3782.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3783.      */
  3784.     protected function getServicesResetterService()
  3785.     {
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3787.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3788.             if (isset($this->services['cache.app'])) {
  3789.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3790.             }
  3791.             if (isset($this->services['cache.system'])) {
  3792.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3793.             }
  3794.             if (isset($this->privates['cache.validator'])) {
  3795.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3796.             }
  3797.             if (isset($this->privates['cache.serializer'])) {
  3798.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3799.             }
  3800.             if (isset($this->privates['cache.annotations'])) {
  3801.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3802.             }
  3803.             if (isset($this->privates['cache.property_info'])) {
  3804.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3805.             }
  3806.             if (isset($this->privates['.debug.http_client'])) {
  3807.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3808.             }
  3809.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3810.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3811.             }
  3812.             if (isset($this->privates['debug.stopwatch'])) {
  3813.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3814.             }
  3815.             if (isset($this->services['event_dispatcher'])) {
  3816.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3817.             }
  3818.             if (isset($this->privates['session_listener'])) {
  3819.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  3820.             }
  3821.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3822.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3823.             }
  3824.             if (isset($this->services['cache.validator_expression_language'])) {
  3825.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3826.             }
  3827.             if (isset($this->services['.container.private.profiler'])) {
  3828.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3829.             }
  3830.             if (isset($this->services['.container.private.validator'])) {
  3831.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3832.             }
  3833.             if (isset($this->services['.container.private.security.token_storage'])) {
  3834.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3835.             }
  3836.             if (isset($this->privates['cache.security_expression_language'])) {
  3837.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3838.             }
  3839.             if (isset($this->services['fos_rest.view_handler'])) {
  3840.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  3841.             }
  3842.             if (isset($this->services['doctrine'])) {
  3843.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3844.             }
  3845.             if (isset($this->privates['form.type.entity'])) {
  3846.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3847.             }
  3848.             if (isset($this->services['white_october_breadcrumbs'])) {
  3849.                 yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
  3850.             }
  3851.             if (isset($this->privates['monolog.handler.main'])) {
  3852.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3853.             }
  3854.             if (isset($this->privates['monolog.handler.console'])) {
  3855.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3856.             }
  3857.             if (isset($this->privates['monolog.handler.deprecation'])) {
  3858.                 yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  3859.             }
  3860.             if (isset($this->privates['monolog.handler.deprecation_filter'])) {
  3861.                 yield 'monolog.handler.deprecation_filter' => ($this->privates['monolog.handler.deprecation_filter'] ?? null);
  3862.             }
  3863.             if (isset($this->privates['.debug.http_client'])) {
  3864.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3865.             }
  3866.         }, function () {
  3867.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.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) (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'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['white_october_breadcrumbs'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.deprecation'])) + (int) (isset($this->privates['monolog.handler.deprecation_filter'])) + (int) (isset($this->privates['.debug.http_client']));
  3868.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> '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'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => [=> 'clear'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.deprecation' => [=> 'reset'], 'monolog.handler.deprecation_filter' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  3869.     }
  3870.     /**
  3871.      * Gets the public 'translation.loader.db' shared service.
  3872.      *
  3873.      * @return \App\CmsBundle\Routing\DBLoader
  3874.      */
  3875.     protected function getTranslation_Loader_DbService()
  3876.     {
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  3878.         include_once \dirname(__DIR__4).'/src/CmsBundle/Routing/DBLoader.php';
  3879.         return $this->services['translation.loader.db'] = new \App\CmsBundle\Routing\DBLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3880.     }
  3881.     /**
  3882.      * Gets the public 'translator' shared service.
  3883.      *
  3884.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3885.      */
  3886.     protected function getTranslatorService()
  3887.     {
  3888.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3889.     }
  3890.     /**
  3891.      * Gets the public 'trinity.mailer' shared service.
  3892.      *
  3893.      * @return \App\CmsBundle\Util\Mailer
  3894.      */
  3895.     protected function getTrinity_MailerService()
  3896.     {
  3897.         include_once \dirname(__DIR__4).'/src/CmsBundle/Util/Mailer.php';
  3898.         return $this->services['trinity.mailer'] = new \App\CmsBundle\Util\Mailer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3899.     }
  3900.     /**
  3901.      * Gets the public 'trinity.password.encoder' shared service.
  3902.      *
  3903.      * @return \App\CmsBundle\Service\PasswordEncoder
  3904.      */
  3905.     protected function getTrinity_Password_EncoderService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/src/CmsBundle/Service/PasswordEncoder.php';
  3908.         return $this->services['trinity.password.encoder'] = new \App\CmsBundle\Service\PasswordEncoder(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3909.     }
  3910.     /**
  3911.      * Gets the public 'trinityapibundle_inflector' shared service.
  3912.      *
  3913.      * @return \Trinity\ApiBundle\Controller\InflectController
  3914.      */
  3915.     protected function getTrinityapibundleInflector2Service()
  3916.     {
  3917.         return $this->services['trinityapibundle_inflector'] = new \Trinity\ApiBundle\Controller\InflectController();
  3918.     }
  3919.     /**
  3920.      * Gets the public 'trinityapibundle_show' shared service.
  3921.      *
  3922.      * @return \Trinity\ApiBundle\Controller\AdminController
  3923.      */
  3924.     protected function getTrinityapibundleShow2Service()
  3925.     {
  3926.         $this->services['trinityapibundle_show'] = $instance = new \Trinity\ApiBundle\Controller\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3927.         $instance->setContainer($this);
  3928.         return $instance;
  3929.     }
  3930.     /**
  3931.      * Gets the public 'trinityblogbundle_link' shared service.
  3932.      *
  3933.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  3934.      */
  3935.     protected function getTrinityblogbundleLinkService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3938.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3939.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  3940.         $this->services['trinityblogbundle_link'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3941.         $instance->setContainer($this);
  3942.         return $instance;
  3943.     }
  3944.     /**
  3945.      * Gets the public 'trinityblogbundle_show' shared service.
  3946.      *
  3947.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  3948.      */
  3949.     protected function getTrinityblogbundleShowService()
  3950.     {
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3952.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3953.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  3954.         $this->services['trinityblogbundle_show'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3955.         $instance->setContainer($this);
  3956.         return $instance;
  3957.     }
  3958.     /**
  3959.      * Gets the public 'trinityformsbundle_link' shared service.
  3960.      *
  3961.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  3962.      */
  3963.     protected function getTrinityformsbundleLinkService()
  3964.     {
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3966.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3967.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  3968.         $this->services['trinityformsbundle_link'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3969.         $instance->setContainer($this);
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the public 'trinityformsbundle_show' shared service.
  3974.      *
  3975.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  3976.      */
  3977.     protected function getTrinityformsbundleShowService()
  3978.     {
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3980.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3981.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  3982.         $this->services['trinityformsbundle_show'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3983.         $instance->setContainer($this);
  3984.         return $instance;
  3985.     }
  3986.     /**
  3987.      * Gets the public 'trinitysearchbundle_link' shared service.
  3988.      *
  3989.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  3990.      */
  3991.     protected function getTrinitysearchbundleLinkService()
  3992.     {
  3993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3994.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3995.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  3996.         $this->services['trinitysearchbundle_link'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3997.         $instance->setContainer($this);
  3998.         return $instance;
  3999.     }
  4000.     /**
  4001.      * Gets the public 'trinitysearchbundle_show' shared service.
  4002.      *
  4003.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  4004.      */
  4005.     protected function getTrinitysearchbundleShowService()
  4006.     {
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4008.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4009.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  4010.         $this->services['trinitysearchbundle_show'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4011.         $instance->setContainer($this);
  4012.         return $instance;
  4013.     }
  4014.     /**
  4015.      * Gets the public 'trinitysliderbundle_link' shared service.
  4016.      *
  4017.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  4018.      */
  4019.     protected function getTrinitysliderbundleLinkService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4022.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4023.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  4024.         $this->services['trinitysliderbundle_link'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4025.         $instance->setContainer($this);
  4026.         return $instance;
  4027.     }
  4028.     /**
  4029.      * Gets the public 'trinitysliderbundle_show' shared service.
  4030.      *
  4031.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  4032.      */
  4033.     protected function getTrinitysliderbundleShowService()
  4034.     {
  4035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4036.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4037.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  4038.         $this->services['trinitysliderbundle_show'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4039.         $instance->setContainer($this);
  4040.         return $instance;
  4041.     }
  4042.     /**
  4043.      * Gets the public 'trinitywebshopbundle_link' shared service.
  4044.      *
  4045.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  4046.      */
  4047.     protected function getTrinitywebshopbundleLinkService()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4050.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4051.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  4052.         $this->services['trinitywebshopbundle_link'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4053.         $instance->setContainer($this);
  4054.         return $instance;
  4055.     }
  4056.     /**
  4057.      * Gets the public 'trinitywebshopbundle_show' shared service.
  4058.      *
  4059.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  4060.      */
  4061.     protected function getTrinitywebshopbundleShowService()
  4062.     {
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4064.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4065.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  4066.         $this->services['trinitywebshopbundle_show'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4067.         $instance->setContainer($this);
  4068.         return $instance;
  4069.     }
  4070.     /**
  4071.      * Gets the public 'var_dumper.cloner' shared service.
  4072.      *
  4073.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4074.      */
  4075.     protected function getVarDumper_ClonerService()
  4076.     {
  4077.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4078.         $instance->setMaxItems(2500);
  4079.         $instance->setMinDepth(1);
  4080.         $instance->setMaxString(-1);
  4081.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4086.      *
  4087.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4088.      */
  4089.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4092.         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()));
  4093.     }
  4094.     /**
  4095.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4096.      *
  4097.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4098.      */
  4099.     protected function getWebProfiler_Controller_ProfilerService()
  4100.     {
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  4104.         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'], new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()), \dirname(__DIR__4));
  4105.     }
  4106.     /**
  4107.      * Gets the public 'web_profiler.controller.router' shared service.
  4108.      *
  4109.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4110.      */
  4111.     protected function getWebProfiler_Controller_RouterService()
  4112.     {
  4113.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4114.         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 () {
  4115.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4116.         }, 1));
  4117.     }
  4118.     /**
  4119.      * Gets the public 'white_october_breadcrumbs' shared service.
  4120.      *
  4121.      * @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
  4122.      */
  4123.     protected function getWhiteOctoberBreadcrumbsService()
  4124.     {
  4125.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Model/Breadcrumbs.php';
  4126.         $this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
  4127.         $instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
  4128.         return $instance;
  4129.     }
  4130.     /**
  4131.      * Gets the public 'white_october_breadcrumbs.helper' shared service.
  4132.      *
  4133.      * @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
  4134.      */
  4135.     protected function getWhiteOctoberBreadcrumbs_HelperService()
  4136.     {
  4137.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Templating/Helper/BreadcrumbsHelper.php';
  4138.         return $this->services['white_october_breadcrumbs.helper'] = new \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), $this->parameters['white_october_breadcrumbs.options']);
  4139.     }
  4140.     /**
  4141.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  4142.      *
  4143.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  4144.      */
  4145.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  4146.     {
  4147.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  4148.     }
  4149.     /**
  4150.      * Gets the private '.App\Trinity\WebshopBundle\Command\GenerateProductsCommand.lazy' shared service.
  4151.      *
  4152.      * @return \Symfony\Component\Console\Command\LazyCommand
  4153.      */
  4154.     protected function getGenerateProductsCommand_LazyService()
  4155.     {
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4158.         return $this->privates['.App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('trinity:webshop:generate:products', [], 'Generate random products'false, function (): \App\Trinity\WebshopBundle\Command\GenerateProductsCommand {
  4159.             return ($this->privates['App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand'] ?? $this->getGenerateProductsCommandService());
  4160.         });
  4161.     }
  4162.     /**
  4163.      * Gets the private '.App\Trinity\WebshopBundle\Command\ImportWoocommerce.lazy' shared service.
  4164.      *
  4165.      * @return \Symfony\Component\Console\Command\LazyCommand
  4166.      */
  4167.     protected function getImportWoocommerce_LazyService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4171.         return $this->privates['.App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('trinity:webshop:import:woocommerce', [], 'Import WooCommerce data'false, function (): \App\Trinity\WebshopBundle\Command\ImportWoocommerce {
  4172.             return ($this->privates['App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce'] ?? $this->getImportWoocommerceService());
  4173.         });
  4174.     }
  4175.     /**
  4176.      * Gets the private '.console.command.about.lazy' shared service.
  4177.      *
  4178.      * @return \Symfony\Component\Console\Command\LazyCommand
  4179.      */
  4180.     protected function get_Console_Command_About_LazyService()
  4181.     {
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4184.         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 {
  4185.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4186.         });
  4187.     }
  4188.     /**
  4189.      * Gets the private '.console.command.assets_install.lazy' shared service.
  4190.      *
  4191.      * @return \Symfony\Component\Console\Command\LazyCommand
  4192.      */
  4193.     protected function get_Console_Command_AssetsInstall_LazyService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4197.         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 {
  4198.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4199.         });
  4200.     }
  4201.     /**
  4202.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  4203.      *
  4204.      * @return \Symfony\Component\Console\Command\LazyCommand
  4205.      */
  4206.     protected function get_Console_Command_CacheClear_LazyService()
  4207.     {
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4210.         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 {
  4211.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4212.         });
  4213.     }
  4214.     /**
  4215.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4216.      *
  4217.      * @return \Symfony\Component\Console\Command\LazyCommand
  4218.      */
  4219.     protected function get_Console_Command_CachePoolClear_LazyService()
  4220.     {
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4223.         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 {
  4224.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4225.         });
  4226.     }
  4227.     /**
  4228.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4229.      *
  4230.      * @return \Symfony\Component\Console\Command\LazyCommand
  4231.      */
  4232.     protected function get_Console_Command_CachePoolDelete_LazyService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4236.         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 {
  4237.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4238.         });
  4239.     }
  4240.     /**
  4241.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4242.      *
  4243.      * @return \Symfony\Component\Console\Command\LazyCommand
  4244.      */
  4245.     protected function get_Console_Command_CachePoolList_LazyService()
  4246.     {
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4249.         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 {
  4250.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4251.         });
  4252.     }
  4253.     /**
  4254.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4255.      *
  4256.      * @return \Symfony\Component\Console\Command\LazyCommand
  4257.      */
  4258.     protected function get_Console_Command_CachePoolPrune_LazyService()
  4259.     {
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4262.         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 {
  4263.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4264.         });
  4265.     }
  4266.     /**
  4267.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4268.      *
  4269.      * @return \Symfony\Component\Console\Command\LazyCommand
  4270.      */
  4271.     protected function get_Console_Command_CacheWarmup_LazyService()
  4272.     {
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4275.         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 {
  4276.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4277.         });
  4278.     }
  4279.     /**
  4280.      * Gets the private '.console.command.config_debug.lazy' shared service.
  4281.      *
  4282.      * @return \Symfony\Component\Console\Command\LazyCommand
  4283.      */
  4284.     protected function get_Console_Command_ConfigDebug_LazyService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4288.         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 {
  4289.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4290.         });
  4291.     }
  4292.     /**
  4293.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4294.      *
  4295.      * @return \Symfony\Component\Console\Command\LazyCommand
  4296.      */
  4297.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4301.         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 {
  4302.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4303.         });
  4304.     }
  4305.     /**
  4306.      * Gets the private '.console.command.container_debug.lazy' shared service.
  4307.      *
  4308.      * @return \Symfony\Component\Console\Command\LazyCommand
  4309.      */
  4310.     protected function get_Console_Command_ContainerDebug_LazyService()
  4311.     {
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4314.         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 {
  4315.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4316.         });
  4317.     }
  4318.     /**
  4319.      * Gets the private '.console.command.container_lint.lazy' shared service.
  4320.      *
  4321.      * @return \Symfony\Component\Console\Command\LazyCommand
  4322.      */
  4323.     protected function get_Console_Command_ContainerLint_LazyService()
  4324.     {
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4327.         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 {
  4328.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4329.         });
  4330.     }
  4331.     /**
  4332.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\Console\Command\LazyCommand
  4335.      */
  4336.     protected function get_Console_Command_DebugAutowiring_LazyService()
  4337.     {
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4340.         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 {
  4341.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4342.         });
  4343.     }
  4344.     /**
  4345.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4346.      *
  4347.      * @return \Symfony\Component\Console\Command\LazyCommand
  4348.      */
  4349.     protected function get_Console_Command_DotenvDebug_LazyService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4353.         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 {
  4354.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4355.         });
  4356.     }
  4357.     /**
  4358.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4359.      *
  4360.      * @return \Symfony\Component\Console\Command\LazyCommand
  4361.      */
  4362.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4363.     {
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4366.         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 {
  4367.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4368.         });
  4369.     }
  4370.     /**
  4371.      * Gets the private '.console.command.form_debug.lazy' shared service.
  4372.      *
  4373.      * @return \Symfony\Component\Console\Command\LazyCommand
  4374.      */
  4375.     protected function get_Console_Command_FormDebug_LazyService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4379.         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 {
  4380.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4381.         });
  4382.     }
  4383.     /**
  4384.      * Gets the private '.console.command.router_debug.lazy' shared service.
  4385.      *
  4386.      * @return \Symfony\Component\Console\Command\LazyCommand
  4387.      */
  4388.     protected function get_Console_Command_RouterDebug_LazyService()
  4389.     {
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4392.         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 {
  4393.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4394.         });
  4395.     }
  4396.     /**
  4397.      * Gets the private '.console.command.router_match.lazy' shared service.
  4398.      *
  4399.      * @return \Symfony\Component\Console\Command\LazyCommand
  4400.      */
  4401.     protected function get_Console_Command_RouterMatch_LazyService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4405.         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 {
  4406.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4407.         });
  4408.     }
  4409.     /**
  4410.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4411.      *
  4412.      * @return \Symfony\Component\Console\Command\LazyCommand
  4413.      */
  4414.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4415.     {
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4418.         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 {
  4419.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4420.         });
  4421.     }
  4422.     /**
  4423.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4424.      *
  4425.      * @return \Symfony\Component\Console\Command\LazyCommand
  4426.      */
  4427.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4428.     {
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4431.         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 {
  4432.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4433.         });
  4434.     }
  4435.     /**
  4436.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\Console\Command\LazyCommand
  4439.      */
  4440.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4444.         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 {
  4445.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4446.         });
  4447.     }
  4448.     /**
  4449.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  4450.      *
  4451.      * @return \Symfony\Component\Console\Command\LazyCommand
  4452.      */
  4453.     protected function get_Console_Command_SecretsList_LazyService()
  4454.     {
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4457.         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 {
  4458.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4459.         });
  4460.     }
  4461.     /**
  4462.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4463.      *
  4464.      * @return \Symfony\Component\Console\Command\LazyCommand
  4465.      */
  4466.     protected function get_Console_Command_SecretsRemove_LazyService()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4470.         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 {
  4471.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4472.         });
  4473.     }
  4474.     /**
  4475.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  4476.      *
  4477.      * @return \Symfony\Component\Console\Command\LazyCommand
  4478.      */
  4479.     protected function get_Console_Command_SecretsSet_LazyService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4483.         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 {
  4484.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4485.         });
  4486.     }
  4487.     /**
  4488.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  4489.      *
  4490.      * @return \Symfony\Component\Console\Command\LazyCommand
  4491.      */
  4492.     protected function get_Console_Command_TranslationDebug_LazyService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4496.         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 {
  4497.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4498.         });
  4499.     }
  4500.     /**
  4501.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  4502.      *
  4503.      * @return \Symfony\Component\Console\Command\LazyCommand
  4504.      */
  4505.     protected function get_Console_Command_TranslationExtract_LazyService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4509.         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 {
  4510.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4511.         });
  4512.     }
  4513.     /**
  4514.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  4515.      *
  4516.      * @return \Symfony\Component\Console\Command\LazyCommand
  4517.      */
  4518.     protected function get_Console_Command_TranslationPull_LazyService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4522.         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 {
  4523.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4524.         });
  4525.     }
  4526.     /**
  4527.      * Gets the private '.console.command.translation_push.lazy' shared service.
  4528.      *
  4529.      * @return \Symfony\Component\Console\Command\LazyCommand
  4530.      */
  4531.     protected function get_Console_Command_TranslationPush_LazyService()
  4532.     {
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4535.         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 {
  4536.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4537.         });
  4538.     }
  4539.     /**
  4540.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  4541.      *
  4542.      * @return \Symfony\Component\Console\Command\LazyCommand
  4543.      */
  4544.     protected function get_Console_Command_ValidatorDebug_LazyService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4548.         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 {
  4549.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4550.         });
  4551.     }
  4552.     /**
  4553.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\Console\Command\LazyCommand
  4556.      */
  4557.     protected function get_Console_Command_XliffLint_LazyService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4561.         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 {
  4562.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4563.         });
  4564.     }
  4565.     /**
  4566.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4567.      *
  4568.      * @return \Symfony\Component\Console\Command\LazyCommand
  4569.      */
  4570.     protected function get_Console_Command_YamlLint_LazyService()
  4571.     {
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4574.         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 {
  4575.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4576.         });
  4577.     }
  4578.     /**
  4579.      * Gets the private '.debug.http_client' shared service.
  4580.      *
  4581.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4582.      */
  4583.     protected function get_Debug_HttpClientService()
  4584.     {
  4585.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4586.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4587.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4588.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4589.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4590.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4591.         $a->setLogger($b);
  4592.         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))));
  4593.     }
  4594.     /**
  4595.      * Gets the private '.errored..service_locator.CoH5eTz.Symfony\Component\HttpFoundation\Session\Session' shared service.
  4596.      *
  4597.      * @return \Symfony\Component\HttpFoundation\Session\Session
  4598.      */
  4599.     protected function getSession2Service()
  4600.     {
  4601.         $this->throw('Cannot autowire service ".service_locator.CoH5eTz": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.');
  4602.     }
  4603.     /**
  4604.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\HttpFoundation\Response
  4607.      */
  4608.     protected function getResponseService()
  4609.     {
  4610.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  4611.     }
  4612.     /**
  4613.      * Gets the private '.errored..service_locator.f547vEI.Symfony\Component\ErrorHandler\Exception\FlattenException' shared service.
  4614.      *
  4615.      * @return \Symfony\Component\ErrorHandler\Exception\FlattenException
  4616.      */
  4617.     protected function getFlattenExceptionService()
  4618.     {
  4619.         $this->throw('Cannot autowire service ".service_locator.f547vEI": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.');
  4620.     }
  4621.     /**
  4622.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  4623.      *
  4624.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  4625.      */
  4626.     protected function getLoaderInterfaceService()
  4627.     {
  4628.         $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: "App\\CmsBundle\\Routing\\PageLoader", "App\\Trinity\\BlogBundle\\Routing\\ExtraLoader", "App\\Trinity\\WebshopBundle\\Routing\\ExtraLoader", "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", "routing.loader.db", "webshop.loader".');
  4629.     }
  4630.     /**
  4631.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  4632.      *
  4633.      * @return \Symfony\Component\Console\Command\LazyCommand
  4634.      */
  4635.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4639.         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 {
  4640.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  4641.         });
  4642.     }
  4643.     /**
  4644.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  4645.      *
  4646.      * @return \Symfony\Component\Console\Command\LazyCommand
  4647.      */
  4648.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  4649.     {
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4652.         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 {
  4653.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  4654.         });
  4655.     }
  4656.     /**
  4657.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  4658.      *
  4659.      * @return \Symfony\Component\Console\Command\LazyCommand
  4660.      */
  4661.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  4662.     {
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4665.         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 {
  4666.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  4667.         });
  4668.     }
  4669.     /**
  4670.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  4671.      *
  4672.      * @return \Symfony\Component\Console\Command\LazyCommand
  4673.      */
  4674.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  4675.     {
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4678.         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 {
  4679.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  4680.         });
  4681.     }
  4682.     /**
  4683.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  4684.      *
  4685.      * @return \Symfony\Component\Console\Command\LazyCommand
  4686.      */
  4687.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4691.         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 {
  4692.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  4693.         });
  4694.     }
  4695.     /**
  4696.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  4697.      *
  4698.      * @return \Symfony\Component\Console\Command\LazyCommand
  4699.      */
  4700.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4704.         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 {
  4705.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  4706.         });
  4707.     }
  4708.     /**
  4709.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  4710.      *
  4711.      * @return \Symfony\Component\Console\Command\LazyCommand
  4712.      */
  4713.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4717.         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 {
  4718.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  4719.         });
  4720.     }
  4721.     /**
  4722.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  4723.      *
  4724.      * @return \Symfony\Component\Console\Command\LazyCommand
  4725.      */
  4726.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  4727.     {
  4728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4730.         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 {
  4731.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  4732.         });
  4733.     }
  4734.     /**
  4735.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  4736.      *
  4737.      * @return \Symfony\Component\Console\Command\LazyCommand
  4738.      */
  4739.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4743.         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 {
  4744.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  4745.         });
  4746.     }
  4747.     /**
  4748.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  4749.      *
  4750.      * @return \Symfony\Component\Console\Command\LazyCommand
  4751.      */
  4752.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4756.         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 {
  4757.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  4758.         });
  4759.     }
  4760.     /**
  4761.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  4762.      *
  4763.      * @return \Symfony\Component\Console\Command\LazyCommand
  4764.      */
  4765.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4769.         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 {
  4770.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  4771.         });
  4772.     }
  4773.     /**
  4774.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  4775.      *
  4776.      * @return \Symfony\Component\Console\Command\LazyCommand
  4777.      */
  4778.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4782.         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 {
  4783.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  4784.         });
  4785.     }
  4786.     /**
  4787.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  4788.      *
  4789.      * @return \Symfony\Component\Console\Command\LazyCommand
  4790.      */
  4791.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  4792.     {
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4795.         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 {
  4796.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  4797.         });
  4798.     }
  4799.     /**
  4800.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  4801.      *
  4802.      * @return \Symfony\Component\Console\Command\LazyCommand
  4803.      */
  4804.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  4805.     {
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4808.         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 {
  4809.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  4810.         });
  4811.     }
  4812.     /**
  4813.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  4814.      *
  4815.      * @return \Symfony\Component\Console\Command\LazyCommand
  4816.      */
  4817.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  4818.     {
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4821.         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 {
  4822.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  4823.         });
  4824.     }
  4825.     /**
  4826.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  4827.      *
  4828.      * @return \Symfony\Component\Console\Command\LazyCommand
  4829.      */
  4830.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4834.         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 {
  4835.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  4836.         });
  4837.     }
  4838.     /**
  4839.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  4840.      *
  4841.      * @return \Symfony\Component\Console\Command\LazyCommand
  4842.      */
  4843.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4847.         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 {
  4848.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  4849.         });
  4850.     }
  4851.     /**
  4852.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  4853.      *
  4854.      * @return \Symfony\Component\Console\Command\LazyCommand
  4855.      */
  4856.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4860.         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 {
  4861.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  4862.         });
  4863.     }
  4864.     /**
  4865.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  4866.      *
  4867.      * @return \Symfony\Component\Console\Command\LazyCommand
  4868.      */
  4869.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4873.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4874.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  4875.         });
  4876.     }
  4877.     /**
  4878.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  4879.      *
  4880.      * @return \Symfony\Component\Console\Command\LazyCommand
  4881.      */
  4882.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4886.         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 {
  4887.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  4888.         });
  4889.     }
  4890.     /**
  4891.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  4892.      *
  4893.      * @return \Symfony\Component\Console\Command\LazyCommand
  4894.      */
  4895.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4899.         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 {
  4900.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  4901.         });
  4902.     }
  4903.     /**
  4904.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  4905.      *
  4906.      * @return \Symfony\Component\Console\Command\LazyCommand
  4907.      */
  4908.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4912.         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 {
  4913.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  4914.         });
  4915.     }
  4916.     /**
  4917.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  4918.      *
  4919.      * @return \Symfony\Component\Console\Command\LazyCommand
  4920.      */
  4921.     protected function get_Monolog_Command_ServerLog_LazyService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4925.         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 {
  4926.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  4927.         });
  4928.     }
  4929.     /**
  4930.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  4931.      *
  4932.      * @return \Symfony\Component\Console\Command\LazyCommand
  4933.      */
  4934.     protected function get_Security_Command_DebugFirewall_LazyService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4938.         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 {
  4939.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  4940.         });
  4941.     }
  4942.     /**
  4943.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  4944.      *
  4945.      * @return \Symfony\Component\Console\Command\LazyCommand
  4946.      */
  4947.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4951.         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 {
  4952.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  4953.         });
  4954.     }
  4955.     /**
  4956.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  4957.      *
  4958.      * @return \Symfony\Component\Console\Command\LazyCommand
  4959.      */
  4960.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4964.         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 {
  4965.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4966.         });
  4967.     }
  4968.     /**
  4969.      * Gets the private '.service_locator.6VMI2oi' shared service.
  4970.      *
  4971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4972.      */
  4973.     protected function get_ServiceLocator_6VMI2oiService()
  4974.     {
  4975.         return $this->privates['.service_locator.6VMI2oi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4976.             'App\\CmsBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4977.             'App\\CmsBundle\\Controller\\DefaultController::spotlightSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4978.             'App\\CmsBundle\\Controller\\ErrorController::show' => ['privates''.service_locator.f547vEI''get_ServiceLocator_F547vEIService'false],
  4979.             'App\\CmsBundle\\Controller\\LoginController::setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4980.             'App\\CmsBundle\\Controller\\MailController::previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4981.             'App\\CmsBundle\\Controller\\PageController::linkAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4982.             'App\\CmsBundle\\Controller\\PageController::notify' => ['privates''.service_locator.BLTw9in''get_ServiceLocator_BLTw9inService'false],
  4983.             'App\\CmsBundle\\Controller\\UsersController::profileAction' => ['privates''.service_locator.FbmMItr''get_ServiceLocator_FbmMItrService'false],
  4984.             'App\\CmsBundle\\Controller\\UsersController::setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4985.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4986.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::editAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4987.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::indexAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4988.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4989.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4990.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4991.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4992.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrders' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4993.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderPaymentStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4994.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4995.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4996.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::finishAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4997.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::loginAction' => ['privates''.service_locator.eECzLMY''get_ServiceLocator_EECzLMYService'false],
  4998.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::overviewAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  4999.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::reorder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5000.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController::productsAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5001.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::giftcardDownload' => ['privates''.service_locator.fY0Iw1B''get_ServiceLocator_FY0Iw1BService'false],
  5002.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5003.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::used' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5004.             'App\\Trinity\\WebshopBundle\\Controller\\MailController::previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5005.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::addAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  5006.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::finishManualAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5007.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController::indexAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5008.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5009.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5010.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5011.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5012.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5013.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5014.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5015.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5016.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  5017.             'App\\CmsBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  5018.             'App\\CmsBundle\\Controller\\DefaultController:spotlightSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5019.             'App\\CmsBundle\\Controller\\ErrorController:show' => ['privates''.service_locator.f547vEI''get_ServiceLocator_F547vEIService'false],
  5020.             'App\\CmsBundle\\Controller\\LoginController:setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  5021.             'App\\CmsBundle\\Controller\\MailController:previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5022.             'App\\CmsBundle\\Controller\\PageController:linkAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5023.             'App\\CmsBundle\\Controller\\PageController:notify' => ['privates''.service_locator.BLTw9in''get_ServiceLocator_BLTw9inService'false],
  5024.             'App\\CmsBundle\\Controller\\UsersController:profileAction' => ['privates''.service_locator.FbmMItr''get_ServiceLocator_FbmMItrService'false],
  5025.             'App\\CmsBundle\\Controller\\UsersController:setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  5026.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  5027.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:editAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5028.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:indexAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5029.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5030.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5031.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5032.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5033.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrders' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5034.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderPaymentStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5035.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5036.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  5037.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:finishAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5038.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:loginAction' => ['privates''.service_locator.eECzLMY''get_ServiceLocator_EECzLMYService'false],
  5039.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:overviewAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  5040.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:reorder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5041.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController:productsAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5042.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:giftcardDownload' => ['privates''.service_locator.fY0Iw1B''get_ServiceLocator_FY0Iw1BService'false],
  5043.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5044.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:used' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5045.             'App\\Trinity\\WebshopBundle\\Controller\\MailController:previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5046.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:addAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  5047.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:finishManualAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5048.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController:indexAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5049.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5050.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5051.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5052.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5053.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5054.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5055.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5056.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5057.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  5058.         ], [
  5059.             'App\\CmsBundle\\Controller\\ApiController::setViewHandler' => '?',
  5060.             'App\\CmsBundle\\Controller\\DefaultController::spotlightSearch' => '?',
  5061.             'App\\CmsBundle\\Controller\\ErrorController::show' => '?',
  5062.             'App\\CmsBundle\\Controller\\LoginController::setup2fa' => '?',
  5063.             'App\\CmsBundle\\Controller\\MailController::previewIncludeAction' => '?',
  5064.             'App\\CmsBundle\\Controller\\PageController::linkAction' => '?',
  5065.             'App\\CmsBundle\\Controller\\PageController::notify' => '?',
  5066.             'App\\CmsBundle\\Controller\\UsersController::profileAction' => '?',
  5067.             'App\\CmsBundle\\Controller\\UsersController::setup2fa' => '?',
  5068.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController::setViewHandler' => '?',
  5069.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::editAction' => '?',
  5070.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::indexAction' => '?',
  5071.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customer' => '?',
  5072.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customers' => '?',
  5073.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrder' => '?',
  5074.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrderStatus' => '?',
  5075.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrders' => '?',
  5076.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderPaymentStatus' => '?',
  5077.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderStatus' => '?',
  5078.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::setViewHandler' => '?',
  5079.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::finishAction' => '?',
  5080.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::loginAction' => '?',
  5081.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::overviewAction' => '?',
  5082.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::reorder' => '?',
  5083.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController::productsAction' => '?',
  5084.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::giftcardDownload' => '?',
  5085.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::index' => '?',
  5086.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::used' => '?',
  5087.             'App\\Trinity\\WebshopBundle\\Controller\\MailController::previewIncludeAction' => '?',
  5088.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::addAction' => '?',
  5089.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::finishManualAction' => '?',
  5090.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController::indexAction' => '?',
  5091.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::deleteAction' => '?',
  5092.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::edit' => '?',
  5093.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::index' => '?',
  5094.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::deleteAction' => '?',
  5095.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::edit' => '?',
  5096.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::index' => '?',
  5097.             'kernel::loadRoutes' => '?',
  5098.             'kernel::registerContainerConfiguration' => '?',
  5099.             'kernel::terminate' => '?',
  5100.             'App\\CmsBundle\\Controller\\ApiController:setViewHandler' => '?',
  5101.             'App\\CmsBundle\\Controller\\DefaultController:spotlightSearch' => '?',
  5102.             'App\\CmsBundle\\Controller\\ErrorController:show' => '?',
  5103.             'App\\CmsBundle\\Controller\\LoginController:setup2fa' => '?',
  5104.             'App\\CmsBundle\\Controller\\MailController:previewIncludeAction' => '?',
  5105.             'App\\CmsBundle\\Controller\\PageController:linkAction' => '?',
  5106.             'App\\CmsBundle\\Controller\\PageController:notify' => '?',
  5107.             'App\\CmsBundle\\Controller\\UsersController:profileAction' => '?',
  5108.             'App\\CmsBundle\\Controller\\UsersController:setup2fa' => '?',
  5109.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController:setViewHandler' => '?',
  5110.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:editAction' => '?',
  5111.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:indexAction' => '?',
  5112.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customer' => '?',
  5113.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customers' => '?',
  5114.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrder' => '?',
  5115.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrderStatus' => '?',
  5116.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrders' => '?',
  5117.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderPaymentStatus' => '?',
  5118.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderStatus' => '?',
  5119.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:setViewHandler' => '?',
  5120.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:finishAction' => '?',
  5121.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:loginAction' => '?',
  5122.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:overviewAction' => '?',
  5123.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:reorder' => '?',
  5124.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController:productsAction' => '?',
  5125.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:giftcardDownload' => '?',
  5126.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:index' => '?',
  5127.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:used' => '?',
  5128.             'App\\Trinity\\WebshopBundle\\Controller\\MailController:previewIncludeAction' => '?',
  5129.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:addAction' => '?',
  5130.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:finishManualAction' => '?',
  5131.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController:indexAction' => '?',
  5132.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:deleteAction' => '?',
  5133.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:edit' => '?',
  5134.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:index' => '?',
  5135.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:deleteAction' => '?',
  5136.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:edit' => '?',
  5137.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:index' => '?',
  5138.             'kernel:loadRoutes' => '?',
  5139.             'kernel:registerContainerConfiguration' => '?',
  5140.             'kernel:terminate' => '?',
  5141.         ]);
  5142.     }
  5143.     /**
  5144.      * Gets the private '.service_locator.9TcZ2i.' shared service.
  5145.      *
  5146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5147.      */
  5148.     protected function get_ServiceLocator_9TcZ2i_Service()
  5149.     {
  5150.         return $this->privates['.service_locator.9TcZ2i.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5151.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5152.             'security.event_dispatcher.admin_secured_area' => ['privates''security.event_dispatcher.admin_secured_area''getSecurity_EventDispatcher_AdminSecuredAreaService'false],
  5153.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  5154.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  5155.             'security.event_dispatcher.user_secured_area' => ['privates''security.event_dispatcher.user_secured_area''getSecurity_EventDispatcher_UserSecuredAreaService'false],
  5156.         ], [
  5157.             'event_dispatcher' => '?',
  5158.             'security.event_dispatcher.admin_secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5159.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5160.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5161.             'security.event_dispatcher.user_secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5162.         ]);
  5163.     }
  5164.     /**
  5165.      * Gets the private '.service_locator.BLTw9in' shared service.
  5166.      *
  5167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5168.      */
  5169.     protected function get_ServiceLocator_BLTw9inService()
  5170.     {
  5171.         return $this->privates['.service_locator.BLTw9in'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5172.             'Page' => ['privates''App\\CmsBundle\\Entity\\Page''getPageService'false],
  5173.         ], [
  5174.             'Page' => 'App\\CmsBundle\\Entity\\Page',
  5175.         ]);
  5176.     }
  5177.     /**
  5178.      * Gets the private '.service_locator.CoH5eTz' shared service.
  5179.      *
  5180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5181.      */
  5182.     protected function get_ServiceLocator_CoH5eTzService()
  5183.     {
  5184.         return $this->privates['.service_locator.CoH5eTz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5185.             'session' => ['privates''.errored..service_locator.CoH5eTz.Symfony\\Component\\HttpFoundation\\Session\\Session'NULL'Cannot autowire service ".service_locator.CoH5eTz": it references class "Symfony\\Component\\HttpFoundation\\Session\\Session" but no such service exists. Try changing the type-hint to "Symfony\\Component\\HttpFoundation\\Session\\SessionInterface" instead.'],
  5186.             'totpAuthenticator' => ['services''scheb_two_factor.security.totp_authenticator''getSchebTwoFactor_Security_TotpAuthenticatorService'false],
  5187.         ], [
  5188.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  5189.             'totpAuthenticator' => '?',
  5190.         ]);
  5191.     }
  5192.     /**
  5193.      * Gets the private '.service_locator.FbmMItr' shared service.
  5194.      *
  5195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5196.      */
  5197.     protected function get_ServiceLocator_FbmMItrService()
  5198.     {
  5199.         return $this->privates['.service_locator.FbmMItr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5200.             'totpAuthenticator' => ['services''scheb_two_factor.security.totp_authenticator''getSchebTwoFactor_Security_TotpAuthenticatorService'false],
  5201.         ], [
  5202.             'totpAuthenticator' => '?',
  5203.         ]);
  5204.     }
  5205.     /**
  5206.      * Gets the private '.service_locator.bRdave9' shared service.
  5207.      *
  5208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5209.      */
  5210.     protected function get_ServiceLocator_BRdave9Service()
  5211.     {
  5212.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5213.             'response' => ['privates''.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  5214.         ], [
  5215.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  5216.         ]);
  5217.     }
  5218.     /**
  5219.      * Gets the private '.service_locator.eECzLMY' shared service.
  5220.      *
  5221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5222.      */
  5223.     protected function get_ServiceLocator_EECzLMYService()
  5224.     {
  5225.         return $this->privates['.service_locator.eECzLMY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5226.             'factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  5227.         ], [
  5228.             'factory' => '?',
  5229.         ]);
  5230.     }
  5231.     /**
  5232.      * Gets the private '.service_locator.eNXvEIX' shared service.
  5233.      *
  5234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5235.      */
  5236.     protected function get_ServiceLocator_ENXvEIXService()
  5237.     {
  5238.         return $this->privates['.service_locator.eNXvEIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5239.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5240.         ], [
  5241.             'twig' => '?',
  5242.         ]);
  5243.     }
  5244.     /**
  5245.      * Gets the private '.service_locator.f547vEI' shared service.
  5246.      *
  5247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5248.      */
  5249.     protected function get_ServiceLocator_F547vEIService()
  5250.     {
  5251.         return $this->privates['.service_locator.f547vEI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5252.             'containerInterface' => ['services''service_container''getServiceContainerService'false],
  5253.             'exception' => ['privates''.errored..service_locator.f547vEI.Symfony\\Component\\ErrorHandler\\Exception\\FlattenException'NULL'Cannot autowire service ".service_locator.f547vEI": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.'],
  5254.             'mailer' => ['privates''App\\CmsBundle\\Util\\Mailer''getMailerService'false],
  5255.             'translator' => ['services''translator''getTranslatorService'false],
  5256.         ], [
  5257.             'containerInterface' => '?',
  5258.             'exception' => 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException',
  5259.             'mailer' => 'App\\CmsBundle\\Util\\Mailer',
  5260.             'translator' => '?',
  5261.         ]);
  5262.     }
  5263.     /**
  5264.      * Gets the private '.service_locator.fY0Iw1B' shared service.
  5265.      *
  5266.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5267.      */
  5268.     protected function get_ServiceLocator_FY0Iw1BService()
  5269.     {
  5270.         return $this->privates['.service_locator.fY0Iw1B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5271.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5272.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5273.         ], [
  5274.             'em' => '?',
  5275.             'twig' => '?',
  5276.         ]);
  5277.     }
  5278.     /**
  5279.      * Gets the private '.service_locator.foPrRcS' shared service.
  5280.      *
  5281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5282.      */
  5283.     protected function get_ServiceLocator_FoPrRcSService()
  5284.     {
  5285.         return $this->privates['.service_locator.foPrRcS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5286.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5287.         ], [
  5288.             'viewhandler' => '?',
  5289.         ]);
  5290.     }
  5291.     /**
  5292.      * Gets the private '.service_locator.gArUn4e' shared service.
  5293.      *
  5294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5295.      */
  5296.     protected function get_ServiceLocator_GArUn4eService()
  5297.     {
  5298.         return $this->privates['.service_locator.gArUn4e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5299.             'security.firewall.map.context.admin_secured_area' => ['privates''security.firewall.map.context.admin_secured_area''getSecurity_Firewall_Map_Context_AdminSecuredAreaService'false],
  5300.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5301.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5302.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5303.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  5304.             'security.firewall.map.context.user_secured_area' => ['privates''security.firewall.map.context.user_secured_area''getSecurity_Firewall_Map_Context_UserSecuredAreaService'false],
  5305.         ], [
  5306.             'security.firewall.map.context.admin_secured_area' => '?',
  5307.             'security.firewall.map.context.api' => '?',
  5308.             'security.firewall.map.context.dev' => '?',
  5309.             'security.firewall.map.context.main' => '?',
  5310.             'security.firewall.map.context.oauth_token' => '?',
  5311.             'security.firewall.map.context.user_secured_area' => '?',
  5312.         ]);
  5313.     }
  5314.     /**
  5315.      * Gets the private '.service_locator.mx0UMmY' shared service.
  5316.      *
  5317.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5318.      */
  5319.     protected function get_ServiceLocator_Mx0UMmYService()
  5320.     {
  5321.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5322.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5323.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5324.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5325.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5326.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5327.             'router' => ['services''router''getRouterService'false],
  5328.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5329.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5330.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5331.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5332.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5333.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5334.         ], [
  5335.             'doctrine' => '?',
  5336.             'form.factory' => '?',
  5337.             'http_kernel' => '?',
  5338.             'parameter_bag' => '?',
  5339.             'request_stack' => '?',
  5340.             'router' => '?',
  5341.             'security.authorization_checker' => '?',
  5342.             'security.csrf.token_manager' => '?',
  5343.             'security.token_storage' => '?',
  5344.             'serializer' => '?',
  5345.             'session' => '.session.deprecated',
  5346.             'twig' => '?',
  5347.         ]);
  5348.     }
  5349.     /**
  5350.      * Gets the private '.service_locator.t6i3vFk' shared service.
  5351.      *
  5352.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5353.      */
  5354.     protected function get_ServiceLocator_T6i3vFkService()
  5355.     {
  5356.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5357.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5358.         ], [
  5359.             'em' => '?',
  5360.         ]);
  5361.     }
  5362.     /**
  5363.      * Gets the private '.service_locator.tXM58lC' shared service.
  5364.      *
  5365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5366.      */
  5367.     protected function get_ServiceLocator_TXM58lCService()
  5368.     {
  5369.         return $this->privates['.service_locator.tXM58lC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5370.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  5371.         ], [
  5372.             'passwordEncoder' => '?',
  5373.         ]);
  5374.     }
  5375.     /**
  5376.      * Gets the private '.service_locator.u9KuSDP' shared service.
  5377.      *
  5378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5379.      */
  5380.     protected function get_ServiceLocator_U9KuSDPService()
  5381.     {
  5382.         return $this->privates['.service_locator.u9KuSDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5383.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5384.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5385.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5386.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5387.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5388.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5389.             'router' => ['services''router''getRouterService'false],
  5390.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5391.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5392.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5393.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5394.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5395.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5396.         ], [
  5397.             'doctrine' => '?',
  5398.             'form.factory' => '?',
  5399.             'fos_rest.view_handler' => '?',
  5400.             'http_kernel' => '?',
  5401.             'parameter_bag' => '?',
  5402.             'request_stack' => '?',
  5403.             'router' => '?',
  5404.             'security.authorization_checker' => '?',
  5405.             'security.csrf.token_manager' => '?',
  5406.             'security.token_storage' => '?',
  5407.             'serializer' => '?',
  5408.             'session' => '.session.deprecated',
  5409.             'twig' => '?',
  5410.         ]);
  5411.     }
  5412.     /**
  5413.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5414.      *
  5415.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5416.      */
  5417.     protected function get_ServiceLocator_XUrKPVUService()
  5418.     {
  5419.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5420.             '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: "App\\CmsBundle\\Routing\\PageLoader", "App\\Trinity\\BlogBundle\\Routing\\ExtraLoader", "App\\Trinity\\WebshopBundle\\Routing\\ExtraLoader", "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", "routing.loader.db", "webshop.loader".'],
  5421.         ], [
  5422.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5423.         ]);
  5424.     }
  5425.     /**
  5426.      * Gets the private '.session.deprecated' shared service.
  5427.      *
  5428.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5429.      */
  5430.     protected function get_Session_DeprecatedService()
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5434.         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();
  5435.     }
  5436.     /**
  5437.      * Gets the private '.twig.command.debug.lazy' shared service.
  5438.      *
  5439.      * @return \Symfony\Component\Console\Command\LazyCommand
  5440.      */
  5441.     protected function get_Twig_Command_Debug_LazyService()
  5442.     {
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5445.         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 {
  5446.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5447.         });
  5448.     }
  5449.     /**
  5450.      * Gets the private '.twig.command.lint.lazy' shared service.
  5451.      *
  5452.      * @return \Symfony\Component\Console\Command\LazyCommand
  5453.      */
  5454.     protected function get_Twig_Command_Lint_LazyService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5458.         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 {
  5459.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5460.         });
  5461.     }
  5462.     /**
  5463.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5464.      *
  5465.      * @return \Symfony\Component\Console\Command\LazyCommand
  5466.      */
  5467.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5471.         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 {
  5472.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5473.         });
  5474.     }
  5475.     /**
  5476.      * Gets the private 'App\CmsBundle\Entity\Page' shared autowired service.
  5477.      *
  5478.      * @return \App\CmsBundle\Entity\Page
  5479.      */
  5480.     protected function getPageService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/src/CmsBundle/Entity/PageInterface.php';
  5483.         include_once \dirname(__DIR__4).'/src/CmsBundle/Entity/Page.php';
  5484.         return $this->privates['App\\CmsBundle\\Entity\\Page'] = new \App\CmsBundle\Entity\Page();
  5485.     }
  5486.     /**
  5487.      * Gets the private 'App\CmsBundle\Repository\UserRepository' shared autowired service.
  5488.      *
  5489.      * @return \App\CmsBundle\Repository\UserRepository
  5490.      */
  5491.     protected function getUserRepositoryService()
  5492.     {
  5493.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  5499.         include_once \dirname(__DIR__4).'/src/CmsBundle/Repository/UserRepository.php';
  5500.         return $this->privates['App\\CmsBundle\\Repository\\UserRepository'] = new \App\CmsBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5501.     }
  5502.     /**
  5503.      * Gets the private 'App\CmsBundle\Security\AppUserAuthenticator' shared autowired service.
  5504.      *
  5505.      * @return \App\CmsBundle\Security\AppUserAuthenticator
  5506.      */
  5507.     protected function getAppUserAuthenticatorService()
  5508.     {
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5515.         include_once \dirname(__DIR__4).'/src/CmsBundle/Security/AppUserAuthenticator.php';
  5516.         return $this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] = new \App\CmsBundle\Security\AppUserAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'App\CmsBundle\Type\TrinityEntityType' shared autowired service.
  5520.      *
  5521.      * @return \App\CmsBundle\Type\TrinityEntityType
  5522.      */
  5523.     protected function getTrinityEntityTypeService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5527.         include_once \dirname(__DIR__4).'/src/CmsBundle/Type/TrinityEntityType.php';
  5528.         return $this->privates['App\\CmsBundle\\Type\\TrinityEntityType'] = new \App\CmsBundle\Type\TrinityEntityType();
  5529.     }
  5530.     /**
  5531.      * Gets the private 'App\CmsBundle\Util\Mailer' shared autowired service.
  5532.      *
  5533.      * @return \App\CmsBundle\Util\Mailer
  5534.      */
  5535.     protected function getMailerService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/src/CmsBundle/Util/Mailer.php';
  5538.         return $this->privates['App\\CmsBundle\\Util\\Mailer'] = new \App\CmsBundle\Util\Mailer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5539.     }
  5540.     /**
  5541.      * Gets the private 'App\Trinity\WebshopBundle\Command\GenerateProductsCommand' shared autowired service.
  5542.      *
  5543.      * @return \App\Trinity\WebshopBundle\Command\GenerateProductsCommand
  5544.      */
  5545.     protected function getGenerateProductsCommandService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5548.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/GenerateProductsCommand.php';
  5549.         $this->privates['App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand'] = $instance = new \App\Trinity\WebshopBundle\Command\GenerateProductsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5550.         $instance->setName('trinity:webshop:generate:products');
  5551.         $instance->setDescription('Generate random products');
  5552.         return $instance;
  5553.     }
  5554.     /**
  5555.      * Gets the private 'App\Trinity\WebshopBundle\Command\ImportWoocommerce' shared autowired service.
  5556.      *
  5557.      * @return \App\Trinity\WebshopBundle\Command\ImportWoocommerce
  5558.      */
  5559.     protected function getImportWoocommerceService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5562.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportWoocommerce.php';
  5563.         $this->privates['App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce'] = $instance = new \App\Trinity\WebshopBundle\Command\ImportWoocommerce(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  5564.         $instance->setName('trinity:webshop:import:woocommerce');
  5565.         $instance->setDescription('Import WooCommerce data');
  5566.         return $instance;
  5567.     }
  5568.     /**
  5569.      * Gets the private 'App\Trinity\WebshopBundle\Form\PromotionBarType' shared autowired service.
  5570.      *
  5571.      * @return \App\Trinity\WebshopBundle\Form\PromotionBarType
  5572.      */
  5573.     protected function getPromotionBarTypeService()
  5574.     {
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5577.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/PromotionBarType.php';
  5578.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\PromotionBarType'] = new \App\Trinity\WebshopBundle\Form\PromotionBarType();
  5579.     }
  5580.     /**
  5581.      * Gets the private 'App\Trinity\WebshopBundle\Form\PromotionPopupType' shared autowired service.
  5582.      *
  5583.      * @return \App\Trinity\WebshopBundle\Form\PromotionPopupType
  5584.      */
  5585.     protected function getPromotionPopupTypeService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5589.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/PromotionPopupType.php';
  5590.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType'] = new \App\Trinity\WebshopBundle\Form\PromotionPopupType();
  5591.     }
  5592.     /**
  5593.      * Gets the private 'App\Trinity\WebshopBundle\Form\TagDisplayType' shared autowired service.
  5594.      *
  5595.      * @return \App\Trinity\WebshopBundle\Form\TagDisplayType
  5596.      */
  5597.     protected function getTagDisplayTypeService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5601.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/TagDisplayType.php';
  5602.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\TagDisplayType'] = new \App\Trinity\WebshopBundle\Form\TagDisplayType();
  5603.     }
  5604.     /**
  5605.      * Gets the private 'App\Trinity\WebshopBundle\Form\TagType' shared autowired service.
  5606.      *
  5607.      * @return \App\Trinity\WebshopBundle\Form\TagType
  5608.      */
  5609.     protected function getTagTypeService()
  5610.     {
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5613.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/TagType.php';
  5614.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\TagType'] = new \App\Trinity\WebshopBundle\Form\TagType();
  5615.     }
  5616.     /**
  5617.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5618.      *
  5619.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5620.      */
  5621.     protected function getManagerRegistryAwareConnectionProviderService()
  5622.     {
  5623.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5625.         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'));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5629.      *
  5630.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5631.      */
  5632.     protected function getRunSqlCommandService()
  5633.     {
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5636.         $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()));
  5637.         $instance->setName('dbal:run-sql');
  5638.         return $instance;
  5639.     }
  5640.     /**
  5641.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  5642.      *
  5643.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  5644.      */
  5645.     protected function getSentryTestCommandService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  5649.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  5650.         $instance->setName('sentry:test');
  5651.         return $instance;
  5652.     }
  5653.     /**
  5654.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  5655.      *
  5656.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  5657.      */
  5658.     protected function getConsoleListenerService()
  5659.     {
  5660.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  5661.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5662.     }
  5663.     /**
  5664.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  5665.      *
  5666.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  5667.      */
  5668.     protected function getErrorListenerService()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  5671.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5672.     }
  5673.     /**
  5674.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  5675.      *
  5676.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  5677.      */
  5678.     protected function getRequestListenerService()
  5679.     {
  5680.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5681.     }
  5682.     /**
  5683.      * Gets the private 'Sentry\State\HubInterface' shared service.
  5684.      *
  5685.      * @return \Sentry\State\Hub
  5686.      */
  5687.     protected function getHubInterfaceService()
  5688.     {
  5689.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  5690.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  5691.         $a->setEnvironment('dev');
  5692.         $a->setPrefixes([=> (\dirname(__DIR__4).'/vendor/phing/phing/classes'), => (\dirname(__DIR__4).'/vendor/propel/propel1/runtime/lib'), => (\dirname(__DIR__4).'/vendor/propel/propel1/generator/lib'), => (\dirname(__DIR__4).'/public'), => '/opt/plesk/php/8.1/share/pear']);
  5693.         $a->setRelease('dev-master@87bbd6a');
  5694.         $a->setSampleRate(0.2);
  5695.         $a->setTags([]);
  5696.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  5697.         $a->setInAppIncludedPaths([]);
  5698.         $a->setClassSerializers([]);
  5699.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException']])]));
  5700.         $b = new \Sentry\ClientBuilder($a);
  5701.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  5702.         $instance->bindClient($b->getClient());
  5703.         return $instance;
  5704.     }
  5705.     /**
  5706.      * Gets the private 'account.security_listener' shared service.
  5707.      *
  5708.      * @return \App\CmsBundle\EventListener\SecurityListener
  5709.      */
  5710.     protected function getAccount_SecurityListenerService()
  5711.     {
  5712.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php';
  5713.         return $this->privates['account.security_listener'] = new \App\CmsBundle\EventListener\SecurityListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['translator'] ?? $this->getTranslatorService()));
  5714.     }
  5715.     /**
  5716.      * Gets the private 'account.security_listener_failure' shared service.
  5717.      *
  5718.      * @return \App\CmsBundle\EventListener\SecurityListener
  5719.      */
  5720.     protected function getAccount_SecurityListenerFailureService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php';
  5723.         return $this->privates['account.security_listener_failure'] = new \App\CmsBundle\EventListener\SecurityListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['translator'] ?? $this->getTranslatorService()));
  5724.     }
  5725.     /**
  5726.      * Gets the private 'annotations.cache_adapter' shared service.
  5727.      *
  5728.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5729.      */
  5730.     protected function getAnnotations_CacheAdapterService()
  5731.     {
  5732.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5733.     }
  5734.     /**
  5735.      * Gets the private 'annotations.cache_warmer' shared service.
  5736.      *
  5737.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5738.      */
  5739.     protected function getAnnotations_CacheWarmerService()
  5740.     {
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5744.         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);
  5745.     }
  5746.     /**
  5747.      * Gets the private 'annotations.cached_reader' shared service.
  5748.      *
  5749.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5750.      */
  5751.     protected function getAnnotations_CachedReaderService()
  5752.     {
  5753.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5754.     }
  5755.     /**
  5756.      * Gets the private 'annotations.reader' shared service.
  5757.      *
  5758.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5759.      */
  5760.     protected function getAnnotations_ReaderService()
  5761.     {
  5762.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5763.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5764.         $a->registerUniqueLoader('class_exists');
  5765.         $instance->addGlobalIgnoredName('required'$a);
  5766.         return $instance;
  5767.     }
  5768.     /**
  5769.      * Gets the private 'app.exception_listener' shared autowired service.
  5770.      *
  5771.      * @return \App\CmsBundle\EventListener\ExceptionListener
  5772.      */
  5773.     protected function getApp_ExceptionListenerService()
  5774.     {
  5775.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/ExceptionListener.php';
  5776.         return $this->privates['app.exception_listener'] = new \App\CmsBundle\EventListener\ExceptionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5777.     }
  5778.     /**
  5779.      * Gets the private 'app.locale_listener' shared autowired service.
  5780.      *
  5781.      * @return \App\CmsBundle\EventListener\LocaleListener
  5782.      */
  5783.     protected function getApp_LocaleListenerService()
  5784.     {
  5785.         return $this->privates['app.locale_listener'] = new \App\CmsBundle\EventListener\LocaleListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'nl');
  5786.     }
  5787.     /**
  5788.      * Gets the private 'app.user_locale_listener' shared autowired service.
  5789.      *
  5790.      * @return \App\CmsBundle\EventListener\UserLocaleListener
  5791.      */
  5792.     protected function getApp_UserLocaleListenerService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/UserLocaleListener.php';
  5795.         return $this->privates['app.user_locale_listener'] = new \App\CmsBundle\EventListener\UserLocaleListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5796.     }
  5797.     /**
  5798.      * Gets the private 'cache.annotations' shared service.
  5799.      *
  5800.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5801.      */
  5802.     protected function getCache_AnnotationsService()
  5803.     {
  5804.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QJzUD6SSDQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5810.      */
  5811.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5812.     {
  5813.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5814.     }
  5815.     /**
  5816.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5817.      *
  5818.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5819.      */
  5820.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5821.     {
  5822.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5823.     }
  5824.     /**
  5825.      * Gets the private 'cache.property_info' shared service.
  5826.      *
  5827.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5828.      */
  5829.     protected function getCache_PropertyInfoService()
  5830.     {
  5831.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6RIzVf8byq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5832.     }
  5833.     /**
  5834.      * Gets the private 'cache.security_expression_language' shared service.
  5835.      *
  5836.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5837.      */
  5838.     protected function getCache_SecurityExpressionLanguageService()
  5839.     {
  5840.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VoH4nuzHeB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5841.     }
  5842.     /**
  5843.      * Gets the private 'cache.serializer' shared service.
  5844.      *
  5845.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5846.      */
  5847.     protected function getCache_SerializerService()
  5848.     {
  5849.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qEqjawHhc5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5850.     }
  5851.     /**
  5852.      * Gets the private 'cache.validator' shared service.
  5853.      *
  5854.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5855.      */
  5856.     protected function getCache_ValidatorService()
  5857.     {
  5858.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qq7YawDGKl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5859.     }
  5860.     /**
  5861.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5862.      *
  5863.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5864.      */
  5865.     protected function getCachePoolClearer_CacheWarmerService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5869.         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']);
  5870.     }
  5871.     /**
  5872.      * Gets the private 'config_builder.warmer' shared service.
  5873.      *
  5874.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5875.      */
  5876.     protected function getConfigBuilder_WarmerService()
  5877.     {
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5880.         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()));
  5881.     }
  5882.     /**
  5883.      * Gets the private 'config_cache_factory' shared service.
  5884.      *
  5885.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5886.      */
  5887.     protected function getConfigCacheFactoryService()
  5888.     {
  5889.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5890.             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)));
  5891.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5892.         }, 2));
  5893.     }
  5894.     /**
  5895.      * Gets the private 'console.command.about' shared service.
  5896.      *
  5897.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5898.      */
  5899.     protected function getConsole_Command_AboutService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5903.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5904.         $instance->setName('about');
  5905.         $instance->setDescription('Display information about the current project');
  5906.         return $instance;
  5907.     }
  5908.     /**
  5909.      * Gets the private 'console.command.assets_install' shared service.
  5910.      *
  5911.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5912.      */
  5913.     protected function getConsole_Command_AssetsInstallService()
  5914.     {
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5918.         $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));
  5919.         $instance->setName('assets:install');
  5920.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5921.         return $instance;
  5922.     }
  5923.     /**
  5924.      * Gets the private 'console.command.cache_clear' shared service.
  5925.      *
  5926.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5927.      */
  5928.     protected function getConsole_Command_CacheClearService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5933.         $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())));
  5934.         $instance->setName('cache:clear');
  5935.         $instance->setDescription('Clear the cache');
  5936.         return $instance;
  5937.     }
  5938.     /**
  5939.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5940.      *
  5941.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5942.      */
  5943.     protected function getConsole_Command_CachePoolClearService()
  5944.     {
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5947.         $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.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  5948.         $instance->setName('cache:pool:clear');
  5949.         $instance->setDescription('Clear cache pools');
  5950.         return $instance;
  5951.     }
  5952.     /**
  5953.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5954.      *
  5955.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5956.      */
  5957.     protected function getConsole_Command_CachePoolDeleteService()
  5958.     {
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5961.         $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.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  5962.         $instance->setName('cache:pool:delete');
  5963.         $instance->setDescription('Delete an item from a cache pool');
  5964.         return $instance;
  5965.     }
  5966.     /**
  5967.      * Gets the private 'console.command.cache_pool_list' shared service.
  5968.      *
  5969.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5970.      */
  5971.     protected function getConsole_Command_CachePoolListService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5975.         $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.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  5976.         $instance->setName('cache:pool:list');
  5977.         $instance->setDescription('List available cache pools');
  5978.         return $instance;
  5979.     }
  5980.     /**
  5981.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5982.      *
  5983.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5984.      */
  5985.     protected function getConsole_Command_CachePoolPruneService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5989.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5990.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5991.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5992.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5993.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5994.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5995.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5996.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5997.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5998.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5999.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6000.         }, 10));
  6001.         $instance->setName('cache:pool:prune');
  6002.         $instance->setDescription('Prune cache pools');
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the private 'console.command.cache_warmup' shared service.
  6007.      *
  6008.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6009.      */
  6010.     protected function getConsole_Command_CacheWarmupService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6014.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6015.         $instance->setName('cache:warmup');
  6016.         $instance->setDescription('Warm up an empty cache');
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the private 'console.command.config_debug' shared service.
  6021.      *
  6022.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6023.      */
  6024.     protected function getConsole_Command_ConfigDebugService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6031.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6032.         $instance->setName('debug:config');
  6033.         $instance->setDescription('Dump the current configuration for an extension');
  6034.         return $instance;
  6035.     }
  6036.     /**
  6037.      * Gets the private 'console.command.config_dump_reference' shared service.
  6038.      *
  6039.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6040.      */
  6041.     protected function getConsole_Command_ConfigDumpReferenceService()
  6042.     {
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6048.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6049.         $instance->setName('config:dump-reference');
  6050.         $instance->setDescription('Dump the default configuration for an extension');
  6051.         return $instance;
  6052.     }
  6053.     /**
  6054.      * Gets the private 'console.command.container_debug' shared service.
  6055.      *
  6056.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6057.      */
  6058.     protected function getConsole_Command_ContainerDebugService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6063.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6064.         $instance->setName('debug:container');
  6065.         $instance->setDescription('Display current services for an application');
  6066.         return $instance;
  6067.     }
  6068.     /**
  6069.      * Gets the private 'console.command.container_lint' shared service.
  6070.      *
  6071.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6072.      */
  6073.     protected function getConsole_Command_ContainerLintService()
  6074.     {
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6077.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6078.         $instance->setName('lint:container');
  6079.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6080.         return $instance;
  6081.     }
  6082.     /**
  6083.      * Gets the private 'console.command.debug_autowiring' shared service.
  6084.      *
  6085.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6086.      */
  6087.     protected function getConsole_Command_DebugAutowiringService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6093.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6094.         $instance->setName('debug:autowiring');
  6095.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6096.         return $instance;
  6097.     }
  6098.     /**
  6099.      * Gets the private 'console.command.dotenv_debug' shared service.
  6100.      *
  6101.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6102.      */
  6103.     protected function getConsole_Command_DotenvDebugService()
  6104.     {
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6107.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6108.         $instance->setName('debug:dotenv');
  6109.         $instance->setDescription('Lists all dotenv files with variables and values');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6114.      *
  6115.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6116.      */
  6117.     protected function getConsole_Command_EventDispatcherDebugService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6121.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.9TcZ2i.'] ?? $this->get_ServiceLocator_9TcZ2i_Service()));
  6122.         $instance->setName('debug:event-dispatcher');
  6123.         $instance->setDescription('Display configured listeners for an application');
  6124.         return $instance;
  6125.     }
  6126.     /**
  6127.      * Gets the private 'console.command.form_debug' shared service.
  6128.      *
  6129.      * @return \Symfony\Component\Form\Command\DebugCommand
  6130.      */
  6131.     protected function getConsole_Command_FormDebugService()
  6132.     {
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6135.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\CmsBundle\\Type'=> 'App\\Trinity\\WebshopBundle\\Form'=> 'FOS\\OAuthServerBundle\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'App\\CmsBundle\\Form'], [=> 'App\\CmsBundle\\Type\\TrinityEntityType'=> 'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType'=> 'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType'=> 'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType'=> 'App\\Trinity\\WebshopBundle\\Form\\TagType'=> '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'=> 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'10 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'11 => 'App\\CmsBundle\\Form\\CronTaskType'], [=> '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'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6136.         $instance->setName('debug:form');
  6137.         $instance->setDescription('Display form type information');
  6138.         return $instance;
  6139.     }
  6140.     /**
  6141.      * Gets the private 'console.command.router_debug' shared service.
  6142.      *
  6143.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6144.      */
  6145.     protected function getConsole_Command_RouterDebugService()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6150.         $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()));
  6151.         $instance->setName('debug:router');
  6152.         $instance->setDescription('Display current routes for an application');
  6153.         return $instance;
  6154.     }
  6155.     /**
  6156.      * Gets the private 'console.command.router_match' shared service.
  6157.      *
  6158.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6159.      */
  6160.     protected function getConsole_Command_RouterMatchService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6164.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6165.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6166.         }, 1));
  6167.         $instance->setName('router:match');
  6168.         $instance->setDescription('Help debug routes by simulating a path info match');
  6169.         return $instance;
  6170.     }
  6171.     /**
  6172.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6173.      *
  6174.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6175.      */
  6176.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6182.         $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')))));
  6183.         $instance->setName('secrets:decrypt-to-local');
  6184.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6185.         return $instance;
  6186.     }
  6187.     /**
  6188.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6189.      *
  6190.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6191.      */
  6192.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6198.         $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')))));
  6199.         $instance->setName('secrets:encrypt-from-local');
  6200.         $instance->setDescription('Encrypt all local secrets to the vault');
  6201.         return $instance;
  6202.     }
  6203.     /**
  6204.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6205.      *
  6206.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6207.      */
  6208.     protected function getConsole_Command_SecretsGenerateKeyService()
  6209.     {
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6214.         $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')))));
  6215.         $instance->setName('secrets:generate-keys');
  6216.         $instance->setDescription('Generate new encryption keys');
  6217.         return $instance;
  6218.     }
  6219.     /**
  6220.      * Gets the private 'console.command.secrets_list' shared service.
  6221.      *
  6222.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6223.      */
  6224.     protected function getConsole_Command_SecretsListService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6230.         $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')))));
  6231.         $instance->setName('secrets:list');
  6232.         $instance->setDescription('List all secrets');
  6233.         return $instance;
  6234.     }
  6235.     /**
  6236.      * Gets the private 'console.command.secrets_remove' shared service.
  6237.      *
  6238.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6239.      */
  6240.     protected function getConsole_Command_SecretsRemoveService()
  6241.     {
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6246.         $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')))));
  6247.         $instance->setName('secrets:remove');
  6248.         $instance->setDescription('Remove a secret from the vault');
  6249.         return $instance;
  6250.     }
  6251.     /**
  6252.      * Gets the private 'console.command.secrets_set' shared service.
  6253.      *
  6254.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6255.      */
  6256.     protected function getConsole_Command_SecretsSetService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6262.         $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')))));
  6263.         $instance->setName('secrets:set');
  6264.         $instance->setDescription('Set a secret in the vault');
  6265.         return $instance;
  6266.     }
  6267.     /**
  6268.      * Gets the private 'console.command.translation_debug' shared service.
  6269.      *
  6270.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6271.      */
  6272.     protected function getConsole_Command_TranslationDebugService()
  6273.     {
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6276.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/CalendarController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/CommandcontrolController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/CronTaskController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/DefaultController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/IntegrationsController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/JsonController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/LoginController.php'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MailController.php'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MaintenanceController.php'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MediaController.php'), 13 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MetadataController.php'), 14 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MonitorController.php'), 15 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MultisiteController.php'), 16 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/NavigationController.php'), 17 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/PageController.php'), 18 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/RedirectsController.php'), 19 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/SettingsController.php'), 20 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/SitemapController.php'), 21 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php'), 22 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/SystemController.php'), 23 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/TagController.php'), 24 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/TrashController.php'), 25 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/UpdateController.php'), 26 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/UsersController.php'), 27 => (\dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php'), 28 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php'), 29 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/EntryController.php'), 30 => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php'), 31 => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php'), 32 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/EntryController.php'), 33 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php'), 34 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bController.php'), 35 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bPricelistController.php'), 36 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bUserGroupController.php'), 37 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartController.php'), 38 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartsController.php'), 39 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CategoriesController.php'), 40 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ChannableController.php'), 41 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CheckoutController.php'), 42 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ConfigController.php'), 43 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CreditController.php'), 44 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CustomersController.php'), 45 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DefaultController.php'), 46 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DeliveryController.php'), 47 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DiscountController.php'), 48 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/EventsController.php'), 49 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/Ext/MoneybirdController.php'), 50 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ExtraController.php'), 51 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FeedController.php'), 52 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FrontController.php'), 53 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/GiftcardController.php'), 54 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/InvoiceController.php'), 55 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/LedgerController.php'), 56 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MailController.php'), 57 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MediaController.php'), 58 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/OrdersController.php'), 59 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PicqerController.php'), 60 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PricingController.php'), 61 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductGroupController.php'), 62 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductsController.php'), 63 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PromotionsController.php'), 64 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ReportController.php'), 65 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SearchController.php'), 66 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SpecsController.php'), 67 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagController.php'), 68 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagDisplayController.php'), 69 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TaxController.php'), 70 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/UserGroupController.php'), 71 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 73 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 74 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 75 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 76 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 77 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 78 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 79 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 80 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 81 => (\dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php'), 82 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php'), 83 => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php'), 84 => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php'), 85 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php'), 86 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php'), 87 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/ErrorController.php'), 88 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 89 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 90 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 91 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 92 => (\dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/Helpers.php'), 93 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ClientsExtension.php'), 94 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/NavigationExtension.php')], []);
  6277.         $instance->setName('debug:translation');
  6278.         $instance->setDescription('Display translation messages information');
  6279.         return $instance;
  6280.     }
  6281.     /**
  6282.      * Gets the private 'console.command.translation_extract' shared service.
  6283.      *
  6284.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6285.      */
  6286.     protected function getConsole_Command_TranslationExtractService()
  6287.     {
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6290.         $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()), 'nl', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/CalendarController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/CommandcontrolController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/CronTaskController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/DefaultController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/IntegrationsController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/JsonController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php'), => (\dirname(__DIR__4).'/src/CmsBundle/Controller/LoginController.php'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MailController.php'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MaintenanceController.php'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MediaController.php'), 13 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MetadataController.php'), 14 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MonitorController.php'), 15 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/MultisiteController.php'), 16 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/NavigationController.php'), 17 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/PageController.php'), 18 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/RedirectsController.php'), 19 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/SettingsController.php'), 20 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/SitemapController.php'), 21 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php'), 22 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/SystemController.php'), 23 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/TagController.php'), 24 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/TrashController.php'), 25 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/UpdateController.php'), 26 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/UsersController.php'), 27 => (\dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php'), 28 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php'), 29 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/EntryController.php'), 30 => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php'), 31 => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php'), 32 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/EntryController.php'), 33 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php'), 34 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bController.php'), 35 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bPricelistController.php'), 36 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bUserGroupController.php'), 37 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartController.php'), 38 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartsController.php'), 39 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CategoriesController.php'), 40 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ChannableController.php'), 41 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CheckoutController.php'), 42 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ConfigController.php'), 43 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CreditController.php'), 44 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CustomersController.php'), 45 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DefaultController.php'), 46 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DeliveryController.php'), 47 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DiscountController.php'), 48 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/EventsController.php'), 49 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/Ext/MoneybirdController.php'), 50 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ExtraController.php'), 51 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FeedController.php'), 52 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FrontController.php'), 53 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/GiftcardController.php'), 54 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/InvoiceController.php'), 55 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/LedgerController.php'), 56 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MailController.php'), 57 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MediaController.php'), 58 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/OrdersController.php'), 59 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PicqerController.php'), 60 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PricingController.php'), 61 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductGroupController.php'), 62 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductsController.php'), 63 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PromotionsController.php'), 64 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ReportController.php'), 65 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SearchController.php'), 66 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SpecsController.php'), 67 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagController.php'), 68 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagDisplayController.php'), 69 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TaxController.php'), 70 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/UserGroupController.php'), 71 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 73 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 74 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 75 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 76 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 77 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 78 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 79 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 80 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 81 => (\dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php'), 82 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php'), 83 => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php'), 84 => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php'), 85 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php'), 86 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php'), 87 => (\dirname(__DIR__4).'/src/CmsBundle/Controller/ErrorController.php'), 88 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 89 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 90 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 91 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 92 => (\dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/Helpers.php'), 93 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ClientsExtension.php'), 94 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/NavigationExtension.php')], []);
  6291.         $instance->setName('translation:extract');
  6292.         $instance->setAliases([=> 'translation:update']);
  6293.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6294.         return $instance;
  6295.     }
  6296.     /**
  6297.      * Gets the private 'console.command.translation_pull' shared service.
  6298.      *
  6299.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6300.      */
  6301.     protected function getConsole_Command_TranslationPullService()
  6302.     {
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6306.         $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()), 'nl', [], []);
  6307.         $instance->setName('translation:pull');
  6308.         $instance->setDescription('Pull translations from a given provider.');
  6309.         return $instance;
  6310.     }
  6311.     /**
  6312.      * Gets the private 'console.command.translation_push' shared service.
  6313.      *
  6314.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6315.      */
  6316.     protected function getConsole_Command_TranslationPushService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6321.         $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()), [], []);
  6322.         $instance->setName('translation:push');
  6323.         $instance->setDescription('Push translations to a given provider.');
  6324.         return $instance;
  6325.     }
  6326.     /**
  6327.      * Gets the private 'console.command.validator_debug' shared service.
  6328.      *
  6329.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6330.      */
  6331.     protected function getConsole_Command_ValidatorDebugService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6335.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6336.         $instance->setName('debug:validator');
  6337.         $instance->setDescription('Display validation constraints for classes');
  6338.         return $instance;
  6339.     }
  6340.     /**
  6341.      * Gets the private 'console.command.xliff_lint' shared service.
  6342.      *
  6343.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6344.      */
  6345.     protected function getConsole_Command_XliffLintService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6349.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6350.         $instance->setName('lint:xliff');
  6351.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6352.         return $instance;
  6353.     }
  6354.     /**
  6355.      * Gets the private 'console.command.yaml_lint' shared service.
  6356.      *
  6357.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6358.      */
  6359.     protected function getConsole_Command_YamlLintService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6364.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6365.         $instance->setName('lint:yaml');
  6366.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6367.         return $instance;
  6368.     }
  6369.     /**
  6370.      * Gets the private 'console.error_listener' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6373.      */
  6374.     protected function getConsole_ErrorListenerService()
  6375.     {
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6377.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6378.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6379.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6381.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6382.     }
  6383.     /**
  6384.      * Gets the private 'container.env_var_processor' shared service.
  6385.      *
  6386.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6387.      */
  6388.     protected function getContainer_EnvVarProcessorService()
  6389.     {
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6392.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6393.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6394.         }, 1));
  6395.     }
  6396.     /**
  6397.      * Gets the private 'container.getenv' shared service.
  6398.      *
  6399.      * @return \Closure
  6400.      */
  6401.     protected function getContainer_GetenvService()
  6402.     {
  6403.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6404.     }
  6405.     /**
  6406.      * Gets the private 'data_collector.form' shared service.
  6407.      *
  6408.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6409.      */
  6410.     protected function getDataCollector_FormService()
  6411.     {
  6412.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6413.     }
  6414.     /**
  6415.      * Gets the private 'data_collector.request' shared service.
  6416.      *
  6417.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6418.      */
  6419.     protected function getDataCollector_RequestService()
  6420.     {
  6421.         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())));
  6422.     }
  6423.     /**
  6424.      * Gets the private 'data_collector.request.session_collector' shared service.
  6425.      *
  6426.      * @return \Closure
  6427.      */
  6428.     protected function getDataCollector_Request_SessionCollectorService()
  6429.     {
  6430.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6431.     }
  6432.     /**
  6433.      * Gets the private 'debug.argument_resolver.default' shared service.
  6434.      *
  6435.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6436.      */
  6437.     protected function getDebug_ArgumentResolver_DefaultService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6442.         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))));
  6443.     }
  6444.     /**
  6445.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6446.      *
  6447.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6448.      */
  6449.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6454.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.6VMI2oi'] ?? $this->get_ServiceLocator_6VMI2oiService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6455.     }
  6456.     /**
  6457.      * Gets the private 'debug.argument_resolver.request' shared service.
  6458.      *
  6459.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6460.      */
  6461.     protected function getDebug_ArgumentResolver_RequestService()
  6462.     {
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6466.         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))));
  6467.     }
  6468.     /**
  6469.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6470.      *
  6471.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6472.      */
  6473.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6474.     {
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6478.         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))));
  6479.     }
  6480.     /**
  6481.      * Gets the private 'debug.argument_resolver.service' shared service.
  6482.      *
  6483.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6484.      */
  6485.     protected function getDebug_ArgumentResolver_ServiceService()
  6486.     {
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6490.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.6VMI2oi'] ?? $this->get_ServiceLocator_6VMI2oiService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6491.     }
  6492.     /**
  6493.      * Gets the private 'debug.argument_resolver.session' shared service.
  6494.      *
  6495.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6496.      */
  6497.     protected function getDebug_ArgumentResolver_SessionService()
  6498.     {
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6502.         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))));
  6503.     }
  6504.     /**
  6505.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6508.      */
  6509.     protected function getDebug_ArgumentResolver_VariadicService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6514.         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))));
  6515.     }
  6516.     /**
  6517.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6518.      *
  6519.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6520.      */
  6521.     protected function getDebug_DebugHandlersListenerService()
  6522.     {
  6523.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6524.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6525.         $a->pushHandler(($this->privates['monolog.handler.deprecation_filter'] ?? $this->getMonolog_Handler_DeprecationFilterService()));
  6526.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6527.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6528.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6529.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  6530.     }
  6531.     /**
  6532.      * Gets the private 'debug.dump_listener' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6535.      */
  6536.     protected function getDebug_DumpListenerService()
  6537.     {
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6540.         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()));
  6541.     }
  6542.     /**
  6543.      * Gets the private 'debug.file_link_formatter' shared service.
  6544.      *
  6545.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6546.      */
  6547.     protected function getDebug_FileLinkFormatterService()
  6548.     {
  6549.         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 () {
  6550.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6551.         });
  6552.     }
  6553.     /**
  6554.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6555.      *
  6556.      * @return \string
  6557.      */
  6558.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6559.     {
  6560.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6561.     }
  6562.     /**
  6563.      * Gets the private 'debug.log_processor' shared service.
  6564.      *
  6565.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6566.      */
  6567.     protected function getDebug_LogProcessorService()
  6568.     {
  6569.         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())));
  6570.     }
  6571.     /**
  6572.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6573.      *
  6574.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6575.      */
  6576.     protected function getDebug_Security_Access_DecisionManagerService()
  6577.     {
  6578.         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 () {
  6579.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6580.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  6581.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6582.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6583.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6584.     }
  6585.     /**
  6586.      * Gets the private 'debug.security.firewall' shared service.
  6587.      *
  6588.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6589.      */
  6590.     protected function getDebug_Security_FirewallService()
  6591.     {
  6592.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6593.     }
  6594.     /**
  6595.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6596.      *
  6597.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6598.      */
  6599.     protected function getDebug_Security_UserValueResolverService()
  6600.     {
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6604.         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))));
  6605.     }
  6606.     /**
  6607.      * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  6608.      *
  6609.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6610.      */
  6611.     protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  6612.     {
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  6617.         return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6618.     }
  6619.     /**
  6620.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6621.      *
  6622.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6623.      */
  6624.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6625.     {
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6630.         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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6631.     }
  6632.     /**
  6633.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6634.      *
  6635.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6636.      */
  6637.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6638.     {
  6639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6643.         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(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6644.     }
  6645.     /**
  6646.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6647.      *
  6648.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6649.      */
  6650.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6651.     {
  6652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6657.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6658.     }
  6659.     /**
  6660.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6661.      *
  6662.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6663.      */
  6664.     protected function getDebug_Security_Voter_VoteListenerService()
  6665.     {
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6667.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  6668.     }
  6669.     /**
  6670.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6671.      *
  6672.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6673.      */
  6674.     protected function getDoctrine_CacheClearMetadataCommandService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6680.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6681.         $instance->setName('doctrine:cache:clear-metadata');
  6682.         return $instance;
  6683.     }
  6684.     /**
  6685.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6686.      *
  6687.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6688.      */
  6689.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6690.     {
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6695.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6696.         $instance->setName('doctrine:cache:clear-query');
  6697.         return $instance;
  6698.     }
  6699.     /**
  6700.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6701.      *
  6702.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6703.      */
  6704.     protected function getDoctrine_CacheClearResultCommandService()
  6705.     {
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6710.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6711.         $instance->setName('doctrine:cache:clear-result');
  6712.         return $instance;
  6713.     }
  6714.     /**
  6715.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6716.      *
  6717.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6718.      */
  6719.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6720.     {
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6725.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6726.         $instance->setName('doctrine:cache:clear-collection-region');
  6727.         return $instance;
  6728.     }
  6729.     /**
  6730.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6731.      *
  6732.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6733.      */
  6734.     protected function getDoctrine_ClearEntityRegionCommandService()
  6735.     {
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6740.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6741.         $instance->setName('doctrine:cache:clear-entity-region');
  6742.         return $instance;
  6743.     }
  6744.     /**
  6745.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6746.      *
  6747.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6748.      */
  6749.     protected function getDoctrine_ClearQueryRegionCommandService()
  6750.     {
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6755.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6756.         $instance->setName('doctrine:cache:clear-query-region');
  6757.         return $instance;
  6758.     }
  6759.     /**
  6760.      * Gets the private 'doctrine.database_create_command' shared service.
  6761.      *
  6762.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6763.      */
  6764.     protected function getDoctrine_DatabaseCreateCommandService()
  6765.     {
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6769.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6770.         $instance->setName('doctrine:database:create');
  6771.         return $instance;
  6772.     }
  6773.     /**
  6774.      * Gets the private 'doctrine.database_drop_command' shared service.
  6775.      *
  6776.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6777.      */
  6778.     protected function getDoctrine_DatabaseDropCommandService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6783.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6784.         $instance->setName('doctrine:database:drop');
  6785.         return $instance;
  6786.     }
  6787.     /**
  6788.      * Gets the private 'doctrine.database_import_command' shared service.
  6789.      *
  6790.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6791.      */
  6792.     protected function getDoctrine_DatabaseImportCommandService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6797.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6798.         $instance->setName('doctrine:database:import');
  6799.         return $instance;
  6800.     }
  6801.     /**
  6802.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6803.      *
  6804.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6805.      */
  6806.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6812.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6813.         $instance->setName('doctrine:ensure-production-settings');
  6814.         return $instance;
  6815.     }
  6816.     /**
  6817.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6818.      *
  6819.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6820.      */
  6821.     protected function getDoctrine_MappingConvertCommandService()
  6822.     {
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6827.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6828.         $instance->setName('doctrine:mapping:convert');
  6829.         return $instance;
  6830.     }
  6831.     /**
  6832.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6833.      *
  6834.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6835.      */
  6836.     protected function getDoctrine_MappingImportCommandService()
  6837.     {
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6841.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6842.         $instance->setName('doctrine:mapping:import');
  6843.         return $instance;
  6844.     }
  6845.     /**
  6846.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6847.      *
  6848.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6849.      */
  6850.     protected function getDoctrine_MappingInfoCommandService()
  6851.     {
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6856.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6857.         $instance->setName('doctrine:mapping:info');
  6858.         return $instance;
  6859.     }
  6860.     /**
  6861.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6862.      *
  6863.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6864.      */
  6865.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6869.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  6870.     }
  6871.     /**
  6872.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6873.      *
  6874.      * @return \Doctrine\Migrations\DependencyFactory
  6875.      */
  6876.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6886.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6887.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6888.         $a->setAllOrNothing(false);
  6889.         $a->setCheckDatabasePlatform(true);
  6890.         $a->setTransactional(true);
  6891.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6892.         $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()));
  6893.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6894.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6895.         });
  6896.         return $instance;
  6897.     }
  6898.     /**
  6899.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6900.      *
  6901.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6902.      */
  6903.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6904.     {
  6905.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/CmsBundle/Entity'), => (\dirname(__DIR__4).'/src/Trinity/ApiBundle/Entity'), => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/Entity'), => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/Entity'), => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/Entity'), => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/Entity'), => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Entity')]);
  6906.     }
  6907.     /**
  6908.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6909.      *
  6910.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6911.      */
  6912.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6915.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6916.     }
  6917.     /**
  6918.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6919.      *
  6920.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6921.      */
  6922.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6925.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6926.     }
  6927.     /**
  6928.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  6929.      *
  6930.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  6931.      */
  6932.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  6933.     {
  6934.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity']);
  6935.         $instance->setGlobalBasename('mapping');
  6936.         return $instance;
  6937.     }
  6938.     /**
  6939.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6940.      *
  6941.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6942.      */
  6943.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6944.     {
  6945.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6947.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6948.     }
  6949.     /**
  6950.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6951.      *
  6952.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6953.      */
  6954.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6958.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6959.             return new \EmptyIterator();
  6960.         }, 0));
  6961.     }
  6962.     /**
  6963.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6964.      *
  6965.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6966.      */
  6967.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6968.     {
  6969.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6971.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6972.     }
  6973.     /**
  6974.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6975.      *
  6976.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6977.      */
  6978.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6979.     {
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6982.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6983.     }
  6984.     /**
  6985.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6986.      *
  6987.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6988.      */
  6989.     protected function getDoctrine_Orm_Validator_UniqueService()
  6990.     {
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6994.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6995.     }
  6996.     /**
  6997.      * Gets the private 'doctrine.query_dql_command' shared service.
  6998.      *
  6999.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7000.      */
  7001.     protected function getDoctrine_QueryDqlCommandService()
  7002.     {
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7007.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7008.         $instance->setName('doctrine:query:dql');
  7009.         return $instance;
  7010.     }
  7011.     /**
  7012.      * Gets the private 'doctrine.query_sql_command' shared service.
  7013.      *
  7014.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7015.      */
  7016.     protected function getDoctrine_QuerySqlCommandService()
  7017.     {
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7021.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7022.         $instance->setName('doctrine:query:sql');
  7023.         return $instance;
  7024.     }
  7025.     /**
  7026.      * Gets the private 'doctrine.schema_create_command' shared service.
  7027.      *
  7028.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7029.      */
  7030.     protected function getDoctrine_SchemaCreateCommandService()
  7031.     {
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7037.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7038.         $instance->setName('doctrine:schema:create');
  7039.         return $instance;
  7040.     }
  7041.     /**
  7042.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7043.      *
  7044.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7045.      */
  7046.     protected function getDoctrine_SchemaDropCommandService()
  7047.     {
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7053.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7054.         $instance->setName('doctrine:schema:drop');
  7055.         return $instance;
  7056.     }
  7057.     /**
  7058.      * Gets the private 'doctrine.schema_update_command' shared service.
  7059.      *
  7060.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7061.      */
  7062.     protected function getDoctrine_SchemaUpdateCommandService()
  7063.     {
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7069.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7070.         $instance->setName('doctrine:schema:update');
  7071.         return $instance;
  7072.     }
  7073.     /**
  7074.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7075.      *
  7076.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7077.      */
  7078.     protected function getDoctrine_SchemaValidateCommandService()
  7079.     {
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7084.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7085.         $instance->setName('doctrine:schema:validate');
  7086.         return $instance;
  7087.     }
  7088.     /**
  7089.      * Gets the private 'doctrine.ulid_generator' shared service.
  7090.      *
  7091.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7092.      */
  7093.     protected function getDoctrine_UlidGeneratorService()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7097.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7098.     }
  7099.     /**
  7100.      * Gets the private 'doctrine.uuid_generator' shared service.
  7101.      *
  7102.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7103.      */
  7104.     protected function getDoctrine_UuidGeneratorService()
  7105.     {
  7106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7108.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7109.     }
  7110.     /**
  7111.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7112.      *
  7113.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7114.      */
  7115.     protected function getDoctrineMigrations_CurrentCommandService()
  7116.     {
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7120.         $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');
  7121.         $instance->setName('doctrine:migrations:current');
  7122.         return $instance;
  7123.     }
  7124.     /**
  7125.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7126.      *
  7127.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7128.      */
  7129.     protected function getDoctrineMigrations_DiffCommandService()
  7130.     {
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7134.         $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');
  7135.         $instance->setName('doctrine:migrations:diff');
  7136.         return $instance;
  7137.     }
  7138.     /**
  7139.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7140.      *
  7141.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7142.      */
  7143.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7144.     {
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7148.         $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');
  7149.         $instance->setName('doctrine:migrations:dump-schema');
  7150.         return $instance;
  7151.     }
  7152.     /**
  7153.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7154.      *
  7155.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7156.      */
  7157.     protected function getDoctrineMigrations_ExecuteCommandService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7162.         $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');
  7163.         $instance->setName('doctrine:migrations:execute');
  7164.         return $instance;
  7165.     }
  7166.     /**
  7167.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7168.      *
  7169.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7170.      */
  7171.     protected function getDoctrineMigrations_GenerateCommandService()
  7172.     {
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7176.         $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');
  7177.         $instance->setName('doctrine:migrations:generate');
  7178.         return $instance;
  7179.     }
  7180.     /**
  7181.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7182.      *
  7183.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7184.      */
  7185.     protected function getDoctrineMigrations_LatestCommandService()
  7186.     {
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7190.         $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');
  7191.         $instance->setName('doctrine:migrations:latest');
  7192.         return $instance;
  7193.     }
  7194.     /**
  7195.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7196.      *
  7197.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7198.      */
  7199.     protected function getDoctrineMigrations_MigrateCommandService()
  7200.     {
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7204.         $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');
  7205.         $instance->setName('doctrine:migrations:migrate');
  7206.         return $instance;
  7207.     }
  7208.     /**
  7209.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7210.      *
  7211.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7212.      */
  7213.     protected function getDoctrineMigrations_RollupCommandService()
  7214.     {
  7215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7217.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7218.         $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');
  7219.         $instance->setName('doctrine:migrations:rollup');
  7220.         return $instance;
  7221.     }
  7222.     /**
  7223.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7224.      *
  7225.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7226.      */
  7227.     protected function getDoctrineMigrations_StatusCommandService()
  7228.     {
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7232.         $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');
  7233.         $instance->setName('doctrine:migrations:status');
  7234.         return $instance;
  7235.     }
  7236.     /**
  7237.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7238.      *
  7239.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7240.      */
  7241.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7242.     {
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7246.         $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');
  7247.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7248.         return $instance;
  7249.     }
  7250.     /**
  7251.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7252.      *
  7253.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7254.      */
  7255.     protected function getDoctrineMigrations_UpToDateCommandService()
  7256.     {
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7260.         $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');
  7261.         $instance->setName('doctrine:migrations:up-to-date');
  7262.         return $instance;
  7263.     }
  7264.     /**
  7265.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7266.      *
  7267.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7268.      */
  7269.     protected function getDoctrineMigrations_VersionCommandService()
  7270.     {
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7274.         $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');
  7275.         $instance->setName('doctrine:migrations:version');
  7276.         return $instance;
  7277.     }
  7278.     /**
  7279.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7280.      *
  7281.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7282.      */
  7283.     protected function getDoctrineMigrations_VersionsCommandService()
  7284.     {
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7288.         $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');
  7289.         $instance->setName('doctrine:migrations:list');
  7290.         return $instance;
  7291.     }
  7292.     /**
  7293.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7294.      *
  7295.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7296.      */
  7297.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7298.     {
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7301.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7302.         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()));
  7303.     }
  7304.     /**
  7305.      * Gets the private 'esi_listener' shared service.
  7306.      *
  7307.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  7308.      */
  7309.     protected function getEsiListenerService()
  7310.     {
  7311.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  7312.     }
  7313.     /**
  7314.      * Gets the private 'exception_listener' shared service.
  7315.      *
  7316.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7317.      */
  7318.     protected function getExceptionListenerService()
  7319.     {
  7320.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7321.     }
  7322.     /**
  7323.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7324.      *
  7325.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7326.      */
  7327.     protected function getForm_ChoiceListFactory_CachedService()
  7328.     {
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7333.         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())));
  7334.     }
  7335.     /**
  7336.      * Gets the private 'form.registry' shared service.
  7337.      *
  7338.      * @return \Symfony\Component\Form\FormRegistry
  7339.      */
  7340.     protected function getForm_RegistryService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7349.         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, [
  7350.             'App\\CmsBundle\\Form\\CronTaskType' => ['privates''trinity.form.type.cron_task''getTrinity_Form_Type_CronTaskService'false],
  7351.             'App\\CmsBundle\\Type\\TrinityEntityType' => ['privates''App\\CmsBundle\\Type\\TrinityEntityType''getTrinityEntityTypeService'false],
  7352.             'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\PromotionBarType''getPromotionBarTypeService'false],
  7353.             'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType''getPromotionPopupTypeService'false],
  7354.             'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\TagDisplayType''getTagDisplayTypeService'false],
  7355.             'App\\Trinity\\WebshopBundle\\Form\\TagType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\TagType''getTagTypeService'false],
  7356.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  7357.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7358.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7359.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7360.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7361.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7362.         ], [
  7363.             'App\\CmsBundle\\Form\\CronTaskType' => '?',
  7364.             'App\\CmsBundle\\Type\\TrinityEntityType' => '?',
  7365.             'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType' => '?',
  7366.             'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType' => '?',
  7367.             'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType' => '?',
  7368.             'App\\Trinity\\WebshopBundle\\Form\\TagType' => '?',
  7369.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  7370.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7371.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7372.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7373.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7374.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7375.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7376.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7377.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7378.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7379.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7380.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7381.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7382.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7383.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7384.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7385.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7386.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7387.         }, 1)], new RewindableGenerator(function () {
  7388.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7389.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7390.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7391.     }
  7392.     /**
  7393.      * Gets the private 'form.server_params' shared service.
  7394.      *
  7395.      * @return \Symfony\Component\Form\Util\ServerParams
  7396.      */
  7397.     protected function getForm_ServerParamsService()
  7398.     {
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7400.         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())));
  7401.     }
  7402.     /**
  7403.      * Gets the private 'form.type.choice' shared service.
  7404.      *
  7405.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7406.      */
  7407.     protected function getForm_Type_ChoiceService()
  7408.     {
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7412.         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()));
  7413.     }
  7414.     /**
  7415.      * Gets the private 'form.type.color' shared service.
  7416.      *
  7417.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7418.      */
  7419.     protected function getForm_Type_ColorService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7424.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7425.     }
  7426.     /**
  7427.      * Gets the private 'form.type.entity' shared service.
  7428.      *
  7429.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7430.      */
  7431.     protected function getForm_Type_EntityService()
  7432.     {
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7437.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7438.     }
  7439.     /**
  7440.      * Gets the private 'form.type.form' shared service.
  7441.      *
  7442.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7443.      */
  7444.     protected function getForm_Type_FormService()
  7445.     {
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7450.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7451.     }
  7452.     /**
  7453.      * Gets the private 'form.type_extension.csrf' shared service.
  7454.      *
  7455.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7456.      */
  7457.     protected function getForm_TypeExtension_CsrfService()
  7458.     {
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7462.         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()));
  7463.     }
  7464.     /**
  7465.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7466.      *
  7467.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7468.      */
  7469.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7470.     {
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7474.         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()));
  7475.     }
  7476.     /**
  7477.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7478.      *
  7479.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7480.      */
  7481.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7488.         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())));
  7489.     }
  7490.     /**
  7491.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7492.      *
  7493.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7494.      */
  7495.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7496.     {
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7500.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7501.     }
  7502.     /**
  7503.      * Gets the private 'form.type_extension.form.validator' shared service.
  7504.      *
  7505.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7506.      */
  7507.     protected function getForm_TypeExtension_Form_ValidatorService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7513.         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, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7514.     }
  7515.     /**
  7516.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7517.      *
  7518.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7519.      */
  7520.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7521.     {
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7525.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7526.     }
  7527.     /**
  7528.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7529.      *
  7530.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7531.      */
  7532.     protected function getForm_TypeGuesser_DoctrineService()
  7533.     {
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7536.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7537.     }
  7538.     /**
  7539.      * Gets the private 'form.type_guesser.validator' shared service.
  7540.      *
  7541.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7542.      */
  7543.     protected function getForm_TypeGuesser_ValidatorService()
  7544.     {
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7547.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7548.     }
  7549.     /**
  7550.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  7551.      *
  7552.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  7553.      */
  7554.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  7555.     {
  7556.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  7561.         return $this->privates['fos_oauth_server.access_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\AccessTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Trinity\\ApiBundle\\Entity\\AccessToken');
  7562.     }
  7563.     /**
  7564.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  7565.      *
  7566.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  7567.      */
  7568.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  7569.     {
  7570.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  7573.         return $this->privates['fos_oauth_server.auth_code_manager.default'] = new \FOS\OAuthServerBundle\Entity\AuthCodeManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Trinity\\ApiBundle\\Entity\\AuthCode');
  7574.     }
  7575.     /**
  7576.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  7577.      *
  7578.      * @return \Symfony\Component\Form\Form
  7579.      */
  7580.     protected function getFosOauthServer_Authorize_FormService()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  7585.         return ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())->createNamed('fos_oauth_server_authorize_form''FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'NULL, ['validation_groups' => $this->parameters['fos_oauth_server.authorize.form.validation_groups']]);
  7586.     }
  7587.     /**
  7588.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  7589.      *
  7590.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  7591.      */
  7592.     protected function getFosOauthServer_Authorize_Form_TypeService()
  7593.     {
  7594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  7597.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  7598.     }
  7599.     /**
  7600.      * Gets the private 'fos_oauth_server.clean_command' shared service.
  7601.      *
  7602.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  7603.      */
  7604.     protected function getFosOauthServer_CleanCommandService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  7608.         $this->privates['fos_oauth_server.clean_command'] = $instance = new \FOS\OAuthServerBundle\Command\CleanCommand(($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()));
  7609.         $instance->setName('fos:oauth-server:clean');
  7610.         return $instance;
  7611.     }
  7612.     /**
  7613.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  7614.      *
  7615.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  7616.      */
  7617.     protected function getFosOauthServer_ClientManager_DefaultService()
  7618.     {
  7619.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  7622.         return $this->privates['fos_oauth_server.client_manager.default'] = new \FOS\OAuthServerBundle\Entity\ClientManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Trinity\\ApiBundle\\Entity\\Client');
  7623.     }
  7624.     /**
  7625.      * Gets the private 'fos_oauth_server.create_client_command' shared service.
  7626.      *
  7627.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  7628.      */
  7629.     protected function getFosOauthServer_CreateClientCommandService()
  7630.     {
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  7633.         $this->privates['fos_oauth_server.create_client_command'] = $instance = new \FOS\OAuthServerBundle\Command\CreateClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  7634.         $instance->setName('fos:oauth-server:create-client');
  7635.         return $instance;
  7636.     }
  7637.     /**
  7638.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  7639.      *
  7640.      * @return \Doctrine\ORM\EntityManager
  7641.      */
  7642.     protected function getFosOauthServer_EntityManagerService()
  7643.     {
  7644.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  7645.     }
  7646.     /**
  7647.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  7648.      *
  7649.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  7650.      */
  7651.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  7658.         return $this->privates['fos_oauth_server.refresh_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\RefreshTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Trinity\\ApiBundle\\Entity\\RefreshToken');
  7659.     }
  7660.     /**
  7661.      * Gets the private 'fos_oauth_server.server' shared service.
  7662.      *
  7663.      * @return \OAuth2\OAuth2
  7664.      */
  7665.     protected function getFosOauthServer_ServerService()
  7666.     {
  7667.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  7668.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  7669.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  7678.         return $this->privates['fos_oauth_server.server'] = new \OAuth2\OAuth2(new \FOS\OAuthServerBundle\Storage\OAuthStorage(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()), NULL, ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService())), $this->parameters['fos_oauth_server.server.options']);
  7679.     }
  7680.     /**
  7681.      * Gets the private 'fos_rest.format_listener' shared service.
  7682.      *
  7683.      * @return \FOS\RestBundle\EventListener\FormatListener
  7684.      */
  7685.     protected function getFosRest_FormatListenerService()
  7686.     {
  7687.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7688.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  7689.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'], 'fallback_format' => 'html''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  7690.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  7691.     }
  7692.     /**
  7693.      * Gets the private 'fos_rest.view_response_listener' shared service.
  7694.      *
  7695.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  7696.      */
  7697.     protected function getFosRest_ViewResponseListenerService()
  7698.     {
  7699.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  7700.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
  7701.     }
  7702.     /**
  7703.      * Gets the private 'fragment.renderer.esi' shared service.
  7704.      *
  7705.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  7706.      */
  7707.     protected function getFragment_Renderer_EsiService()
  7708.     {
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7714.         $this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))));
  7715.         $instance->setFragmentPath('/_fragment');
  7716.         return $instance;
  7717.     }
  7718.     /**
  7719.      * Gets the private 'fragment.renderer.inline' shared service.
  7720.      *
  7721.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7722.      */
  7723.     protected function getFragment_Renderer_InlineService()
  7724.     {
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7728.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7729.         $instance->setFragmentPath('/_fragment');
  7730.         return $instance;
  7731.     }
  7732.     /**
  7733.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7734.      *
  7735.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7736.      */
  7737.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7738.     {
  7739.         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())));
  7740.     }
  7741.     /**
  7742.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7743.      *
  7744.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7745.      */
  7746.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7747.     {
  7748.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  7749.     }
  7750.     /**
  7751.      * Gets the private 'locale_aware_listener' shared service.
  7752.      *
  7753.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7754.      */
  7755.     protected function getLocaleAwareListenerService()
  7756.     {
  7757.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7758.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('nl')));
  7759.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7760.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7761.     }
  7762.     /**
  7763.      * Gets the private 'locale_listener' shared service.
  7764.      *
  7765.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7766.      */
  7767.     protected function getLocaleListenerService()
  7768.     {
  7769.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nl', ($this->services['router'] ?? $this->getRouterService()), false, []);
  7770.     }
  7771.     /**
  7772.      * Gets the private 'mailer.mailer' shared service.
  7773.      *
  7774.      * @return \Symfony\Component\Mailer\Mailer
  7775.      */
  7776.     protected function getMailer_MailerService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  7783.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7784.             yield => $this->getMailer_TransportFactory_NullService();
  7785.             yield => $this->getMailer_TransportFactory_SendmailService();
  7786.             yield => $this->getMailer_TransportFactory_NativeService();
  7787.             yield => $this->getMailer_TransportFactory_SmtpService();
  7788.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7789.     }
  7790.     /**
  7791.      * Gets the private 'mailer.transport_factory.native' shared service.
  7792.      *
  7793.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7794.      */
  7795.     protected function getMailer_TransportFactory_NativeService()
  7796.     {
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7798.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7800.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7801.     }
  7802.     /**
  7803.      * Gets the private 'mailer.transport_factory.null' shared service.
  7804.      *
  7805.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7806.      */
  7807.     protected function getMailer_TransportFactory_NullService()
  7808.     {
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7812.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7813.     }
  7814.     /**
  7815.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7816.      *
  7817.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7818.      */
  7819.     protected function getMailer_TransportFactory_SendmailService()
  7820.     {
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7824.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7825.     }
  7826.     /**
  7827.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7828.      *
  7829.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7830.      */
  7831.     protected function getMailer_TransportFactory_SmtpService()
  7832.     {
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7836.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7837.     }
  7838.     /**
  7839.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7840.      *
  7841.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7842.      */
  7843.     protected function getMaker_AutoCommand_MakeAuthService()
  7844.     {
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7852.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7853.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7854.         $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()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  7855.         $instance->setName('make:auth');
  7856.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7857.         return $instance;
  7858.     }
  7859.     /**
  7860.      * Gets the private 'maker.auto_command.make_command' shared service.
  7861.      *
  7862.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7863.      */
  7864.     protected function getMaker_AutoCommand_MakeCommandService()
  7865.     {
  7866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7871.         $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()));
  7872.         $instance->setName('make:command');
  7873.         $instance->setDescription('Creates a new console command class');
  7874.         return $instance;
  7875.     }
  7876.     /**
  7877.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7878.      *
  7879.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7880.      */
  7881.     protected function getMaker_AutoCommand_MakeControllerService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7887.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7888.         $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()));
  7889.         $instance->setName('make:controller');
  7890.         $instance->setDescription('Creates a new controller class');
  7891.         return $instance;
  7892.     }
  7893.     /**
  7894.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7895.      *
  7896.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7897.      */
  7898.     protected function getMaker_AutoCommand_MakeCrudService()
  7899.     {
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7905.         $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()));
  7906.         $instance->setName('make:crud');
  7907.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7908.         return $instance;
  7909.     }
  7910.     /**
  7911.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7912.      *
  7913.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7914.      */
  7915.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7922.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7923.         $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()));
  7924.         $instance->setName('make:docker:database');
  7925.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7926.         return $instance;
  7927.     }
  7928.     /**
  7929.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7930.      *
  7931.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7932.      */
  7933.     protected function getMaker_AutoCommand_MakeEntityService()
  7934.     {
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7941.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7942.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7943.         $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);
  7944.         $instance->setName('make:entity');
  7945.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7946.         return $instance;
  7947.     }
  7948.     /**
  7949.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7950.      *
  7951.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7952.      */
  7953.     protected function getMaker_AutoCommand_MakeFixturesService()
  7954.     {
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7960.         $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()));
  7961.         $instance->setName('make:fixtures');
  7962.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7963.         return $instance;
  7964.     }
  7965.     /**
  7966.      * Gets the private 'maker.auto_command.make_form' shared service.
  7967.      *
  7968.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7969.      */
  7970.     protected function getMaker_AutoCommand_MakeFormService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7977.         $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()));
  7978.         $instance->setName('make:form');
  7979.         $instance->setDescription('Creates a new form class');
  7980.         return $instance;
  7981.     }
  7982.     /**
  7983.      * Gets the private 'maker.auto_command.make_message' shared service.
  7984.      *
  7985.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7986.      */
  7987.     protected function getMaker_AutoCommand_MakeMessageService()
  7988.     {
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7994.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7995.         $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()));
  7996.         $instance->setName('make:message');
  7997.         $instance->setDescription('Creates a new message and handler');
  7998.         return $instance;
  7999.     }
  8000.     /**
  8001.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8002.      *
  8003.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8004.      */
  8005.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8006.     {
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8012.         $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()));
  8013.         $instance->setName('make:messenger-middleware');
  8014.         $instance->setDescription('Creates a new messenger middleware');
  8015.         return $instance;
  8016.     }
  8017.     /**
  8018.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8019.      *
  8020.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8021.      */
  8022.     protected function getMaker_AutoCommand_MakeMigrationService()
  8023.     {
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8030.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8031.         $instance->setName('make:migration');
  8032.         $instance->setDescription('Creates a new migration based on database changes');
  8033.         return $instance;
  8034.     }
  8035.     /**
  8036.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8037.      *
  8038.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8039.      */
  8040.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8041.     {
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8047.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8048.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8049.         $instance->setName('make:registration-form');
  8050.         $instance->setDescription('Creates a new registration form system');
  8051.         return $instance;
  8052.     }
  8053.     /**
  8054.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8055.      *
  8056.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8057.      */
  8058.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8059.     {
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8065.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8066.         $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()));
  8067.         $instance->setName('make:reset-password');
  8068.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8069.         return $instance;
  8070.     }
  8071.     /**
  8072.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8073.      *
  8074.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8075.      */
  8076.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8077.     {
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8083.         $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()));
  8084.         $instance->setName('make:serializer:encoder');
  8085.         $instance->setDescription('Creates a new serializer encoder class');
  8086.         return $instance;
  8087.     }
  8088.     /**
  8089.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8090.      *
  8091.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8092.      */
  8093.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8094.     {
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8100.         $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()));
  8101.         $instance->setName('make:serializer:normalizer');
  8102.         $instance->setDescription('Creates a new serializer normalizer class');
  8103.         return $instance;
  8104.     }
  8105.     /**
  8106.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8107.      *
  8108.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8109.      */
  8110.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8111.     {
  8112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8117.         $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()));
  8118.         $instance->setName('make:stimulus-controller');
  8119.         $instance->setDescription('Creates a new Stimulus controller');
  8120.         return $instance;
  8121.     }
  8122.     /**
  8123.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8124.      *
  8125.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8126.      */
  8127.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8128.     {
  8129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8135.         $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()));
  8136.         $instance->setName('make:subscriber');
  8137.         $instance->setDescription('Creates a new event subscriber class');
  8138.         return $instance;
  8139.     }
  8140.     /**
  8141.      * Gets the private 'maker.auto_command.make_test' shared service.
  8142.      *
  8143.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8144.      */
  8145.     protected function getMaker_AutoCommand_MakeTestService()
  8146.     {
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8153.         $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()));
  8154.         $instance->setName('make:test');
  8155.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8156.         $instance->setDescription('Creates a new test class');
  8157.         return $instance;
  8158.     }
  8159.     /**
  8160.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8161.      *
  8162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8163.      */
  8164.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8165.     {
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8171.         $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()));
  8172.         $instance->setName('make:twig-extension');
  8173.         $instance->setDescription('Creates a new Twig extension class');
  8174.         return $instance;
  8175.     }
  8176.     /**
  8177.      * Gets the private 'maker.auto_command.make_user' shared service.
  8178.      *
  8179.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8180.      */
  8181.     protected function getMaker_AutoCommand_MakeUserService()
  8182.     {
  8183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8190.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8191.         $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()));
  8192.         $instance->setName('make:user');
  8193.         $instance->setDescription('Creates a new security user class');
  8194.         return $instance;
  8195.     }
  8196.     /**
  8197.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8198.      *
  8199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8200.      */
  8201.     protected function getMaker_AutoCommand_MakeValidatorService()
  8202.     {
  8203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8208.         $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()));
  8209.         $instance->setName('make:validator');
  8210.         $instance->setDescription('Creates a new validator and constraint class');
  8211.         return $instance;
  8212.     }
  8213.     /**
  8214.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8215.      *
  8216.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8217.      */
  8218.     protected function getMaker_AutoCommand_MakeVoterService()
  8219.     {
  8220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8225.         $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()));
  8226.         $instance->setName('make:voter');
  8227.         $instance->setDescription('Creates a new security voter class');
  8228.         return $instance;
  8229.     }
  8230.     /**
  8231.      * Gets the private 'maker.doctrine_helper' shared service.
  8232.      *
  8233.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8234.      */
  8235.     protected function getMaker_DoctrineHelperService()
  8236.     {
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8238.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8239.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\CmsBundle\\Entity'=> $a], => [=> 'App\\Trinity\\ApiBundle\\Entity'=> $a], => [=> 'App\\Trinity\\BlogBundle\\Entity'=> $a], => [=> 'App\\Trinity\\FormsBundle\\Entity'=> $a], => [=> 'App\\Trinity\\SearchBundle\\Entity'=> $a], => [=> 'App\\Trinity\\SliderBundle\\Entity'=> $a], => [=> 'App\\Trinity\\WebshopBundle\\Entity'=> $a], => [=> 'FOS\\OAuthServerBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  8240.     }
  8241.     /**
  8242.      * Gets the private 'maker.entity_class_generator' shared service.
  8243.      *
  8244.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8245.      */
  8246.     protected function getMaker_EntityClassGeneratorService()
  8247.     {
  8248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8249.         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()));
  8250.     }
  8251.     /**
  8252.      * Gets the private 'maker.file_manager' shared service.
  8253.      *
  8254.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8255.      */
  8256.     protected function getMaker_FileManagerService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8263.         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('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8264.     }
  8265.     /**
  8266.      * Gets the private 'maker.generator' shared service.
  8267.      *
  8268.      * @return \Symfony\Bundle\MakerBundle\Generator
  8269.      */
  8270.     protected function getMaker_GeneratorService()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8274.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8275.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  8276.     }
  8277.     /**
  8278.      * Gets the private 'maker.php_compat_util' shared service.
  8279.      *
  8280.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8281.      */
  8282.     protected function getMaker_PhpCompatUtilService()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8285.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8286.     }
  8287.     /**
  8288.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8289.      *
  8290.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8291.      */
  8292.     protected function getMaker_Renderer_FormTypeRendererService()
  8293.     {
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8295.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8296.     }
  8297.     /**
  8298.      * Gets the private 'mime_types' shared service.
  8299.      *
  8300.      * @return \Symfony\Component\Mime\MimeTypes
  8301.      */
  8302.     protected function getMimeTypesService()
  8303.     {
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8307.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8308.         $instance->setDefault($instance);
  8309.         return $instance;
  8310.     }
  8311.     /**
  8312.      * Gets the private 'monolog.command.server_log' shared service.
  8313.      *
  8314.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8315.      */
  8316.     protected function getMonolog_Command_ServerLogService()
  8317.     {
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8320.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8321.         $instance->setName('server:log');
  8322.         $instance->setDescription('Start a log server that displays logs in real time');
  8323.         return $instance;
  8324.     }
  8325.     /**
  8326.      * Gets the private 'monolog.handler.console' shared service.
  8327.      *
  8328.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8329.      */
  8330.     protected function getMonolog_Handler_ConsoleService()
  8331.     {
  8332.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8333.     }
  8334.     /**
  8335.      * Gets the private 'monolog.handler.deprecation' shared service.
  8336.      *
  8337.      * @return \Monolog\Handler\RotatingFileHandler
  8338.      */
  8339.     protected function getMonolog_Handler_DeprecationService()
  8340.     {
  8341.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.deprecations.log'), 30100trueNULLfalse);
  8342.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8343.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8344.         return $instance;
  8345.     }
  8346.     /**
  8347.      * Gets the private 'monolog.handler.deprecation_filter' shared service.
  8348.      *
  8349.      * @return \Monolog\Handler\FilterHandler
  8350.      */
  8351.     protected function getMonolog_Handler_DeprecationFilterService()
  8352.     {
  8353.         return $this->privates['monolog.handler.deprecation_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()), 100200true);
  8354.     }
  8355.     /**
  8356.      * Gets the private 'monolog.handler.main' shared service.
  8357.      *
  8358.      * @return \Monolog\Handler\RotatingFileHandler
  8359.      */
  8360.     protected function getMonolog_Handler_MainService()
  8361.     {
  8362.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30100trueNULLfalse);
  8363.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8364.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8365.         return $instance;
  8366.     }
  8367.     /**
  8368.      * Gets the private 'monolog.logger' shared service.
  8369.      *
  8370.      * @return \Symfony\Bridge\Monolog\Logger
  8371.      */
  8372.     protected function getMonolog_LoggerService()
  8373.     {
  8374.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8375.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8376.         $instance->useMicrosecondTimestamps(true);
  8377.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8378.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8379.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8380.         return $instance;
  8381.     }
  8382.     /**
  8383.      * Gets the private 'monolog.logger.cache' shared service.
  8384.      *
  8385.      * @return \Symfony\Bridge\Monolog\Logger
  8386.      */
  8387.     protected function getMonolog_Logger_CacheService()
  8388.     {
  8389.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8390.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8391.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8392.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8393.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8394.         return $instance;
  8395.     }
  8396.     /**
  8397.      * Gets the private 'monolog.logger.mailer' shared service.
  8398.      *
  8399.      * @return \Symfony\Bridge\Monolog\Logger
  8400.      */
  8401.     protected function getMonolog_Logger_MailerService()
  8402.     {
  8403.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8404.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8405.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8406.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8407.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8408.         return $instance;
  8409.     }
  8410.     /**
  8411.      * Gets the private 'monolog.logger.request' shared service.
  8412.      *
  8413.      * @return \Symfony\Bridge\Monolog\Logger
  8414.      */
  8415.     protected function getMonolog_Logger_RequestService()
  8416.     {
  8417.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8418.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8419.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8420.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8422.         return $instance;
  8423.     }
  8424.     /**
  8425.      * Gets the private 'monolog.logger.security' shared service.
  8426.      *
  8427.      * @return \Symfony\Bridge\Monolog\Logger
  8428.      */
  8429.     protected function getMonolog_Logger_SecurityService()
  8430.     {
  8431.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8432.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8433.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8434.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8435.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8436.         return $instance;
  8437.     }
  8438.     /**
  8439.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  8440.      *
  8441.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  8442.      */
  8443.     protected function getNelmioApiDoc_Describers_ConfigService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  8447.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Trinity API''description' => 'The new best thing in web''version' => '2.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'apiKey''description' => 'Value: Bearer {jwt}''name' => 'Authorization''in' => 'header']]], 'security' => [=> ['Bearer' => []]]]);
  8448.     }
  8449.     /**
  8450.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  8451.      *
  8452.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  8453.      */
  8454.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  8455.     {
  8456.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8459.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8460.     }
  8461.     /**
  8462.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  8463.      *
  8464.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  8465.      */
  8466.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  8467.     {
  8468.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8473.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  8474.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  8475.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  8476.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  8477.         }, 3));
  8478.     }
  8479.     /**
  8480.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  8481.      *
  8482.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  8483.      */
  8484.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  8485.     {
  8486.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  8490.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json']);
  8491.     }
  8492.     /**
  8493.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  8494.      *
  8495.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  8496.      */
  8497.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  8498.     {
  8499.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  8504.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  8505.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8506.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  8507.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  8508.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  8509.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  8510.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  8511.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  8512.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8513.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  8514.     }
  8515.     /**
  8516.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  8517.      *
  8518.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  8519.      */
  8520.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  8521.     {
  8522.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  8526.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  8527.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  8528.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8529.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  8530.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  8531.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  8532.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  8533.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  8534.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  8535.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8536.         }, 8));
  8537.     }
  8538.     /**
  8539.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  8540.      *
  8541.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  8542.      */
  8543.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  8544.     {
  8545.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  8549.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  8550.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8551.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  8552.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  8553.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  8554.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  8555.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  8556.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  8557.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8558.         }, 8));
  8559.     }
  8560.     /**
  8561.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  8562.      *
  8563.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  8564.      */
  8565.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  8566.     {
  8567.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  8570.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  8571.     }
  8572.     /**
  8573.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  8574.      *
  8575.      * @return \Symfony\Component\Routing\RouteCollection
  8576.      */
  8577.     protected function getNelmioApiDoc_Routes_DefaultService()
  8578.     {
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8582.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  8583.     }
  8584.     /**
  8585.      * Gets the private 'parameter_bag' shared service.
  8586.      *
  8587.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8588.      */
  8589.     protected function getParameterBagService()
  8590.     {
  8591.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8592.     }
  8593.     /**
  8594.      * Gets the private 'profiler_listener' shared service.
  8595.      *
  8596.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8597.      */
  8598.     protected function getProfilerListenerService()
  8599.     {
  8600.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  8601.     }
  8602.     /**
  8603.      * Gets the private 'property_accessor' shared service.
  8604.      *
  8605.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8606.      */
  8607.     protected function getPropertyAccessorService()
  8608.     {
  8609.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8615.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8616.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8617.     }
  8618.     /**
  8619.      * Gets the private 'property_info' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8622.      */
  8623.     protected function getPropertyInfoService()
  8624.     {
  8625.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8626.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8627.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8628.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8629.         }, 3), new RewindableGenerator(function () {
  8630.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8631.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8632.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8633.         }, 3), new RewindableGenerator(function () {
  8634.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8635.         }, 1), new RewindableGenerator(function () {
  8636.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8637.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8638.         }, 2), new RewindableGenerator(function () {
  8639.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8640.         }, 1));
  8641.     }
  8642.     /**
  8643.      * Gets the private 'property_info.serializer_extractor' shared service.
  8644.      *
  8645.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8646.      */
  8647.     protected function getPropertyInfo_SerializerExtractorService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8650.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8651.     }
  8652.     /**
  8653.      * Gets the private 'router.cache_warmer' shared service.
  8654.      *
  8655.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8656.      */
  8657.     protected function getRouter_CacheWarmerService()
  8658.     {
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8661.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8662.             'router' => ['services''router''getRouterService'false],
  8663.         ], [
  8664.             'router' => '?',
  8665.         ]))->withContext('router.cache_warmer'$this));
  8666.     }
  8667.     /**
  8668.      * Gets the private 'router.expression_language_provider' shared service.
  8669.      *
  8670.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8671.      */
  8672.     protected function getRouter_ExpressionLanguageProviderService()
  8673.     {
  8674.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8675.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8676.         ], [
  8677.             'env' => 'Closure',
  8678.         ]));
  8679.     }
  8680.     /**
  8681.      * Gets the private 'router.request_context' shared service.
  8682.      *
  8683.      * @return \Symfony\Component\Routing\RequestContext
  8684.      */
  8685.     protected function getRouter_RequestContextService()
  8686.     {
  8687.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8688.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8689.         return $instance;
  8690.     }
  8691.     /**
  8692.      * Gets the private 'router_listener' shared service.
  8693.      *
  8694.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8695.      */
  8696.     protected function getRouterListenerService()
  8697.     {
  8698.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  8699.     }
  8700.     /**
  8701.      * Gets the private 'scheb_two_factor.authenticated_token_handler' shared service.
  8702.      *
  8703.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler
  8704.      */
  8705.     protected function getSchebTwoFactor_AuthenticatedTokenHandlerService($lazyLoad true)
  8706.     {
  8707.         if ($lazyLoad) {
  8708.             return $this->privates['scheb_two_factor.authenticated_token_handler'] = $this->createProxy('AuthenticatedTokenHandler_e3677d3', function () {
  8709.                 return \AuthenticatedTokenHandler_e3677d3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8710.                     $wrappedInstance $this->getSchebTwoFactor_AuthenticatedTokenHandlerService(false);
  8711.                     $proxy->setProxyInitializer(null);
  8712.                     return true;
  8713.                 });
  8714.             });
  8715.         }
  8716.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler(($this->privates['scheb_two_factor.ip_whitelist_handler'] ?? $this->getSchebTwoFactor_IpWhitelistHandlerService()), $this->parameters['scheb_two_factor.security_tokens']);
  8717.     }
  8718.     /**
  8719.      * Gets the private 'scheb_two_factor.condition_handler' shared service.
  8720.      *
  8721.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler
  8722.      */
  8723.     protected function getSchebTwoFactor_ConditionHandlerService($lazyLoad true)
  8724.     {
  8725.         if ($lazyLoad) {
  8726.             return $this->privates['scheb_two_factor.condition_handler'] = $this->createProxy('ConditionAuthenticationHandler_a1ee12f', function () {
  8727.                 return \ConditionAuthenticationHandler_a1ee12f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8728.                     $wrappedInstance $this->getSchebTwoFactor_ConditionHandlerService(false);
  8729.                     $proxy->setProxyInitializer(null);
  8730.                     return true;
  8731.                 });
  8732.             });
  8733.         }
  8734.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/DefaultTwoFactorCondition.php';
  8736.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler(($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\DefaultTwoFactorCondition());
  8737.     }
  8738.     /**
  8739.      * Gets the private 'scheb_two_factor.default_backup_code_manager' shared service.
  8740.      *
  8741.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Backup\BackupCodeManager
  8742.      */
  8743.     protected function getSchebTwoFactor_DefaultBackupCodeManagerService()
  8744.     {
  8745.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/TwoFactor/Backup/BackupCodeManagerInterface.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/TwoFactor/Backup/BackupCodeManager.php';
  8747.         return $this->privates['scheb_two_factor.default_backup_code_manager'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Backup\BackupCodeManager(($this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] ?? $this->getPersisterInterfaceService()));
  8748.     }
  8749.     /**
  8750.      * Gets the private 'scheb_two_factor.default_trusted_device_manager' shared service.
  8751.      *
  8752.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceManager
  8753.      */
  8754.     protected function getSchebTwoFactor_DefaultTrustedDeviceManagerService()
  8755.     {
  8756.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceManagerInterface.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceManager.php';
  8758.         return $this->privates['scheb_two_factor.default_trusted_device_manager'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceManager(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()));
  8759.     }
  8760.     /**
  8761.      * Gets the private 'scheb_two_factor.ip_whitelist_handler' shared service.
  8762.      *
  8763.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler
  8764.      */
  8765.     protected function getSchebTwoFactor_IpWhitelistHandlerService($lazyLoad true)
  8766.     {
  8767.         if ($lazyLoad) {
  8768.             return $this->privates['scheb_two_factor.ip_whitelist_handler'] = $this->createProxy('IpWhitelistHandler_06fe2b0', function () {
  8769.                 return \IpWhitelistHandler_06fe2b0::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8770.                     $wrappedInstance $this->getSchebTwoFactor_IpWhitelistHandlerService(false);
  8771.                     $proxy->setProxyInitializer(null);
  8772.                     return true;
  8773.                 });
  8774.             });
  8775.         }
  8776.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  8778.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler(($this->privates['scheb_two_factor.trusted_device_handler'] ?? $this->getSchebTwoFactor_TrustedDeviceHandlerService()), new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  8779.     }
  8780.     /**
  8781.      * Gets the private 'scheb_two_factor.provider_handler' shared service.
  8782.      *
  8783.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler
  8784.      */
  8785.     protected function getSchebTwoFactor_ProviderHandlerService($lazyLoad true)
  8786.     {
  8787.         if ($lazyLoad) {
  8788.             return $this->privates['scheb_two_factor.provider_handler'] = $this->createProxy('TwoFactorProviderHandler_3ecff6c', function () {
  8789.                 return \TwoFactorProviderHandler_3ecff6c::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8790.                     $wrappedInstance $this->getSchebTwoFactor_ProviderHandlerService(false);
  8791.                     $proxy->setProxyInitializer(null);
  8792.                     return true;
  8793.                 });
  8794.             });
  8795.         }
  8796.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  8798.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.default_token_factory'] ?? ($this->privates['scheb_two_factor.default_token_factory'] = new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory())));
  8799.     }
  8800.     /**
  8801.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  8802.      *
  8803.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  8804.      */
  8805.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  8806.     {
  8807.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8808.     }
  8809.     /**
  8810.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  8811.      *
  8812.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  8813.      */
  8814.     protected function getSchebTwoFactor_ProviderRegistryService()
  8815.     {
  8816.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  8817.             yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  8818.         }, 1));
  8819.     }
  8820.     /**
  8821.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  8822.      *
  8823.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  8824.      */
  8825.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  8826.     {
  8827.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  8828.     }
  8829.     /**
  8830.      * Gets the private 'scheb_two_factor.security.listener.check_backup_code' shared service.
  8831.      *
  8832.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckBackupCodeListener
  8833.      */
  8834.     protected function getSchebTwoFactor_Security_Listener_CheckBackupCodeService()
  8835.     {
  8836.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  8837.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/Http/EventListener/CheckBackupCodeListener.php';
  8838.         return $this->privates['scheb_two_factor.security.listener.check_backup_code'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckBackupCodeListener(($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['scheb_two_factor.default_backup_code_manager'] ?? $this->getSchebTwoFactor_DefaultBackupCodeManagerService()));
  8839.     }
  8840.     /**
  8841.      * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  8842.      *
  8843.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  8844.      */
  8845.     protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  8846.     {
  8847.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  8849.         return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener(($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()));
  8850.     }
  8851.     /**
  8852.      * Gets the private 'scheb_two_factor.security.listener.trusted_device' shared service.
  8853.      *
  8854.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\TrustedDeviceListener
  8855.      */
  8856.     protected function getSchebTwoFactor_Security_Listener_TrustedDeviceService()
  8857.     {
  8858.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/Http/EventListener/TrustedDeviceListener.php';
  8859.         return $this->privates['scheb_two_factor.security.listener.trusted_device'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\TrustedDeviceListener(($this->privates['scheb_two_factor.default_trusted_device_manager'] ?? $this->getSchebTwoFactor_DefaultTrustedDeviceManagerService()));
  8860.     }
  8861.     /**
  8862.      * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  8863.      *
  8864.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  8865.      */
  8866.     protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad true)
  8867.     {
  8868.         if ($lazyLoad) {
  8869.             return $this->privates['scheb_two_factor.security.totp.default_form_renderer'] = $this->createProxy('DefaultTwoFactorFormRenderer_892ae3f', function () {
  8870.                 return \DefaultTwoFactorFormRenderer_892ae3f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8871.                     $wrappedInstance $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService(false);
  8872.                     $proxy->setProxyInitializer(null);
  8873.                     return true;
  8874.                 });
  8875.             });
  8876.         }
  8877.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@Cms/login/2fa.html.twig');
  8878.     }
  8879.     /**
  8880.      * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  8881.      *
  8882.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  8883.      */
  8884.     protected function getSchebTwoFactor_Security_Totp_ProviderService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  8888.         return $this->privates['scheb_two_factor.security.totp.provider'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider(($this->services['scheb_two_factor.security.totp_authenticator'] ?? $this->getSchebTwoFactor_Security_TotpAuthenticatorService()), ($this->privates['scheb_two_factor.security.totp.default_form_renderer'] ?? $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService()));
  8889.     }
  8890.     /**
  8891.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  8892.      *
  8893.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  8894.      */
  8895.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  8896.     {
  8897.         if ($lazyLoad) {
  8898.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  8899.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8900.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  8901.                     $proxy->setProxyInitializer(null);
  8902.                     return true;
  8903.                 });
  8904.             });
  8905.         }
  8906.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()), 5184000'trusted_device'false'lax''/'NULL);
  8907.     }
  8908.     /**
  8909.      * Gets the private 'scheb_two_factor.trusted_device_handler' shared service.
  8910.      *
  8911.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TrustedDeviceHandler
  8912.      */
  8913.     protected function getSchebTwoFactor_TrustedDeviceHandlerService($lazyLoad true)
  8914.     {
  8915.         if ($lazyLoad) {
  8916.             return $this->privates['scheb_two_factor.trusted_device_handler'] = $this->createProxy('TrustedDeviceHandler_d0544bf', function () {
  8917.                 return \TrustedDeviceHandler_d0544bf::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8918.                     $wrappedInstance $this->getSchebTwoFactor_TrustedDeviceHandlerService(false);
  8919.                     $proxy->setProxyInitializer(null);
  8920.                     return true;
  8921.                 });
  8922.             });
  8923.         }
  8924.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TrustedDeviceHandler(($this->privates['scheb_two_factor.provider_handler'] ?? $this->getSchebTwoFactor_ProviderHandlerService()), ($this->privates['scheb_two_factor.default_trusted_device_manager'] ?? $this->getSchebTwoFactor_DefaultTrustedDeviceManagerService()), true);
  8925.     }
  8926.     /**
  8927.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  8928.      *
  8929.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  8930.      */
  8931.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  8932.     {
  8933.         if ($lazyLoad) {
  8934.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  8935.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8936.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  8937.                     $proxy->setProxyInitializer(null);
  8938.                     return true;
  8939.                 });
  8940.             });
  8941.         }
  8942.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  8944.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('APP_SECRET')), 5184000), 'trusted_device');
  8945.     }
  8946.     /**
  8947.      * Gets the private 'secrets.vault' shared service.
  8948.      *
  8949.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8950.      */
  8951.     protected function getSecrets_VaultService()
  8952.     {
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8957.         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'));
  8958.     }
  8959.     /**
  8960.      * Gets the private 'security.access_listener' shared service.
  8961.      *
  8962.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8963.      */
  8964.     protected function getSecurity_AccessListenerService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8969.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  8970.     }
  8971.     /**
  8972.      * Gets the private 'security.access_map' shared service.
  8973.      *
  8974.      * @return \Symfony\Component\Security\Http\AccessMap
  8975.      */
  8976.     protected function getSecurity_AccessMapService()
  8977.     {
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8980.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8981.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/2fa'), [=> 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  8982.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/auth_login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8983.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/lostpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8984.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8985.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8986.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  8987.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8988.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/lostpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8989.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/login_check'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8990.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8991.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal'), [=> 'ROLE_STUDENT'=> 'ROLE_TEACHER'=> 'ROLE_OWNER'], NULL);
  8992.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8993.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8994.         return $instance;
  8995.     }
  8996.     /**
  8997.      * Gets the private 'security.authentication.access_listener.two_factor.admin_secured_area' shared service.
  8998.      *
  8999.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  9000.      */
  9001.     protected function getSecurity_Authentication_AccessListener_TwoFactor_AdminSecuredAreaService()
  9002.     {
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/FirewallListenerInterface.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  9008.         return $this->privates['security.authentication.access_listener.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener(($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  9009.     }
  9010.     /**
  9011.      * Gets the private 'security.authentication.authentication_required_handler.two_factor.admin_secured_area' shared service.
  9012.      *
  9013.      * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  9014.      */
  9015.     protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_AdminSecuredAreaService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  9020.         return $this->privates['security.authentication.authentication_required_handler.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()), []);
  9021.     }
  9022.     /**
  9023.      * Gets the private 'security.authentication.form_listener.two_factor.admin_secured_area' shared service.
  9024.      *
  9025.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  9026.      */
  9027.     protected function getSecurity_Authentication_FormListener_TwoFactor_AdminSecuredAreaService()
  9028.     {
  9029.         return $this->privates['security.authentication.form_listener.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9030.     }
  9031.     /**
  9032.      * Gets the private 'security.authentication.guard_handler' shared service.
  9033.      *
  9034.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9035.      *
  9036.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9037.      */
  9038.     protected function getSecurity_Authentication_GuardHandlerService()
  9039.     {
  9040.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9043.         $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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api']);
  9044.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9045.         return $instance;
  9046.     }
  9047.     /**
  9048.      * Gets the private 'security.authentication.kernel_exception_listener.two_factor.admin_secured_area' shared service.
  9049.      *
  9050.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  9051.      */
  9052.     protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_AdminSecuredAreaService()
  9053.     {
  9054.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  9055.         return $this->privates['security.authentication.kernel_exception_listener.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener('admin_secured_area', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.authentication_required_handler.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_AdminSecuredAreaService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9056.     }
  9057.     /**
  9058.      * Gets the private 'security.authentication.listener.anonymous.admin_secured_area' shared service.
  9059.      *
  9060.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9061.      *
  9062.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9063.      */
  9064.     protected function getSecurity_Authentication_Listener_Anonymous_AdminSecuredAreaService()
  9065.     {
  9066.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9067.         return $this->privates['security.authentication.listener.anonymous.admin_secured_area'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9068.     }
  9069.     /**
  9070.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  9071.      *
  9072.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9073.      *
  9074.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api" service is deprecated, use the new authenticator system instead.
  9075.      */
  9076.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9077.     {
  9078.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api" service is deprecated, use the new authenticator system instead.');
  9079.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9080.     }
  9081.     /**
  9082.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9083.      *
  9084.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9085.      *
  9086.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9087.      */
  9088.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9089.     {
  9090.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9091.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9092.     }
  9093.     /**
  9094.      * Gets the private 'security.authentication.listener.anonymous.user_secured_area' shared service.
  9095.      *
  9096.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9097.      *
  9098.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.user_secured_area" service is deprecated, use the new authenticator system instead.
  9099.      */
  9100.     protected function getSecurity_Authentication_Listener_Anonymous_UserSecuredAreaService()
  9101.     {
  9102.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9103.         return $this->privates['security.authentication.listener.anonymous.user_secured_area'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9104.     }
  9105.     /**
  9106.      * Gets the private 'security.authentication.listener.form.admin_secured_area' shared service.
  9107.      *
  9108.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9109.      *
  9110.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9111.      */
  9112.     protected function getSecurity_Authentication_Listener_Form_AdminSecuredAreaService()
  9113.     {
  9114.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9122.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9123.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9124.         $b->setOptions(['use_referer' => true'login_path' => '/admin/login''default_target_path' => '/admin''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9125.         $b->setFirewallName('admin_secured_area');
  9126.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9127.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9128.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9129.         $this->privates['security.authentication.listener.form.admin_secured_area'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin_secured_area'$b$d, ['login_path' => '/admin/login''check_path' => '/admin/login_check''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], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  9130.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9131.         return $instance;
  9132.     }
  9133.     /**
  9134.      * Gets the private 'security.authentication.listener.form.user_secured_area' shared service.
  9135.      *
  9136.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9137.      *
  9138.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.user_secured_area" service is deprecated, use the new authenticator system instead.
  9139.      */
  9140.     protected function getSecurity_Authentication_Listener_Form_UserSecuredAreaService()
  9141.     {
  9142.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9150.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9151.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9152.         $b->setOptions(['use_referer' => true'login_path' => '/portal/login''default_target_path' => '/portal''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9153.         $b->setFirewallName('user_secured_area');
  9154.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9155.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9156.         $d->setOptions(['login_path' => '/portal/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9157.         $this->privates['security.authentication.listener.form.user_secured_area'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'user_secured_area'$b$d, ['login_path' => '/portal/login''check_path' => '/portal/login_check''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], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  9158.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9159.         return $instance;
  9160.     }
  9161.     /**
  9162.      * Gets the private 'security.authentication.listener.fos_oauth_server.api' shared service.
  9163.      *
  9164.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  9165.      */
  9166.     protected function getSecurity_Authentication_Listener_FosOauthServer_ApiService()
  9167.     {
  9168.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  9169.         return $this->privates['security.authentication.listener.fos_oauth_server.api'] = new \FOS\OAuthServerBundle\Security\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  9170.     }
  9171.     /**
  9172.      * Gets the private 'security.authentication.listener.guard.admin_secured_area' shared service.
  9173.      *
  9174.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9175.      *
  9176.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9177.      */
  9178.     protected function getSecurity_Authentication_Listener_Guard_AdminSecuredAreaService()
  9179.     {
  9180.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9181.         $this->privates['security.authentication.listener.guard.admin_secured_area'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin_secured_area', new RewindableGenerator(function () {
  9182.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9183.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9184.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9185.         return $instance;
  9186.     }
  9187.     /**
  9188.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9189.      *
  9190.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9191.      *
  9192.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  9193.      */
  9194.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9195.     {
  9196.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  9197.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  9198.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9199.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9200.     }
  9201.     /**
  9202.      * Gets the private 'security.authentication.listener.guard.user_secured_area' shared service.
  9203.      *
  9204.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9205.      *
  9206.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.user_secured_area" service is deprecated, use the new authenticator system instead.
  9207.      */
  9208.     protected function getSecurity_Authentication_Listener_Guard_UserSecuredAreaService()
  9209.     {
  9210.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9211.         $this->privates['security.authentication.listener.guard.user_secured_area'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'user_secured_area', new RewindableGenerator(function () {
  9212.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9213.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9214.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9215.         return $instance;
  9216.     }
  9217.     /**
  9218.      * Gets the private 'security.authentication.listener.rememberme.admin_secured_area' shared service.
  9219.      *
  9220.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9221.      *
  9222.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9223.      */
  9224.     protected function getSecurity_Authentication_Listener_Rememberme_AdminSecuredAreaService()
  9225.     {
  9226.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9229.         return $this->privates['security.authentication.listener.rememberme.admin_secured_area'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9230.     }
  9231.     /**
  9232.      * Gets the private 'security.authentication.listener.rememberme.user_secured_area' shared service.
  9233.      *
  9234.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9235.      *
  9236.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.user_secured_area" service is deprecated, use the new authenticator system instead.
  9237.      */
  9238.     protected function getSecurity_Authentication_Listener_Rememberme_UserSecuredAreaService()
  9239.     {
  9240.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9243.         return $this->privates['security.authentication.listener.rememberme.user_secured_area'] = 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.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9244.     }
  9245.     /**
  9246.      * Gets the private 'security.authentication.listener.two_factor.admin_secured_area' shared service.
  9247.      *
  9248.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener
  9249.      */
  9250.     protected function getSecurity_Authentication_Listener_TwoFactor_AdminSecuredAreaService()
  9251.     {
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorListener.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Csrf/NullCsrfTokenManager.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  9264.         $a = ($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService());
  9265.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9266.         return $this->privates['security.authentication.listener.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), $a, new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b$a, []), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$a), ($this->privates['security.authentication.authentication_required_handler.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_AdminSecuredAreaService()), new \Scheb\TwoFactorBundle\Security\TwoFactor\Csrf\NullCsrfTokenManager(), ($this->privates['scheb_two_factor.default_trusted_device_manager'] ?? $this->getSchebTwoFactor_DefaultTrustedDeviceManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.default_token_factory'] ?? ($this->privates['scheb_two_factor.default_token_factory'] = new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9267.     }
  9268.     /**
  9269.      * Gets the private 'security.authentication.manager' shared service.
  9270.      *
  9271.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9272.      *
  9273.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9274.      */
  9275.     protected function getSecurity_Authentication_ManagerService()
  9276.     {
  9277.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9278.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9279.             yield => ($this->privates['security.authentication.provider.guard.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService());
  9280.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_Api_TwoFactorDecoratorService());
  9281.             yield => ($this->privates['security.authentication.provider.anonymous.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecoratorService());
  9282.             yield => ($this->privates['security.authentication.provider.guard.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecoratorService());
  9283.             yield => ($this->privates['security.authentication.provider.dao.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecoratorService());
  9284.             yield => ($this->privates['security.authentication.provider.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_Provider_TwoFactor_AdminSecuredAreaService());
  9285.             yield => ($this->privates['security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecoratorService());
  9286.             yield => ($this->privates['security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecoratorService());
  9287.             yield => ($this->privates['security.authentication.provider.guard.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecoratorService());
  9288.             yield => ($this->privates['security.authentication.provider.dao.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecoratorService());
  9289.             yield 10 => ($this->privates['security.authentication.provider.rememberme.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecoratorService());
  9290.             yield 11 => ($this->privates['security.authentication.provider.anonymous.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecoratorService());
  9291.             yield 12 => ($this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService());
  9292.         }, 13), true);
  9293.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9294.         return $instance;
  9295.     }
  9296.     /**
  9297.      * Gets the private 'security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator' shared service.
  9298.      *
  9299.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9300.      */
  9301.     protected function getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecoratorService()
  9302.     {
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9308.         return $this->privates['security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9309.     }
  9310.     /**
  9311.      * Gets the private 'security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator.inner' shared service.
  9312.      *
  9313.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9314.      *
  9315.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9316.      */
  9317.     protected function getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9318.     {
  9319.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9320.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9321.     }
  9322.     /**
  9323.      * Gets the private 'security.authentication.provider.anonymous.api.two_factor_decorator' shared service.
  9324.      *
  9325.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9326.      */
  9327.     protected function getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecoratorService()
  9328.     {
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9334.         return $this->privates['security.authentication.provider.anonymous.api.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9335.     }
  9336.     /**
  9337.      * Gets the private 'security.authentication.provider.anonymous.api.two_factor_decorator.inner' shared service.
  9338.      *
  9339.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9340.      *
  9341.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9342.      */
  9343.     protected function getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecorator_InnerService()
  9344.     {
  9345.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9346.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9347.     }
  9348.     /**
  9349.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator' shared service.
  9350.      *
  9351.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9352.      */
  9353.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService()
  9354.     {
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9357.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9360.         return $this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9361.     }
  9362.     /**
  9363.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator.inner' shared service.
  9364.      *
  9365.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9366.      *
  9367.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9368.      */
  9369.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService()
  9370.     {
  9371.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9372.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9373.     }
  9374.     /**
  9375.      * Gets the private 'security.authentication.provider.anonymous.user_secured_area.two_factor_decorator' shared service.
  9376.      *
  9377.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9378.      */
  9379.     protected function getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecoratorService()
  9380.     {
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9383.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9384.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9385.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9386.         return $this->privates['security.authentication.provider.anonymous.user_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9387.     }
  9388.     /**
  9389.      * Gets the private 'security.authentication.provider.anonymous.user_secured_area.two_factor_decorator.inner' shared service.
  9390.      *
  9391.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9392.      *
  9393.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9394.      */
  9395.     protected function getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecorator_InnerService()
  9396.     {
  9397.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9398.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9399.     }
  9400.     /**
  9401.      * Gets the private 'security.authentication.provider.dao.admin_secured_area.two_factor_decorator' shared service.
  9402.      *
  9403.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9404.      */
  9405.     protected function getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecoratorService()
  9406.     {
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9412.         return $this->privates['security.authentication.provider.dao.admin_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9413.     }
  9414.     /**
  9415.      * Gets the private 'security.authentication.provider.dao.admin_secured_area.two_factor_decorator.inner' shared service.
  9416.      *
  9417.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9418.      *
  9419.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9420.      */
  9421.     protected function getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9422.     {
  9423.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9426.         return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'admin_secured_area', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  9427.     }
  9428.     /**
  9429.      * Gets the private 'security.authentication.provider.dao.user_secured_area.two_factor_decorator' shared service.
  9430.      *
  9431.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9432.      */
  9433.     protected function getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecoratorService()
  9434.     {
  9435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9437.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9439.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9440.         return $this->privates['security.authentication.provider.dao.user_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9441.     }
  9442.     /**
  9443.      * Gets the private 'security.authentication.provider.dao.user_secured_area.two_factor_decorator.inner' shared service.
  9444.      *
  9445.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9446.      *
  9447.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9448.      */
  9449.     protected function getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecorator_InnerService()
  9450.     {
  9451.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9454.         return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'user_secured_area', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  9455.     }
  9456.     /**
  9457.      * Gets the private 'security.authentication.provider.fos_oauth_server.api.two_factor_decorator' shared service.
  9458.      *
  9459.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9460.      */
  9461.     protected function getSecurity_Authentication_Provider_FosOauthServer_Api_TwoFactorDecoratorService()
  9462.     {
  9463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9469.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9470.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9471.         return $this->privates['security.authentication.provider.fos_oauth_server.api.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker()))), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9472.     }
  9473.     /**
  9474.      * Gets the private 'security.authentication.provider.guard.admin_secured_area.two_factor_decorator' shared service.
  9475.      *
  9476.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9477.      */
  9478.     protected function getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecoratorService()
  9479.     {
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9485.         return $this->privates['security.authentication.provider.guard.admin_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9486.     }
  9487.     /**
  9488.      * Gets the private 'security.authentication.provider.guard.admin_secured_area.two_factor_decorator.inner' shared service.
  9489.      *
  9490.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9491.      *
  9492.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9493.      */
  9494.     protected function getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9495.     {
  9496.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9499.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9500.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9501.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'admin_secured_area', ($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()));
  9502.     }
  9503.     /**
  9504.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator' shared service.
  9505.      *
  9506.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9507.      */
  9508.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService()
  9509.     {
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9515.         return $this->privates['security.authentication.provider.guard.api.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9516.     }
  9517.     /**
  9518.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator.inner' shared service.
  9519.      *
  9520.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9521.      *
  9522.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9523.      */
  9524.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecorator_InnerService()
  9525.     {
  9526.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9529.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9530.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9531.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), '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()));
  9532.     }
  9533.     /**
  9534.      * Gets the private 'security.authentication.provider.guard.user_secured_area.two_factor_decorator' shared service.
  9535.      *
  9536.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9537.      */
  9538.     protected function getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecoratorService()
  9539.     {
  9540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9544.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9545.         return $this->privates['security.authentication.provider.guard.user_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9546.     }
  9547.     /**
  9548.      * Gets the private 'security.authentication.provider.guard.user_secured_area.two_factor_decorator.inner' shared service.
  9549.      *
  9550.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9551.      *
  9552.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9553.      */
  9554.     protected function getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecorator_InnerService()
  9555.     {
  9556.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9559.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9560.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9561.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'user_secured_area', ($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()));
  9562.     }
  9563.     /**
  9564.      * Gets the private 'security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator' shared service.
  9565.      *
  9566.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9567.      */
  9568.     protected function getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecoratorService()
  9569.     {
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9572.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9573.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9574.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9575.         return $this->privates['security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9576.     }
  9577.     /**
  9578.      * Gets the private 'security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator.inner' shared service.
  9579.      *
  9580.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9581.      *
  9582.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9583.      */
  9584.     protected function getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9585.     {
  9586.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9589.         return 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('APP_SECRET'), 'admin_secured_area');
  9590.     }
  9591.     /**
  9592.      * Gets the private 'security.authentication.provider.rememberme.user_secured_area.two_factor_decorator' shared service.
  9593.      *
  9594.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9595.      */
  9596.     protected function getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecoratorService()
  9597.     {
  9598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9600.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9603.         return $this->privates['security.authentication.provider.rememberme.user_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($this->getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecorator_InnerService(), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9604.     }
  9605.     /**
  9606.      * Gets the private 'security.authentication.provider.rememberme.user_secured_area.two_factor_decorator.inner' shared service.
  9607.      *
  9608.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9609.      *
  9610.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
  9611.      */
  9612.     protected function getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecorator_InnerService()
  9613.     {
  9614.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.user_secured_area.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9617.         return 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('APP_SECRET'), 'user_secured_area');
  9618.     }
  9619.     /**
  9620.      * Gets the private 'security.authentication.provider.two_factor.admin_secured_area' shared service.
  9621.      *
  9622.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider
  9623.      */
  9624.     protected function getSecurity_Authentication_Provider_TwoFactor_AdminSecuredAreaService()
  9625.     {
  9626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/TwoFactorAuthenticationProvider.php';
  9629.         return $this->privates['security.authentication.provider.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider(($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.default_backup_code_manager'] ?? $this->getSchebTwoFactor_DefaultBackupCodeManagerService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()));
  9630.     }
  9631.     /**
  9632.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.admin_secured_area' shared service.
  9633.      *
  9634.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  9635.      */
  9636.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService()
  9637.     {
  9638.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'admin_secured_area'truefalse);
  9639.     }
  9640.     /**
  9641.      * Gets the private 'security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator' shared service.
  9642.      *
  9643.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  9644.      */
  9645.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()
  9646.     {
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9652.         return $this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator(new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  9653.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9654.         }, 1), $this->getEnv('APP_SECRET'), 'admin_secured_area', ['lifetime' => 604800'path' => '/''domain' => NULL'name' => 'REMEMBERME''secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())));
  9655.     }
  9656.     /**
  9657.      * Gets the private 'security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator' shared service.
  9658.      *
  9659.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  9660.      */
  9661.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()
  9662.     {
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9668.         return $this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator(new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  9669.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9670.         }, 1), $this->getEnv('APP_SECRET'), 'user_secured_area', ['lifetime' => 604800'path' => '/''domain' => NULL'name' => 'REMEMBERME''secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())));
  9671.     }
  9672.     /**
  9673.      * Gets the private 'security.authentication.switchuser_listener.admin_secured_area' shared service.
  9674.      *
  9675.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9676.      */
  9677.     protected function getSecurity_Authentication_SwitchuserListener_AdminSecuredAreaService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9684.         return $this->privates['security.authentication.switchuser_listener.admin_secured_area'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'admin_secured_area', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  9685.     }
  9686.     /**
  9687.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  9688.      *
  9689.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9690.      */
  9691.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  9692.     {
  9693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9698.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  9699.     }
  9700.     /**
  9701.      * Gets the private 'security.authentication.switchuser_listener.user_secured_area' shared service.
  9702.      *
  9703.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9704.      */
  9705.     protected function getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService()
  9706.     {
  9707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9712.         return $this->privates['security.authentication.switchuser_listener.user_secured_area'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'user_secured_area', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  9713.     }
  9714.     /**
  9715.      * Gets the private 'security.channel_listener' shared service.
  9716.      *
  9717.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9718.      */
  9719.     protected function getSecurity_ChannelListenerService()
  9720.     {
  9721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9724.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9725.         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());
  9726.     }
  9727.     /**
  9728.      * Gets the private 'security.command.debug_firewall' shared service.
  9729.      *
  9730.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9731.      */
  9732.     protected function getSecurity_Command_DebugFirewallService()
  9733.     {
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9736.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.gArUn4e'] ?? $this->get_ServiceLocator_GArUn4eService()), ($this->privates['.service_locator.9TcZ2i.'] ?? $this->get_ServiceLocator_9TcZ2i_Service()), [], false);
  9737.         $instance->setName('debug:firewall');
  9738.         $instance->setDescription('Display information about your security firewall(s)');
  9739.         return $instance;
  9740.     }
  9741.     /**
  9742.      * Gets the private 'security.command.user_password_encoder' shared service.
  9743.      *
  9744.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9745.      *
  9746.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9747.      */
  9748.     protected function getSecurity_Command_UserPasswordEncoderService()
  9749.     {
  9750.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9751.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\CmsBundle\\Entity\\User']);
  9752.         $instance->setName('security:encode-password');
  9753.         $instance->setDescription('Encode a password');
  9754.         return $instance;
  9755.     }
  9756.     /**
  9757.      * Gets the private 'security.command.user_password_hash' shared service.
  9758.      *
  9759.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9760.      */
  9761.     protected function getSecurity_Command_UserPasswordHashService()
  9762.     {
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9765.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\CmsBundle\\Entity\\User']);
  9766.         $instance->setName('security:hash-password');
  9767.         $instance->setDescription('Hash a user password');
  9768.         return $instance;
  9769.     }
  9770.     /**
  9771.      * Gets the private 'security.context_listener.0' shared service.
  9772.      *
  9773.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9774.      */
  9775.     protected function getSecurity_ContextListener_0Service()
  9776.     {
  9777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9780.         $this->privates['security.context_listener.0'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  9781.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  9782.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9783.         }, 2), 'primary_auth', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9784.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9785.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9786.         return $instance;
  9787.     }
  9788.     /**
  9789.      * Gets the private 'security.csrf.token_storage' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9792.      */
  9793.     protected function getSecurity_Csrf_TokenStorageService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9798.         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())));
  9799.     }
  9800.     /**
  9801.      * Gets the private 'security.encoder_factory.generic' shared service.
  9802.      *
  9803.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9804.      *
  9805.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9806.      */
  9807.     protected function getSecurity_EncoderFactory_GenericService()
  9808.     {
  9809.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9810.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\CmsBundle\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  9811.     }
  9812.     /**
  9813.      * Gets the private 'security.event_dispatcher.admin_secured_area' shared service.
  9814.      *
  9815.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9816.      */
  9817.     protected function getSecurity_EventDispatcher_AdminSecuredAreaService()
  9818.     {
  9819.         $this->privates['security.event_dispatcher.admin_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9820.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9821.             return ($this->privates['security.logout.listener.default.admin_secured_area'] ?? $this->getSecurity_Logout_Listener_Default_AdminSecuredAreaService());
  9822.         }, => 'onLogout'], 64);
  9823.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9824.             return ($this->privates['security.logout.listener.session.admin_secured_area'] ?? ($this->privates['security.logout.listener.session.admin_secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9825.         }, => 'onLogout'], 0);
  9826.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9827.             return ($this->privates['security.logout.listener.remember_me.admin_secured_area'] ?? $this->getSecurity_Logout_Listener_RememberMe_AdminSecuredAreaService());
  9828.         }, => 'onLogout'], 0);
  9829.         $instance->addListener('security.interactive_login', [=> function () {
  9830.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9831.         }, => 'onInteractiveLogin'], 0);
  9832.         $instance->addListener('security.interactive_login', [=> function () {
  9833.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9834.         }, => 'onSecurityInteractiveLogin'], 0);
  9835.         $instance->addListener('security.authentication.success', [=> function () {
  9836.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9837.         }, => 'onLogin'], 9223372036854775807);
  9838.         $instance->addListener('security.authentication.success', [=> function () {
  9839.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  9840.         }, => 'onLogin'], 9223372036854775806);
  9841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9842.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9843.         }, => 'checkPassport'], 0);
  9844.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9845.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  9846.         }, => 'onSuccessfulLogin'], -63);
  9847.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9848.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9849.         }, => 'onSuccessfulLogin'], 0);
  9850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9851.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9852.         }, => 'checkPassport'], 16);
  9853.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9854.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9855.         }, => 'onLogout'], 0);
  9856.         return $instance;
  9857.     }
  9858.     /**
  9859.      * Gets the private 'security.event_dispatcher.api' shared service.
  9860.      *
  9861.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9862.      */
  9863.     protected function getSecurity_EventDispatcher_ApiService()
  9864.     {
  9865.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9866.         $instance->addListener('security.interactive_login', [=> function () {
  9867.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9868.         }, => 'onInteractiveLogin'], 0);
  9869.         $instance->addListener('security.interactive_login', [=> function () {
  9870.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9871.         }, => 'onSecurityInteractiveLogin'], 0);
  9872.         $instance->addListener('security.authentication.success', [=> function () {
  9873.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9874.         }, => 'onLogin'], 9223372036854775807);
  9875.         $instance->addListener('security.authentication.success', [=> function () {
  9876.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  9877.         }, => 'onLogin'], 9223372036854775806);
  9878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9879.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9880.         }, => 'checkPassport'], 0);
  9881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9882.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  9883.         }, => 'onSuccessfulLogin'], -63);
  9884.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9885.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9886.         }, => 'onSuccessfulLogin'], 0);
  9887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9888.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9889.         }, => 'checkPassport'], 16);
  9890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9891.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9892.         }, => 'onLogout'], 0);
  9893.         return $instance;
  9894.     }
  9895.     /**
  9896.      * Gets the private 'security.event_dispatcher.main' shared service.
  9897.      *
  9898.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9899.      */
  9900.     protected function getSecurity_EventDispatcher_MainService()
  9901.     {
  9902.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9903.         $instance->addListener('security.interactive_login', [=> function () {
  9904.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9905.         }, => 'onInteractiveLogin'], 0);
  9906.         $instance->addListener('security.interactive_login', [=> function () {
  9907.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9908.         }, => 'onSecurityInteractiveLogin'], 0);
  9909.         $instance->addListener('security.authentication.success', [=> function () {
  9910.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9911.         }, => 'onLogin'], 9223372036854775807);
  9912.         $instance->addListener('security.authentication.success', [=> function () {
  9913.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  9914.         }, => 'onLogin'], 9223372036854775806);
  9915.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9916.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9917.         }, => 'checkPassport'], 0);
  9918.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9919.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  9920.         }, => 'onSuccessfulLogin'], -63);
  9921.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9922.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9923.         }, => 'onSuccessfulLogin'], 0);
  9924.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9925.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9926.         }, => 'checkPassport'], 16);
  9927.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9928.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9929.         }, => 'onLogout'], 0);
  9930.         return $instance;
  9931.     }
  9932.     /**
  9933.      * Gets the private 'security.event_dispatcher.user_secured_area' shared service.
  9934.      *
  9935.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9936.      */
  9937.     protected function getSecurity_EventDispatcher_UserSecuredAreaService()
  9938.     {
  9939.         $this->privates['security.event_dispatcher.user_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9940.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9941.             return ($this->privates['security.logout.listener.default.user_secured_area'] ?? $this->getSecurity_Logout_Listener_Default_UserSecuredAreaService());
  9942.         }, => 'onLogout'], 64);
  9943.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9944.             return ($this->privates['security.logout.listener.session.user_secured_area'] ?? ($this->privates['security.logout.listener.session.user_secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9945.         }, => 'onLogout'], 0);
  9946.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9947.             return ($this->privates['security.logout.listener.remember_me.user_secured_area'] ?? $this->getSecurity_Logout_Listener_RememberMe_UserSecuredAreaService());
  9948.         }, => 'onLogout'], 0);
  9949.         $instance->addListener('security.interactive_login', [=> function () {
  9950.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9951.         }, => 'onInteractiveLogin'], 0);
  9952.         $instance->addListener('security.interactive_login', [=> function () {
  9953.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9954.         }, => 'onSecurityInteractiveLogin'], 0);
  9955.         $instance->addListener('security.authentication.success', [=> function () {
  9956.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9957.         }, => 'onLogin'], 9223372036854775807);
  9958.         $instance->addListener('security.authentication.success', [=> function () {
  9959.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  9960.         }, => 'onLogin'], 9223372036854775806);
  9961.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9962.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9963.         }, => 'checkPassport'], 0);
  9964.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9965.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  9966.         }, => 'onSuccessfulLogin'], -63);
  9967.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9968.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9969.         }, => 'onSuccessfulLogin'], 0);
  9970.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9971.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9972.         }, => 'checkPassport'], 16);
  9973.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9974.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9975.         }, => 'onLogout'], 0);
  9976.         return $instance;
  9977.     }
  9978.     /**
  9979.      * Gets the private 'security.firewall.map' shared service.
  9980.      *
  9981.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9982.      */
  9983.     protected function getSecurity_Firewall_MapService()
  9984.     {
  9985.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.gArUn4e'] ?? $this->get_ServiceLocator_GArUn4eService()), new RewindableGenerator(function () {
  9986.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.0Awr3sc'] ?? ($this->privates['.security.request_matcher.0Awr3sc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token')));
  9987.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9988.             yield 'security.firewall.map.context.admin_secured_area' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  9989.             yield 'security.firewall.map.context.user_secured_area' => ($this->privates['.security.request_matcher.nHrRj9a'] ?? ($this->privates['.security.request_matcher.nHrRj9a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal')));
  9990.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  9991.             yield 'security.firewall.map.context.main' => NULL;
  9992.         }, 6));
  9993.     }
  9994.     /**
  9995.      * Gets the private 'security.firewall.map.context.admin_secured_area' shared service.
  9996.      *
  9997.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9998.      */
  9999.     protected function getSecurity_Firewall_Map_Context_AdminSecuredAreaService()
  10000.     {
  10001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10010.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10011.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10012.         return $this->privates['security.firewall.map.context.admin_secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10013.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10014.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10015.             yield => ($this->privates['security.authentication.listener.guard.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminSecuredAreaService());
  10016.             yield => ($this->privates['security.authentication.listener.form.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_AdminSecuredAreaService());
  10017.             yield => ($this->privates['security.authentication.listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_TwoFactor_AdminSecuredAreaService());
  10018.             yield => ($this->privates['security.authentication.listener.rememberme.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Rememberme_AdminSecuredAreaService());
  10019.             yield => ($this->privates['security.authentication.listener.anonymous.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminSecuredAreaService());
  10020.             yield => ($this->privates['security.authentication.switchuser_listener.admin_secured_area'] ?? $this->getSecurity_Authentication_SwitchuserListener_AdminSecuredAreaService());
  10021.             yield => ($this->privates['security.authentication.access_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_AdminSecuredAreaService());
  10022.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10023.         }, 10), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b'admin_secured_area', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/admin/login'false), '/'NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.admin_secured_area'] ?? $this->getSecurity_EventDispatcher_AdminSecuredAreaService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/admin/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin_secured_area''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.app_user_provider''primary_auth''security.authentication.form_entry_point.admin_secured_area'NULLNULL, [=> 'switch_user'=> 'guard'=> 'form_login'=> 'two_factor'=> 'remember_me'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  10024.     }
  10025.     /**
  10026.      * Gets the private 'security.firewall.map.context.api' shared service.
  10027.      *
  10028.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10029.      */
  10030.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10031.     {
  10032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/EntryPoint/OAuthEntryPoint.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10038.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10039.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10040.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10041.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_ApiService());
  10042.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  10043.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10044.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', new \FOS\OAuthServerBundle\Security\EntryPoint\OAuthEntryPoint(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService())), '/'NULL, ($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'security.user.provider.concrete.app_user_provider'NULL'fos_oauth_server.security.entry_point'NULLNULL, [=> 'guard'=> 'fos_oauth'=> 'anonymous'], NULL));
  10045.     }
  10046.     /**
  10047.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10048.      *
  10049.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10050.      */
  10051.     protected function getSecurity_Firewall_Map_Context_DevService()
  10052.     {
  10053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10055.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10056.             return new \EmptyIterator();
  10057.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10058.     }
  10059.     /**
  10060.      * Gets the private 'security.firewall.map.context.main' shared service.
  10061.      *
  10062.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10063.      */
  10064.     protected function getSecurity_Firewall_Map_Context_MainService()
  10065.     {
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10071.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10072.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10073.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10074.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10075.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  10076.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10077.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main'NULL'/'NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''primary_auth'NULLNULLNULL, [=> 'switch_user'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  10078.     }
  10079.     /**
  10080.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  10081.      *
  10082.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10083.      */
  10084.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  10085.     {
  10086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10088.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10089.             return new \EmptyIterator();
  10090.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10091.     }
  10092.     /**
  10093.      * Gets the private 'security.firewall.map.context.user_secured_area' shared service.
  10094.      *
  10095.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10096.      */
  10097.     protected function getSecurity_Firewall_Map_Context_UserSecuredAreaService()
  10098.     {
  10099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10108.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10109.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10110.         return $this->privates['security.firewall.map.context.user_secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10111.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10112.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10113.             yield => ($this->privates['security.authentication.listener.guard.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Guard_UserSecuredAreaService());
  10114.             yield => ($this->privates['security.authentication.listener.form.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_UserSecuredAreaService());
  10115.             yield => ($this->privates['security.authentication.listener.rememberme.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Rememberme_UserSecuredAreaService());
  10116.             yield => ($this->privates['security.authentication.listener.anonymous.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Anonymous_UserSecuredAreaService());
  10117.             yield => ($this->privates['security.authentication.switchuser_listener.user_secured_area'] ?? $this->getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService());
  10118.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10119.         }, 8), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b'user_secured_area', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/portal/login'false), '/'NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.user_secured_area'] ?? $this->getSecurity_EventDispatcher_UserSecuredAreaService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/portal/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('user_secured_area''security.user_checker''.security.request_matcher.nHrRj9a'truefalse'security.user.provider.concrete.app_user_provider''primary_auth''security.authentication.form_entry_point.user_secured_area'NULLNULL, [=> 'switch_user'=> 'guard'=> 'form_login'=> 'remember_me'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  10120.     }
  10121.     /**
  10122.      * Gets the private 'security.firewall_config.two_factor.admin_secured_area' shared service.
  10123.      *
  10124.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  10125.      */
  10126.     protected function getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()
  10127.     {
  10128.         return $this->privates['security.firewall_config.two_factor.admin_secured_area'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => 'admin_2fa_login''check_path' => 'admin_2fa_login_check''post_only' => false'prepare_on_login' => true'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''remember_me_sets_trusted' => true'provider' => 'app_user_provider''always_use_default_target_path' => false'default_target_path' => '/''success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'multi_factor' => false'prepare_on_access_denied' => false'enable_csrf' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor'], 'admin_secured_area', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  10129.     }
  10130.     /**
  10131.      * Gets the private 'security.http_utils' shared service.
  10132.      *
  10133.      * @return \Symfony\Component\Security\Http\HttpUtils
  10134.      */
  10135.     protected function getSecurity_HttpUtilsService()
  10136.     {
  10137.         $a = ($this->services['router'] ?? $this->getRouterService());
  10138.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10139.     }
  10140.     /**
  10141.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10142.      *
  10143.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10144.      */
  10145.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10146.     {
  10147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10148.         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()));
  10149.     }
  10150.     /**
  10151.      * Gets the private 'security.logout.listener.default.admin_secured_area' shared service.
  10152.      *
  10153.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10154.      */
  10155.     protected function getSecurity_Logout_Listener_Default_AdminSecuredAreaService()
  10156.     {
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10158.         return $this->privates['security.logout.listener.default.admin_secured_area'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/admin');
  10159.     }
  10160.     /**
  10161.      * Gets the private 'security.logout.listener.default.user_secured_area' shared service.
  10162.      *
  10163.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10164.      */
  10165.     protected function getSecurity_Logout_Listener_Default_UserSecuredAreaService()
  10166.     {
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10168.         return $this->privates['security.logout.listener.default.user_secured_area'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/portal');
  10169.     }
  10170.     /**
  10171.      * Gets the private 'security.logout.listener.remember_me.admin_secured_area' shared service.
  10172.      *
  10173.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10174.      */
  10175.     protected function getSecurity_Logout_Listener_RememberMe_AdminSecuredAreaService()
  10176.     {
  10177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10178.         return $this->privates['security.logout.listener.remember_me.admin_secured_area'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  10179.     }
  10180.     /**
  10181.      * Gets the private 'security.logout.listener.remember_me.user_secured_area' shared service.
  10182.      *
  10183.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10184.      */
  10185.     protected function getSecurity_Logout_Listener_RememberMe_UserSecuredAreaService()
  10186.     {
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10188.         return $this->privates['security.logout.listener.remember_me.user_secured_area'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  10189.     }
  10190.     /**
  10191.      * Gets the private 'security.logout_url_generator' shared service.
  10192.      *
  10193.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10194.      */
  10195.     protected function getSecurity_LogoutUrlGeneratorService()
  10196.     {
  10197.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  10198.         $instance->registerListener('admin_secured_area''/admin/logout''logout''_csrf_token'NULL'primary_auth');
  10199.         $instance->registerListener('user_secured_area''/portal/logout''logout''_csrf_token'NULL'primary_auth');
  10200.         return $instance;
  10201.     }
  10202.     /**
  10203.      * Gets the private 'security.password_hasher_factory' shared service.
  10204.      *
  10205.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10206.      */
  10207.     protected function getSecurity_PasswordHasherFactoryService()
  10208.     {
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10211.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\CmsBundle\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  10212.     }
  10213.     /**
  10214.      * Gets the private 'security.role_hierarchy' shared service.
  10215.      *
  10216.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10217.      */
  10218.     protected function getSecurity_RoleHierarchyService()
  10219.     {
  10220.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10221.     }
  10222.     /**
  10223.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  10224.      *
  10225.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10226.      */
  10227.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  10228.     {
  10229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10231.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10232.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\CmsBundle\\Entity\\User'NULLNULL);
  10233.     }
  10234.     /**
  10235.      * Gets the private 'security.user_password_hasher' shared service.
  10236.      *
  10237.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  10238.      */
  10239.     protected function getSecurity_UserPasswordHasherService()
  10240.     {
  10241.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  10242.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  10243.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10244.     }
  10245.     /**
  10246.      * Gets the private 'security.validator.user_password' shared service.
  10247.      *
  10248.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10249.      */
  10250.     protected function getSecurity_Validator_UserPasswordService()
  10251.     {
  10252.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10253.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10255.         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()));
  10256.     }
  10257.     /**
  10258.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10259.      *
  10260.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10261.      */
  10262.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10263.     {
  10264.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10265.     }
  10266.     /**
  10267.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10268.      *
  10269.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10270.      */
  10271.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10272.     {
  10273.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10274.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10275.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10276.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10277.     }
  10278.     /**
  10279.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10280.      *
  10281.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10282.      */
  10283.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10284.     {
  10285.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10286.     }
  10287.     /**
  10288.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10289.      *
  10290.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10291.      */
  10292.     protected function getSensioFrameworkExtra_View_ListenerService()
  10293.     {
  10294.         $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))));
  10295.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10296.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10297.         ], [
  10298.             'twig' => '?',
  10299.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10300.         return $instance;
  10301.     }
  10302.     /**
  10303.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10304.      *
  10305.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10306.      */
  10307.     protected function getSerializer_Mapping_CacheWarmerService()
  10308.     {
  10309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10314.         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'));
  10315.     }
  10316.     /**
  10317.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10318.      *
  10319.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10320.      */
  10321.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10322.     {
  10323.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10324.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10325.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10326.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10327.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10328.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10329.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]));
  10330.     }
  10331.     /**
  10332.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10333.      *
  10334.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10335.      */
  10336.     protected function getSerializer_NameConverter_MetadataAwareService()
  10337.     {
  10338.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  10339.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  10340.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  10341.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  10342.     }
  10343.     /**
  10344.      * Gets the private 'session.factory' shared service.
  10345.      *
  10346.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10347.      */
  10348.     protected function getSession_FactoryService()
  10349.     {
  10350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10352.         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(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  10353.     }
  10354.     /**
  10355.      * Gets the private 'session.storage.factory.service' shared service.
  10356.      *
  10357.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10358.      *
  10359.      * @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.
  10360.      */
  10361.     protected function getSession_Storage_Factory_ServiceService()
  10362.     {
  10363.         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.');
  10364.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10365.     }
  10366.     /**
  10367.      * Gets the private 'session.storage.metadata_bag' shared service.
  10368.      *
  10369.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10370.      *
  10371.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10372.      */
  10373.     protected function getSession_Storage_MetadataBagService()
  10374.     {
  10375.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10376.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10377.     }
  10378.     /**
  10379.      * Gets the private 'session.storage.native' shared service.
  10380.      *
  10381.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10382.      *
  10383.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10384.      */
  10385.     protected function getSession_Storage_NativeService()
  10386.     {
  10387.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  10391.         return $this->privates['session.storage.native'] = 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((\dirname(__DIR__3).'/sessions/dev'))), $this->getSession_Storage_MetadataBagService());
  10392.     }
  10393.     /**
  10394.      * Gets the private 'session_listener' shared service.
  10395.      *
  10396.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10397.      */
  10398.     protected function getSessionListenerService()
  10399.     {
  10400.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10401.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10402.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10403.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10404.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10405.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10406.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10407.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10408.         ], [
  10409.             'initialized_session' => '?',
  10410.             'logger' => '?',
  10411.             'request_stack' => '?',
  10412.             'session' => '?',
  10413.             'session_collector' => '?',
  10414.             'session_factory' => '?',
  10415.             'session_storage' => '?',
  10416.         ]), true$this->parameters['session.storage.options']);
  10417.     }
  10418.     /**
  10419.      * Gets the private 'translation.extractor' shared service.
  10420.      *
  10421.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10422.      */
  10423.     protected function getTranslation_ExtractorService()
  10424.     {
  10425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10429.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10430.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10431.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10432.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10433.         return $instance;
  10434.     }
  10435.     /**
  10436.      * Gets the private 'translation.loader.csv' shared service.
  10437.      *
  10438.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10439.      */
  10440.     protected function getTranslation_Loader_CsvService()
  10441.     {
  10442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10446.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10447.     }
  10448.     /**
  10449.      * Gets the private 'translation.loader.dat' shared service.
  10450.      *
  10451.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10452.      */
  10453.     protected function getTranslation_Loader_DatService()
  10454.     {
  10455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10458.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10459.     }
  10460.     /**
  10461.      * Gets the private 'translation.loader.ini' shared service.
  10462.      *
  10463.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10464.      */
  10465.     protected function getTranslation_Loader_IniService()
  10466.     {
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10471.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10472.     }
  10473.     /**
  10474.      * Gets the private 'translation.loader.json' shared service.
  10475.      *
  10476.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10477.      */
  10478.     protected function getTranslation_Loader_JsonService()
  10479.     {
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10484.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10485.     }
  10486.     /**
  10487.      * Gets the private 'translation.loader.mo' shared service.
  10488.      *
  10489.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10490.      */
  10491.     protected function getTranslation_Loader_MoService()
  10492.     {
  10493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10497.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10498.     }
  10499.     /**
  10500.      * Gets the private 'translation.loader.php' shared service.
  10501.      *
  10502.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10503.      */
  10504.     protected function getTranslation_Loader_PhpService()
  10505.     {
  10506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10510.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10511.     }
  10512.     /**
  10513.      * Gets the private 'translation.loader.po' shared service.
  10514.      *
  10515.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10516.      */
  10517.     protected function getTranslation_Loader_PoService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10523.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10524.     }
  10525.     /**
  10526.      * Gets the private 'translation.loader.qt' shared service.
  10527.      *
  10528.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10529.      */
  10530.     protected function getTranslation_Loader_QtService()
  10531.     {
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10534.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10535.     }
  10536.     /**
  10537.      * Gets the private 'translation.loader.res' shared service.
  10538.      *
  10539.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10540.      */
  10541.     protected function getTranslation_Loader_ResService()
  10542.     {
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10545.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10546.     }
  10547.     /**
  10548.      * Gets the private 'translation.loader.xliff' shared service.
  10549.      *
  10550.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10551.      */
  10552.     protected function getTranslation_Loader_XliffService()
  10553.     {
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10556.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10557.     }
  10558.     /**
  10559.      * Gets the private 'translation.loader.yml' shared service.
  10560.      *
  10561.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10562.      */
  10563.     protected function getTranslation_Loader_YmlService()
  10564.     {
  10565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10569.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10570.     }
  10571.     /**
  10572.      * Gets the private 'translation.provider_collection' shared service.
  10573.      *
  10574.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10575.      */
  10576.     protected function getTranslation_ProviderCollectionService()
  10577.     {
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10580.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10581.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10582.         }, 1), []))->fromConfig([]);
  10583.     }
  10584.     /**
  10585.      * Gets the private 'translation.reader' shared service.
  10586.      *
  10587.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10588.      */
  10589.     protected function getTranslation_ReaderService()
  10590.     {
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10607.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10608.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10609.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10610.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10611.         $instance->addLoader('yaml'$a);
  10612.         $instance->addLoader('yml'$a);
  10613.         $instance->addLoader('xlf'$b);
  10614.         $instance->addLoader('xliff'$b);
  10615.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10616.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10617.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10618.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10619.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10620.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10621.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10622.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10623.         $instance->addLoader('db', ($this->services['translation.loader.db'] ?? $this->getTranslation_Loader_DbService()));
  10624.         return $instance;
  10625.     }
  10626.     /**
  10627.      * Gets the private 'translation.warmer' shared service.
  10628.      *
  10629.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10630.      */
  10631.     protected function getTranslation_WarmerService()
  10632.     {
  10633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10635.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10636.             'translator' => ['services''translator''getTranslatorService'false],
  10637.         ], [
  10638.             'translator' => '?',
  10639.         ]))->withContext('translation.warmer'$this));
  10640.     }
  10641.     /**
  10642.      * Gets the private 'translation.writer' shared service.
  10643.      *
  10644.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10645.      */
  10646.     protected function getTranslation_WriterService()
  10647.     {
  10648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10652.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10662.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10663.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10664.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10665.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10666.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10667.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10668.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10669.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10670.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10671.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10672.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10673.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10674.         return $instance;
  10675.     }
  10676.     /**
  10677.      * Gets the private 'translator.default' shared service.
  10678.      *
  10679.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10680.      */
  10681.     protected function getTranslator_DefaultService()
  10682.     {
  10683.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10684.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10685.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10686.             'translation.loader.db' => ['services''translation.loader.db''getTranslation_Loader_DbService'false],
  10687.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10688.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10689.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10690.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10691.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10692.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10693.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10694.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10695.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10696.         ], [
  10697.             'translation.loader.csv' => '?',
  10698.             'translation.loader.dat' => '?',
  10699.             'translation.loader.db' => '?',
  10700.             'translation.loader.ini' => '?',
  10701.             'translation.loader.json' => '?',
  10702.             'translation.loader.mo' => '?',
  10703.             'translation.loader.php' => '?',
  10704.             'translation.loader.po' => '?',
  10705.             'translation.loader.qt' => '?',
  10706.             'translation.loader.res' => '?',
  10707.             'translation.loader.xliff' => '?',
  10708.             'translation.loader.yml' => '?',
  10709.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'nl', ['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'], 'translation.loader.db' => [=> 'db']], ['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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSOAuthServerBundle.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSUserBundle.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/blog.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cms.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cookiebar.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/forms.de.db'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/frontend.de.db'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/login.de.db'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/search.de.db'), 13 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/security.de.db'), 14 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/validators.de.db'), 15 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop-backend.de.db'), 16 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop.de.db'), 17 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop_backend.de.db'), 18 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\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/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], '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')], '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/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSOAuthServerBundle.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSUserBundle.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/blog.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cms.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cookiebar.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/forms.nl.db'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/frontend.nl.db'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/login.nl.db'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/search.nl.db'), 13 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/security.nl.db'), 14 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/validators.nl.db'), 15 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop-backend.nl.db'), 16 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop.nl.db'), 17 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop_backend.nl.db'), 18 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], '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).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], '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')], 'gb' => [=> (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSUserBundle.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/blog.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cms.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cookiebar.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/forms.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/frontend.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/login.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/messages.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/search.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/security.gb.db'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop-backend.gb.db'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop.gb.db'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop_backend.gb.db')]], '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/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 22 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 24 => (\dirname(__DIR__4).'/src/Trinity/ApiBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'=> 'src/CmsBundle/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/qipsius/tcpdf-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/friendsofsymfony/rest-bundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'vendor/nelmio/api-doc-bundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'vendor/doctrine/doctrine-migrations-bundle/translations'16 => 'vendor/mhujer/breadcrumbs-bundle/translations'17 => 'vendor/symfony/web-profiler-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/symfony/maker-bundle/src/translations'21 => 'vendor/cocur/slugify/src/Bridge/Symfony/translations'22 => 'vendor/twig/extra-bundle/translations'23 => 'vendor/sentry/sentry-symfony/src/translations'24 => 'src/Trinity/ApiBundle/translations'25 => 'src/Trinity/BlogBundle/translations'26 => 'src/Trinity/FormsBundle/translations'27 => 'src/Trinity/SearchBundle/translations'28 => 'src/Trinity/SliderBundle/translations'29 => 'src/Trinity/WebshopBundle/translations']]], []);
  10710.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10711.         $instance->setFallbackLocales([=> 'nl'=> 'nl']);
  10712.         return $instance;
  10713.     }
  10714.     /**
  10715.      * Gets the private 'trinity.form.type.cron_task' shared service.
  10716.      *
  10717.      * @return \App\CmsBundle\Form\CronTaskType
  10718.      */
  10719.     protected function getTrinity_Form_Type_CronTaskService()
  10720.     {
  10721.         return $this->privates['trinity.form.type.cron_task'] = new \App\CmsBundle\Form\CronTaskType($this);
  10722.     }
  10723.     /**
  10724.      * Gets the private 'twig.command.debug' shared service.
  10725.      *
  10726.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10727.      */
  10728.     protected function getTwig_Command_DebugService()
  10729.     {
  10730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10731.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10732.         $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()));
  10733.         $instance->setName('debug:twig');
  10734.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10735.         return $instance;
  10736.     }
  10737.     /**
  10738.      * Gets the private 'twig.command.lint' shared service.
  10739.      *
  10740.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10741.      */
  10742.     protected function getTwig_Command_LintService()
  10743.     {
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10747.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10748.         $instance->setName('lint:twig');
  10749.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10750.         return $instance;
  10751.     }
  10752.     /**
  10753.      * Gets the private 'twig.form.renderer' shared service.
  10754.      *
  10755.      * @return \Symfony\Component\Form\FormRenderer
  10756.      */
  10757.     protected function getTwig_Form_RendererService()
  10758.     {
  10759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10763.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10764.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10765.     }
  10766.     /**
  10767.      * Gets the private 'twig.mailer.message_listener' shared service.
  10768.      *
  10769.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10770.      */
  10771.     protected function getTwig_Mailer_MessageListenerService()
  10772.     {
  10773.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10774.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10775.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10776.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10777.     }
  10778.     /**
  10779.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10780.      *
  10781.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10782.      */
  10783.     protected function getTwig_Runtime_HttpkernelService()
  10784.     {
  10785.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10786.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10791.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10792.         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, [
  10793.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  10794.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10795.         ], [
  10796.             'esi' => '?',
  10797.             'inline' => '?',
  10798.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  10799.     }
  10800.     /**
  10801.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10802.      *
  10803.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10804.      */
  10805.     protected function getTwig_Runtime_SecurityCsrfService()
  10806.     {
  10807.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10808.         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()));
  10809.     }
  10810.     /**
  10811.      * Gets the private 'twig.runtime.serializer' shared service.
  10812.      *
  10813.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10814.      */
  10815.     protected function getTwig_Runtime_SerializerService()
  10816.     {
  10817.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10819.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10820.     }
  10821.     /**
  10822.      * Gets the private 'validator.builder' shared service.
  10823.      *
  10824.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10825.      */
  10826.     protected function getValidator_BuilderService()
  10827.     {
  10828.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10829.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10830.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10831.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10832.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10833.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10834.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10835.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10836.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10837.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10838.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10839.         ], [
  10840.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10841.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10842.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10843.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10844.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10845.             'doctrine.orm.validator.unique' => '?',
  10846.             'security.validator.user_password' => '?',
  10847.             'validator.expression' => '?',
  10848.         ])));
  10849.         if ($this->has('translator')) {
  10850.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10851.         }
  10852.         $instance->setTranslationDomain('validators');
  10853.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  10854.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/src/Trinity/SearchBundle/config/validation.yml'), => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/config/validation.yml')]);
  10855.         $instance->enableAnnotationMapping(true);
  10856.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10857.         $instance->addMethodMapping('loadValidatorMetadata');
  10858.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10859.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10860.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10861.         return $instance;
  10862.     }
  10863.     /**
  10864.      * Gets the private 'validator.email' shared service.
  10865.      *
  10866.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10867.      */
  10868.     protected function getValidator_EmailService()
  10869.     {
  10870.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10871.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10873.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10874.     }
  10875.     /**
  10876.      * Gets the private 'validator.expression' shared service.
  10877.      *
  10878.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10879.      */
  10880.     protected function getValidator_ExpressionService()
  10881.     {
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10885.         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())));
  10886.     }
  10887.     /**
  10888.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10889.      *
  10890.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10891.      */
  10892.     protected function getValidator_Mapping_CacheWarmerService()
  10893.     {
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10897.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10898.     }
  10899.     /**
  10900.      * Gets the private 'validator.not_compromised_password' shared service.
  10901.      *
  10902.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10903.      */
  10904.     protected function getValidator_NotCompromisedPasswordService()
  10905.     {
  10906.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10907.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10909.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  10910.     }
  10911.     /**
  10912.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10913.      *
  10914.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10915.      */
  10916.     protected function getVarDumper_Command_ServerDumpService()
  10917.     {
  10918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10919.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10923.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10924.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10925.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10926.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10927.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10928.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10929.         $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()))]);
  10930.         $instance->setName('server:dump');
  10931.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  10932.         return $instance;
  10933.     }
  10934.     /**
  10935.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10936.      *
  10937.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10938.      */
  10939.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10940.     {
  10941.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10942.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10943.         return $instance;
  10944.     }
  10945.     /**
  10946.      * Gets the private 'var_dumper.html_dumper' shared service.
  10947.      *
  10948.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10949.      */
  10950.     protected function getVarDumper_HtmlDumperService()
  10951.     {
  10952.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10953.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10954.         return $instance;
  10955.     }
  10956.     /**
  10957.      * Gets the private 'var_dumper.server_connection' shared service.
  10958.      *
  10959.      * @return \Symfony\Component\VarDumper\Server\Connection
  10960.      */
  10961.     protected function getVarDumper_ServerConnectionService()
  10962.     {
  10963.         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()]);
  10964.     }
  10965.     /**
  10966.      * Gets the public 'cache_clearer' alias.
  10967.      *
  10968.      * @return object The ".container.private.cache_clearer" service.
  10969.      */
  10970.     protected function getCacheClearerService()
  10971.     {
  10972.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10973.         return $this->get('.container.private.cache_clearer');
  10974.     }
  10975.     /**
  10976.      * Gets the public 'filesystem' alias.
  10977.      *
  10978.      * @return object The ".container.private.filesystem" service.
  10979.      */
  10980.     protected function getFilesystemService()
  10981.     {
  10982.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10983.         return $this->get('.container.private.filesystem');
  10984.     }
  10985.     /**
  10986.      * Gets the public 'serializer' alias.
  10987.      *
  10988.      * @return object The ".container.private.serializer" service.
  10989.      */
  10990.     protected function getSerializerService()
  10991.     {
  10992.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  10993.         return $this->get('.container.private.serializer');
  10994.     }
  10995.     /**
  10996.      * Gets the public 'security.csrf.token_manager' alias.
  10997.      *
  10998.      * @return object The ".container.private.security.csrf.token_manager" service.
  10999.      */
  11000.     protected function getSecurity_Csrf_TokenManagerService()
  11001.     {
  11002.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  11003.         return $this->get('.container.private.security.csrf.token_manager');
  11004.     }
  11005.     /**
  11006.      * Gets the public 'form.factory' alias.
  11007.      *
  11008.      * @return object The ".container.private.form.factory" service.
  11009.      */
  11010.     protected function getForm_FactoryService()
  11011.     {
  11012.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11013.         return $this->get('.container.private.form.factory');
  11014.     }
  11015.     /**
  11016.      * Gets the public 'form.type.file' alias.
  11017.      *
  11018.      * @return object The ".container.private.form.type.file" service.
  11019.      */
  11020.     protected function getForm_Type_FileService()
  11021.     {
  11022.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11023.         return $this->get('.container.private.form.type.file');
  11024.     }
  11025.     /**
  11026.      * Gets the public 'profiler' alias.
  11027.      *
  11028.      * @return object The ".container.private.profiler" service.
  11029.      */
  11030.     protected function getProfilerService()
  11031.     {
  11032.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11033.         return $this->get('.container.private.profiler');
  11034.     }
  11035.     /**
  11036.      * Gets the public 'security.authorization_checker' alias.
  11037.      *
  11038.      * @return object The ".container.private.security.authorization_checker" service.
  11039.      */
  11040.     protected function getSecurity_AuthorizationCheckerService()
  11041.     {
  11042.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11043.         return $this->get('.container.private.security.authorization_checker');
  11044.     }
  11045.     /**
  11046.      * Gets the public 'security.token_storage' alias.
  11047.      *
  11048.      * @return object The ".container.private.security.token_storage" service.
  11049.      */
  11050.     protected function getSecurity_TokenStorageService()
  11051.     {
  11052.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11053.         return $this->get('.container.private.security.token_storage');
  11054.     }
  11055.     /**
  11056.      * Gets the public 'twig' alias.
  11057.      *
  11058.      * @return object The ".container.private.twig" service.
  11059.      */
  11060.     protected function getTwigService()
  11061.     {
  11062.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11063.         return $this->get('.container.private.twig');
  11064.     }
  11065.     /**
  11066.      * Gets the public 'security.password_encoder' alias.
  11067.      *
  11068.      * @return object The ".container.private.security.password_encoder" service.
  11069.      */
  11070.     protected function getSecurity_PasswordEncoderService()
  11071.     {
  11072.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11073.         return $this->get('.container.private.security.password_encoder');
  11074.     }
  11075.     /**
  11076.      * Gets the public 'session' alias.
  11077.      *
  11078.      * @return object The ".container.private.session" service.
  11079.      */
  11080.     protected function getSessionService()
  11081.     {
  11082.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11083.         return $this->get('.container.private.session');
  11084.     }
  11085.     /**
  11086.      * Gets the public 'validator' alias.
  11087.      *
  11088.      * @return object The ".container.private.validator" service.
  11089.      */
  11090.     protected function getValidatorService()
  11091.     {
  11092.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11093.         return $this->get('.container.private.validator');
  11094.     }
  11095.     /**
  11096.      * @return array|bool|float|int|string|\UnitEnum|null
  11097.      */
  11098.     public function getParameter(string $name)
  11099.     {
  11100.         if (isset($this->buildParameters[$name])) {
  11101.             return $this->buildParameters[$name];
  11102.         }
  11103.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11104.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11105.         }
  11106.         if (isset($this->loadedDynamicParameters[$name])) {
  11107.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11108.         }
  11109.         return $this->parameters[$name];
  11110.     }
  11111.     public function hasParameter(string $name): bool
  11112.     {
  11113.         if (isset($this->buildParameters[$name])) {
  11114.             return true;
  11115.         }
  11116.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11117.     }
  11118.     public function setParameter(string $name$value): void
  11119.     {
  11120.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11121.     }
  11122.     public function getParameterBag(): ParameterBagInterface
  11123.     {
  11124.         if (null === $this->parameterBag) {
  11125.             $parameters $this->parameters;
  11126.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11127.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11128.             }
  11129.             foreach ($this->buildParameters as $name => $value) {
  11130.                 $parameters[$name] = $value;
  11131.             }
  11132.             $this->parameterBag = new FrozenParameterBag($parameters);
  11133.         }
  11134.         return $this->parameterBag;
  11135.     }
  11136.     private $loadedDynamicParameters = [
  11137.         'kernel.runtime_environment' => false,
  11138.         'kernel.build_dir' => false,
  11139.         'kernel.cache_dir' => false,
  11140.         'kernel.secret' => false,
  11141.         'debug.container.dump' => false,
  11142.         'serializer.mapping.cache.file' => false,
  11143.         'validator.mapping.cache.file' => false,
  11144.         'profiler.storage.dsn' => false,
  11145.         'qipsius_tcpdf.tcpdf' => false,
  11146.         'doctrine.orm.proxy_dir' => false,
  11147.     ];
  11148.     private $dynamicParameters = [];
  11149.     private function getDynamicParameter(string $name)
  11150.     {
  11151.         switch ($name) {
  11152.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11153.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11154.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11155.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11156.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11157.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11158.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11159.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11160.             case 'qipsius_tcpdf.tcpdf'$value = [
  11161.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  11162.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  11163.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  11164.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  11165.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  11166.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  11167.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  11168.                 'k_cell_height_ratio' => 1.25,
  11169.                 'k_title_magnification' => 1.3,
  11170.                 'k_small_ratio' => 0.6666666666666666,
  11171.                 'k_thai_topchars' => true,
  11172.                 'k_tcpdf_calls_in_html' => false,
  11173.                 'k_tcpdf_external_config' => true,
  11174.                 'k_tcpdf_throw_exception_error' => true,
  11175.                 'head_magnification' => 1.1,
  11176.                 'pdf_page_format' => 'A4',
  11177.                 'pdf_page_orientation' => 'P',
  11178.                 'pdf_creator' => 'TCPDF',
  11179.                 'pdf_author' => 'TCPDF',
  11180.                 'pdf_header_title' => '',
  11181.                 'pdf_header_string' => '',
  11182.                 'pdf_header_logo' => '',
  11183.                 'pdf_header_logo_width' => '',
  11184.                 'pdf_unit' => 'mm',
  11185.                 'pdf_margin_header' => 5,
  11186.                 'pdf_margin_footer' => 10,
  11187.                 'pdf_margin_top' => 27,
  11188.                 'pdf_margin_bottom' => 25,
  11189.                 'pdf_margin_left' => 15,
  11190.                 'pdf_margin_right' => 15,
  11191.                 'pdf_font_name_main' => 'helvetica',
  11192.                 'pdf_font_size_main' => 10,
  11193.                 'pdf_font_name_data' => 'helvetica',
  11194.                 'pdf_font_size_data' => 8,
  11195.                 'pdf_font_monospaced' => 'courier',
  11196.                 'pdf_image_scale_ratio' => 1.25,
  11197.             ]; break;
  11198.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11199.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11200.         }
  11201.         $this->loadedDynamicParameters[$name] = true;
  11202.         return $this->dynamicParameters[$name] = $value;
  11203.     }
  11204.     protected function getDefaultParameters(): array
  11205.     {
  11206.         return [
  11207.             'kernel.project_dir' => \dirname(__DIR__4),
  11208.             'kernel.environment' => 'dev',
  11209.             'kernel.debug' => true,
  11210.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11211.             'kernel.bundles' => [
  11212.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11213.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  11214.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11215.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  11216.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11217.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11218.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11219.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  11220.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11221.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11222.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  11223.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11224.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11225.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11226.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11227.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  11228.                 'CmsBundle' => 'App\\CmsBundle\\CmsBundle',
  11229.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11230.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  11231.                 'TrinityApiBundle' => 'App\\Trinity\\ApiBundle\\TrinityApiBundle',
  11232.                 'TrinityBlogBundle' => 'App\\Trinity\\BlogBundle\\TrinityBlogBundle',
  11233.                 'TrinityFormsBundle' => 'App\\Trinity\\FormsBundle\\TrinityFormsBundle',
  11234.                 'TrinitySearchBundle' => 'App\\Trinity\\SearchBundle\\TrinitySearchBundle',
  11235.                 'TrinitySliderBundle' => 'App\\Trinity\\SliderBundle\\TrinitySliderBundle',
  11236.                 'TrinityWebshopBundle' => 'App\\Trinity\\WebshopBundle\\TrinityWebshopBundle',
  11237.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  11238.             ],
  11239.             'kernel.bundles_metadata' => [
  11240.                 'FrameworkBundle' => [
  11241.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11242.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11243.                 ],
  11244.                 'QipsiusTCPDFBundle' => [
  11245.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  11246.                     'namespace' => 'Qipsius\\TCPDFBundle',
  11247.                 ],
  11248.                 'SecurityBundle' => [
  11249.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11250.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11251.                 ],
  11252.                 'FOSOAuthServerBundle' => [
  11253.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  11254.                     'namespace' => 'FOS\\OAuthServerBundle',
  11255.                 ],
  11256.                 'FOSRestBundle' => [
  11257.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11258.                     'namespace' => 'FOS\\RestBundle',
  11259.                 ],
  11260.                 'SensioFrameworkExtraBundle' => [
  11261.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11262.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11263.                 ],
  11264.                 'TwigBundle' => [
  11265.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11266.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11267.                 ],
  11268.                 'NelmioApiDocBundle' => [
  11269.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  11270.                     'namespace' => 'Nelmio\\ApiDocBundle',
  11271.                 ],
  11272.                 'DoctrineBundle' => [
  11273.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11274.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11275.                 ],
  11276.                 'DoctrineMigrationsBundle' => [
  11277.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11278.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11279.                 ],
  11280.                 'WhiteOctoberBreadcrumbsBundle' => [
  11281.                     'path' => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle'),
  11282.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  11283.                 ],
  11284.                 'WebProfilerBundle' => [
  11285.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11286.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11287.                 ],
  11288.                 'MonologBundle' => [
  11289.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11290.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11291.                 ],
  11292.                 'DebugBundle' => [
  11293.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11294.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11295.                 ],
  11296.                 'MakerBundle' => [
  11297.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11298.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11299.                 ],
  11300.                 'CocurSlugifyBundle' => [
  11301.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  11302.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  11303.                 ],
  11304.                 'CmsBundle' => [
  11305.                     'path' => (\dirname(__DIR__4).'/src/CmsBundle'),
  11306.                     'namespace' => 'App\\CmsBundle',
  11307.                 ],
  11308.                 'TwigExtraBundle' => [
  11309.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11310.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11311.                 ],
  11312.                 'SentryBundle' => [
  11313.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  11314.                     'namespace' => 'Sentry\\SentryBundle',
  11315.                 ],
  11316.                 'TrinityApiBundle' => [
  11317.                     'path' => (\dirname(__DIR__4).'/src/Trinity/ApiBundle'),
  11318.                     'namespace' => 'App\\Trinity\\ApiBundle',
  11319.                 ],
  11320.                 'TrinityBlogBundle' => [
  11321.                     'path' => (\dirname(__DIR__4).'/src/Trinity/BlogBundle'),
  11322.                     'namespace' => 'App\\Trinity\\BlogBundle',
  11323.                 ],
  11324.                 'TrinityFormsBundle' => [
  11325.                     'path' => (\dirname(__DIR__4).'/src/Trinity/FormsBundle'),
  11326.                     'namespace' => 'App\\Trinity\\FormsBundle',
  11327.                 ],
  11328.                 'TrinitySearchBundle' => [
  11329.                     'path' => (\dirname(__DIR__4).'/src/Trinity/SearchBundle'),
  11330.                     'namespace' => 'App\\Trinity\\SearchBundle',
  11331.                 ],
  11332.                 'TrinitySliderBundle' => [
  11333.                     'path' => (\dirname(__DIR__4).'/src/Trinity/SliderBundle'),
  11334.                     'namespace' => 'App\\Trinity\\SliderBundle',
  11335.                 ],
  11336.                 'TrinityWebshopBundle' => [
  11337.                     'path' => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle'),
  11338.                     'namespace' => 'App\\Trinity\\WebshopBundle',
  11339.                 ],
  11340.                 'SchebTwoFactorBundle' => [
  11341.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  11342.                     'namespace' => 'Scheb\\TwoFactorBundle',
  11343.                 ],
  11344.             ],
  11345.             'kernel.charset' => 'UTF-8',
  11346.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11347.             'container.dumper.inline_class_loader' => true,
  11348.             'container.dumper.inline_factories' => true,
  11349.             'env(DATABASE_URL)' => 'mysql://mazdapierreshop:40t@04ooI@localhost/mazdapierreshop_web01',
  11350.             'locale' => 'nl',
  11351.             'database_host' => 'localhost',
  11352.             'database_port' => NULL,
  11353.             'database_name' => 'mazdapierreshop_web01',
  11354.             'database_user' => 'mazdapierreshop',
  11355.             'database_password' => '40t@04ooI',
  11356.             'database_socket' => NULL,
  11357.             'trinity_title' => 'Trinity CMS',
  11358.             'trinity_url' => 'https://www.beyonit.nl',
  11359.             'trinity_support_email' => 'info@beyonit.nl',
  11360.             'trinity_support_phone' => '058 289 68 27',
  11361.             'trinity_company' => 'Béyonit B.V.',
  11362.             'trinity_company_url' => 'https://www.beyonit.nl',
  11363.             'trinity_cc_server' => 'https://trinitycms.nl',
  11364.             'trinity_disable_antibot' => false,
  11365.             'trinity_useragent_log' => false,
  11366.             'trinity_cache' => true,
  11367.             'trinity_webp' => true,
  11368.             'mailer_transport' => 'sendmail',
  11369.             'mailer_host' => '127.0.0.1',
  11370.             'mailer_user' => NULL,
  11371.             'mailer_password' => NULL,
  11372.             'secret' => 'AwxWEL6H7JHApmGjaaVRRPj943wxdHN4',
  11373.             'cache_max_age' => 0,
  11374.             'event_dispatcher.event_aliases' => [
  11375.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11376.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11377.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11378.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11379.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11380.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11381.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11382.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11383.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11384.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11385.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11386.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11387.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11388.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11389.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11390.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11391.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11392.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11393.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11394.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11395.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11396.             ],
  11397.             'fragment.renderer.hinclude.global_template' => NULL,
  11398.             'fragment.path' => '/_fragment',
  11399.             'kernel.http_method_override' => true,
  11400.             'kernel.trusted_hosts' => [
  11401.             ],
  11402.             'kernel.default_locale' => 'nl',
  11403.             'kernel.enabled_locales' => [
  11404.             ],
  11405.             'kernel.error_controller' => 'error_controller',
  11406.             'debug.file_link_format' => NULL,
  11407.             'asset.request_context.base_path' => NULL,
  11408.             'asset.request_context.secure' => NULL,
  11409.             'translator.logging' => false,
  11410.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11411.             'debug.error_handler.throw_at' => -1,
  11412.             'router.request_context.host' => 'localhost',
  11413.             'router.request_context.scheme' => 'http',
  11414.             'router.request_context.base_url' => '',
  11415.             'router.resource' => 'kernel::loadRoutes',
  11416.             'request_listener.http_port' => 80,
  11417.             'request_listener.https_port' => 443,
  11418.             'session.metadata.storage_key' => '_sf2_meta',
  11419.             'session.storage.options' => [
  11420.                 'cache_limiter' => '0',
  11421.                 'cookie_lifetime' => 3600,
  11422.                 'cookie_secure' => 'auto',
  11423.                 'cookie_httponly' => true,
  11424.                 'cookie_samesite' => 'lax',
  11425.                 'gc_probability' => 1,
  11426.             ],
  11427.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  11428.             'session.metadata.update_threshold' => 0,
  11429.             'form.type_extension.csrf.enabled' => true,
  11430.             'form.type_extension.csrf.field_name' => '_token',
  11431.             'validator.translation_domain' => 'validators',
  11432.             'profiler_listener.only_exceptions' => false,
  11433.             'profiler_listener.only_main_requests' => false,
  11434.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  11435.             'qipsius_tcpdf.class' => 'TCPDF',
  11436.             'security.role_hierarchy.roles' => [
  11437.                 'ROLE_USER' => [
  11438.                     => 'ROLE_USER',
  11439.                 ],
  11440.                 'ROLE_ADMIN' => [
  11441.                     => 'ROLE_USER',
  11442.                 ],
  11443.                 'ROLE_SUPER_ADMIN' => [
  11444.                     => 'ROLE_USER',
  11445.                     => 'ROLE_ADMIN',
  11446.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11447.                 ],
  11448.             ],
  11449.             'security.access.denied_url' => '/',
  11450.             'security.authentication.manager.erase_credentials' => true,
  11451.             'security.authentication.session_strategy.strategy' => 'migrate',
  11452.             'security.access.always_authenticate_before_granting' => false,
  11453.             'security.authentication.hide_user_not_found' => true,
  11454.             'security.firewalls' => [
  11455.                 => 'oauth_token',
  11456.                 => 'api',
  11457.                 => 'admin_secured_area',
  11458.                 => 'user_secured_area',
  11459.                 => 'dev',
  11460.                 => 'main',
  11461.             ],
  11462.             'security.api._indexed_authenticators' => [
  11463.             ],
  11464.             'security.admin_secured_area._indexed_authenticators' => [
  11465.             ],
  11466.             'security.user_secured_area._indexed_authenticators' => [
  11467.             ],
  11468.             'security.main._indexed_authenticators' => [
  11469.             ],
  11470.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  11471.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  11472.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  11473.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  11474.             'fos_oauth_server.server.options' => [
  11475.                 'access_token_lifetime' => 1209600,
  11476.                 'refresh_token_lifetime' => 1209600,
  11477.                 'auth_code_lifetime' => 30,
  11478.             ],
  11479.             'fos_oauth_server.model_manager_name' => NULL,
  11480.             'fos_oauth_server.model.client.class' => 'App\\Trinity\\ApiBundle\\Entity\\Client',
  11481.             'fos_oauth_server.model.access_token.class' => 'App\\Trinity\\ApiBundle\\Entity\\AccessToken',
  11482.             'fos_oauth_server.model.refresh_token.class' => 'App\\Trinity\\ApiBundle\\Entity\\RefreshToken',
  11483.             'fos_oauth_server.model.auth_code.class' => 'App\\Trinity\\ApiBundle\\Entity\\AuthCode',
  11484.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  11485.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  11486.             'fos_oauth_server.authorize.form.validation_groups' => [
  11487.                 => 'Authorize',
  11488.                 => 'Default',
  11489.             ],
  11490.             'fos_rest.format_listener.rules' => NULL,
  11491.             'twig.form.resources' => [
  11492.                 => 'form_div_layout.html.twig',
  11493.                 => 'bootstrap_5_layout.html.twig',
  11494.             ],
  11495.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11496.             'nelmio_api_doc.areas' => [
  11497.                 => 'default',
  11498.             ],
  11499.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11500.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11501.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11502.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11503.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11504.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11505.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11506.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11507.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11508.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11509.             'doctrine.entity_managers' => [
  11510.                 'default' => 'doctrine.orm.default_entity_manager',
  11511.             ],
  11512.             'doctrine.default_entity_manager' => 'default',
  11513.             'doctrine.dbal.connection_factory.types' => [
  11514.             ],
  11515.             'doctrine.connections' => [
  11516.                 'default' => 'doctrine.dbal.default_connection',
  11517.             ],
  11518.             'doctrine.default_connection' => 'default',
  11519.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11520.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11521.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11522.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11523.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11524.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11525.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11526.             'doctrine.orm.cache.memcache_port' => 11211,
  11527.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11528.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11529.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11530.             'doctrine.orm.cache.memcached_port' => 11211,
  11531.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11532.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11533.             'doctrine.orm.cache.redis_host' => 'localhost',
  11534.             'doctrine.orm.cache.redis_port' => 6379,
  11535.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11536.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11537.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11538.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11539.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11540.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11541.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11542.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11543.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11544.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11545.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11546.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11547.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11548.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11549.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11550.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11551.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11552.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11553.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11554.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11555.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11556.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11557.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11558.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11559.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11560.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11561.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11562.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11563.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11564.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11565.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11566.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11567.             'doctrine.migrations.preferred_em' => NULL,
  11568.             'doctrine.migrations.preferred_connection' => NULL,
  11569.             'white_october_breadcrumbs.options' => [
  11570.                 'viewTemplate' => 'elements/breadcrumbs.html.twig',
  11571.                 'separator' => '/',
  11572.                 'separatorClass' => 'separator',
  11573.                 'listId' => 'wo-breadcrumbs',
  11574.                 'listClass' => 'breadcrumb',
  11575.                 'itemClass' => '',
  11576.                 'linkRel' => '',
  11577.                 'locale' => NULL,
  11578.                 'translation_domain' => NULL,
  11579.             ],
  11580.             'monolog.use_microseconds' => true,
  11581.             'monolog.swift_mailer.handlers' => [
  11582.             ],
  11583.             'monolog.handlers_to_channels' => [
  11584.                 'monolog.handler.deprecation_filter' => [
  11585.                     'type' => 'inclusive',
  11586.                     'elements' => [
  11587.                         => 'php',
  11588.                     ],
  11589.                 ],
  11590.                 'monolog.handler.console' => [
  11591.                     'type' => 'exclusive',
  11592.                     'elements' => [
  11593.                         => 'event',
  11594.                         => 'doctrine',
  11595.                         => 'console',
  11596.                         => 'event',
  11597.                         => 'doctrine',
  11598.                         => 'console',
  11599.                     ],
  11600.                 ],
  11601.                 'monolog.handler.main' => [
  11602.                     'type' => 'exclusive',
  11603.                     'elements' => [
  11604.                         => 'event',
  11605.                         => 'event',
  11606.                     ],
  11607.                 ],
  11608.             ],
  11609.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11610.             'sentry.listener_priorities.request' => 1,
  11611.             'sentry.listener_priorities.sub_request' => 1,
  11612.             'sentry.listener_priorities.console' => 1,
  11613.             'sentry.listener_priorities.request_error' => 128,
  11614.             'sentry.listener_priorities.console_error' => 128,
  11615.             'sentry.listener_priorities.worker_error' => 99,
  11616.             'scheb_two_factor.model_manager_name' => NULL,
  11617.             'scheb_two_factor.security_tokens' => [
  11618.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  11619.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  11620.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  11621.             ],
  11622.             'scheb_two_factor.ip_whitelist' => [
  11623.             ],
  11624.             'scheb_two_factor.totp.issuer' => 'Easify TOTP',
  11625.             'scheb_two_factor.totp.server_name' => 'Easify',
  11626.             'scheb_two_factor.totp.window' => 1,
  11627.             'scheb_two_factor.totp.parameters' => [
  11628.             ],
  11629.             'scheb_two_factor.totp.template' => '@Cms/login/2fa.html.twig',
  11630.             'scheb_two_factor.trusted_device.enabled' => true,
  11631.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  11632.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  11633.             'scheb_two_factor.trusted_device.extend_lifetime' => true,
  11634.             'scheb_two_factor.trusted_device.cookie_secure' => false,
  11635.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  11636.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  11637.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  11638.             'maker.compatible_check.doctrine.supports_attributes' => true,
  11639.             'data_collector.templates' => [
  11640.                 'data_collector.request' => [
  11641.                     => 'request',
  11642.                     => '@WebProfiler/Collector/request.html.twig',
  11643.                 ],
  11644.                 'data_collector.time' => [
  11645.                     => 'time',
  11646.                     => '@WebProfiler/Collector/time.html.twig',
  11647.                 ],
  11648.                 'data_collector.memory' => [
  11649.                     => 'memory',
  11650.                     => '@WebProfiler/Collector/memory.html.twig',
  11651.                 ],
  11652.                 'data_collector.validator' => [
  11653.                     => 'validator',
  11654.                     => '@WebProfiler/Collector/validator.html.twig',
  11655.                 ],
  11656.                 'data_collector.ajax' => [
  11657.                     => 'ajax',
  11658.                     => '@WebProfiler/Collector/ajax.html.twig',
  11659.                 ],
  11660.                 'data_collector.form' => [
  11661.                     => 'form',
  11662.                     => '@WebProfiler/Collector/form.html.twig',
  11663.                 ],
  11664.                 'data_collector.exception' => [
  11665.                     => 'exception',
  11666.                     => '@WebProfiler/Collector/exception.html.twig',
  11667.                 ],
  11668.                 'data_collector.logger' => [
  11669.                     => 'logger',
  11670.                     => '@WebProfiler/Collector/logger.html.twig',
  11671.                 ],
  11672.                 'data_collector.events' => [
  11673.                     => 'events',
  11674.                     => '@WebProfiler/Collector/events.html.twig',
  11675.                 ],
  11676.                 'data_collector.router' => [
  11677.                     => 'router',
  11678.                     => '@WebProfiler/Collector/router.html.twig',
  11679.                 ],
  11680.                 'data_collector.cache' => [
  11681.                     => 'cache',
  11682.                     => '@WebProfiler/Collector/cache.html.twig',
  11683.                 ],
  11684.                 'data_collector.translation' => [
  11685.                     => 'translation',
  11686.                     => '@WebProfiler/Collector/translation.html.twig',
  11687.                 ],
  11688.                 'data_collector.security' => [
  11689.                     => 'security',
  11690.                     => '@Security/Collector/security.html.twig',
  11691.                 ],
  11692.                 'data_collector.twig' => [
  11693.                     => 'twig',
  11694.                     => '@WebProfiler/Collector/twig.html.twig',
  11695.                 ],
  11696.                 'data_collector.http_client' => [
  11697.                     => 'http_client',
  11698.                     => '@WebProfiler/Collector/http_client.html.twig',
  11699.                 ],
  11700.                 'data_collector.doctrine' => [
  11701.                     => 'db',
  11702.                     => '@Doctrine/Collector/db.html.twig',
  11703.                 ],
  11704.                 'data_collector.dump' => [
  11705.                     => 'dump',
  11706.                     => '@Debug/Profiler/dump.html.twig',
  11707.                 ],
  11708.                 'mailer.data_collector' => [
  11709.                     => 'mailer',
  11710.                     => '@WebProfiler/Collector/mailer.html.twig',
  11711.                 ],
  11712.                 'notifier.data_collector' => [
  11713.                     => 'notifier',
  11714.                     => '@WebProfiler/Collector/notifier.html.twig',
  11715.                 ],
  11716.                 'data_collector.config' => [
  11717.                     => 'config',
  11718.                     => '@WebProfiler/Collector/config.html.twig',
  11719.                 ],
  11720.             ],
  11721.             'console.command.ids' => [
  11722.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand',
  11723.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand',
  11724.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand',
  11725.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand',
  11726.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand',
  11727.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand',
  11728.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand',
  11729.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand',
  11730.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\InstallBundleCommand',
  11731.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\LanguageCacheCommand',
  11732.                 10 => 'console.command.public_alias.App\\CmsBundle\\Command\\LanguageResetCommand',
  11733.                 11 => 'console.command.public_alias.App\\CmsBundle\\Command\\MailtestCommand',
  11734.                 12 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand',
  11735.                 13 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand',
  11736.                 14 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand',
  11737.                 15 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand',
  11738.                 16 => 'console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand',
  11739.                 17 => 'console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand',
  11740.                 18 => 'console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand',
  11741.                 19 => 'console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand',
  11742.                 20 => 'console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand',
  11743.                 21 => 'console.command.public_alias.App\\CmsBundle\\Command\\ResetDBCommand',
  11744.                 22 => 'console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand',
  11745.                 23 => 'console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand',
  11746.                 24 => 'console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand',
  11747.                 25 => 'console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand',
  11748.                 26 => 'console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand',
  11749.                 27 => 'console.command.public_alias.App\\CmsBundle\\Command\\UserCommand',
  11750.                 28 => 'console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand',
  11751.                 29 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand',
  11752.                 30 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\GptCommand',
  11753.                 31 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand',
  11754.                 32 => 'console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand',
  11755.                 33 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand',
  11756.                 34 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand',
  11757.                 35 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand',
  11758.                 36 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand',
  11759.                 37 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand',
  11760.                 38 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand',
  11761.                 39 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand',
  11762.                 40 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand',
  11763.                 41 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand',
  11764.                 42 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand',
  11765.                 43 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand',
  11766.                 44 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand',
  11767.                 45 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand',
  11768.                 46 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand',
  11769.                 47 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand',
  11770.                 48 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand',
  11771.                 49 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand',
  11772.                 50 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand',
  11773.                 51 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand',
  11774.                 52 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand',
  11775.                 53 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand',
  11776.             ],
  11777.         ];
  11778.     }
  11779.     protected function throw($message)
  11780.     {
  11781.         throw new RuntimeException($message);
  11782.     }
  11783. }