var/cache/dev/ContainerQbfhl8U/App_KernelDevDebugContainer.php line 11686

Open in your IDE?
  1. <?php
  2. namespace ContainerQbfhl8U;
  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_show' => 'getTrinityApiBundleShowService',
  126.             'admin_link' => 'getAdminLinkService',
  127.             'admin_show' => 'getAdminShowService',
  128.             'cache.app' => 'getCache_AppService',
  129.             'cache.app_clearer' => 'getCache_AppClearerService',
  130.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  131.             'cache.system' => 'getCache_SystemService',
  132.             'cache.system_clearer' => 'getCache_SystemClearerService',
  133.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  134.             'cache_warmer' => 'getCacheWarmerService',
  135.             'console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand' => 'getActivateBundleCommandService',
  136.             'console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand' => 'getBackupCommandService',
  137.             'console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand' => 'getBundleListCommandService',
  138.             'console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand' => 'getCacheCommandService',
  139.             'console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand' => 'getControlCommandService',
  140.             'console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand' => 'getCreateBundleCommandService',
  141.             'console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand' => 'getCronTasksRunCommandService',
  142.             'console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand' => 'getFixTranslationsCommandService',
  143.             'console.command.public_alias.App\\CmsBundle\\Command\\InstallBundleCommand' => 'getInstallBundleCommandService',
  144.             'console.command.public_alias.App\\CmsBundle\\Command\\LanguageCacheCommand' => 'getLanguageCacheCommandService',
  145.             'console.command.public_alias.App\\CmsBundle\\Command\\LanguageResetCommand' => 'getLanguageResetCommandService',
  146.             'console.command.public_alias.App\\CmsBundle\\Command\\MailtestCommand' => 'getMailtestCommandService',
  147.             'console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand' => 'getMediaCreateFullCommandService',
  148.             'console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand' => 'getMediaRegenThumbnailsCommandService',
  149.             'console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand' => 'getMediaUsageCommandService',
  150.             'console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand' => 'getMediadirCleanUpCommandService',
  151.             'console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand' => 'getMigrateCommandService',
  152.             'console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand' => 'getMissingmediaCommandService',
  153.             'console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand' => 'getMonitorCommandService',
  154.             'console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand' => 'getOptimizeCommandService',
  155.             'console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand' => 'getReportCommandService',
  156.             'console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand' => 'getRestoreCommandService',
  157.             'console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand' => 'getCronTasksDefaultCommandService',
  158.             'console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand' => 'getServerupdateCommandService',
  159.             'console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand' => 'getStatsCommandService',
  160.             'console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand' => 'getUpdateCommandService',
  161.             'console.command.public_alias.App\\CmsBundle\\Command\\UserCommand' => 'getUserCommandService',
  162.             'console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand' => 'getWebpCommandService',
  163.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand' => 'getBlogMediaMigrationCommandService',
  164.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand' => 'getWpCommandService',
  165.             'console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand' => 'getIndexerCommandService',
  166.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand' => 'getAbandonedCartsCommandService',
  167.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand' => 'getActiveCampaignCommandService',
  168.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand' => 'getCacheIndexCommandService',
  169.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand' => 'getCheckPaymentsCommandService',
  170.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand' => 'getCloneCommandService',
  171.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand' => 'getFixCategoryDuplicatesCommandService',
  172.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand' => 'getFixMediaCloneCommandService',
  173.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand' => 'getFixrelationsCommandService',
  174.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand' => 'getImportCommandService',
  175.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand' => 'getImportCyclesoftwareCommandService',
  176.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand' => 'getImportMagentoOneCommandService',
  177.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand' => 'getIndexCommandService',
  178.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand' => 'getLinkCommandService',
  179.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand' => 'getNotifyCommandService',
  180.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand' => 'getPicqerExportCommandService',
  181.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand' => 'getPicqerSyncCommandService',
  182.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand' => 'getProductSyncCommandService',
  183.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand' => 'getRepairOrdersCommandService',
  184.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand' => 'getSearchCommandService',
  185.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand' => 'getTestCommandService',
  186.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand' => 'getUpdatePricesCommandService',
  187.             'console.command_loader' => 'getConsole_CommandLoaderService',
  188.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  189.             'data_collector.dump' => 'getDataCollector_DumpService',
  190.             'doctrine' => 'getDoctrineService',
  191.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  192.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  193.             'error_controller' => 'getErrorController2Service',
  194.             'event_dispatcher' => 'getEventDispatcherService',
  195.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  196.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  197.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  198.             'http_kernel' => 'getHttpKernelService',
  199.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  200.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  201.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  202.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  203.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  204.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  205.             'request_stack' => 'getRequestStackService',
  206.             'router' => 'getRouterService',
  207.             'routing.loader' => 'getRouting_LoaderService',
  208.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  209.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  210.             'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  211.             'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  212.             'services_resetter' => 'getServicesResetterService',
  213.             'translation.loader.db' => 'getTranslation_Loader_DbService',
  214.             'translator' => 'getTranslatorService',
  215.             'trinity.mailer' => 'getTrinity_MailerService',
  216.             'trinity.password.encoder' => 'getTrinity_Password_EncoderService',
  217.             'trinityapibundle_inflector' => 'getTrinityapibundleInflectorService',
  218.             'trinityapibundle_show' => 'getTrinityapibundleShow2Service',
  219.             'trinityblogbundle_link' => 'getTrinityblogbundleLinkService',
  220.             'trinityblogbundle_show' => 'getTrinityblogbundleShowService',
  221.             'trinityformsbundle_link' => 'getTrinityformsbundleLinkService',
  222.             'trinityformsbundle_show' => 'getTrinityformsbundleShowService',
  223.             'trinitysearchbundle_link' => 'getTrinitysearchbundleLinkService',
  224.             'trinitysearchbundle_show' => 'getTrinitysearchbundleShowService',
  225.             'trinitysliderbundle_link' => 'getTrinitysliderbundleLinkService',
  226.             'trinitysliderbundle_show' => 'getTrinitysliderbundleShowService',
  227.             'trinitywebshopbundle_link' => 'getTrinitywebshopbundleLinkService',
  228.             'trinitywebshopbundle_show' => 'getTrinitywebshopbundleShowService',
  229.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  230.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  231.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  232.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  233.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  234.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  235.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  236.             'cache_clearer' => 'getCacheClearerService',
  237.             'filesystem' => 'getFilesystemService',
  238.             'serializer' => 'getSerializerService',
  239.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  240.             'form.factory' => 'getForm_FactoryService',
  241.             'form.type.file' => 'getForm_Type_FileService',
  242.             'profiler' => 'getProfilerService',
  243.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  244.             'security.token_storage' => 'getSecurity_TokenStorageService',
  245.             'twig' => 'getTwigService',
  246.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  247.             'session' => 'getSessionService',
  248.             'validator' => 'getValidatorService',
  249.         ];
  250.         $this->aliases = [
  251.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticator' => 'scheb_two_factor.security.totp_authenticator',
  252.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticatorInterface' => 'scheb_two_factor.security.totp_authenticator',
  253.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  254.             'database_connection' => 'doctrine.dbal.default_connection',
  255.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  256.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  257.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  258.         ];
  259.         $this->privates['service_container'] = function () {
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  266.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  267.             include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/LocaleListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  279.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  401.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  402.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  410.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/Hub.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/SentryBundle.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/FlushableClientInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/DependencyInjection/IntegrationFilterFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  507.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  520.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  566.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  590.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/Helpers.php';
  591.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/PageInfo.php';
  592.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/PageNavigation.php';
  593.             include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Twig/Extension/Timeago.php';
  594.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ByteConversionExtension.php';
  595.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ClientsExtension.php';
  596.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/CountryExtension.php';
  597.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/NavigationExtension.php';
  598.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/Timeago.php';
  599.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/sortCategoriesExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  616.             include_once __DIR__.'/proxy-classes.php';
  617.         };
  618.     }
  619.     public function compile(): void
  620.     {
  621.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  622.     }
  623.     public function isCompiled(): bool
  624.     {
  625.         return true;
  626.     }
  627.     public function getRemovedIds(): array
  628.     {
  629.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  630.     }
  631.     protected function createProxy($class\Closure $factory)
  632.     {
  633.         return $factory();
  634.     }
  635.     /**
  636.      * Gets the public '.container.private.cache_clearer' shared service.
  637.      *
  638.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  639.      */
  640.     protected function get_Container_Private_CacheClearerService()
  641.     {
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  644.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  645.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  646.         }, 1));
  647.     }
  648.     /**
  649.      * Gets the public '.container.private.filesystem' shared service.
  650.      *
  651.      * @return \Symfony\Component\Filesystem\Filesystem
  652.      */
  653.     protected function get_Container_Private_FilesystemService()
  654.     {
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  656.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  657.     }
  658.     /**
  659.      * Gets the public '.container.private.form.factory' shared service.
  660.      *
  661.      * @return \Symfony\Component\Form\FormFactory
  662.      */
  663.     protected function get_Container_Private_Form_FactoryService()
  664.     {
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  667.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  668.     }
  669.     /**
  670.      * Gets the public '.container.private.form.type.file' shared service.
  671.      *
  672.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  673.      */
  674.     protected function get_Container_Private_Form_Type_FileService()
  675.     {
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  679.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  680.     }
  681.     /**
  682.      * Gets the public '.container.private.profiler' shared service.
  683.      *
  684.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  685.      */
  686.     protected function get_Container_Private_ProfilerService()
  687.     {
  688.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  689.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  690.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  691.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  692.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  693.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  694.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  695.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  696.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  697.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  698.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  699.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  700.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  701.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  702.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  703.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  704.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  705.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  706.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  707.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  708.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  709.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  710.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  711.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  712.         if ($this->has('kernel')) {
  713.             $g->setKernel($b);
  714.         }
  715.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  716.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  717.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  718.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  719.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  720.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  721.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  722.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  723.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  724.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  725.         $instance->add($d);
  726.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  727.         $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));
  728.         $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())));
  729.         $instance->add($e);
  730.         $instance->add($f);
  731.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  732.         $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()))));
  733.         $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()))));
  734.         $instance->add($g);
  735.         return $instance;
  736.     }
  737.     /**
  738.      * Gets the public '.container.private.security.authorization_checker' shared service.
  739.      *
  740.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  741.      */
  742.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  743.     {
  744.         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);
  745.     }
  746.     /**
  747.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  748.      *
  749.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  750.      */
  751.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  752.     {
  753.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  757.         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())));
  758.     }
  759.     /**
  760.      * Gets the public '.container.private.security.password_encoder' shared service.
  761.      *
  762.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  763.      *
  764.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  765.      */
  766.     protected function get_Container_Private_Security_PasswordEncoderService()
  767.     {
  768.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  769.         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()));
  770.     }
  771.     /**
  772.      * Gets the public '.container.private.security.token_storage' shared service.
  773.      *
  774.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  775.      */
  776.     protected function get_Container_Private_Security_TokenStorageService()
  777.     {
  778.         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, [
  779.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  780.         ], [
  781.             'request_stack' => '?',
  782.         ]));
  783.     }
  784.     /**
  785.      * Gets the public '.container.private.serializer' shared service.
  786.      *
  787.      * @return \Symfony\Component\Serializer\Serializer
  788.      */
  789.     protected function get_Container_Private_SerializerService()
  790.     {
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  805.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  832.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  833.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  834.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  835.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  836.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  837.         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()]);
  838.     }
  839.     /**
  840.      * Gets the public '.container.private.session' shared service.
  841.      *
  842.      * @return \Symfony\Component\HttpFoundation\Session\Session
  843.      */
  844.     protected function get_Container_Private_SessionService()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  848.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  849.     }
  850.     /**
  851.      * Gets the public '.container.private.twig' shared service.
  852.      *
  853.      * @return \Twig\Environment
  854.      */
  855.     protected function get_Container_Private_TwigService()
  856.     {
  857.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  874.         $a->addPath((\dirname(__DIR__4).'/src/CmsBundle/Resources/views'), 'Cms');
  875.         $a->addPath((\dirname(__DIR__4).'/src/CmsBundle/Resources/views'), '!Cms');
  876.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/ApiBundle/Resources/views'), 'TrinityApi');
  877.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/ApiBundle/Resources/views'), '!TrinityApi');
  878.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/BlogBundle/Resources/views'), 'TrinityBlog');
  879.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/BlogBundle/Resources/views'), '!TrinityBlog');
  880.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/FormsBundle/Resources/views'), 'TrinityForms');
  881.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/FormsBundle/Resources/views'), '!TrinityForms');
  882.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SearchBundle/Resources/views'), 'TrinitySearch');
  883.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SearchBundle/Resources/views'), '!TrinitySearch');
  884.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SliderBundle/Resources/views'), 'TrinitySlider');
  885.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SliderBundle/Resources/views'), '!TrinitySlider');
  886.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  887.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  888.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Resources/views'), 'TrinityWebshop');
  889.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Resources/views'), '!TrinityWebshop');
  890.         $a->addPath((\dirname(__DIR__4).'/templates'));
  891.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  894.         $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']);
  895.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  896.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  897.         $d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  898.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  899.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  900.         $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  901.         $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 () {
  902.             return new \EmptyIterator();
  903.         }, 0)));
  904.         $i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  905.         $j = ($this->services['router'] ?? $this->getRouterService());
  906.         $k = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  907.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  908.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $i]);
  909.         $m = new \Symfony\Bridge\Twig\AppVariable();
  910.         $m->setEnvironment('dev');
  911.         $m->setDebug(true);
  912.         if ($this->has('.container.private.security.token_storage')) {
  913.             $m->setTokenStorage($d);
  914.         }
  915.         if ($this->has('request_stack')) {
  916.             $m->setRequestStack($c);
  917.         }
  918.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  919.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  921.         $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)));
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($f));
  924.         $instance->addExtension($h);
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i\dirname(__DIR__4), 'UTF-8'));
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($etrue));
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$g)));
  932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($f));
  935.         $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())));
  936.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\Helpers($k$f));
  937.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\PageInfo($k$j$b$c$this));
  938.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\PageNavigation($k$j$b$c));
  939.         $instance->addExtension(new \App\Trinity\BlogBundle\Twig\Extension\Timeago($k$c));
  940.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension());
  941.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension($k$j$d$this$f));
  942.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\CountryExtension());
  943.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension($k$j$d$this$f));
  944.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\Timeago());
  945.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension());
  946.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
  947.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  948.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  949.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  950.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(new \Cocur\Slugify\Slugify([])));
  951.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  952.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  953.         $instance->addGlobal('app'$m);
  954.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  955.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  956.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  957.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  958.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  959.         ], [
  960.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  961.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  962.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  963.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  964.         ])));
  965.         $instance->addGlobal('trinity''Easify');
  966.         $instance->addGlobal('trinity_url''https://www.beyonit.nl');
  967.         $instance->addGlobal('trinity_support''info@beyonit.nl');
  968.         $instance->addGlobal('company''Béyonit B.V.');
  969.         $instance->addGlobal('company_url''https://www.beyonit.nl');
  970.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  971.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  972.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  973.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2',''.'))->configure($instance);
  974.         return $instance;
  975.     }
  976.     /**
  977.      * Gets the public '.container.private.validator' shared service.
  978.      *
  979.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  980.      */
  981.     protected function get_Container_Private_ValidatorService()
  982.     {
  983.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  984.     }
  985.     /**
  986.      * Gets the public 'App\CmsBundle\Controller\ApiController' shared autowired service.
  987.      *
  988.      * @return \App\CmsBundle\Controller\ApiController
  989.      */
  990.     protected function getApiControllerService()
  991.     {
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  993.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  994.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  995.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/ApiController.php';
  996.         $this->services['App\\CmsBundle\\Controller\\ApiController'] = $instance = new \App\CmsBundle\Controller\ApiController();
  997.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\CmsBundle\\Controller\\ApiController'$this));
  998.         return $instance;
  999.     }
  1000.     /**
  1001.      * Gets the public 'App\CmsBundle\Controller\CalendarController' shared autowired service.
  1002.      *
  1003.      * @return \App\CmsBundle\Controller\CalendarController
  1004.      */
  1005.     protected function getCalendarControllerService()
  1006.     {
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1008.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1009.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CalendarController.php';
  1010.         $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()));
  1011.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CalendarController'$this));
  1012.         return $instance;
  1013.     }
  1014.     /**
  1015.      * Gets the public 'App\CmsBundle\Controller\CommandcontrolController' shared autowired service.
  1016.      *
  1017.      * @return \App\CmsBundle\Controller\CommandcontrolController
  1018.      */
  1019.     protected function getCommandcontrolControllerService()
  1020.     {
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1022.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1023.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CommandcontrolController.php';
  1024.         $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()));
  1025.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CommandcontrolController'$this));
  1026.         return $instance;
  1027.     }
  1028.     /**
  1029.      * Gets the public 'App\CmsBundle\Controller\CronTaskController' shared autowired service.
  1030.      *
  1031.      * @return \App\CmsBundle\Controller\CronTaskController
  1032.      */
  1033.     protected function getCronTaskControllerService()
  1034.     {
  1035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1036.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1037.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CronTaskController.php';
  1038.         $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()));
  1039.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CronTaskController'$this));
  1040.         return $instance;
  1041.     }
  1042.     /**
  1043.      * Gets the public 'App\CmsBundle\Controller\DefaultController' shared autowired service.
  1044.      *
  1045.      * @return \App\CmsBundle\Controller\DefaultController
  1046.      */
  1047.     protected function getDefaultControllerService()
  1048.     {
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1050.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1051.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/DefaultController.php';
  1052.         $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()));
  1053.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\DefaultController'$this));
  1054.         return $instance;
  1055.     }
  1056.     /**
  1057.      * Gets the public 'App\CmsBundle\Controller\ErrorController' shared autowired service.
  1058.      *
  1059.      * @return \App\CmsBundle\Controller\ErrorController
  1060.      */
  1061.     protected function getErrorControllerService()
  1062.     {
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1064.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1065.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/ErrorController.php';
  1066.         $this->services['App\\CmsBundle\\Controller\\ErrorController'] = $instance = new \App\CmsBundle\Controller\ErrorController();
  1067.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\ErrorController'$this));
  1068.         return $instance;
  1069.     }
  1070.     /**
  1071.      * Gets the public 'App\CmsBundle\Controller\IntegrationsController' shared autowired service.
  1072.      *
  1073.      * @return \App\CmsBundle\Controller\IntegrationsController
  1074.      */
  1075.     protected function getIntegrationsControllerService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1078.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1079.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/IntegrationsController.php';
  1080.         $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()));
  1081.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\IntegrationsController'$this));
  1082.         return $instance;
  1083.     }
  1084.     /**
  1085.      * Gets the public 'App\CmsBundle\Controller\JsonController' shared autowired service.
  1086.      *
  1087.      * @return \App\CmsBundle\Controller\JsonController
  1088.      */
  1089.     protected function getJsonControllerService()
  1090.     {
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1092.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1093.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/JsonController.php';
  1094.         $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()));
  1095.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\JsonController'$this));
  1096.         return $instance;
  1097.     }
  1098.     /**
  1099.      * Gets the public 'App\CmsBundle\Controller\LinkController' shared autowired service.
  1100.      *
  1101.      * @return \App\CmsBundle\Controller\LinkController
  1102.      */
  1103.     protected function getLinkControllerService()
  1104.     {
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1106.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1107.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  1108.         $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()));
  1109.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\LinkController'$this));
  1110.         return $instance;
  1111.     }
  1112.     /**
  1113.      * Gets the public 'App\CmsBundle\Controller\LoginController' shared autowired service.
  1114.      *
  1115.      * @return \App\CmsBundle\Controller\LoginController
  1116.      */
  1117.     protected function getLoginControllerService()
  1118.     {
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1120.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1121.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LoginController.php';
  1122.         $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()));
  1123.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\LoginController'$this));
  1124.         return $instance;
  1125.     }
  1126.     /**
  1127.      * Gets the public 'App\CmsBundle\Controller\MailController' shared autowired service.
  1128.      *
  1129.      * @return \App\CmsBundle\Controller\MailController
  1130.      */
  1131.     protected function getMailControllerService()
  1132.     {
  1133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1134.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1135.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MailController.php';
  1136.         $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()));
  1137.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MailController'$this));
  1138.         return $instance;
  1139.     }
  1140.     /**
  1141.      * Gets the public 'App\CmsBundle\Controller\MaintenanceController' shared autowired service.
  1142.      *
  1143.      * @return \App\CmsBundle\Controller\MaintenanceController
  1144.      */
  1145.     protected function getMaintenanceControllerService()
  1146.     {
  1147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1148.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1149.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MaintenanceController.php';
  1150.         $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()));
  1151.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MaintenanceController'$this));
  1152.         return $instance;
  1153.     }
  1154.     /**
  1155.      * Gets the public 'App\CmsBundle\Controller\MediaController' shared autowired service.
  1156.      *
  1157.      * @return \App\CmsBundle\Controller\MediaController
  1158.      */
  1159.     protected function getMediaControllerService()
  1160.     {
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1162.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1163.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MediaController.php';
  1164.         $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()));
  1165.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MediaController'$this));
  1166.         return $instance;
  1167.     }
  1168.     /**
  1169.      * Gets the public 'App\CmsBundle\Controller\MetadataController' shared autowired service.
  1170.      *
  1171.      * @return \App\CmsBundle\Controller\MetadataController
  1172.      */
  1173.     protected function getMetadataControllerService()
  1174.     {
  1175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1176.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1177.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MetadataController.php';
  1178.         $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()));
  1179.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MetadataController'$this));
  1180.         return $instance;
  1181.     }
  1182.     /**
  1183.      * Gets the public 'App\CmsBundle\Controller\MonitorController' shared autowired service.
  1184.      *
  1185.      * @return \App\CmsBundle\Controller\MonitorController
  1186.      */
  1187.     protected function getMonitorControllerService()
  1188.     {
  1189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1190.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1191.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MonitorController.php';
  1192.         $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()));
  1193.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MonitorController'$this));
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'App\CmsBundle\Controller\MultisiteController' shared autowired service.
  1198.      *
  1199.      * @return \App\CmsBundle\Controller\MultisiteController
  1200.      */
  1201.     protected function getMultisiteControllerService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1204.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1205.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MultisiteController.php';
  1206.         $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()));
  1207.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MultisiteController'$this));
  1208.         return $instance;
  1209.     }
  1210.     /**
  1211.      * Gets the public 'App\CmsBundle\Controller\NavigationController' shared autowired service.
  1212.      *
  1213.      * @return \App\CmsBundle\Controller\NavigationController
  1214.      */
  1215.     protected function getNavigationControllerService()
  1216.     {
  1217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1218.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1219.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/NavigationController.php';
  1220.         $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()));
  1221.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\NavigationController'$this));
  1222.         return $instance;
  1223.     }
  1224.     /**
  1225.      * Gets the public 'App\CmsBundle\Controller\PageController' shared autowired service.
  1226.      *
  1227.      * @return \App\CmsBundle\Controller\PageController
  1228.      */
  1229.     protected function getPageControllerService()
  1230.     {
  1231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1232.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1233.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/PageController.php';
  1234.         $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()));
  1235.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\PageController'$this));
  1236.         return $instance;
  1237.     }
  1238.     /**
  1239.      * Gets the public 'App\CmsBundle\Controller\RedirectsController' shared autowired service.
  1240.      *
  1241.      * @return \App\CmsBundle\Controller\RedirectsController
  1242.      */
  1243.     protected function getRedirectsControllerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1246.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1247.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/RedirectsController.php';
  1248.         $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()));
  1249.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\RedirectsController'$this));
  1250.         return $instance;
  1251.     }
  1252.     /**
  1253.      * Gets the public 'App\CmsBundle\Controller\SettingsController' shared autowired service.
  1254.      *
  1255.      * @return \App\CmsBundle\Controller\SettingsController
  1256.      */
  1257.     protected function getSettingsControllerService()
  1258.     {
  1259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1260.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1261.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SettingsController.php';
  1262.         $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()));
  1263.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SettingsController'$this));
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the public 'App\CmsBundle\Controller\SitemapController' shared autowired service.
  1268.      *
  1269.      * @return \App\CmsBundle\Controller\SitemapController
  1270.      */
  1271.     protected function getSitemapControllerService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1274.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1275.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SitemapController.php';
  1276.         $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()));
  1277.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SitemapController'$this));
  1278.         return $instance;
  1279.     }
  1280.     /**
  1281.      * Gets the public 'App\CmsBundle\Controller\StorageController' shared autowired service.
  1282.      *
  1283.      * @return \App\CmsBundle\Controller\StorageController
  1284.      */
  1285.     protected function getStorageControllerService()
  1286.     {
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1288.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1289.         $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()));
  1290.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\StorageController'$this));
  1291.         return $instance;
  1292.     }
  1293.     /**
  1294.      * Gets the public 'App\CmsBundle\Controller\SystemController' shared autowired service.
  1295.      *
  1296.      * @return \App\CmsBundle\Controller\SystemController
  1297.      */
  1298.     protected function getSystemControllerService()
  1299.     {
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1301.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1302.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SystemController.php';
  1303.         $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()));
  1304.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SystemController'$this));
  1305.         return $instance;
  1306.     }
  1307.     /**
  1308.      * Gets the public 'App\CmsBundle\Controller\TagController' shared autowired service.
  1309.      *
  1310.      * @return \App\CmsBundle\Controller\TagController
  1311.      */
  1312.     protected function getTagControllerService()
  1313.     {
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1315.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1316.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/TagController.php';
  1317.         $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()));
  1318.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\TagController'$this));
  1319.         return $instance;
  1320.     }
  1321.     /**
  1322.      * Gets the public 'App\CmsBundle\Controller\TrashController' shared autowired service.
  1323.      *
  1324.      * @return \App\CmsBundle\Controller\TrashController
  1325.      */
  1326.     protected function getTrashControllerService()
  1327.     {
  1328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1329.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1330.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/TrashController.php';
  1331.         $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()));
  1332.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\TrashController'$this));
  1333.         return $instance;
  1334.     }
  1335.     /**
  1336.      * Gets the public 'App\CmsBundle\Controller\UpdateController' shared autowired service.
  1337.      *
  1338.      * @return \App\CmsBundle\Controller\UpdateController
  1339.      */
  1340.     protected function getUpdateControllerService()
  1341.     {
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1343.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1344.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/UpdateController.php';
  1345.         $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()));
  1346.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\UpdateController'$this));
  1347.         return $instance;
  1348.     }
  1349.     /**
  1350.      * Gets the public 'App\CmsBundle\Controller\UsersController' shared autowired service.
  1351.      *
  1352.      * @return \App\CmsBundle\Controller\UsersController
  1353.      */
  1354.     protected function getUsersControllerService()
  1355.     {
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1357.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1358.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/UsersController.php';
  1359.         $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()));
  1360.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\UsersController'$this));
  1361.         return $instance;
  1362.     }
  1363.     /**
  1364.      * Gets the public 'App\Trinity\ApiBundle\Controller\AdminController' shared autowired service.
  1365.      *
  1366.      * @return \App\Trinity\ApiBundle\Controller\AdminController
  1367.      */
  1368.     protected function getAdminControllerService()
  1369.     {
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1371.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1372.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php';
  1373.         $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()));
  1374.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\ApiBundle\\Controller\\AdminController'$this));
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the public 'App\Trinity\ApiBundle\Controller\DefaultController' shared autowired service.
  1379.      *
  1380.      * @return \App\Trinity\ApiBundle\Controller\DefaultController
  1381.      */
  1382.     protected function getDefaultController2Service()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1387.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/DefaultController.php';
  1388.         $this->services['App\\Trinity\\ApiBundle\\Controller\\DefaultController'] = $instance = new \App\Trinity\ApiBundle\Controller\DefaultController();
  1389.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\Trinity\\ApiBundle\\Controller\\DefaultController'$this));
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public 'App\Trinity\BlogBundle\Controller\BlogController' shared autowired service.
  1394.      *
  1395.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  1396.      */
  1397.     protected function getBlogControllerService()
  1398.     {
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1400.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1401.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  1402.         $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()));
  1403.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\BlogBundle\\Controller\\BlogController'$this));
  1404.         return $instance;
  1405.     }
  1406.     /**
  1407.      * Gets the public 'App\Trinity\BlogBundle\Controller\EntryController' shared autowired service.
  1408.      *
  1409.      * @return \App\Trinity\BlogBundle\Controller\EntryController
  1410.      */
  1411.     protected function getEntryControllerService()
  1412.     {
  1413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1414.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1415.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/EntryController.php';
  1416.         $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()));
  1417.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\BlogBundle\\Controller\\EntryController'$this));
  1418.         return $instance;
  1419.     }
  1420.     /**
  1421.      * Gets the public 'App\Trinity\FormsBundle\Controller\FormsController' shared autowired service.
  1422.      *
  1423.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  1424.      */
  1425.     protected function getFormsControllerService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1428.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1429.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  1430.         $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()));
  1431.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\FormsBundle\\Controller\\FormsController'$this));
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'App\Trinity\SearchBundle\Controller\SearchController' shared autowired service.
  1436.      *
  1437.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  1438.      */
  1439.     protected function getSearchControllerService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1442.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1443.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  1444.         $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()));
  1445.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SearchBundle\\Controller\\SearchController'$this));
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the public 'App\Trinity\SliderBundle\Controller\EntryController' shared autowired service.
  1450.      *
  1451.      * @return \App\Trinity\SliderBundle\Controller\EntryController
  1452.      */
  1453.     protected function getEntryController2Service()
  1454.     {
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1456.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1457.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/EntryController.php';
  1458.         $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()));
  1459.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SliderBundle\\Controller\\EntryController'$this));
  1460.         return $instance;
  1461.     }
  1462.     /**
  1463.      * Gets the public 'App\Trinity\SliderBundle\Controller\SliderController' shared autowired service.
  1464.      *
  1465.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  1466.      */
  1467.     protected function getSliderControllerService()
  1468.     {
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1470.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1471.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  1472.         $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()));
  1473.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SliderBundle\\Controller\\SliderController'$this));
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ApiController' shared autowired service.
  1478.      *
  1479.      * @return \App\Trinity\WebshopBundle\Controller\ApiController
  1480.      */
  1481.     protected function getApiController2Service()
  1482.     {
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1486.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ApiController.php';
  1487.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ApiController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ApiController();
  1488.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ApiController'$this));
  1489.         return $instance;
  1490.     }
  1491.     /**
  1492.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bController' shared autowired service.
  1493.      *
  1494.      * @return \App\Trinity\WebshopBundle\Controller\B2bController
  1495.      */
  1496.     protected function getB2bControllerService()
  1497.     {
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1499.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1500.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bController.php';
  1501.         $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()));
  1502.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bController'$this));
  1503.         return $instance;
  1504.     }
  1505.     /**
  1506.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bPricelistController' shared autowired service.
  1507.      *
  1508.      * @return \App\Trinity\WebshopBundle\Controller\B2bPricelistController
  1509.      */
  1510.     protected function getB2bPricelistControllerService()
  1511.     {
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1513.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1514.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bPricelistController.php';
  1515.         $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()));
  1516.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bPricelistController'$this));
  1517.         return $instance;
  1518.     }
  1519.     /**
  1520.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bUserGroupController' shared autowired service.
  1521.      *
  1522.      * @return \App\Trinity\WebshopBundle\Controller\B2bUserGroupController
  1523.      */
  1524.     protected function getB2bUserGroupControllerService()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1527.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1528.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bUserGroupController.php';
  1529.         $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()));
  1530.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bUserGroupController'$this));
  1531.         return $instance;
  1532.     }
  1533.     /**
  1534.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CartController' shared autowired service.
  1535.      *
  1536.      * @return \App\Trinity\WebshopBundle\Controller\CartController
  1537.      */
  1538.     protected function getCartControllerService()
  1539.     {
  1540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1541.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1542.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartController.php';
  1543.         $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()));
  1544.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CartController'$this));
  1545.         return $instance;
  1546.     }
  1547.     /**
  1548.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CartsController' shared autowired service.
  1549.      *
  1550.      * @return \App\Trinity\WebshopBundle\Controller\CartsController
  1551.      */
  1552.     protected function getCartsControllerService()
  1553.     {
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1555.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1556.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartsController.php';
  1557.         $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()));
  1558.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CartsController'$this));
  1559.         return $instance;
  1560.     }
  1561.     /**
  1562.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CategoriesController' shared autowired service.
  1563.      *
  1564.      * @return \App\Trinity\WebshopBundle\Controller\CategoriesController
  1565.      */
  1566.     protected function getCategoriesControllerService()
  1567.     {
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1569.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1570.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CategoriesController.php';
  1571.         $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()));
  1572.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CategoriesController'$this));
  1573.         return $instance;
  1574.     }
  1575.     /**
  1576.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ChannableController' shared autowired service.
  1577.      *
  1578.      * @return \App\Trinity\WebshopBundle\Controller\ChannableController
  1579.      */
  1580.     protected function getChannableControllerService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1583.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1584.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ChannableController.php';
  1585.         $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()));
  1586.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ChannableController'$this));
  1587.         return $instance;
  1588.     }
  1589.     /**
  1590.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CheckoutController' shared autowired service.
  1591.      *
  1592.      * @return \App\Trinity\WebshopBundle\Controller\CheckoutController
  1593.      */
  1594.     protected function getCheckoutControllerService()
  1595.     {
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1597.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1598.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CheckoutController.php';
  1599.         $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()));
  1600.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CheckoutController'$this));
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ConfigController' shared autowired service.
  1605.      *
  1606.      * @return \App\Trinity\WebshopBundle\Controller\ConfigController
  1607.      */
  1608.     protected function getConfigControllerService()
  1609.     {
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1611.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1612.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ConfigController.php';
  1613.         $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()));
  1614.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ConfigController'$this));
  1615.         return $instance;
  1616.     }
  1617.     /**
  1618.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CreditController' shared autowired service.
  1619.      *
  1620.      * @return \App\Trinity\WebshopBundle\Controller\CreditController
  1621.      */
  1622.     protected function getCreditControllerService()
  1623.     {
  1624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1625.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1626.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CreditController.php';
  1627.         $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()));
  1628.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CreditController'$this));
  1629.         return $instance;
  1630.     }
  1631.     /**
  1632.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CustomersController' shared autowired service.
  1633.      *
  1634.      * @return \App\Trinity\WebshopBundle\Controller\CustomersController
  1635.      */
  1636.     protected function getCustomersControllerService()
  1637.     {
  1638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1639.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1640.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CustomersController.php';
  1641.         $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()));
  1642.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CustomersController'$this));
  1643.         return $instance;
  1644.     }
  1645.     /**
  1646.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DefaultController' shared autowired service.
  1647.      *
  1648.      * @return \App\Trinity\WebshopBundle\Controller\DefaultController
  1649.      */
  1650.     protected function getDefaultController3Service()
  1651.     {
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1653.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1654.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DefaultController.php';
  1655.         $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()));
  1656.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DefaultController'$this));
  1657.         return $instance;
  1658.     }
  1659.     /**
  1660.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DeliveryController' shared autowired service.
  1661.      *
  1662.      * @return \App\Trinity\WebshopBundle\Controller\DeliveryController
  1663.      */
  1664.     protected function getDeliveryControllerService()
  1665.     {
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1667.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1668.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DeliveryController.php';
  1669.         $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()));
  1670.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DeliveryController'$this));
  1671.         return $instance;
  1672.     }
  1673.     /**
  1674.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DiscountController' shared autowired service.
  1675.      *
  1676.      * @return \App\Trinity\WebshopBundle\Controller\DiscountController
  1677.      */
  1678.     protected function getDiscountControllerService()
  1679.     {
  1680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1681.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1682.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DiscountController.php';
  1683.         $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()));
  1684.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DiscountController'$this));
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'App\Trinity\WebshopBundle\Controller\EventsController' shared autowired service.
  1689.      *
  1690.      * @return \App\Trinity\WebshopBundle\Controller\EventsController
  1691.      */
  1692.     protected function getEventsControllerService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1695.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1696.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/EventsController.php';
  1697.         $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()));
  1698.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\EventsController'$this));
  1699.         return $instance;
  1700.     }
  1701.     /**
  1702.      * Gets the public 'App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController' shared autowired service.
  1703.      *
  1704.      * @return \App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController
  1705.      */
  1706.     protected function getMoneybirdControllerService()
  1707.     {
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1709.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1710.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/Ext/MoneybirdController.php';
  1711.         $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()));
  1712.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\Ext\\MoneybirdController'$this));
  1713.         return $instance;
  1714.     }
  1715.     /**
  1716.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ExtraController' shared autowired service.
  1717.      *
  1718.      * @return \App\Trinity\WebshopBundle\Controller\ExtraController
  1719.      */
  1720.     protected function getExtraControllerService()
  1721.     {
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1723.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1724.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ExtraController.php';
  1725.         $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()));
  1726.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ExtraController'$this));
  1727.         return $instance;
  1728.     }
  1729.     /**
  1730.      * Gets the public 'App\Trinity\WebshopBundle\Controller\FeedController' shared autowired service.
  1731.      *
  1732.      * @return \App\Trinity\WebshopBundle\Controller\FeedController
  1733.      */
  1734.     protected function getFeedControllerService()
  1735.     {
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1737.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1738.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FeedController.php';
  1739.         $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()));
  1740.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\FeedController'$this));
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'App\Trinity\WebshopBundle\Controller\FrontController' shared autowired service.
  1745.      *
  1746.      * @return \App\Trinity\WebshopBundle\Controller\FrontController
  1747.      */
  1748.     protected function getFrontControllerService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1751.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1752.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FrontController.php';
  1753.         $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()));
  1754.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\FrontController'$this));
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the public 'App\Trinity\WebshopBundle\Controller\GiftcardController' shared autowired service.
  1759.      *
  1760.      * @return \App\Trinity\WebshopBundle\Controller\GiftcardController
  1761.      */
  1762.     protected function getGiftcardControllerService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1765.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1766.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/GiftcardController.php';
  1767.         $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()));
  1768.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\GiftcardController'$this));
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the public 'App\Trinity\WebshopBundle\Controller\InvoiceController' shared autowired service.
  1773.      *
  1774.      * @return \App\Trinity\WebshopBundle\Controller\InvoiceController
  1775.      */
  1776.     protected function getInvoiceControllerService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1779.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1780.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/InvoiceController.php';
  1781.         $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()));
  1782.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\InvoiceController'$this));
  1783.         return $instance;
  1784.     }
  1785.     /**
  1786.      * Gets the public 'App\Trinity\WebshopBundle\Controller\LedgerController' shared autowired service.
  1787.      *
  1788.      * @return \App\Trinity\WebshopBundle\Controller\LedgerController
  1789.      */
  1790.     protected function getLedgerControllerService()
  1791.     {
  1792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1793.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1794.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/LedgerController.php';
  1795.         $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()));
  1796.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\LedgerController'$this));
  1797.         return $instance;
  1798.     }
  1799.     /**
  1800.      * Gets the public 'App\Trinity\WebshopBundle\Controller\MailController' shared autowired service.
  1801.      *
  1802.      * @return \App\Trinity\WebshopBundle\Controller\MailController
  1803.      */
  1804.     protected function getMailController2Service()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1807.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1808.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MailController.php';
  1809.         $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()));
  1810.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\MailController'$this));
  1811.         return $instance;
  1812.     }
  1813.     /**
  1814.      * Gets the public 'App\Trinity\WebshopBundle\Controller\MediaController' shared autowired service.
  1815.      *
  1816.      * @return \App\Trinity\WebshopBundle\Controller\MediaController
  1817.      */
  1818.     protected function getMediaController2Service()
  1819.     {
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1821.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1822.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MediaController.php';
  1823.         $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()));
  1824.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\MediaController'$this));
  1825.         return $instance;
  1826.     }
  1827.     /**
  1828.      * Gets the public 'App\Trinity\WebshopBundle\Controller\OrdersController' shared autowired service.
  1829.      *
  1830.      * @return \App\Trinity\WebshopBundle\Controller\OrdersController
  1831.      */
  1832.     protected function getOrdersControllerService()
  1833.     {
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1835.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1836.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/OrdersController.php';
  1837.         $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()));
  1838.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\OrdersController'$this));
  1839.         return $instance;
  1840.     }
  1841.     /**
  1842.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PicqerController' shared autowired service.
  1843.      *
  1844.      * @return \App\Trinity\WebshopBundle\Controller\PicqerController
  1845.      */
  1846.     protected function getPicqerControllerService()
  1847.     {
  1848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1849.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1850.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PicqerController.php';
  1851.         $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()));
  1852.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PicqerController'$this));
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PricingController' shared autowired service.
  1857.      *
  1858.      * @return \App\Trinity\WebshopBundle\Controller\PricingController
  1859.      */
  1860.     protected function getPricingControllerService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1863.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1864.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PricingController.php';
  1865.         $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()));
  1866.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PricingController'$this));
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ProductGroupController' shared autowired service.
  1871.      *
  1872.      * @return \App\Trinity\WebshopBundle\Controller\ProductGroupController
  1873.      */
  1874.     protected function getProductGroupControllerService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1877.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1878.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductGroupController.php';
  1879.         $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()));
  1880.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ProductGroupController'$this));
  1881.         return $instance;
  1882.     }
  1883.     /**
  1884.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ProductsController' shared autowired service.
  1885.      *
  1886.      * @return \App\Trinity\WebshopBundle\Controller\ProductsController
  1887.      */
  1888.     protected function getProductsControllerService()
  1889.     {
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1891.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1892.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductsController.php';
  1893.         $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()));
  1894.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ProductsController'$this));
  1895.         return $instance;
  1896.     }
  1897.     /**
  1898.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PromotionsController' shared autowired service.
  1899.      *
  1900.      * @return \App\Trinity\WebshopBundle\Controller\PromotionsController
  1901.      */
  1902.     protected function getPromotionsControllerService()
  1903.     {
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1905.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1906.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PromotionsController.php';
  1907.         $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()));
  1908.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PromotionsController'$this));
  1909.         return $instance;
  1910.     }
  1911.     /**
  1912.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ReportController' shared autowired service.
  1913.      *
  1914.      * @return \App\Trinity\WebshopBundle\Controller\ReportController
  1915.      */
  1916.     protected function getReportControllerService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1919.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1920.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ReportController.php';
  1921.         $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()));
  1922.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ReportController'$this));
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the public 'App\Trinity\WebshopBundle\Controller\SearchController' shared autowired service.
  1927.      *
  1928.      * @return \App\Trinity\WebshopBundle\Controller\SearchController
  1929.      */
  1930.     protected function getSearchController2Service()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1933.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1934.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SearchController.php';
  1935.         $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()));
  1936.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\SearchController'$this));
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the public 'App\Trinity\WebshopBundle\Controller\SpecsController' shared autowired service.
  1941.      *
  1942.      * @return \App\Trinity\WebshopBundle\Controller\SpecsController
  1943.      */
  1944.     protected function getSpecsControllerService()
  1945.     {
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1947.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1948.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SpecsController.php';
  1949.         $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()));
  1950.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\SpecsController'$this));
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TagController' shared autowired service.
  1955.      *
  1956.      * @return \App\Trinity\WebshopBundle\Controller\TagController
  1957.      */
  1958.     protected function getTagController2Service()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1961.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1962.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagController.php';
  1963.         $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()));
  1964.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TagController'$this));
  1965.         return $instance;
  1966.     }
  1967.     /**
  1968.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TagDisplayController' shared autowired service.
  1969.      *
  1970.      * @return \App\Trinity\WebshopBundle\Controller\TagDisplayController
  1971.      */
  1972.     protected function getTagDisplayControllerService()
  1973.     {
  1974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1975.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1976.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagDisplayController.php';
  1977.         $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()));
  1978.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController'$this));
  1979.         return $instance;
  1980.     }
  1981.     /**
  1982.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TaxController' shared autowired service.
  1983.      *
  1984.      * @return \App\Trinity\WebshopBundle\Controller\TaxController
  1985.      */
  1986.     protected function getTaxControllerService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1989.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1990.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TaxController.php';
  1991.         $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()));
  1992.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TaxController'$this));
  1993.         return $instance;
  1994.     }
  1995.     /**
  1996.      * Gets the public 'App\Trinity\WebshopBundle\Controller\UserGroupController' shared autowired service.
  1997.      *
  1998.      * @return \App\Trinity\WebshopBundle\Controller\UserGroupController
  1999.      */
  2000.     protected function getUserGroupControllerService()
  2001.     {
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2003.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2004.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/UserGroupController.php';
  2005.         $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()));
  2006.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\UserGroupController'$this));
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the public 'App\Trinity\WebshopBundle\Controller\WebshopController' shared autowired service.
  2011.      *
  2012.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  2013.      */
  2014.     protected function getWebshopControllerService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2017.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2018.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  2019.         $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()));
  2020.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\WebshopController'$this));
  2021.         return $instance;
  2022.     }
  2023.     /**
  2024.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2025.      *
  2026.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2027.      */
  2028.     protected function getProfilerControllerService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2031.         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()));
  2032.     }
  2033.     /**
  2034.      * Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
  2035.      *
  2036.      * @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
  2037.      */
  2038.     protected function getPersisterInterfaceService($lazyLoad true)
  2039.     {
  2040.         if ($lazyLoad) {
  2041.             return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = $this->createProxy('DoctrinePersister_a694024', function () {
  2042.                 return \DoctrinePersister_a694024::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2043.                     $wrappedInstance $this->getPersisterInterfaceService(false);
  2044.                     $proxy->setProxyInitializer(null);
  2045.                     return true;
  2046.                 });
  2047.             });
  2048.         }
  2049.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersisterFactory.php';
  2050.         return (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
  2051.     }
  2052.     /**
  2053.      * Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' shared service.
  2054.      *
  2055.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  2056.      */
  2057.     protected function getTwoFactorFormRendererInterfaceService($lazyLoad true)
  2058.     {
  2059.         if ($lazyLoad) {
  2060.             return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface'] = $this->createProxy('DefaultTwoFactorFormRenderer_892ae3f', function () {
  2061.                 return \DefaultTwoFactorFormRenderer_892ae3f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2062.                     $wrappedInstance $this->getTwoFactorFormRendererInterfaceService(false);
  2063.                     $proxy->setProxyInitializer(null);
  2064.                     return true;
  2065.                 });
  2066.             });
  2067.         }
  2068.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SchebTwoFactor/Authentication/form.html.twig');
  2069.     }
  2070.     /**
  2071.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2072.      *
  2073.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2074.      */
  2075.     protected function getRedirectControllerService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2078.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2079.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2080.     }
  2081.     /**
  2082.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2083.      *
  2084.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2085.      */
  2086.     protected function getTemplateControllerService()
  2087.     {
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2089.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2090.     }
  2091.     /**
  2092.      * Gets the public 'TrinityApiBundle_show' shared autowired service.
  2093.      *
  2094.      * @return \App\Trinity\ApiBundle\Controller\AdminController
  2095.      */
  2096.     protected function getTrinityApiBundleShowService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2099.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2100.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php';
  2101.         $this->services['TrinityApiBundle_show'] = $instance = new \App\Trinity\ApiBundle\Controller\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\CmsBundle\\Util\\Mailer'] ?? $this->getMailerService()));
  2102.         $instance->setContainer($this);
  2103.         return $instance;
  2104.     }
  2105.     /**
  2106.      * Gets the public 'admin_link' shared service.
  2107.      *
  2108.      * @return \App\CmsBundle\Controller\LinkController
  2109.      */
  2110.     protected function getAdminLinkService()
  2111.     {
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2113.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2114.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  2115.         $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()));
  2116.         $instance->setContainer($this);
  2117.         return $instance;
  2118.     }
  2119.     /**
  2120.      * Gets the public 'admin_show' shared service.
  2121.      *
  2122.      * @return \App\CmsBundle\Controller\LinkController
  2123.      */
  2124.     protected function getAdminShowService()
  2125.     {
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2127.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2128.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  2129.         $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()));
  2130.         $instance->setContainer($this);
  2131.         return $instance;
  2132.     }
  2133.     /**
  2134.      * Gets the public 'cache.app' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2137.      */
  2138.     protected function getCache_AppService()
  2139.     {
  2140.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('CWFy52b1iV'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  2141.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2142.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2143.     }
  2144.     /**
  2145.      * Gets the public 'cache.app_clearer' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2148.      */
  2149.     protected function getCache_AppClearerService()
  2150.     {
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2153.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2154.     }
  2155.     /**
  2156.      * Gets the public 'cache.global_clearer' shared service.
  2157.      *
  2158.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2159.      */
  2160.     protected function getCache_GlobalClearerService()
  2161.     {
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2164.         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())]);
  2165.     }
  2166.     /**
  2167.      * Gets the public 'cache.system' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2170.      */
  2171.     protected function getCache_SystemService()
  2172.     {
  2173.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aGU1rZ5NI3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2174.     }
  2175.     /**
  2176.      * Gets the public 'cache.system_clearer' shared service.
  2177.      *
  2178.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2179.      */
  2180.     protected function getCache_SystemClearerService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2184.         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())]);
  2185.     }
  2186.     /**
  2187.      * Gets the public 'cache.validator_expression_language' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2190.      */
  2191.     protected function getCache_ValidatorExpressionLanguageService()
  2192.     {
  2193.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j6eVh+h32O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2194.     }
  2195.     /**
  2196.      * Gets the public 'cache_warmer' shared service.
  2197.      *
  2198.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2199.      */
  2200.     protected function getCacheWarmerService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2204.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2205.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2206.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2207.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2208.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2209.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2210.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2211.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2212.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2213.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2214.     }
  2215.     /**
  2216.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ActivateBundleCommand' shared autowired service.
  2217.      *
  2218.      * @return \App\CmsBundle\Command\ActivateBundleCommand
  2219.      */
  2220.     protected function getActivateBundleCommandService()
  2221.     {
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2223.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ActivateBundleCommand.php';
  2224.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand'] = new \App\CmsBundle\Command\ActivateBundleCommand($this);
  2225.     }
  2226.     /**
  2227.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\BackupCommand' shared autowired service.
  2228.      *
  2229.      * @return \App\CmsBundle\Command\BackupCommand
  2230.      */
  2231.     protected function getBackupCommandService()
  2232.     {
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2234.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/BackupCommand.php';
  2235.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand'] = new \App\CmsBundle\Command\BackupCommand($this);
  2236.     }
  2237.     /**
  2238.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\BundleListCommand' shared autowired service.
  2239.      *
  2240.      * @return \App\CmsBundle\Command\BundleListCommand
  2241.      */
  2242.     protected function getBundleListCommandService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2245.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/BundleListCommand.php';
  2246.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand'] = new \App\CmsBundle\Command\BundleListCommand($this);
  2247.     }
  2248.     /**
  2249.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CacheCommand' shared autowired service.
  2250.      *
  2251.      * @return \App\CmsBundle\Command\CacheCommand
  2252.      */
  2253.     protected function getCacheCommandService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2256.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CacheCommand.php';
  2257.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand'] = new \App\CmsBundle\Command\CacheCommand($this);
  2258.     }
  2259.     /**
  2260.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ControlCommand' shared autowired service.
  2261.      *
  2262.      * @return \App\CmsBundle\Command\ControlCommand
  2263.      */
  2264.     protected function getControlCommandService()
  2265.     {
  2266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2267.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ControlCommand.php';
  2268.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand'] = new \App\CmsBundle\Command\ControlCommand($this);
  2269.     }
  2270.     /**
  2271.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CreateBundleCommand' shared autowired service.
  2272.      *
  2273.      * @return \App\CmsBundle\Command\CreateBundleCommand
  2274.      */
  2275.     protected function getCreateBundleCommandService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2278.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CreateBundleCommand.php';
  2279.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand'] = new \App\CmsBundle\Command\CreateBundleCommand($this);
  2280.     }
  2281.     /**
  2282.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CronTasksRunCommand' shared autowired service.
  2283.      *
  2284.      * @return \App\CmsBundle\Command\CronTasksRunCommand
  2285.      */
  2286.     protected function getCronTasksRunCommandService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2289.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CronTasksRunCommand.php';
  2290.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand'] = new \App\CmsBundle\Command\CronTasksRunCommand($this);
  2291.     }
  2292.     /**
  2293.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\FixTranslationsCommand' shared autowired service.
  2294.      *
  2295.      * @return \App\CmsBundle\Command\FixTranslationsCommand
  2296.      */
  2297.     protected function getFixTranslationsCommandService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2300.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/FixTranslationsCommand.php';
  2301.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand'] = new \App\CmsBundle\Command\FixTranslationsCommand($this);
  2302.     }
  2303.     /**
  2304.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\InstallBundleCommand' shared autowired service.
  2305.      *
  2306.      * @return \App\CmsBundle\Command\InstallBundleCommand
  2307.      */
  2308.     protected function getInstallBundleCommandService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2311.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/InstallBundleCommand.php';
  2312.         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()));
  2313.     }
  2314.     /**
  2315.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\LanguageCacheCommand' shared autowired service.
  2316.      *
  2317.      * @return \App\CmsBundle\Command\LanguageCacheCommand
  2318.      */
  2319.     protected function getLanguageCacheCommandService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2322.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/LanguageCacheCommand.php';
  2323.         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()));
  2324.     }
  2325.     /**
  2326.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\LanguageResetCommand' shared autowired service.
  2327.      *
  2328.      * @return \App\CmsBundle\Command\LanguageResetCommand
  2329.      */
  2330.     protected function getLanguageResetCommandService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2333.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/LanguageResetCommand.php';
  2334.         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()));
  2335.     }
  2336.     /**
  2337.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MailtestCommand' shared autowired service.
  2338.      *
  2339.      * @return \App\CmsBundle\Command\MailtestCommand
  2340.      */
  2341.     protected function getMailtestCommandService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2344.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MailtestCommand.php';
  2345.         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()));
  2346.     }
  2347.     /**
  2348.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaCreateFullCommand' shared autowired service.
  2349.      *
  2350.      * @return \App\CmsBundle\Command\MediaCreateFullCommand
  2351.      */
  2352.     protected function getMediaCreateFullCommandService()
  2353.     {
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2355.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaCreateFullCommand.php';
  2356.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand'] = new \App\CmsBundle\Command\MediaCreateFullCommand($this);
  2357.     }
  2358.     /**
  2359.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaRegenThumbnailsCommand' shared autowired service.
  2360.      *
  2361.      * @return \App\CmsBundle\Command\MediaRegenThumbnailsCommand
  2362.      */
  2363.     protected function getMediaRegenThumbnailsCommandService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2366.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaRegenThumbnailsCommand.php';
  2367.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand'] = new \App\CmsBundle\Command\MediaRegenThumbnailsCommand($this);
  2368.     }
  2369.     /**
  2370.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaUsageCommand' shared autowired service.
  2371.      *
  2372.      * @return \App\CmsBundle\Command\MediaUsageCommand
  2373.      */
  2374.     protected function getMediaUsageCommandService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2377.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaUsageCommand.php';
  2378.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand'] = new \App\CmsBundle\Command\MediaUsageCommand($this);
  2379.     }
  2380.     /**
  2381.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediadirCleanUpCommand' shared autowired service.
  2382.      *
  2383.      * @return \App\CmsBundle\Command\MediadirCleanUpCommand
  2384.      */
  2385.     protected function getMediadirCleanUpCommandService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2388.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediadirCleanUpCommand.php';
  2389.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand'] = new \App\CmsBundle\Command\MediadirCleanUpCommand($this);
  2390.     }
  2391.     /**
  2392.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MigrateCommand' shared autowired service.
  2393.      *
  2394.      * @return \App\CmsBundle\Command\MigrateCommand
  2395.      */
  2396.     protected function getMigrateCommandService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MigrateCommand.php';
  2400.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand'] = new \App\CmsBundle\Command\MigrateCommand($this);
  2401.     }
  2402.     /**
  2403.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MissingmediaCommand' shared autowired service.
  2404.      *
  2405.      * @return \App\CmsBundle\Command\MissingmediaCommand
  2406.      */
  2407.     protected function getMissingmediaCommandService()
  2408.     {
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2410.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MissingmediaCommand.php';
  2411.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand'] = new \App\CmsBundle\Command\MissingmediaCommand($this);
  2412.     }
  2413.     /**
  2414.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MonitorCommand' shared autowired service.
  2415.      *
  2416.      * @return \App\CmsBundle\Command\MonitorCommand
  2417.      */
  2418.     protected function getMonitorCommandService()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2421.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MonitorCommand.php';
  2422.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand'] = new \App\CmsBundle\Command\MonitorCommand($this);
  2423.     }
  2424.     /**
  2425.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\OptimizeCommand' shared autowired service.
  2426.      *
  2427.      * @return \App\CmsBundle\Command\OptimizeCommand
  2428.      */
  2429.     protected function getOptimizeCommandService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2432.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/OptimizeCommand.php';
  2433.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand'] = new \App\CmsBundle\Command\OptimizeCommand($this);
  2434.     }
  2435.     /**
  2436.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ReportCommand' shared autowired service.
  2437.      *
  2438.      * @return \App\CmsBundle\Command\ReportCommand
  2439.      */
  2440.     protected function getReportCommandService()
  2441.     {
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2443.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ReportCommand.php';
  2444.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand'] = new \App\CmsBundle\Command\ReportCommand($this);
  2445.     }
  2446.     /**
  2447.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\RestoreCommand' shared autowired service.
  2448.      *
  2449.      * @return \App\CmsBundle\Command\RestoreCommand
  2450.      */
  2451.     protected function getRestoreCommandService()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2454.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/RestoreCommand.php';
  2455.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand'] = new \App\CmsBundle\Command\RestoreCommand($this);
  2456.     }
  2457.     /**
  2458.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand' shared autowired service.
  2459.      *
  2460.      * @return \App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand
  2461.      */
  2462.     protected function getCronTasksDefaultCommandService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2465.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ScheduleTask/CronTasksDefaultCommand.php';
  2466.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand'] = new \App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand();
  2467.     }
  2468.     /**
  2469.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ServerupdateCommand' shared autowired service.
  2470.      *
  2471.      * @return \App\CmsBundle\Command\ServerupdateCommand
  2472.      */
  2473.     protected function getServerupdateCommandService()
  2474.     {
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2476.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ServerupdateCommand.php';
  2477.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand'] = new \App\CmsBundle\Command\ServerupdateCommand($this);
  2478.     }
  2479.     /**
  2480.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\StatsCommand' shared autowired service.
  2481.      *
  2482.      * @return \App\CmsBundle\Command\StatsCommand
  2483.      */
  2484.     protected function getStatsCommandService()
  2485.     {
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2487.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/StatsCommand.php';
  2488.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand'] = new \App\CmsBundle\Command\StatsCommand($this);
  2489.     }
  2490.     /**
  2491.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\UpdateCommand' shared autowired service.
  2492.      *
  2493.      * @return \App\CmsBundle\Command\UpdateCommand
  2494.      */
  2495.     protected function getUpdateCommandService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2498.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/UpdateCommand.php';
  2499.         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()));
  2500.     }
  2501.     /**
  2502.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\UserCommand' shared autowired service.
  2503.      *
  2504.      * @return \App\CmsBundle\Command\UserCommand
  2505.      */
  2506.     protected function getUserCommandService()
  2507.     {
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2509.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/UserCommand.php';
  2510.         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()));
  2511.     }
  2512.     /**
  2513.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\WebpCommand' shared autowired service.
  2514.      *
  2515.      * @return \App\CmsBundle\Command\WebpCommand
  2516.      */
  2517.     protected function getWebpCommandService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2520.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/WebpCommand.php';
  2521.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand'] = new \App\CmsBundle\Command\WebpCommand($this);
  2522.     }
  2523.     /**
  2524.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand' shared autowired service.
  2525.      *
  2526.      * @return \App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand
  2527.      */
  2528.     protected function getBlogMediaMigrationCommandService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2531.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/BlogMediaMigrationCommand.php';
  2532.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand'] = new \App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand();
  2533.     }
  2534.     /**
  2535.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\WpCommand' shared autowired service.
  2536.      *
  2537.      * @return \App\Trinity\BlogBundle\Command\WpCommand
  2538.      */
  2539.     protected function getWpCommandService()
  2540.     {
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2542.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/WpCommand.php';
  2543.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand'] = new \App\Trinity\BlogBundle\Command\WpCommand();
  2544.     }
  2545.     /**
  2546.      * Gets the public 'console.command.public_alias.App\Trinity\SearchBundle\Command\IndexerCommand' shared autowired service.
  2547.      *
  2548.      * @return \App\Trinity\SearchBundle\Command\IndexerCommand
  2549.      */
  2550.     protected function getIndexerCommandService()
  2551.     {
  2552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2553.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Command/IndexerCommand.php';
  2554.         return $this->services['console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand'] = new \App\Trinity\SearchBundle\Command\IndexerCommand($this);
  2555.     }
  2556.     /**
  2557.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand' shared autowired service.
  2558.      *
  2559.      * @return \App\Trinity\WebshopBundle\Command\AbandonedCartsCommand
  2560.      */
  2561.     protected function getAbandonedCartsCommandService()
  2562.     {
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2564.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/AbandonedCartsCommand.php';
  2565.         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()));
  2566.     }
  2567.     /**
  2568.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand' shared autowired service.
  2569.      *
  2570.      * @return \App\Trinity\WebshopBundle\Command\ActiveCampaignCommand
  2571.      */
  2572.     protected function getActiveCampaignCommandService()
  2573.     {
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2575.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ActiveCampaignCommand.php';
  2576.         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()));
  2577.     }
  2578.     /**
  2579.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CacheIndexCommand' shared autowired service.
  2580.      *
  2581.      * @return \App\Trinity\WebshopBundle\Command\CacheIndexCommand
  2582.      */
  2583.     protected function getCacheIndexCommandService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2586.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CacheIndexCommand.php';
  2587.         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()));
  2588.     }
  2589.     /**
  2590.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand' shared autowired service.
  2591.      *
  2592.      * @return \App\Trinity\WebshopBundle\Command\CheckPaymentsCommand
  2593.      */
  2594.     protected function getCheckPaymentsCommandService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2597.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CheckPaymentsCommand.php';
  2598.         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()));
  2599.     }
  2600.     /**
  2601.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CloneCommand' shared autowired service.
  2602.      *
  2603.      * @return \App\Trinity\WebshopBundle\Command\CloneCommand
  2604.      */
  2605.     protected function getCloneCommandService()
  2606.     {
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2608.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CloneCommand.php';
  2609.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand'] = new \App\Trinity\WebshopBundle\Command\CloneCommand($this);
  2610.     }
  2611.     /**
  2612.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand' shared autowired service.
  2613.      *
  2614.      * @return \App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand
  2615.      */
  2616.     protected function getFixCategoryDuplicatesCommandService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2619.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixCategoryDuplicatesCommand.php';
  2620.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand'] = new \App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand($this);
  2621.     }
  2622.     /**
  2623.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand' shared autowired service.
  2624.      *
  2625.      * @return \App\Trinity\WebshopBundle\Command\FixMediaCloneCommand
  2626.      */
  2627.     protected function getFixMediaCloneCommandService()
  2628.     {
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2630.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixMediaCloneCommand.php';
  2631.         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);
  2632.     }
  2633.     /**
  2634.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixrelationsCommand' shared autowired service.
  2635.      *
  2636.      * @return \App\Trinity\WebshopBundle\Command\FixrelationsCommand
  2637.      */
  2638.     protected function getFixrelationsCommandService()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2641.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixrelationsCommand.php';
  2642.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand'] = new \App\Trinity\WebshopBundle\Command\FixrelationsCommand($this);
  2643.     }
  2644.     /**
  2645.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportCommand' shared autowired service.
  2646.      *
  2647.      * @return \App\Trinity\WebshopBundle\Command\ImportCommand
  2648.      */
  2649.     protected function getImportCommandService()
  2650.     {
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2652.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportCommand.php';
  2653.         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()));
  2654.     }
  2655.     /**
  2656.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand' shared autowired service.
  2657.      *
  2658.      * @return \App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand
  2659.      */
  2660.     protected function getImportCyclesoftwareCommandService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2663.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportCyclesoftwareCommand.php';
  2664.         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);
  2665.     }
  2666.     /**
  2667.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand' shared autowired service.
  2668.      *
  2669.      * @return \App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand
  2670.      */
  2671.     protected function getImportMagentoOneCommandService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2674.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportMagentoOneCommand.php';
  2675.         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()));
  2676.     }
  2677.     /**
  2678.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\IndexCommand' shared autowired service.
  2679.      *
  2680.      * @return \App\Trinity\WebshopBundle\Command\IndexCommand
  2681.      */
  2682.     protected function getIndexCommandService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2685.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/IndexCommand.php';
  2686.         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);
  2687.     }
  2688.     /**
  2689.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\LinkCommand' shared autowired service.
  2690.      *
  2691.      * @return \App\Trinity\WebshopBundle\Command\LinkCommand
  2692.      */
  2693.     protected function getLinkCommandService()
  2694.     {
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2696.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/LinkCommand.php';
  2697.         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()));
  2698.     }
  2699.     /**
  2700.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\NotifyCommand' shared autowired service.
  2701.      *
  2702.      * @return \App\Trinity\WebshopBundle\Command\NotifyCommand
  2703.      */
  2704.     protected function getNotifyCommandService()
  2705.     {
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2707.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/NotifyCommand.php';
  2708.         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()));
  2709.     }
  2710.     /**
  2711.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\PicqerExportCommand' shared autowired service.
  2712.      *
  2713.      * @return \App\Trinity\WebshopBundle\Command\PicqerExportCommand
  2714.      */
  2715.     protected function getPicqerExportCommandService()
  2716.     {
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2718.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/PicqerExportCommand.php';
  2719.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand'] = new \App\Trinity\WebshopBundle\Command\PicqerExportCommand();
  2720.     }
  2721.     /**
  2722.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\PicqerSyncCommand' shared autowired service.
  2723.      *
  2724.      * @return \App\Trinity\WebshopBundle\Command\PicqerSyncCommand
  2725.      */
  2726.     protected function getPicqerSyncCommandService()
  2727.     {
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2729.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/PicqerSyncCommand.php';
  2730.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand'] = new \App\Trinity\WebshopBundle\Command\PicqerSyncCommand();
  2731.     }
  2732.     /**
  2733.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ProductSyncCommand' shared autowired service.
  2734.      *
  2735.      * @return \App\Trinity\WebshopBundle\Command\ProductSyncCommand
  2736.      */
  2737.     protected function getProductSyncCommandService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2740.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ProductSyncCommand.php';
  2741.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand'] = new \App\Trinity\WebshopBundle\Command\ProductSyncCommand();
  2742.     }
  2743.     /**
  2744.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\RepairOrdersCommand' shared autowired service.
  2745.      *
  2746.      * @return \App\Trinity\WebshopBundle\Command\RepairOrdersCommand
  2747.      */
  2748.     protected function getRepairOrdersCommandService()
  2749.     {
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2751.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/RepairOrdersCommand.php';
  2752.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand'] = new \App\Trinity\WebshopBundle\Command\RepairOrdersCommand();
  2753.     }
  2754.     /**
  2755.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\SearchCommand' shared autowired service.
  2756.      *
  2757.      * @return \App\Trinity\WebshopBundle\Command\SearchCommand
  2758.      */
  2759.     protected function getSearchCommandService()
  2760.     {
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2762.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/SearchCommand.php';
  2763.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand'] = new \App\Trinity\WebshopBundle\Command\SearchCommand();
  2764.     }
  2765.     /**
  2766.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\TestCommand' shared autowired service.
  2767.      *
  2768.      * @return \App\Trinity\WebshopBundle\Command\TestCommand
  2769.      */
  2770.     protected function getTestCommandService()
  2771.     {
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2773.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/TestCommand.php';
  2774.         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);
  2775.     }
  2776.     /**
  2777.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\UpdatePricesCommand' shared autowired service.
  2778.      *
  2779.      * @return \App\Trinity\WebshopBundle\Command\UpdatePricesCommand
  2780.      */
  2781.     protected function getUpdatePricesCommandService()
  2782.     {
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2784.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/UpdatePricesCommand.php';
  2785.         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()));
  2786.     }
  2787.     /**
  2788.      * Gets the public 'console.command_loader' shared service.
  2789.      *
  2790.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2791.      */
  2792.     protected function getConsole_CommandLoaderService()
  2793.     {
  2794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2796.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2797.             'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand' => ['privates''.App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand.lazy''getGenerateProductsCommand_LazyService'false],
  2798.             'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce' => ['privates''.App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce.lazy''getImportWoocommerce_LazyService'false],
  2799.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2800.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2801.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2802.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2803.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2804.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2805.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2806.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2807.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2808.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2809.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2810.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2811.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2812.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2813.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2814.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2815.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2816.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2817.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2818.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2819.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2820.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2821.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2822.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2823.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2824.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2825.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2826.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2827.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2828.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2829.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2830.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2831.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2832.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2833.             'fos_oauth_server.clean_command' => ['privates''fos_oauth_server.clean_command''getFosOauthServer_CleanCommandService'false],
  2834.             'fos_oauth_server.create_client_command' => ['privates''fos_oauth_server.create_client_command''getFosOauthServer_CreateClientCommandService'false],
  2835.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2836.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2837.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2838.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2839.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2840.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2841.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2842.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2843.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2844.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2845.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2846.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2847.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2848.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2849.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2850.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2851.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2852.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2853.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2854.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2855.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2856.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2857.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2858.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2859.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2860.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2861.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2862.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2863.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2864.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2865.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2866.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2867.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2868.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2869.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2870.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2871.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2872.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2873.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2874.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2875.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2876.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2877.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2878.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2879.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2880.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2881.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2882.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2883.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2884.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2885.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2886.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2887.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2888.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2889.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2890.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2891.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2892.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2893.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2894.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2895.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2896.         ], [
  2897.             'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand' => '?',
  2898.             'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce' => '?',
  2899.             'console.command.about' => '?',
  2900.             'console.command.assets_install' => '?',
  2901.             'console.command.cache_clear' => '?',
  2902.             'console.command.cache_pool_clear' => '?',
  2903.             'console.command.cache_pool_prune' => '?',
  2904.             'console.command.cache_pool_delete' => '?',
  2905.             'console.command.cache_pool_list' => '?',
  2906.             'console.command.cache_warmup' => '?',
  2907.             'console.command.config_debug' => '?',
  2908.             'console.command.config_dump_reference' => '?',
  2909.             'console.command.container_debug' => '?',
  2910.             'console.command.container_lint' => '?',
  2911.             'console.command.debug_autowiring' => '?',
  2912.             'console.command.dotenv_debug' => '?',
  2913.             'console.command.event_dispatcher_debug' => '?',
  2914.             'console.command.router_debug' => '?',
  2915.             'console.command.router_match' => '?',
  2916.             'console.command.translation_debug' => '?',
  2917.             'console.command.translation_extract' => '?',
  2918.             'console.command.validator_debug' => '?',
  2919.             'console.command.translation_pull' => '?',
  2920.             'console.command.translation_push' => '?',
  2921.             'console.command.xliff_lint' => '?',
  2922.             'console.command.yaml_lint' => '?',
  2923.             'console.command.form_debug' => '?',
  2924.             'console.command.secrets_set' => '?',
  2925.             'console.command.secrets_remove' => '?',
  2926.             'console.command.secrets_generate_key' => '?',
  2927.             'console.command.secrets_list' => '?',
  2928.             'console.command.secrets_decrypt_to_local' => '?',
  2929.             'console.command.secrets_encrypt_from_local' => '?',
  2930.             'security.command.debug_firewall' => '?',
  2931.             'security.command.user_password_encoder' => '?',
  2932.             'security.command.user_password_hash' => '?',
  2933.             'fos_oauth_server.clean_command' => 'FOS\\OAuthServerBundle\\Command\\CleanCommand',
  2934.             'fos_oauth_server.create_client_command' => 'FOS\\OAuthServerBundle\\Command\\CreateClientCommand',
  2935.             'twig.command.debug' => '?',
  2936.             'twig.command.lint' => '?',
  2937.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2938.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2939.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2940.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2941.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2942.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2943.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2944.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2945.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2946.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2947.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2948.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2949.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2950.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2951.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2952.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2953.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2954.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2955.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2956.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2957.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2958.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2959.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2960.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2961.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2962.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2963.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2964.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2965.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2966.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2967.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2968.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2969.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2970.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2971.             'var_dumper.command.server_dump' => '?',
  2972.             'monolog.command.server_log' => '?',
  2973.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2974.             'maker.auto_command.make_auth' => '?',
  2975.             'maker.auto_command.make_command' => '?',
  2976.             'maker.auto_command.make_controller' => '?',
  2977.             'maker.auto_command.make_crud' => '?',
  2978.             'maker.auto_command.make_docker_database' => '?',
  2979.             'maker.auto_command.make_entity' => '?',
  2980.             'maker.auto_command.make_fixtures' => '?',
  2981.             'maker.auto_command.make_form' => '?',
  2982.             'maker.auto_command.make_message' => '?',
  2983.             'maker.auto_command.make_messenger_middleware' => '?',
  2984.             'maker.auto_command.make_registration_form' => '?',
  2985.             'maker.auto_command.make_reset_password' => '?',
  2986.             'maker.auto_command.make_serializer_encoder' => '?',
  2987.             'maker.auto_command.make_serializer_normalizer' => '?',
  2988.             'maker.auto_command.make_subscriber' => '?',
  2989.             'maker.auto_command.make_twig_extension' => '?',
  2990.             'maker.auto_command.make_test' => '?',
  2991.             'maker.auto_command.make_validator' => '?',
  2992.             'maker.auto_command.make_voter' => '?',
  2993.             'maker.auto_command.make_user' => '?',
  2994.             'maker.auto_command.make_migration' => '?',
  2995.             'maker.auto_command.make_stimulus_controller' => '?',
  2996.         ]), ['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']);
  2997.     }
  2998.     /**
  2999.      * Gets the public 'container.env_var_processors_locator' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3002.      */
  3003.     protected function getContainer_EnvVarProcessorsLocatorService()
  3004.     {
  3005.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3006.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3007.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3008.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3009.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3010.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3011.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3012.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3013.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3014.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3015.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3016.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3017.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3018.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3019.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3020.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3021.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3022.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3023.         ], [
  3024.             'base64' => '?',
  3025.             'bool' => '?',
  3026.             'const' => '?',
  3027.             'csv' => '?',
  3028.             'default' => '?',
  3029.             'file' => '?',
  3030.             'float' => '?',
  3031.             'int' => '?',
  3032.             'json' => '?',
  3033.             'key' => '?',
  3034.             'not' => '?',
  3035.             'query_string' => '?',
  3036.             'require' => '?',
  3037.             'resolve' => '?',
  3038.             'string' => '?',
  3039.             'trim' => '?',
  3040.             'url' => '?',
  3041.         ]);
  3042.     }
  3043.     /**
  3044.      * Gets the public 'data_collector.dump' shared service.
  3045.      *
  3046.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3047.      */
  3048.     protected function getDataCollector_DumpService()
  3049.     {
  3050.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3051.     }
  3052.     /**
  3053.      * Gets the public 'doctrine' shared service.
  3054.      *
  3055.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3056.      */
  3057.     protected function getDoctrineService()
  3058.     {
  3059.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3060.     }
  3061.     /**
  3062.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3063.      *
  3064.      * @return \Doctrine\DBAL\Connection
  3065.      */
  3066.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3067.     {
  3068.         $a = new \Doctrine\DBAL\Configuration();
  3069.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3070.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3071.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3072.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3073.         $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()))]));
  3074.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''port' => NULL'dbname' => 'roan_web01''user' => 'roan_web01''password' => 'R_d102vg6''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, [
  3075.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3076.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3077.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3078.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3079.         ], [
  3080.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3081.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3082.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3083.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3084.         ]), [=> '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']]), []);
  3085.     }
  3086.     /**
  3087.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3088.      *
  3089.      * @return \Doctrine\ORM\EntityManager
  3090.      */
  3091.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3092.     {
  3093.         if ($lazyLoad) {
  3094.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3095.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3096.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3097.                     $proxy->setProxyInitializer(null);
  3098.                     return true;
  3099.                 });
  3100.             });
  3101.         }
  3102.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3118.         $a = new \Doctrine\ORM\Configuration();
  3119.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3120.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  3121.         $b->addDriver($c'App\\CmsBundle\\Entity');
  3122.         $b->addDriver($c'App\\Trinity\\ApiBundle\\Entity');
  3123.         $b->addDriver($c'App\\Trinity\\BlogBundle\\Entity');
  3124.         $b->addDriver($c'App\\Trinity\\FormsBundle\\Entity');
  3125.         $b->addDriver($c'App\\Trinity\\SearchBundle\\Entity');
  3126.         $b->addDriver($c'App\\Trinity\\SliderBundle\\Entity');
  3127.         $b->addDriver($c'App\\Trinity\\WebshopBundle\\Entity');
  3128.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  3129.         $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']);
  3130.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3131.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3132.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3133.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3134.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3135.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3136.         ], [
  3137.             'doctrine.ulid_generator' => '?',
  3138.             'doctrine.uuid_generator' => '?',
  3139.         ])));
  3140.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3141.         $a->setProxyNamespace('Proxies');
  3142.         $a->setAutoGenerateProxyClasses(true);
  3143.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3144.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3145.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3146.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3147.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3148.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3149.             'App\\CmsBundle\\Repository\\UserRepository' => ['privates''App\\CmsBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  3150.         ], [
  3151.             'App\\CmsBundle\\Repository\\UserRepository' => '?',
  3152.         ])));
  3153.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  3154.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  3155.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  3156.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  3157.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  3158.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  3159.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  3160.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  3161.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  3162.         $a->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  3163.         $a->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  3164.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  3165.         $a->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  3166.         $a->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  3167.         $a->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  3168.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  3169.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  3170.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  3171.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  3172.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  3173.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  3174.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  3175.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  3176.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  3177.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  3178.         $a->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  3179.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  3180.         $a->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  3181.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3182.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3183.         return $instance;
  3184.     }
  3185.     /**
  3186.      * Gets the public 'error_controller' shared service.
  3187.      *
  3188.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3189.      */
  3190.     protected function getErrorController2Service()
  3191.     {
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3197.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3198.         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)));
  3199.     }
  3200.     /**
  3201.      * Gets the public 'event_dispatcher' shared service.
  3202.      *
  3203.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3204.      */
  3205.     protected function getEventDispatcherService()
  3206.     {
  3207.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3208.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3209.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3210.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3211.         $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())));
  3212.         $instance->addListener('security.interactive_login', [=> function () {
  3213.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  3214.         }, => 'onInteractiveLogin'], 0);
  3215.         $instance->addListener('kernel.exception', [=> function () {
  3216.             return ($this->privates['app.exception_listener'] ?? $this->getApp_ExceptionListenerService());
  3217.         }, => 'onKernelException'], 0);
  3218.         $instance->addListener('kernel.controller', [=> function () {
  3219.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3220.         }, => 'onKernelController'], 0);
  3221.         $instance->addListener('kernel.request', [=> function () {
  3222.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  3223.         }, => 'onKernelRequest'], 34);
  3224.         $instance->addListener('security.authentication.failure', [=> function () {
  3225.             return ($this->privates['account.security_listener_failure'] ?? $this->getAccount_SecurityListenerFailureService());
  3226.         }, => 'onAuthenticationFailure'], 0);
  3227.         $instance->addListener('security.interactive_login', [=> function () {
  3228.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  3229.         }, => 'onSecurityInteractiveLogin'], 0);
  3230.         $instance->addListener('console.command', [=> function () {
  3231.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3232.         }, => 'onConsoleCommand'], 1);
  3233.         $instance->addListener('console.error', [=> function () {
  3234.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3235.         }, => 'onConsoleError'], 128);
  3236.         $instance->addListener('kernel.exception', [=> function () {
  3237.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3238.         }, => 'onException'], 128);
  3239.         $instance->addListener('kernel.request', [=> function () {
  3240.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3241.         }, => 'onKernelRequest'], 1);
  3242.         $instance->addListener('kernel.controller', [=> function () {
  3243.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3244.         }, => 'onKernelController'], 1);
  3245.         $instance->addListener('kernel.request', [=> function () {
  3246.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  3247.         }, => 'onKernelRequest'], 1);
  3248.         $instance->addListener('kernel.finish_request', [=> function () {
  3249.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  3250.         }, => 'onKernelFinishRequest'], 1);
  3251.         $instance->addListener('kernel.request', [=> function () {
  3252.             return ($this->privates['app.locale_listener'] ?? $this->getApp_LocaleListenerService());
  3253.         }, => 'onKernelRequest'], 15);
  3254.         $instance->addListener('kernel.exception', [=> function () {
  3255.             return ($this->privates['app.locale_listener'] ?? $this->getApp_LocaleListenerService());
  3256.         }, => 'onKernelRequest'], 10);
  3257.         $instance->addListener('kernel.response', [=> function () {
  3258.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3259.         }, => 'onKernelResponse'], 0);
  3260.         $instance->addListener('kernel.response', [=> function () {
  3261.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3262.         }, => 'onKernelResponse'], -1024);
  3263.         $instance->addListener('kernel.request', [=> function () {
  3264.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3265.         }, => 'setDefaultLocale'], 100);
  3266.         $instance->addListener('kernel.request', [=> function () {
  3267.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3268.         }, => 'onKernelRequest'], 16);
  3269.         $instance->addListener('kernel.finish_request', [=> function () {
  3270.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3271.         }, => 'onKernelFinishRequest'], 0);
  3272.         $instance->addListener('kernel.request', [=> function () {
  3273.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3274.         }, => 'onKernelRequest'], 256);
  3275.         $instance->addListener('kernel.response', [=> function () {
  3276.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3277.         }, => 'onResponse'], -255);
  3278.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3279.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3280.         }, => 'onControllerArguments'], 0);
  3281.         $instance->addListener('kernel.exception', [=> function () {
  3282.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3283.         }, => 'logKernelException'], 0);
  3284.         $instance->addListener('kernel.exception', [=> function () {
  3285.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3286.         }, => 'onKernelException'], -128);
  3287.         $instance->addListener('kernel.response', [=> function () {
  3288.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3289.         }, => 'removeCspHeader'], -128);
  3290.         $instance->addListener('kernel.request', [=> function () {
  3291.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3292.         }, => 'onKernelRequest'], 15);
  3293.         $instance->addListener('kernel.finish_request', [=> function () {
  3294.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3295.         }, => 'onKernelFinishRequest'], -15);
  3296.         $instance->addListener('console.error', [=> function () {
  3297.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3298.         }, => 'onConsoleError'], -128);
  3299.         $instance->addListener('console.terminate', [=> function () {
  3300.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3301.         }, => 'onConsoleTerminate'], -128);
  3302.         $instance->addListener('console.error', [=> function () {
  3303.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3304.         }, => 'onConsoleError'], 0);
  3305.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3306.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3307.         }, => 'onMessage'], -255);
  3308.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3309.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3310.         }, => 'onMessage'], -255);
  3311.         $instance->addListener('kernel.response', [=> function () {
  3312.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  3313.         }, => 'onKernelResponse'], 0);
  3314.         $instance->addListener('kernel.request', [=> function () {
  3315.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3316.         }, => 'configure'], 2048);
  3317.         $instance->addListener('console.command', [=> function () {
  3318.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3319.         }, => 'configure'], 2048);
  3320.         $instance->addListener('kernel.request', [=> function () {
  3321.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3322.         }, => 'onKernelRequest'], 32);
  3323.         $instance->addListener('kernel.finish_request', [=> function () {
  3324.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3325.         }, => 'onKernelFinishRequest'], 0);
  3326.         $instance->addListener('kernel.exception', [=> function () {
  3327.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3328.         }, => 'onKernelException'], -64);
  3329.         $instance->addListener('kernel.response', [=> function () {
  3330.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3331.         }, => 'onKernelResponse'], 0);
  3332.         $instance->addListener('kernel.request', [=> function () {
  3333.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3334.         }, => 'onKernelRequest'], 128);
  3335.         $instance->addListener('kernel.response', [=> function () {
  3336.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3337.         }, => 'onKernelResponse'], -1000);
  3338.         $instance->addListener('kernel.finish_request', [=> function () {
  3339.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3340.         }, => 'onFinishRequest'], 0);
  3341.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  3342.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  3343.         }, => 'onNotification'], -255);
  3344.         $instance->addListener('kernel.response', [=> function () {
  3345.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3346.         }, => 'onKernelResponse'], -100);
  3347.         $instance->addListener('kernel.exception', [=> function () {
  3348.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3349.         }, => 'onKernelException'], 0);
  3350.         $instance->addListener('kernel.terminate', [=> function () {
  3351.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3352.         }, => 'onKernelTerminate'], -1024);
  3353.         $instance->addListener('kernel.controller', [=> function () {
  3354.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3355.         }, => 'onKernelController'], 0);
  3356.         $instance->addListener('kernel.response', [=> function () {
  3357.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3358.         }, => 'onKernelResponse'], 0);
  3359.         $instance->addListener('kernel.response', [=> function () {
  3360.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3361.         }, => 'onKernelResponse'], 0);
  3362.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3363.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3364.         }, => 'onVoterVote'], 0);
  3365.         $instance->addListener('kernel.request', [=> function () {
  3366.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3367.         }, => 'configureLogoutUrlGenerator'], 8);
  3368.         $instance->addListener('kernel.request', [=> function () {
  3369.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3370.         }, => 'onKernelRequest'], 8);
  3371.         $instance->addListener('kernel.finish_request', [=> function () {
  3372.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3373.         }, => 'onKernelFinishRequest'], 0);
  3374.         $instance->addListener('kernel.exception', [=> function () {
  3375.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_AdminSecuredAreaService());
  3376.         }, => 'onKernelException'], 2);
  3377.         $instance->addListener('kernel.request', [=> function () {
  3378.             return ($this->privates['security.authentication.form_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_AdminSecuredAreaService());
  3379.         }, => 'onKernelRequest'], 0);
  3380.         $instance->addListener('security.authentication.success', [=> function () {
  3381.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3382.         }, => 'onLogin'], 9223372036854775807);
  3383.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  3384.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3385.         }, => 'onAccessDenied'], 0);
  3386.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  3387.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3388.         }, => 'onTwoFactorForm'], 0);
  3389.         $instance->addListener('kernel.response', [=> function () {
  3390.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3391.         }, => 'onKernelResponse'], 1);
  3392.         $instance->addListener('kernel.view', [=> function () {
  3393.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3394.         }, => 'onKernelView'], 30);
  3395.         $instance->addListener('kernel.controller', [=> function () {
  3396.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3397.         }, => 'onKernelController'], 0);
  3398.         $instance->addListener('kernel.controller', [=> function () {
  3399.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3400.         }, => 'onKernelController'], 0);
  3401.         $instance->addListener('kernel.controller', [=> function () {
  3402.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3403.         }, => 'onKernelController'], -128);
  3404.         $instance->addListener('kernel.view', [=> function () {
  3405.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3406.         }, => 'onKernelView'], 0);
  3407.         $instance->addListener('kernel.controller', [=> function () {
  3408.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3409.         }, => 'onKernelController'], 0);
  3410.         $instance->addListener('kernel.response', [=> function () {
  3411.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3412.         }, => 'onKernelResponse'], 0);
  3413.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3414.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3415.         }, => 'onKernelControllerArguments'], 0);
  3416.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3417.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3418.         }, => 'onKernelControllerArguments'], 0);
  3419.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3420.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3421.         }, => 'onMessage'], 0);
  3422.         $instance->addListener('kernel.response', [=> function () {
  3423.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3424.         }, => 'onKernelResponse'], -128);
  3425.         $instance->addListener('console.command', [=> function () {
  3426.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3427.         }, => 'onCommand'], 255);
  3428.         $instance->addListener('console.terminate', [=> function () {
  3429.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3430.         }, => 'onTerminate'], -255);
  3431.         $instance->addListener('console.command', [=> function () {
  3432.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3433.         }, => 'configure'], 1024);
  3434.         $instance->addListener('console.error', [=> function () {
  3435.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3436.         }, => 'onConsoleError'], 0);
  3437.         $instance->addListener('console.terminate', [=> function () {
  3438.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3439.         }, => 'onConsoleTerminate'], 0);
  3440.         $instance->addListener('security.authentication.success', [=> function () {
  3441.             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()));
  3442.         }, => 'onLogin'], 9223372036854775806);
  3443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3444.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  3445.         }, => 'checkPassport'], 0);
  3446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3447.             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()));
  3448.         }, => 'onSuccessfulLogin'], -63);
  3449.         $instance->addListener('kernel.response', [=> function () {
  3450.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  3451.         }, => 'onKernelResponse'], 0);
  3452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3453.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  3454.         }, => 'onSuccessfulLogin'], 0);
  3455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3456.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  3457.         }, => 'checkPassport'], 16);
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3459.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3460.         }, => 'onLogout'], 0);
  3461.         return $instance;
  3462.     }
  3463.     /**
  3464.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  3465.      *
  3466.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  3467.      */
  3468.     protected function getFosOauthServer_Controller_AuthorizeService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  3472.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3473.         $b $this->getFosOauthServer_Authorize_FormService();
  3474.         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()));
  3475.     }
  3476.     /**
  3477.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  3478.      *
  3479.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  3480.      */
  3481.     protected function getFosOauthServer_Controller_TokenService()
  3482.     {
  3483.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  3484.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  3485.     }
  3486.     /**
  3487.      * Gets the public 'fos_rest.view_handler' shared service.
  3488.      *
  3489.      * @return \FOS\RestBundle\View\ViewHandler
  3490.      */
  3491.     protected function getFosRest_ViewHandlerService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  3498.         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]);
  3499.     }
  3500.     /**
  3501.      * Gets the public 'http_kernel' shared service.
  3502.      *
  3503.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3504.      */
  3505.     protected function getHttpKernelService()
  3506.     {
  3507.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3508.         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 () {
  3509.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3510.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3511.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3512.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3513.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3514.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3515.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3516.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3517.         }, 8)), $a));
  3518.     }
  3519.     /**
  3520.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  3521.      *
  3522.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  3523.      */
  3524.     protected function getNelmioApiDoc_Command_DumpService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  3528.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3529.         $instance->setName('nelmio:apidoc:dump');
  3530.         return $instance;
  3531.     }
  3532.     /**
  3533.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  3534.      *
  3535.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3536.      */
  3537.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  3540.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3541.     }
  3542.     /**
  3543.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3544.      *
  3545.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3546.      */
  3547.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  3550.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3551.     }
  3552.     /**
  3553.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  3554.      *
  3555.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  3556.      */
  3557.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  3558.     {
  3559.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  3560.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3561.     }
  3562.     /**
  3563.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  3564.      *
  3565.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  3566.      */
  3567.     protected function getNelmioApiDoc_Generator_DefaultService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  3570.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  3571.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  3572.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  3573.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  3574.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  3575.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  3576.         }, 5), new RewindableGenerator(function () {
  3577.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  3578.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  3579.         }, 2));
  3580.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  3581.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3582.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3583.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3584.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3585.         $instance->setAlternativeNames([]);
  3586.         $instance->setMediaTypes([=> 'json']);
  3587.         $instance->setLogger($a);
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  3592.      *
  3593.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  3594.      */
  3595.     protected function getNelmioApiDoc_RenderDocsService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  3602.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3603.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  3604.         ], [
  3605.             'default' => '?',
  3606.         ]), 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())));
  3607.     }
  3608.     /**
  3609.      * Gets the public 'request_stack' shared service.
  3610.      *
  3611.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3612.      */
  3613.     protected function getRequestStackService()
  3614.     {
  3615.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3616.     }
  3617.     /**
  3618.      * Gets the public 'router' shared service.
  3619.      *
  3620.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3621.      */
  3622.     protected function getRouterService()
  3623.     {
  3624.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3625.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3626.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3627.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3628.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3629.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3630.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3631.         ], [
  3632.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3633.         ]))->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');
  3634.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3635.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3636.         return $instance;
  3637.     }
  3638.     /**
  3639.      * Gets the public 'routing.loader' shared service.
  3640.      *
  3641.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3642.      */
  3643.     protected function getRouting_LoaderService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3665.         include_once \dirname(__DIR__4).'/src/CmsBundle/Routing/PageLoader.php';
  3666.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Routing/ExtraLoader.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3671.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3672.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  3673.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3674.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3675.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  3676.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  3677.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  3678.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  3679.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  3680.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3681.             'kernel' => ['services''kernel''getKernelService'false],
  3682.         ], [
  3683.             'kernel' => 'App\\Kernel',
  3684.         ]), 'dev'));
  3685.         $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()))));
  3686.         $a->addLoader(new \App\Trinity\WebshopBundle\Routing\ExtraLoader($c));
  3687.         $a->addLoader($d);
  3688.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$d));
  3689.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$d));
  3690.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  3691.     }
  3692.     /**
  3693.      * Gets the public 'scheb_two_factor.firewall_context' shared service.
  3694.      *
  3695.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  3696.      */
  3697.     protected function getSchebTwoFactor_FirewallContextService()
  3698.     {
  3699.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  3700.         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())]);
  3701.     }
  3702.     /**
  3703.      * Gets the public 'scheb_two_factor.form_controller' shared service.
  3704.      *
  3705.      * @return \Scheb\TwoFactorBundle\Controller\FormController
  3706.      */
  3707.     protected function getSchebTwoFactor_FormControllerService()
  3708.     {
  3709.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  3710.         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);
  3711.     }
  3712.     /**
  3713.      * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  3714.      *
  3715.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  3716.      */
  3717.     protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  3722.         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);
  3723.     }
  3724.     /**
  3725.      * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  3726.      *
  3727.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  3728.      */
  3729.     protected function getSchebTwoFactor_Security_TotpFactoryService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  3732.         return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory('Easify''Easify TOTP', []);
  3733.     }
  3734.     /**
  3735.      * Gets the public 'services_resetter' shared service.
  3736.      *
  3737.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3738.      */
  3739.     protected function getServicesResetterService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3742.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3743.             if (isset($this->services['cache.app'])) {
  3744.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3745.             }
  3746.             if (isset($this->services['cache.system'])) {
  3747.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3748.             }
  3749.             if (isset($this->privates['cache.validator'])) {
  3750.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3751.             }
  3752.             if (isset($this->privates['cache.serializer'])) {
  3753.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3754.             }
  3755.             if (isset($this->privates['cache.annotations'])) {
  3756.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3757.             }
  3758.             if (isset($this->privates['cache.property_info'])) {
  3759.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3760.             }
  3761.             if (isset($this->privates['.debug.http_client'])) {
  3762.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3763.             }
  3764.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3765.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3766.             }
  3767.             if (isset($this->privates['debug.stopwatch'])) {
  3768.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3769.             }
  3770.             if (isset($this->services['event_dispatcher'])) {
  3771.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3772.             }
  3773.             if (isset($this->privates['session_listener'])) {
  3774.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  3775.             }
  3776.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3777.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3778.             }
  3779.             if (isset($this->services['cache.validator_expression_language'])) {
  3780.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3781.             }
  3782.             if (isset($this->services['.container.private.profiler'])) {
  3783.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3784.             }
  3785.             if (isset($this->services['.container.private.validator'])) {
  3786.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3787.             }
  3788.             if (isset($this->services['.container.private.security.token_storage'])) {
  3789.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3790.             }
  3791.             if (isset($this->privates['cache.security_expression_language'])) {
  3792.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3793.             }
  3794.             if (isset($this->services['fos_rest.view_handler'])) {
  3795.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  3796.             }
  3797.             if (isset($this->services['doctrine'])) {
  3798.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3799.             }
  3800.             if (isset($this->privates['form.type.entity'])) {
  3801.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3802.             }
  3803.             if (isset($this->services['white_october_breadcrumbs'])) {
  3804.                 yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
  3805.             }
  3806.             if (isset($this->privates['monolog.handler.main'])) {
  3807.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3808.             }
  3809.             if (isset($this->privates['monolog.handler.console'])) {
  3810.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3811.             }
  3812.             if (isset($this->privates['monolog.handler.deprecation'])) {
  3813.                 yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  3814.             }
  3815.             if (isset($this->privates['monolog.handler.deprecation_filter'])) {
  3816.                 yield 'monolog.handler.deprecation_filter' => ($this->privates['monolog.handler.deprecation_filter'] ?? null);
  3817.             }
  3818.             if (isset($this->privates['.debug.http_client'])) {
  3819.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3820.             }
  3821.         }, function () {
  3822.             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']));
  3823.         }), ['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']]);
  3824.     }
  3825.     /**
  3826.      * Gets the public 'translation.loader.db' shared service.
  3827.      *
  3828.      * @return \App\CmsBundle\Routing\DBLoader
  3829.      */
  3830.     protected function getTranslation_Loader_DbService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  3833.         include_once \dirname(__DIR__4).'/src/CmsBundle/Routing/DBLoader.php';
  3834.         return $this->services['translation.loader.db'] = new \App\CmsBundle\Routing\DBLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3835.     }
  3836.     /**
  3837.      * Gets the public 'translator' shared service.
  3838.      *
  3839.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3840.      */
  3841.     protected function getTranslatorService()
  3842.     {
  3843.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3844.     }
  3845.     /**
  3846.      * Gets the public 'trinity.mailer' shared service.
  3847.      *
  3848.      * @return \App\CmsBundle\Util\Mailer
  3849.      */
  3850.     protected function getTrinity_MailerService()
  3851.     {
  3852.         include_once \dirname(__DIR__4).'/src/CmsBundle/Util/Mailer.php';
  3853.         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()));
  3854.     }
  3855.     /**
  3856.      * Gets the public 'trinity.password.encoder' shared service.
  3857.      *
  3858.      * @return \App\CmsBundle\Service\PasswordEncoder
  3859.      */
  3860.     protected function getTrinity_Password_EncoderService()
  3861.     {
  3862.         include_once \dirname(__DIR__4).'/src/CmsBundle/Service/PasswordEncoder.php';
  3863.         return $this->services['trinity.password.encoder'] = new \App\CmsBundle\Service\PasswordEncoder(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3864.     }
  3865.     /**
  3866.      * Gets the public 'trinityapibundle_inflector' shared service.
  3867.      *
  3868.      * @return \Trinity\ApiBundle\Controller\InflectController
  3869.      */
  3870.     protected function getTrinityapibundleInflectorService()
  3871.     {
  3872.         return $this->services['trinityapibundle_inflector'] = new \Trinity\ApiBundle\Controller\InflectController();
  3873.     }
  3874.     /**
  3875.      * Gets the public 'trinityapibundle_show' shared service.
  3876.      *
  3877.      * @return \Trinity\ApiBundle\Controller\AdminController
  3878.      */
  3879.     protected function getTrinityapibundleShow2Service()
  3880.     {
  3881.         $this->services['trinityapibundle_show'] = $instance = new \Trinity\ApiBundle\Controller\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3882.         $instance->setContainer($this);
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the public 'trinityblogbundle_link' shared service.
  3887.      *
  3888.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  3889.      */
  3890.     protected function getTrinityblogbundleLinkService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3893.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3894.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  3895.         $this->services['trinityblogbundle_link'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3896.         $instance->setContainer($this);
  3897.         return $instance;
  3898.     }
  3899.     /**
  3900.      * Gets the public 'trinityblogbundle_show' shared service.
  3901.      *
  3902.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  3903.      */
  3904.     protected function getTrinityblogbundleShowService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3907.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3908.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  3909.         $this->services['trinityblogbundle_show'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3910.         $instance->setContainer($this);
  3911.         return $instance;
  3912.     }
  3913.     /**
  3914.      * Gets the public 'trinityformsbundle_link' shared service.
  3915.      *
  3916.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  3917.      */
  3918.     protected function getTrinityformsbundleLinkService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3921.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3922.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  3923.         $this->services['trinityformsbundle_link'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3924.         $instance->setContainer($this);
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the public 'trinityformsbundle_show' shared service.
  3929.      *
  3930.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  3931.      */
  3932.     protected function getTrinityformsbundleShowService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3935.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3936.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  3937.         $this->services['trinityformsbundle_show'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3938.         $instance->setContainer($this);
  3939.         return $instance;
  3940.     }
  3941.     /**
  3942.      * Gets the public 'trinitysearchbundle_link' shared service.
  3943.      *
  3944.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  3945.      */
  3946.     protected function getTrinitysearchbundleLinkService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3949.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3950.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  3951.         $this->services['trinitysearchbundle_link'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3952.         $instance->setContainer($this);
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the public 'trinitysearchbundle_show' shared service.
  3957.      *
  3958.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  3959.      */
  3960.     protected function getTrinitysearchbundleShowService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3963.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3964.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  3965.         $this->services['trinitysearchbundle_show'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3966.         $instance->setContainer($this);
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the public 'trinitysliderbundle_link' shared service.
  3971.      *
  3972.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  3973.      */
  3974.     protected function getTrinitysliderbundleLinkService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3977.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3978.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  3979.         $this->services['trinitysliderbundle_link'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3980.         $instance->setContainer($this);
  3981.         return $instance;
  3982.     }
  3983.     /**
  3984.      * Gets the public 'trinitysliderbundle_show' shared service.
  3985.      *
  3986.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  3987.      */
  3988.     protected function getTrinitysliderbundleShowService()
  3989.     {
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3991.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3992.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  3993.         $this->services['trinitysliderbundle_show'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3994.         $instance->setContainer($this);
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the public 'trinitywebshopbundle_link' shared service.
  3999.      *
  4000.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  4001.      */
  4002.     protected function getTrinitywebshopbundleLinkService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4005.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4006.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  4007.         $this->services['trinitywebshopbundle_link'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4008.         $instance->setContainer($this);
  4009.         return $instance;
  4010.     }
  4011.     /**
  4012.      * Gets the public 'trinitywebshopbundle_show' shared service.
  4013.      *
  4014.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  4015.      */
  4016.     protected function getTrinitywebshopbundleShowService()
  4017.     {
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4019.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4020.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  4021.         $this->services['trinitywebshopbundle_show'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4022.         $instance->setContainer($this);
  4023.         return $instance;
  4024.     }
  4025.     /**
  4026.      * Gets the public 'var_dumper.cloner' shared service.
  4027.      *
  4028.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4029.      */
  4030.     protected function getVarDumper_ClonerService()
  4031.     {
  4032.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4033.         $instance->setMaxItems(2500);
  4034.         $instance->setMinDepth(1);
  4035.         $instance->setMaxString(-1);
  4036.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4037.         return $instance;
  4038.     }
  4039.     /**
  4040.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4041.      *
  4042.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4043.      */
  4044.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4045.     {
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4047.         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()));
  4048.     }
  4049.     /**
  4050.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4051.      *
  4052.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4053.      */
  4054.     protected function getWebProfiler_Controller_ProfilerService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4057.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4058.     }
  4059.     /**
  4060.      * Gets the public 'web_profiler.controller.router' shared service.
  4061.      *
  4062.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4063.      */
  4064.     protected function getWebProfiler_Controller_RouterService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4067.         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 () {
  4068.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4069.         }, 1));
  4070.     }
  4071.     /**
  4072.      * Gets the public 'white_october_breadcrumbs' shared service.
  4073.      *
  4074.      * @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
  4075.      */
  4076.     protected function getWhiteOctoberBreadcrumbsService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Model/Breadcrumbs.php';
  4079.         $this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
  4080.         $instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
  4081.         return $instance;
  4082.     }
  4083.     /**
  4084.      * Gets the public 'white_october_breadcrumbs.helper' shared service.
  4085.      *
  4086.      * @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
  4087.      */
  4088.     protected function getWhiteOctoberBreadcrumbs_HelperService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Templating/Helper/BreadcrumbsHelper.php';
  4091.         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']);
  4092.     }
  4093.     /**
  4094.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  4095.      *
  4096.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  4097.      */
  4098.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  4099.     {
  4100.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  4101.     }
  4102.     /**
  4103.      * Gets the private '.App\Trinity\WebshopBundle\Command\GenerateProductsCommand.lazy' shared service.
  4104.      *
  4105.      * @return \Symfony\Component\Console\Command\LazyCommand
  4106.      */
  4107.     protected function getGenerateProductsCommand_LazyService()
  4108.     {
  4109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4111.         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 {
  4112.             return ($this->privates['App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand'] ?? $this->getGenerateProductsCommandService());
  4113.         });
  4114.     }
  4115.     /**
  4116.      * Gets the private '.App\Trinity\WebshopBundle\Command\ImportWoocommerce.lazy' shared service.
  4117.      *
  4118.      * @return \Symfony\Component\Console\Command\LazyCommand
  4119.      */
  4120.     protected function getImportWoocommerce_LazyService()
  4121.     {
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4124.         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 {
  4125.             return ($this->privates['App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce'] ?? $this->getImportWoocommerceService());
  4126.         });
  4127.     }
  4128.     /**
  4129.      * Gets the private '.console.command.about.lazy' shared service.
  4130.      *
  4131.      * @return \Symfony\Component\Console\Command\LazyCommand
  4132.      */
  4133.     protected function get_Console_Command_About_LazyService()
  4134.     {
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4137.         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 {
  4138.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4139.         });
  4140.     }
  4141.     /**
  4142.      * Gets the private '.console.command.assets_install.lazy' shared service.
  4143.      *
  4144.      * @return \Symfony\Component\Console\Command\LazyCommand
  4145.      */
  4146.     protected function get_Console_Command_AssetsInstall_LazyService()
  4147.     {
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4150.         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 {
  4151.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4152.         });
  4153.     }
  4154.     /**
  4155.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  4156.      *
  4157.      * @return \Symfony\Component\Console\Command\LazyCommand
  4158.      */
  4159.     protected function get_Console_Command_CacheClear_LazyService()
  4160.     {
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4163.         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 {
  4164.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4165.         });
  4166.     }
  4167.     /**
  4168.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4169.      *
  4170.      * @return \Symfony\Component\Console\Command\LazyCommand
  4171.      */
  4172.     protected function get_Console_Command_CachePoolClear_LazyService()
  4173.     {
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4176.         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 {
  4177.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4178.         });
  4179.     }
  4180.     /**
  4181.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\Console\Command\LazyCommand
  4184.      */
  4185.     protected function get_Console_Command_CachePoolDelete_LazyService()
  4186.     {
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4189.         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 {
  4190.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4191.         });
  4192.     }
  4193.     /**
  4194.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4195.      *
  4196.      * @return \Symfony\Component\Console\Command\LazyCommand
  4197.      */
  4198.     protected function get_Console_Command_CachePoolList_LazyService()
  4199.     {
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4202.         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 {
  4203.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4204.         });
  4205.     }
  4206.     /**
  4207.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4208.      *
  4209.      * @return \Symfony\Component\Console\Command\LazyCommand
  4210.      */
  4211.     protected function get_Console_Command_CachePoolPrune_LazyService()
  4212.     {
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4215.         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 {
  4216.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4217.         });
  4218.     }
  4219.     /**
  4220.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4221.      *
  4222.      * @return \Symfony\Component\Console\Command\LazyCommand
  4223.      */
  4224.     protected function get_Console_Command_CacheWarmup_LazyService()
  4225.     {
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4228.         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 {
  4229.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4230.         });
  4231.     }
  4232.     /**
  4233.      * Gets the private '.console.command.config_debug.lazy' shared service.
  4234.      *
  4235.      * @return \Symfony\Component\Console\Command\LazyCommand
  4236.      */
  4237.     protected function get_Console_Command_ConfigDebug_LazyService()
  4238.     {
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4241.         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 {
  4242.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4243.         });
  4244.     }
  4245.     /**
  4246.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4247.      *
  4248.      * @return \Symfony\Component\Console\Command\LazyCommand
  4249.      */
  4250.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  4251.     {
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4254.         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 {
  4255.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4256.         });
  4257.     }
  4258.     /**
  4259.      * Gets the private '.console.command.container_debug.lazy' shared service.
  4260.      *
  4261.      * @return \Symfony\Component\Console\Command\LazyCommand
  4262.      */
  4263.     protected function get_Console_Command_ContainerDebug_LazyService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4267.         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 {
  4268.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4269.         });
  4270.     }
  4271.     /**
  4272.      * Gets the private '.console.command.container_lint.lazy' shared service.
  4273.      *
  4274.      * @return \Symfony\Component\Console\Command\LazyCommand
  4275.      */
  4276.     protected function get_Console_Command_ContainerLint_LazyService()
  4277.     {
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4280.         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 {
  4281.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4282.         });
  4283.     }
  4284.     /**
  4285.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4286.      *
  4287.      * @return \Symfony\Component\Console\Command\LazyCommand
  4288.      */
  4289.     protected function get_Console_Command_DebugAutowiring_LazyService()
  4290.     {
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4293.         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 {
  4294.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4295.         });
  4296.     }
  4297.     /**
  4298.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4299.      *
  4300.      * @return \Symfony\Component\Console\Command\LazyCommand
  4301.      */
  4302.     protected function get_Console_Command_DotenvDebug_LazyService()
  4303.     {
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4306.         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 {
  4307.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4308.         });
  4309.     }
  4310.     /**
  4311.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4312.      *
  4313.      * @return \Symfony\Component\Console\Command\LazyCommand
  4314.      */
  4315.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4316.     {
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4319.         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 {
  4320.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4321.         });
  4322.     }
  4323.     /**
  4324.      * Gets the private '.console.command.form_debug.lazy' shared service.
  4325.      *
  4326.      * @return \Symfony\Component\Console\Command\LazyCommand
  4327.      */
  4328.     protected function get_Console_Command_FormDebug_LazyService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4332.         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 {
  4333.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4334.         });
  4335.     }
  4336.     /**
  4337.      * Gets the private '.console.command.router_debug.lazy' shared service.
  4338.      *
  4339.      * @return \Symfony\Component\Console\Command\LazyCommand
  4340.      */
  4341.     protected function get_Console_Command_RouterDebug_LazyService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4345.         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 {
  4346.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4347.         });
  4348.     }
  4349.     /**
  4350.      * Gets the private '.console.command.router_match.lazy' shared service.
  4351.      *
  4352.      * @return \Symfony\Component\Console\Command\LazyCommand
  4353.      */
  4354.     protected function get_Console_Command_RouterMatch_LazyService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4358.         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 {
  4359.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4360.         });
  4361.     }
  4362.     /**
  4363.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4364.      *
  4365.      * @return \Symfony\Component\Console\Command\LazyCommand
  4366.      */
  4367.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4371.         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 {
  4372.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4373.         });
  4374.     }
  4375.     /**
  4376.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4377.      *
  4378.      * @return \Symfony\Component\Console\Command\LazyCommand
  4379.      */
  4380.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4381.     {
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4384.         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 {
  4385.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4386.         });
  4387.     }
  4388.     /**
  4389.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4390.      *
  4391.      * @return \Symfony\Component\Console\Command\LazyCommand
  4392.      */
  4393.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4394.     {
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4397.         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 {
  4398.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4399.         });
  4400.     }
  4401.     /**
  4402.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  4403.      *
  4404.      * @return \Symfony\Component\Console\Command\LazyCommand
  4405.      */
  4406.     protected function get_Console_Command_SecretsList_LazyService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4410.         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 {
  4411.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4412.         });
  4413.     }
  4414.     /**
  4415.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4416.      *
  4417.      * @return \Symfony\Component\Console\Command\LazyCommand
  4418.      */
  4419.     protected function get_Console_Command_SecretsRemove_LazyService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4423.         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 {
  4424.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4425.         });
  4426.     }
  4427.     /**
  4428.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  4429.      *
  4430.      * @return \Symfony\Component\Console\Command\LazyCommand
  4431.      */
  4432.     protected function get_Console_Command_SecretsSet_LazyService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4436.         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 {
  4437.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4438.         });
  4439.     }
  4440.     /**
  4441.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  4442.      *
  4443.      * @return \Symfony\Component\Console\Command\LazyCommand
  4444.      */
  4445.     protected function get_Console_Command_TranslationDebug_LazyService()
  4446.     {
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4449.         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 {
  4450.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4451.         });
  4452.     }
  4453.     /**
  4454.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  4455.      *
  4456.      * @return \Symfony\Component\Console\Command\LazyCommand
  4457.      */
  4458.     protected function get_Console_Command_TranslationExtract_LazyService()
  4459.     {
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4462.         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 {
  4463.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4464.         });
  4465.     }
  4466.     /**
  4467.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  4468.      *
  4469.      * @return \Symfony\Component\Console\Command\LazyCommand
  4470.      */
  4471.     protected function get_Console_Command_TranslationPull_LazyService()
  4472.     {
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4475.         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 {
  4476.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4477.         });
  4478.     }
  4479.     /**
  4480.      * Gets the private '.console.command.translation_push.lazy' shared service.
  4481.      *
  4482.      * @return \Symfony\Component\Console\Command\LazyCommand
  4483.      */
  4484.     protected function get_Console_Command_TranslationPush_LazyService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4488.         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 {
  4489.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4490.         });
  4491.     }
  4492.     /**
  4493.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  4494.      *
  4495.      * @return \Symfony\Component\Console\Command\LazyCommand
  4496.      */
  4497.     protected function get_Console_Command_ValidatorDebug_LazyService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4501.         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 {
  4502.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4503.         });
  4504.     }
  4505.     /**
  4506.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4507.      *
  4508.      * @return \Symfony\Component\Console\Command\LazyCommand
  4509.      */
  4510.     protected function get_Console_Command_XliffLint_LazyService()
  4511.     {
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4514.         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 {
  4515.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4516.         });
  4517.     }
  4518.     /**
  4519.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4520.      *
  4521.      * @return \Symfony\Component\Console\Command\LazyCommand
  4522.      */
  4523.     protected function get_Console_Command_YamlLint_LazyService()
  4524.     {
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4527.         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 {
  4528.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4529.         });
  4530.     }
  4531.     /**
  4532.      * Gets the private '.debug.http_client' shared service.
  4533.      *
  4534.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4535.      */
  4536.     protected function get_Debug_HttpClientService()
  4537.     {
  4538.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4539.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4540.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4541.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4542.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4543.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4544.         $a->setLogger($b);
  4545.         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))));
  4546.     }
  4547.     /**
  4548.      * Gets the private '.errored..service_locator.CoH5eTz.Symfony\Component\HttpFoundation\Session\Session' shared service.
  4549.      *
  4550.      * @return \Symfony\Component\HttpFoundation\Session\Session
  4551.      */
  4552.     protected function getSession2Service()
  4553.     {
  4554.         $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.');
  4555.     }
  4556.     /**
  4557.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  4558.      *
  4559.      * @return \Symfony\Component\HttpFoundation\Response
  4560.      */
  4561.     protected function getResponseService()
  4562.     {
  4563.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  4564.     }
  4565.     /**
  4566.      * Gets the private '.errored..service_locator.f547vEI.Symfony\Component\ErrorHandler\Exception\FlattenException' shared service.
  4567.      *
  4568.      * @return \Symfony\Component\ErrorHandler\Exception\FlattenException
  4569.      */
  4570.     protected function getFlattenExceptionService()
  4571.     {
  4572.         $this->throw('Cannot autowire service ".service_locator.f547vEI": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.');
  4573.     }
  4574.     /**
  4575.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  4576.      *
  4577.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  4578.      */
  4579.     protected function getLoaderInterfaceService()
  4580.     {
  4581.         $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".');
  4582.     }
  4583.     /**
  4584.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  4585.      *
  4586.      * @return \Symfony\Component\Console\Command\LazyCommand
  4587.      */
  4588.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  4589.     {
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4592.         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 {
  4593.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  4594.         });
  4595.     }
  4596.     /**
  4597.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Console\Command\LazyCommand
  4600.      */
  4601.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4605.         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 {
  4606.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  4607.         });
  4608.     }
  4609.     /**
  4610.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  4611.      *
  4612.      * @return \Symfony\Component\Console\Command\LazyCommand
  4613.      */
  4614.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  4615.     {
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4618.         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 {
  4619.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  4620.         });
  4621.     }
  4622.     /**
  4623.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  4624.      *
  4625.      * @return \Symfony\Component\Console\Command\LazyCommand
  4626.      */
  4627.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  4628.     {
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4631.         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 {
  4632.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  4633.         });
  4634.     }
  4635.     /**
  4636.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  4637.      *
  4638.      * @return \Symfony\Component\Console\Command\LazyCommand
  4639.      */
  4640.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4644.         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 {
  4645.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  4646.         });
  4647.     }
  4648.     /**
  4649.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  4650.      *
  4651.      * @return \Symfony\Component\Console\Command\LazyCommand
  4652.      */
  4653.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4657.         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 {
  4658.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  4659.         });
  4660.     }
  4661.     /**
  4662.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  4663.      *
  4664.      * @return \Symfony\Component\Console\Command\LazyCommand
  4665.      */
  4666.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4670.         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 {
  4671.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  4672.         });
  4673.     }
  4674.     /**
  4675.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  4676.      *
  4677.      * @return \Symfony\Component\Console\Command\LazyCommand
  4678.      */
  4679.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  4680.     {
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4683.         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 {
  4684.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  4685.         });
  4686.     }
  4687.     /**
  4688.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  4689.      *
  4690.      * @return \Symfony\Component\Console\Command\LazyCommand
  4691.      */
  4692.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4696.         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 {
  4697.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  4698.         });
  4699.     }
  4700.     /**
  4701.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  4702.      *
  4703.      * @return \Symfony\Component\Console\Command\LazyCommand
  4704.      */
  4705.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4709.         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 {
  4710.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  4711.         });
  4712.     }
  4713.     /**
  4714.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  4715.      *
  4716.      * @return \Symfony\Component\Console\Command\LazyCommand
  4717.      */
  4718.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4722.         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 {
  4723.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  4724.         });
  4725.     }
  4726.     /**
  4727.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  4728.      *
  4729.      * @return \Symfony\Component\Console\Command\LazyCommand
  4730.      */
  4731.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4735.         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 {
  4736.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  4737.         });
  4738.     }
  4739.     /**
  4740.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  4741.      *
  4742.      * @return \Symfony\Component\Console\Command\LazyCommand
  4743.      */
  4744.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  4745.     {
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4748.         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 {
  4749.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  4750.         });
  4751.     }
  4752.     /**
  4753.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\Console\Command\LazyCommand
  4756.      */
  4757.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4761.         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 {
  4762.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  4763.         });
  4764.     }
  4765.     /**
  4766.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  4767.      *
  4768.      * @return \Symfony\Component\Console\Command\LazyCommand
  4769.      */
  4770.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  4771.     {
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4774.         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 {
  4775.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  4776.         });
  4777.     }
  4778.     /**
  4779.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  4780.      *
  4781.      * @return \Symfony\Component\Console\Command\LazyCommand
  4782.      */
  4783.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4787.         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 {
  4788.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  4789.         });
  4790.     }
  4791.     /**
  4792.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  4793.      *
  4794.      * @return \Symfony\Component\Console\Command\LazyCommand
  4795.      */
  4796.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  4797.     {
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4800.         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 {
  4801.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  4802.         });
  4803.     }
  4804.     /**
  4805.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  4806.      *
  4807.      * @return \Symfony\Component\Console\Command\LazyCommand
  4808.      */
  4809.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4813.         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 {
  4814.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  4815.         });
  4816.     }
  4817.     /**
  4818.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  4819.      *
  4820.      * @return \Symfony\Component\Console\Command\LazyCommand
  4821.      */
  4822.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4826.         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 {
  4827.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  4828.         });
  4829.     }
  4830.     /**
  4831.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  4832.      *
  4833.      * @return \Symfony\Component\Console\Command\LazyCommand
  4834.      */
  4835.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  4836.     {
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4839.         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 {
  4840.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  4841.         });
  4842.     }
  4843.     /**
  4844.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  4845.      *
  4846.      * @return \Symfony\Component\Console\Command\LazyCommand
  4847.      */
  4848.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  4849.     {
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4852.         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 {
  4853.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  4854.         });
  4855.     }
  4856.     /**
  4857.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  4858.      *
  4859.      * @return \Symfony\Component\Console\Command\LazyCommand
  4860.      */
  4861.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  4862.     {
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4865.         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 {
  4866.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  4867.         });
  4868.     }
  4869.     /**
  4870.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  4871.      *
  4872.      * @return \Symfony\Component\Console\Command\LazyCommand
  4873.      */
  4874.     protected function get_Monolog_Command_ServerLog_LazyService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4878.         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 {
  4879.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  4880.         });
  4881.     }
  4882.     /**
  4883.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  4884.      *
  4885.      * @return \Symfony\Component\Console\Command\LazyCommand
  4886.      */
  4887.     protected function get_Security_Command_DebugFirewall_LazyService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4891.         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 {
  4892.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  4893.         });
  4894.     }
  4895.     /**
  4896.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  4897.      *
  4898.      * @return \Symfony\Component\Console\Command\LazyCommand
  4899.      */
  4900.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  4901.     {
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4904.         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 {
  4905.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  4906.         });
  4907.     }
  4908.     /**
  4909.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  4910.      *
  4911.      * @return \Symfony\Component\Console\Command\LazyCommand
  4912.      */
  4913.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4917.         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 {
  4918.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4919.         });
  4920.     }
  4921.     /**
  4922.      * Gets the private '.service_locator.6VMI2oi' shared service.
  4923.      *
  4924.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4925.      */
  4926.     protected function get_ServiceLocator_6VMI2oiService()
  4927.     {
  4928.         return $this->privates['.service_locator.6VMI2oi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4929.             'App\\CmsBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4930.             'App\\CmsBundle\\Controller\\DefaultController::spotlightSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4931.             'App\\CmsBundle\\Controller\\ErrorController::show' => ['privates''.service_locator.f547vEI''get_ServiceLocator_F547vEIService'false],
  4932.             'App\\CmsBundle\\Controller\\LoginController::setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4933.             'App\\CmsBundle\\Controller\\MailController::previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4934.             'App\\CmsBundle\\Controller\\PageController::linkAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4935.             'App\\CmsBundle\\Controller\\PageController::notify' => ['privates''.service_locator.BLTw9in''get_ServiceLocator_BLTw9inService'false],
  4936.             'App\\CmsBundle\\Controller\\UsersController::profileAction' => ['privates''.service_locator.FbmMItr''get_ServiceLocator_FbmMItrService'false],
  4937.             'App\\CmsBundle\\Controller\\UsersController::setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4938.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4939.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::editAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4940.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::indexAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4941.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4942.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4943.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4944.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4945.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrders' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4946.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderPaymentStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4947.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4948.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4949.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::finishAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4950.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::loginAction' => ['privates''.service_locator.eECzLMY''get_ServiceLocator_EECzLMYService'false],
  4951.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::overviewAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  4952.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::reorder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4953.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController::productsAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4954.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::giftcardDownload' => ['privates''.service_locator.fY0Iw1B''get_ServiceLocator_FY0Iw1BService'false],
  4955.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4956.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::used' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4957.             'App\\Trinity\\WebshopBundle\\Controller\\MailController::previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4958.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::addAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  4959.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::finishManualAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4960.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController::indexAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4961.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4962.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4963.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4964.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4965.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4966.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4967.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4968.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4969.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  4970.             'App\\CmsBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4971.             'App\\CmsBundle\\Controller\\DefaultController:spotlightSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4972.             'App\\CmsBundle\\Controller\\ErrorController:show' => ['privates''.service_locator.f547vEI''get_ServiceLocator_F547vEIService'false],
  4973.             'App\\CmsBundle\\Controller\\LoginController:setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4974.             'App\\CmsBundle\\Controller\\MailController:previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4975.             'App\\CmsBundle\\Controller\\PageController:linkAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4976.             'App\\CmsBundle\\Controller\\PageController:notify' => ['privates''.service_locator.BLTw9in''get_ServiceLocator_BLTw9inService'false],
  4977.             'App\\CmsBundle\\Controller\\UsersController:profileAction' => ['privates''.service_locator.FbmMItr''get_ServiceLocator_FbmMItrService'false],
  4978.             'App\\CmsBundle\\Controller\\UsersController:setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4979.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4980.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:editAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4981.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:indexAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4982.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4983.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4984.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4985.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4986.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrders' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4987.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderPaymentStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4988.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4989.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4990.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:finishAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4991.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:loginAction' => ['privates''.service_locator.eECzLMY''get_ServiceLocator_EECzLMYService'false],
  4992.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:overviewAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  4993.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:reorder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4994.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController:productsAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4995.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:giftcardDownload' => ['privates''.service_locator.fY0Iw1B''get_ServiceLocator_FY0Iw1BService'false],
  4996.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4997.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:used' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4998.             'App\\Trinity\\WebshopBundle\\Controller\\MailController:previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4999.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:addAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  5000.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:finishManualAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5001.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController:indexAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5002.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5003.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5004.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5005.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5006.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5007.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5008.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5009.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5010.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  5011.         ], [
  5012.             'App\\CmsBundle\\Controller\\ApiController::setViewHandler' => '?',
  5013.             'App\\CmsBundle\\Controller\\DefaultController::spotlightSearch' => '?',
  5014.             'App\\CmsBundle\\Controller\\ErrorController::show' => '?',
  5015.             'App\\CmsBundle\\Controller\\LoginController::setup2fa' => '?',
  5016.             'App\\CmsBundle\\Controller\\MailController::previewIncludeAction' => '?',
  5017.             'App\\CmsBundle\\Controller\\PageController::linkAction' => '?',
  5018.             'App\\CmsBundle\\Controller\\PageController::notify' => '?',
  5019.             'App\\CmsBundle\\Controller\\UsersController::profileAction' => '?',
  5020.             'App\\CmsBundle\\Controller\\UsersController::setup2fa' => '?',
  5021.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController::setViewHandler' => '?',
  5022.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::editAction' => '?',
  5023.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::indexAction' => '?',
  5024.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customer' => '?',
  5025.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customers' => '?',
  5026.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrder' => '?',
  5027.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrderStatus' => '?',
  5028.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrders' => '?',
  5029.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderPaymentStatus' => '?',
  5030.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderStatus' => '?',
  5031.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::setViewHandler' => '?',
  5032.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::finishAction' => '?',
  5033.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::loginAction' => '?',
  5034.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::overviewAction' => '?',
  5035.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::reorder' => '?',
  5036.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController::productsAction' => '?',
  5037.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::giftcardDownload' => '?',
  5038.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::index' => '?',
  5039.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::used' => '?',
  5040.             'App\\Trinity\\WebshopBundle\\Controller\\MailController::previewIncludeAction' => '?',
  5041.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::addAction' => '?',
  5042.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::finishManualAction' => '?',
  5043.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController::indexAction' => '?',
  5044.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::deleteAction' => '?',
  5045.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::edit' => '?',
  5046.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::index' => '?',
  5047.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::deleteAction' => '?',
  5048.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::edit' => '?',
  5049.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::index' => '?',
  5050.             'kernel::loadRoutes' => '?',
  5051.             'kernel::registerContainerConfiguration' => '?',
  5052.             'kernel::terminate' => '?',
  5053.             'App\\CmsBundle\\Controller\\ApiController:setViewHandler' => '?',
  5054.             'App\\CmsBundle\\Controller\\DefaultController:spotlightSearch' => '?',
  5055.             'App\\CmsBundle\\Controller\\ErrorController:show' => '?',
  5056.             'App\\CmsBundle\\Controller\\LoginController:setup2fa' => '?',
  5057.             'App\\CmsBundle\\Controller\\MailController:previewIncludeAction' => '?',
  5058.             'App\\CmsBundle\\Controller\\PageController:linkAction' => '?',
  5059.             'App\\CmsBundle\\Controller\\PageController:notify' => '?',
  5060.             'App\\CmsBundle\\Controller\\UsersController:profileAction' => '?',
  5061.             'App\\CmsBundle\\Controller\\UsersController:setup2fa' => '?',
  5062.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController:setViewHandler' => '?',
  5063.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:editAction' => '?',
  5064.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:indexAction' => '?',
  5065.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customer' => '?',
  5066.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customers' => '?',
  5067.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrder' => '?',
  5068.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrderStatus' => '?',
  5069.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrders' => '?',
  5070.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderPaymentStatus' => '?',
  5071.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderStatus' => '?',
  5072.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:setViewHandler' => '?',
  5073.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:finishAction' => '?',
  5074.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:loginAction' => '?',
  5075.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:overviewAction' => '?',
  5076.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:reorder' => '?',
  5077.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController:productsAction' => '?',
  5078.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:giftcardDownload' => '?',
  5079.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:index' => '?',
  5080.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:used' => '?',
  5081.             'App\\Trinity\\WebshopBundle\\Controller\\MailController:previewIncludeAction' => '?',
  5082.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:addAction' => '?',
  5083.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:finishManualAction' => '?',
  5084.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController:indexAction' => '?',
  5085.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:deleteAction' => '?',
  5086.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:edit' => '?',
  5087.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:index' => '?',
  5088.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:deleteAction' => '?',
  5089.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:edit' => '?',
  5090.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:index' => '?',
  5091.             'kernel:loadRoutes' => '?',
  5092.             'kernel:registerContainerConfiguration' => '?',
  5093.             'kernel:terminate' => '?',
  5094.         ]);
  5095.     }
  5096.     /**
  5097.      * Gets the private '.service_locator.9TcZ2i.' shared service.
  5098.      *
  5099.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5100.      */
  5101.     protected function get_ServiceLocator_9TcZ2i_Service()
  5102.     {
  5103.         return $this->privates['.service_locator.9TcZ2i.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5104.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5105.             'security.event_dispatcher.admin_secured_area' => ['privates''security.event_dispatcher.admin_secured_area''getSecurity_EventDispatcher_AdminSecuredAreaService'false],
  5106.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  5107.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  5108.             'security.event_dispatcher.user_secured_area' => ['privates''security.event_dispatcher.user_secured_area''getSecurity_EventDispatcher_UserSecuredAreaService'false],
  5109.         ], [
  5110.             'event_dispatcher' => '?',
  5111.             'security.event_dispatcher.admin_secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5112.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5113.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5114.             'security.event_dispatcher.user_secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5115.         ]);
  5116.     }
  5117.     /**
  5118.      * Gets the private '.service_locator.BLTw9in' shared service.
  5119.      *
  5120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5121.      */
  5122.     protected function get_ServiceLocator_BLTw9inService()
  5123.     {
  5124.         return $this->privates['.service_locator.BLTw9in'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5125.             'Page' => ['privates''App\\CmsBundle\\Entity\\Page''getPageService'false],
  5126.         ], [
  5127.             'Page' => 'App\\CmsBundle\\Entity\\Page',
  5128.         ]);
  5129.     }
  5130.     /**
  5131.      * Gets the private '.service_locator.CoH5eTz' shared service.
  5132.      *
  5133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5134.      */
  5135.     protected function get_ServiceLocator_CoH5eTzService()
  5136.     {
  5137.         return $this->privates['.service_locator.CoH5eTz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5138.             '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.'],
  5139.             'totpAuthenticator' => ['services''scheb_two_factor.security.totp_authenticator''getSchebTwoFactor_Security_TotpAuthenticatorService'false],
  5140.         ], [
  5141.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  5142.             'totpAuthenticator' => '?',
  5143.         ]);
  5144.     }
  5145.     /**
  5146.      * Gets the private '.service_locator.FbmMItr' shared service.
  5147.      *
  5148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5149.      */
  5150.     protected function get_ServiceLocator_FbmMItrService()
  5151.     {
  5152.         return $this->privates['.service_locator.FbmMItr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5153.             'totpAuthenticator' => ['services''scheb_two_factor.security.totp_authenticator''getSchebTwoFactor_Security_TotpAuthenticatorService'false],
  5154.         ], [
  5155.             'totpAuthenticator' => '?',
  5156.         ]);
  5157.     }
  5158.     /**
  5159.      * Gets the private '.service_locator.bRdave9' shared service.
  5160.      *
  5161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5162.      */
  5163.     protected function get_ServiceLocator_BRdave9Service()
  5164.     {
  5165.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5166.             '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.'],
  5167.         ], [
  5168.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  5169.         ]);
  5170.     }
  5171.     /**
  5172.      * Gets the private '.service_locator.eECzLMY' shared service.
  5173.      *
  5174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5175.      */
  5176.     protected function get_ServiceLocator_EECzLMYService()
  5177.     {
  5178.         return $this->privates['.service_locator.eECzLMY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5179.             'factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  5180.         ], [
  5181.             'factory' => '?',
  5182.         ]);
  5183.     }
  5184.     /**
  5185.      * Gets the private '.service_locator.eNXvEIX' shared service.
  5186.      *
  5187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5188.      */
  5189.     protected function get_ServiceLocator_ENXvEIXService()
  5190.     {
  5191.         return $this->privates['.service_locator.eNXvEIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5192.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5193.         ], [
  5194.             'twig' => '?',
  5195.         ]);
  5196.     }
  5197.     /**
  5198.      * Gets the private '.service_locator.f547vEI' shared service.
  5199.      *
  5200.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5201.      */
  5202.     protected function get_ServiceLocator_F547vEIService()
  5203.     {
  5204.         return $this->privates['.service_locator.f547vEI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5205.             'containerInterface' => ['services''service_container''getServiceContainerService'false],
  5206.             '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.'],
  5207.             'mailer' => ['privates''App\\CmsBundle\\Util\\Mailer''getMailerService'false],
  5208.             'translator' => ['services''translator''getTranslatorService'false],
  5209.         ], [
  5210.             'containerInterface' => '?',
  5211.             'exception' => 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException',
  5212.             'mailer' => 'App\\CmsBundle\\Util\\Mailer',
  5213.             'translator' => '?',
  5214.         ]);
  5215.     }
  5216.     /**
  5217.      * Gets the private '.service_locator.fY0Iw1B' shared service.
  5218.      *
  5219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5220.      */
  5221.     protected function get_ServiceLocator_FY0Iw1BService()
  5222.     {
  5223.         return $this->privates['.service_locator.fY0Iw1B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5224.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5225.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5226.         ], [
  5227.             'em' => '?',
  5228.             'twig' => '?',
  5229.         ]);
  5230.     }
  5231.     /**
  5232.      * Gets the private '.service_locator.foPrRcS' shared service.
  5233.      *
  5234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5235.      */
  5236.     protected function get_ServiceLocator_FoPrRcSService()
  5237.     {
  5238.         return $this->privates['.service_locator.foPrRcS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5239.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5240.         ], [
  5241.             'viewhandler' => '?',
  5242.         ]);
  5243.     }
  5244.     /**
  5245.      * Gets the private '.service_locator.gArUn4e' shared service.
  5246.      *
  5247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5248.      */
  5249.     protected function get_ServiceLocator_GArUn4eService()
  5250.     {
  5251.         return $this->privates['.service_locator.gArUn4e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5252.             'security.firewall.map.context.admin_secured_area' => ['privates''security.firewall.map.context.admin_secured_area''getSecurity_Firewall_Map_Context_AdminSecuredAreaService'false],
  5253.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5254.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5255.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5256.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  5257.             'security.firewall.map.context.user_secured_area' => ['privates''security.firewall.map.context.user_secured_area''getSecurity_Firewall_Map_Context_UserSecuredAreaService'false],
  5258.         ], [
  5259.             'security.firewall.map.context.admin_secured_area' => '?',
  5260.             'security.firewall.map.context.api' => '?',
  5261.             'security.firewall.map.context.dev' => '?',
  5262.             'security.firewall.map.context.main' => '?',
  5263.             'security.firewall.map.context.oauth_token' => '?',
  5264.             'security.firewall.map.context.user_secured_area' => '?',
  5265.         ]);
  5266.     }
  5267.     /**
  5268.      * Gets the private '.service_locator.mx0UMmY' shared service.
  5269.      *
  5270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5271.      */
  5272.     protected function get_ServiceLocator_Mx0UMmYService()
  5273.     {
  5274.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5275.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5276.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5277.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5278.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5279.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5280.             'router' => ['services''router''getRouterService'false],
  5281.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5282.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5283.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5284.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5285.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5286.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5287.         ], [
  5288.             'doctrine' => '?',
  5289.             'form.factory' => '?',
  5290.             'http_kernel' => '?',
  5291.             'parameter_bag' => '?',
  5292.             'request_stack' => '?',
  5293.             'router' => '?',
  5294.             'security.authorization_checker' => '?',
  5295.             'security.csrf.token_manager' => '?',
  5296.             'security.token_storage' => '?',
  5297.             'serializer' => '?',
  5298.             'session' => '.session.deprecated',
  5299.             'twig' => '?',
  5300.         ]);
  5301.     }
  5302.     /**
  5303.      * Gets the private '.service_locator.t6i3vFk' shared service.
  5304.      *
  5305.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5306.      */
  5307.     protected function get_ServiceLocator_T6i3vFkService()
  5308.     {
  5309.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5310.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5311.         ], [
  5312.             'em' => '?',
  5313.         ]);
  5314.     }
  5315.     /**
  5316.      * Gets the private '.service_locator.tXM58lC' shared service.
  5317.      *
  5318.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5319.      */
  5320.     protected function get_ServiceLocator_TXM58lCService()
  5321.     {
  5322.         return $this->privates['.service_locator.tXM58lC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5323.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  5324.         ], [
  5325.             'passwordEncoder' => '?',
  5326.         ]);
  5327.     }
  5328.     /**
  5329.      * Gets the private '.service_locator.u9KuSDP' shared service.
  5330.      *
  5331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5332.      */
  5333.     protected function get_ServiceLocator_U9KuSDPService()
  5334.     {
  5335.         return $this->privates['.service_locator.u9KuSDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5336.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5337.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5338.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5339.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5340.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5341.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5342.             'router' => ['services''router''getRouterService'false],
  5343.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5344.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5345.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5346.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5347.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5348.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5349.         ], [
  5350.             'doctrine' => '?',
  5351.             'form.factory' => '?',
  5352.             'fos_rest.view_handler' => '?',
  5353.             'http_kernel' => '?',
  5354.             'parameter_bag' => '?',
  5355.             'request_stack' => '?',
  5356.             'router' => '?',
  5357.             'security.authorization_checker' => '?',
  5358.             'security.csrf.token_manager' => '?',
  5359.             'security.token_storage' => '?',
  5360.             'serializer' => '?',
  5361.             'session' => '.session.deprecated',
  5362.             'twig' => '?',
  5363.         ]);
  5364.     }
  5365.     /**
  5366.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5367.      *
  5368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5369.      */
  5370.     protected function get_ServiceLocator_XUrKPVUService()
  5371.     {
  5372.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5373.             '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".'],
  5374.         ], [
  5375.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5376.         ]);
  5377.     }
  5378.     /**
  5379.      * Gets the private '.session.deprecated' shared service.
  5380.      *
  5381.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5382.      */
  5383.     protected function get_Session_DeprecatedService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5387.         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();
  5388.     }
  5389.     /**
  5390.      * Gets the private '.twig.command.debug.lazy' shared service.
  5391.      *
  5392.      * @return \Symfony\Component\Console\Command\LazyCommand
  5393.      */
  5394.     protected function get_Twig_Command_Debug_LazyService()
  5395.     {
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5398.         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 {
  5399.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5400.         });
  5401.     }
  5402.     /**
  5403.      * Gets the private '.twig.command.lint.lazy' shared service.
  5404.      *
  5405.      * @return \Symfony\Component\Console\Command\LazyCommand
  5406.      */
  5407.     protected function get_Twig_Command_Lint_LazyService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5411.         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 {
  5412.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5413.         });
  5414.     }
  5415.     /**
  5416.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5417.      *
  5418.      * @return \Symfony\Component\Console\Command\LazyCommand
  5419.      */
  5420.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5424.         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 {
  5425.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5426.         });
  5427.     }
  5428.     /**
  5429.      * Gets the private 'App\CmsBundle\Entity\Page' shared autowired service.
  5430.      *
  5431.      * @return \App\CmsBundle\Entity\Page
  5432.      */
  5433.     protected function getPageService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/src/CmsBundle/Entity/PageInterface.php';
  5436.         include_once \dirname(__DIR__4).'/src/CmsBundle/Entity/Page.php';
  5437.         return $this->privates['App\\CmsBundle\\Entity\\Page'] = new \App\CmsBundle\Entity\Page();
  5438.     }
  5439.     /**
  5440.      * Gets the private 'App\CmsBundle\Repository\UserRepository' shared autowired service.
  5441.      *
  5442.      * @return \App\CmsBundle\Repository\UserRepository
  5443.      */
  5444.     protected function getUserRepositoryService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  5452.         include_once \dirname(__DIR__4).'/src/CmsBundle/Repository/UserRepository.php';
  5453.         return $this->privates['App\\CmsBundle\\Repository\\UserRepository'] = new \App\CmsBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5454.     }
  5455.     /**
  5456.      * Gets the private 'App\CmsBundle\Security\AppUserAuthenticator' shared autowired service.
  5457.      *
  5458.      * @return \App\CmsBundle\Security\AppUserAuthenticator
  5459.      */
  5460.     protected function getAppUserAuthenticatorService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5468.         include_once \dirname(__DIR__4).'/src/CmsBundle/Security/AppUserAuthenticator.php';
  5469.         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()));
  5470.     }
  5471.     /**
  5472.      * Gets the private 'App\CmsBundle\Type\TrinityEntityType' shared autowired service.
  5473.      *
  5474.      * @return \App\CmsBundle\Type\TrinityEntityType
  5475.      */
  5476.     protected function getTrinityEntityTypeService()
  5477.     {
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5480.         include_once \dirname(__DIR__4).'/src/CmsBundle/Type/TrinityEntityType.php';
  5481.         return $this->privates['App\\CmsBundle\\Type\\TrinityEntityType'] = new \App\CmsBundle\Type\TrinityEntityType();
  5482.     }
  5483.     /**
  5484.      * Gets the private 'App\CmsBundle\Util\Mailer' shared autowired service.
  5485.      *
  5486.      * @return \App\CmsBundle\Util\Mailer
  5487.      */
  5488.     protected function getMailerService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/src/CmsBundle/Util/Mailer.php';
  5491.         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()));
  5492.     }
  5493.     /**
  5494.      * Gets the private 'App\Trinity\WebshopBundle\Command\GenerateProductsCommand' shared autowired service.
  5495.      *
  5496.      * @return \App\Trinity\WebshopBundle\Command\GenerateProductsCommand
  5497.      */
  5498.     protected function getGenerateProductsCommandService()
  5499.     {
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5501.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/GenerateProductsCommand.php';
  5502.         $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()));
  5503.         $instance->setName('trinity:webshop:generate:products');
  5504.         $instance->setDescription('Generate random products');
  5505.         return $instance;
  5506.     }
  5507.     /**
  5508.      * Gets the private 'App\Trinity\WebshopBundle\Command\ImportWoocommerce' shared autowired service.
  5509.      *
  5510.      * @return \App\Trinity\WebshopBundle\Command\ImportWoocommerce
  5511.      */
  5512.     protected function getImportWoocommerceService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5515.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportWoocommerce.php';
  5516.         $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()));
  5517.         $instance->setName('trinity:webshop:import:woocommerce');
  5518.         $instance->setDescription('Import WooCommerce data');
  5519.         return $instance;
  5520.     }
  5521.     /**
  5522.      * Gets the private 'App\Trinity\WebshopBundle\Form\PromotionBarType' shared autowired service.
  5523.      *
  5524.      * @return \App\Trinity\WebshopBundle\Form\PromotionBarType
  5525.      */
  5526.     protected function getPromotionBarTypeService()
  5527.     {
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5530.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/PromotionBarType.php';
  5531.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\PromotionBarType'] = new \App\Trinity\WebshopBundle\Form\PromotionBarType();
  5532.     }
  5533.     /**
  5534.      * Gets the private 'App\Trinity\WebshopBundle\Form\PromotionPopupType' shared autowired service.
  5535.      *
  5536.      * @return \App\Trinity\WebshopBundle\Form\PromotionPopupType
  5537.      */
  5538.     protected function getPromotionPopupTypeService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5542.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/PromotionPopupType.php';
  5543.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType'] = new \App\Trinity\WebshopBundle\Form\PromotionPopupType();
  5544.     }
  5545.     /**
  5546.      * Gets the private 'App\Trinity\WebshopBundle\Form\TagDisplayType' shared autowired service.
  5547.      *
  5548.      * @return \App\Trinity\WebshopBundle\Form\TagDisplayType
  5549.      */
  5550.     protected function getTagDisplayTypeService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5554.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/TagDisplayType.php';
  5555.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\TagDisplayType'] = new \App\Trinity\WebshopBundle\Form\TagDisplayType();
  5556.     }
  5557.     /**
  5558.      * Gets the private 'App\Trinity\WebshopBundle\Form\TagType' shared autowired service.
  5559.      *
  5560.      * @return \App\Trinity\WebshopBundle\Form\TagType
  5561.      */
  5562.     protected function getTagTypeService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5566.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/TagType.php';
  5567.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\TagType'] = new \App\Trinity\WebshopBundle\Form\TagType();
  5568.     }
  5569.     /**
  5570.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5571.      *
  5572.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5573.      */
  5574.     protected function getManagerRegistryAwareConnectionProviderService()
  5575.     {
  5576.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5578.         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'));
  5579.     }
  5580.     /**
  5581.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5582.      *
  5583.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5584.      */
  5585.     protected function getRunSqlCommandService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5589.         $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()));
  5590.         $instance->setName('dbal:run-sql');
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  5595.      *
  5596.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  5597.      */
  5598.     protected function getSentryTestCommandService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  5602.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  5603.         $instance->setName('sentry:test');
  5604.         return $instance;
  5605.     }
  5606.     /**
  5607.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  5608.      *
  5609.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  5610.      */
  5611.     protected function getConsoleListenerService()
  5612.     {
  5613.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  5614.         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()));
  5615.     }
  5616.     /**
  5617.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  5618.      *
  5619.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  5620.      */
  5621.     protected function getErrorListenerService()
  5622.     {
  5623.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  5624.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5625.     }
  5626.     /**
  5627.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  5628.      *
  5629.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  5630.      */
  5631.     protected function getRequestListenerService()
  5632.     {
  5633.         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()));
  5634.     }
  5635.     /**
  5636.      * Gets the private 'Sentry\State\HubInterface' shared service.
  5637.      *
  5638.      * @return \Sentry\State\Hub
  5639.      */
  5640.     protected function getHubInterfaceService()
  5641.     {
  5642.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  5643.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  5644.         $a->setEnvironment('dev');
  5645.         $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'), => '/usr/share/php']);
  5646.         $a->setRelease('dev-master@394398f');
  5647.         $a->setSampleRate(0.2);
  5648.         $a->setTags([]);
  5649.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  5650.         $a->setInAppIncludedPaths([]);
  5651.         $a->setClassSerializers([]);
  5652.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException']])]));
  5653.         $b = new \Sentry\ClientBuilder($a);
  5654.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  5655.         $instance->bindClient($b->getClient());
  5656.         return $instance;
  5657.     }
  5658.     /**
  5659.      * Gets the private 'account.security_listener' shared service.
  5660.      *
  5661.      * @return \App\CmsBundle\EventListener\SecurityListener
  5662.      */
  5663.     protected function getAccount_SecurityListenerService()
  5664.     {
  5665.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php';
  5666.         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()));
  5667.     }
  5668.     /**
  5669.      * Gets the private 'account.security_listener_failure' shared service.
  5670.      *
  5671.      * @return \App\CmsBundle\EventListener\SecurityListener
  5672.      */
  5673.     protected function getAccount_SecurityListenerFailureService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php';
  5676.         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()));
  5677.     }
  5678.     /**
  5679.      * Gets the private 'annotations.cache_adapter' shared service.
  5680.      *
  5681.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5682.      */
  5683.     protected function getAnnotations_CacheAdapterService()
  5684.     {
  5685.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5686.     }
  5687.     /**
  5688.      * Gets the private 'annotations.cache_warmer' shared service.
  5689.      *
  5690.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5691.      */
  5692.     protected function getAnnotations_CacheWarmerService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5697.         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);
  5698.     }
  5699.     /**
  5700.      * Gets the private 'annotations.cached_reader' shared service.
  5701.      *
  5702.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5703.      */
  5704.     protected function getAnnotations_CachedReaderService()
  5705.     {
  5706.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5707.     }
  5708.     /**
  5709.      * Gets the private 'annotations.reader' shared service.
  5710.      *
  5711.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5712.      */
  5713.     protected function getAnnotations_ReaderService()
  5714.     {
  5715.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5716.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5717.         $a->registerUniqueLoader('class_exists');
  5718.         $instance->addGlobalIgnoredName('required'$a);
  5719.         return $instance;
  5720.     }
  5721.     /**
  5722.      * Gets the private 'app.exception_listener' shared autowired service.
  5723.      *
  5724.      * @return \App\CmsBundle\EventListener\ExceptionListener
  5725.      */
  5726.     protected function getApp_ExceptionListenerService()
  5727.     {
  5728.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/ExceptionListener.php';
  5729.         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()));
  5730.     }
  5731.     /**
  5732.      * Gets the private 'app.locale_listener' shared autowired service.
  5733.      *
  5734.      * @return \App\CmsBundle\EventListener\LocaleListener
  5735.      */
  5736.     protected function getApp_LocaleListenerService()
  5737.     {
  5738.         return $this->privates['app.locale_listener'] = new \App\CmsBundle\EventListener\LocaleListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'nl');
  5739.     }
  5740.     /**
  5741.      * Gets the private 'app.user_locale_listener' shared autowired service.
  5742.      *
  5743.      * @return \App\CmsBundle\EventListener\UserLocaleListener
  5744.      */
  5745.     protected function getApp_UserLocaleListenerService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/UserLocaleListener.php';
  5748.         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()));
  5749.     }
  5750.     /**
  5751.      * Gets the private 'cache.annotations' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5754.      */
  5755.     protected function getCache_AnnotationsService()
  5756.     {
  5757.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GufQdzDmXB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5758.     }
  5759.     /**
  5760.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5761.      *
  5762.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5763.      */
  5764.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5765.     {
  5766.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5767.     }
  5768.     /**
  5769.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5770.      *
  5771.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5772.      */
  5773.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5774.     {
  5775.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5776.     }
  5777.     /**
  5778.      * Gets the private 'cache.property_info' shared service.
  5779.      *
  5780.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5781.      */
  5782.     protected function getCache_PropertyInfoService()
  5783.     {
  5784.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4atgV8V+7N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5785.     }
  5786.     /**
  5787.      * Gets the private 'cache.security_expression_language' shared service.
  5788.      *
  5789.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5790.      */
  5791.     protected function getCache_SecurityExpressionLanguageService()
  5792.     {
  5793.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hjuXd+CQP9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5794.     }
  5795.     /**
  5796.      * Gets the private 'cache.serializer' shared service.
  5797.      *
  5798.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5799.      */
  5800.     protected function getCache_SerializerService()
  5801.     {
  5802.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QVA0t1sqq9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5803.     }
  5804.     /**
  5805.      * Gets the private 'cache.validator' shared service.
  5806.      *
  5807.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5808.      */
  5809.     protected function getCache_ValidatorService()
  5810.     {
  5811.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RVeiQ+BfHb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5812.     }
  5813.     /**
  5814.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5815.      *
  5816.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5817.      */
  5818.     protected function getCachePoolClearer_CacheWarmerService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5822.         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']);
  5823.     }
  5824.     /**
  5825.      * Gets the private 'config_builder.warmer' shared service.
  5826.      *
  5827.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5828.      */
  5829.     protected function getConfigBuilder_WarmerService()
  5830.     {
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5833.         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()));
  5834.     }
  5835.     /**
  5836.      * Gets the private 'config_cache_factory' shared service.
  5837.      *
  5838.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5839.      */
  5840.     protected function getConfigCacheFactoryService()
  5841.     {
  5842.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5843.             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)));
  5844.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5845.         }, 2));
  5846.     }
  5847.     /**
  5848.      * Gets the private 'console.command.about' shared service.
  5849.      *
  5850.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5851.      */
  5852.     protected function getConsole_Command_AboutService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5856.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5857.         $instance->setName('about');
  5858.         $instance->setDescription('Display information about the current project');
  5859.         return $instance;
  5860.     }
  5861.     /**
  5862.      * Gets the private 'console.command.assets_install' shared service.
  5863.      *
  5864.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5865.      */
  5866.     protected function getConsole_Command_AssetsInstallService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5871.         $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));
  5872.         $instance->setName('assets:install');
  5873.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5874.         return $instance;
  5875.     }
  5876.     /**
  5877.      * Gets the private 'console.command.cache_clear' shared service.
  5878.      *
  5879.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5880.      */
  5881.     protected function getConsole_Command_CacheClearService()
  5882.     {
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5886.         $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())));
  5887.         $instance->setName('cache:clear');
  5888.         $instance->setDescription('Clear the cache');
  5889.         return $instance;
  5890.     }
  5891.     /**
  5892.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5893.      *
  5894.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5895.      */
  5896.     protected function getConsole_Command_CachePoolClearService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5900.         $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']);
  5901.         $instance->setName('cache:pool:clear');
  5902.         $instance->setDescription('Clear cache pools');
  5903.         return $instance;
  5904.     }
  5905.     /**
  5906.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5907.      *
  5908.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5909.      */
  5910.     protected function getConsole_Command_CachePoolDeleteService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5914.         $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']);
  5915.         $instance->setName('cache:pool:delete');
  5916.         $instance->setDescription('Delete an item from a cache pool');
  5917.         return $instance;
  5918.     }
  5919.     /**
  5920.      * Gets the private 'console.command.cache_pool_list' shared service.
  5921.      *
  5922.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5923.      */
  5924.     protected function getConsole_Command_CachePoolListService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5928.         $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']);
  5929.         $instance->setName('cache:pool:list');
  5930.         $instance->setDescription('List available cache pools');
  5931.         return $instance;
  5932.     }
  5933.     /**
  5934.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5935.      *
  5936.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5937.      */
  5938.     protected function getConsole_Command_CachePoolPruneService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5942.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5943.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5944.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5945.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5946.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5947.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5948.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5949.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5950.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5951.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5952.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5953.         }, 10));
  5954.         $instance->setName('cache:pool:prune');
  5955.         $instance->setDescription('Prune cache pools');
  5956.         return $instance;
  5957.     }
  5958.     /**
  5959.      * Gets the private 'console.command.cache_warmup' shared service.
  5960.      *
  5961.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5962.      */
  5963.     protected function getConsole_Command_CacheWarmupService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5967.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5968.         $instance->setName('cache:warmup');
  5969.         $instance->setDescription('Warm up an empty cache');
  5970.         return $instance;
  5971.     }
  5972.     /**
  5973.      * Gets the private 'console.command.config_debug' shared service.
  5974.      *
  5975.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5976.      */
  5977.     protected function getConsole_Command_ConfigDebugService()
  5978.     {
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5984.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5985.         $instance->setName('debug:config');
  5986.         $instance->setDescription('Dump the current configuration for an extension');
  5987.         return $instance;
  5988.     }
  5989.     /**
  5990.      * Gets the private 'console.command.config_dump_reference' shared service.
  5991.      *
  5992.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5993.      */
  5994.     protected function getConsole_Command_ConfigDumpReferenceService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6001.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6002.         $instance->setName('config:dump-reference');
  6003.         $instance->setDescription('Dump the default configuration for an extension');
  6004.         return $instance;
  6005.     }
  6006.     /**
  6007.      * Gets the private 'console.command.container_debug' shared service.
  6008.      *
  6009.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6010.      */
  6011.     protected function getConsole_Command_ContainerDebugService()
  6012.     {
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6016.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6017.         $instance->setName('debug:container');
  6018.         $instance->setDescription('Display current services for an application');
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the private 'console.command.container_lint' shared service.
  6023.      *
  6024.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6025.      */
  6026.     protected function getConsole_Command_ContainerLintService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6030.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6031.         $instance->setName('lint:container');
  6032.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6033.         return $instance;
  6034.     }
  6035.     /**
  6036.      * Gets the private 'console.command.debug_autowiring' shared service.
  6037.      *
  6038.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6039.      */
  6040.     protected function getConsole_Command_DebugAutowiringService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6046.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6047.         $instance->setName('debug:autowiring');
  6048.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6049.         return $instance;
  6050.     }
  6051.     /**
  6052.      * Gets the private 'console.command.dotenv_debug' shared service.
  6053.      *
  6054.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6055.      */
  6056.     protected function getConsole_Command_DotenvDebugService()
  6057.     {
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6060.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6061.         $instance->setName('debug:dotenv');
  6062.         $instance->setDescription('Lists all dotenv files with variables and values');
  6063.         return $instance;
  6064.     }
  6065.     /**
  6066.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6067.      *
  6068.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6069.      */
  6070.     protected function getConsole_Command_EventDispatcherDebugService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6074.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.9TcZ2i.'] ?? $this->get_ServiceLocator_9TcZ2i_Service()));
  6075.         $instance->setName('debug:event-dispatcher');
  6076.         $instance->setDescription('Display configured listeners for an application');
  6077.         return $instance;
  6078.     }
  6079.     /**
  6080.      * Gets the private 'console.command.form_debug' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Form\Command\DebugCommand
  6083.      */
  6084.     protected function getConsole_Command_FormDebugService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6088.         $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()));
  6089.         $instance->setName('debug:form');
  6090.         $instance->setDescription('Display form type information');
  6091.         return $instance;
  6092.     }
  6093.     /**
  6094.      * Gets the private 'console.command.router_debug' shared service.
  6095.      *
  6096.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6097.      */
  6098.     protected function getConsole_Command_RouterDebugService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6103.         $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()));
  6104.         $instance->setName('debug:router');
  6105.         $instance->setDescription('Display current routes for an application');
  6106.         return $instance;
  6107.     }
  6108.     /**
  6109.      * Gets the private 'console.command.router_match' shared service.
  6110.      *
  6111.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6112.      */
  6113.     protected function getConsole_Command_RouterMatchService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6117.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6118.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6119.         }, 1));
  6120.         $instance->setName('router:match');
  6121.         $instance->setDescription('Help debug routes by simulating a path info match');
  6122.         return $instance;
  6123.     }
  6124.     /**
  6125.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6126.      *
  6127.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6128.      */
  6129.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6135.         $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')))));
  6136.         $instance->setName('secrets:decrypt-to-local');
  6137.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6138.         return $instance;
  6139.     }
  6140.     /**
  6141.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6142.      *
  6143.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6144.      */
  6145.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6151.         $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')))));
  6152.         $instance->setName('secrets:encrypt-from-local');
  6153.         $instance->setDescription('Encrypt all local secrets to the vault');
  6154.         return $instance;
  6155.     }
  6156.     /**
  6157.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6158.      *
  6159.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6160.      */
  6161.     protected function getConsole_Command_SecretsGenerateKeyService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6167.         $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')))));
  6168.         $instance->setName('secrets:generate-keys');
  6169.         $instance->setDescription('Generate new encryption keys');
  6170.         return $instance;
  6171.     }
  6172.     /**
  6173.      * Gets the private 'console.command.secrets_list' shared service.
  6174.      *
  6175.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6176.      */
  6177.     protected function getConsole_Command_SecretsListService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6183.         $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')))));
  6184.         $instance->setName('secrets:list');
  6185.         $instance->setDescription('List all secrets');
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the private 'console.command.secrets_remove' shared service.
  6190.      *
  6191.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6192.      */
  6193.     protected function getConsole_Command_SecretsRemoveService()
  6194.     {
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6199.         $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')))));
  6200.         $instance->setName('secrets:remove');
  6201.         $instance->setDescription('Remove a secret from the vault');
  6202.         return $instance;
  6203.     }
  6204.     /**
  6205.      * Gets the private 'console.command.secrets_set' shared service.
  6206.      *
  6207.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6208.      */
  6209.     protected function getConsole_Command_SecretsSetService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6215.         $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')))));
  6216.         $instance->setName('secrets:set');
  6217.         $instance->setDescription('Set a secret in the vault');
  6218.         return $instance;
  6219.     }
  6220.     /**
  6221.      * Gets the private 'console.command.translation_debug' shared service.
  6222.      *
  6223.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6224.      */
  6225.     protected function getConsole_Command_TranslationDebugService()
  6226.     {
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6229.         $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')], []);
  6230.         $instance->setName('debug:translation');
  6231.         $instance->setDescription('Display translation messages information');
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the private 'console.command.translation_extract' shared service.
  6236.      *
  6237.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6238.      */
  6239.     protected function getConsole_Command_TranslationExtractService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6243.         $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')], []);
  6244.         $instance->setName('translation:extract');
  6245.         $instance->setAliases([=> 'translation:update']);
  6246.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6247.         return $instance;
  6248.     }
  6249.     /**
  6250.      * Gets the private 'console.command.translation_pull' shared service.
  6251.      *
  6252.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6253.      */
  6254.     protected function getConsole_Command_TranslationPullService()
  6255.     {
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6259.         $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', [], []);
  6260.         $instance->setName('translation:pull');
  6261.         $instance->setDescription('Pull translations from a given provider.');
  6262.         return $instance;
  6263.     }
  6264.     /**
  6265.      * Gets the private 'console.command.translation_push' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6268.      */
  6269.     protected function getConsole_Command_TranslationPushService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6274.         $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()), [], []);
  6275.         $instance->setName('translation:push');
  6276.         $instance->setDescription('Push translations to a given provider.');
  6277.         return $instance;
  6278.     }
  6279.     /**
  6280.      * Gets the private 'console.command.validator_debug' shared service.
  6281.      *
  6282.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6283.      */
  6284.     protected function getConsole_Command_ValidatorDebugService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6288.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6289.         $instance->setName('debug:validator');
  6290.         $instance->setDescription('Display validation constraints for classes');
  6291.         return $instance;
  6292.     }
  6293.     /**
  6294.      * Gets the private 'console.command.xliff_lint' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6297.      */
  6298.     protected function getConsole_Command_XliffLintService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6302.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6303.         $instance->setName('lint:xliff');
  6304.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6305.         return $instance;
  6306.     }
  6307.     /**
  6308.      * Gets the private 'console.command.yaml_lint' shared service.
  6309.      *
  6310.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6311.      */
  6312.     protected function getConsole_Command_YamlLintService()
  6313.     {
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6317.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6318.         $instance->setName('lint:yaml');
  6319.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'console.error_listener' shared service.
  6324.      *
  6325.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6326.      */
  6327.     protected function getConsole_ErrorListenerService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6330.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6331.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6332.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6333.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6334.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6335.     }
  6336.     /**
  6337.      * Gets the private 'container.env_var_processor' shared service.
  6338.      *
  6339.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6340.      */
  6341.     protected function getContainer_EnvVarProcessorService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6345.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6346.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6347.         }, 1));
  6348.     }
  6349.     /**
  6350.      * Gets the private 'container.getenv' shared service.
  6351.      *
  6352.      * @return \Closure
  6353.      */
  6354.     protected function getContainer_GetenvService()
  6355.     {
  6356.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6357.     }
  6358.     /**
  6359.      * Gets the private 'data_collector.form' shared service.
  6360.      *
  6361.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6362.      */
  6363.     protected function getDataCollector_FormService()
  6364.     {
  6365.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6366.     }
  6367.     /**
  6368.      * Gets the private 'data_collector.request' shared service.
  6369.      *
  6370.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6371.      */
  6372.     protected function getDataCollector_RequestService()
  6373.     {
  6374.         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())));
  6375.     }
  6376.     /**
  6377.      * Gets the private 'data_collector.request.session_collector' shared service.
  6378.      *
  6379.      * @return \Closure
  6380.      */
  6381.     protected function getDataCollector_Request_SessionCollectorService()
  6382.     {
  6383.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6384.     }
  6385.     /**
  6386.      * Gets the private 'debug.argument_resolver.default' shared service.
  6387.      *
  6388.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6389.      */
  6390.     protected function getDebug_ArgumentResolver_DefaultService()
  6391.     {
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6395.         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))));
  6396.     }
  6397.     /**
  6398.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6399.      *
  6400.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6401.      */
  6402.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6407.         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))));
  6408.     }
  6409.     /**
  6410.      * Gets the private 'debug.argument_resolver.request' shared service.
  6411.      *
  6412.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6413.      */
  6414.     protected function getDebug_ArgumentResolver_RequestService()
  6415.     {
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6419.         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))));
  6420.     }
  6421.     /**
  6422.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6423.      *
  6424.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6425.      */
  6426.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6427.     {
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6431.         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))));
  6432.     }
  6433.     /**
  6434.      * Gets the private 'debug.argument_resolver.service' shared service.
  6435.      *
  6436.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6437.      */
  6438.     protected function getDebug_ArgumentResolver_ServiceService()
  6439.     {
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6443.         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))));
  6444.     }
  6445.     /**
  6446.      * Gets the private 'debug.argument_resolver.session' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6449.      */
  6450.     protected function getDebug_ArgumentResolver_SessionService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6455.         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))));
  6456.     }
  6457.     /**
  6458.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6459.      *
  6460.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6461.      */
  6462.     protected function getDebug_ArgumentResolver_VariadicService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6467.         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))));
  6468.     }
  6469.     /**
  6470.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6471.      *
  6472.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6473.      */
  6474.     protected function getDebug_DebugHandlersListenerService()
  6475.     {
  6476.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6477.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6478.         $a->pushHandler(($this->privates['monolog.handler.deprecation_filter'] ?? $this->getMonolog_Handler_DeprecationFilterService()));
  6479.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6480.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6481.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6482.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6483.     }
  6484.     /**
  6485.      * Gets the private 'debug.dump_listener' shared service.
  6486.      *
  6487.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6488.      */
  6489.     protected function getDebug_DumpListenerService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6493.         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()));
  6494.     }
  6495.     /**
  6496.      * Gets the private 'debug.file_link_formatter' shared service.
  6497.      *
  6498.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6499.      */
  6500.     protected function getDebug_FileLinkFormatterService()
  6501.     {
  6502.         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 () {
  6503.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6504.         });
  6505.     }
  6506.     /**
  6507.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6508.      *
  6509.      * @return \string
  6510.      */
  6511.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6512.     {
  6513.         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');
  6514.     }
  6515.     /**
  6516.      * Gets the private 'debug.log_processor' shared service.
  6517.      *
  6518.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6519.      */
  6520.     protected function getDebug_LogProcessorService()
  6521.     {
  6522.         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())));
  6523.     }
  6524.     /**
  6525.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6526.      *
  6527.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6528.      */
  6529.     protected function getDebug_Security_Access_DecisionManagerService()
  6530.     {
  6531.         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 () {
  6532.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6533.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  6534.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6535.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6536.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6537.     }
  6538.     /**
  6539.      * Gets the private 'debug.security.firewall' shared service.
  6540.      *
  6541.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6542.      */
  6543.     protected function getDebug_Security_FirewallService()
  6544.     {
  6545.         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()));
  6546.     }
  6547.     /**
  6548.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6551.      */
  6552.     protected function getDebug_Security_UserValueResolverService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6557.         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))));
  6558.     }
  6559.     /**
  6560.      * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  6561.      *
  6562.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6563.      */
  6564.     protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  6565.     {
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  6570.         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()));
  6571.     }
  6572.     /**
  6573.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6574.      *
  6575.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6576.      */
  6577.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6578.     {
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6583.         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()));
  6584.     }
  6585.     /**
  6586.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6587.      *
  6588.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6589.      */
  6590.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6591.     {
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6596.         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()));
  6597.     }
  6598.     /**
  6599.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6600.      *
  6601.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6602.      */
  6603.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6604.     {
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6610.         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()));
  6611.     }
  6612.     /**
  6613.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6614.      *
  6615.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6616.      */
  6617.     protected function getDebug_Security_Voter_VoteListenerService()
  6618.     {
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6620.         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()));
  6621.     }
  6622.     /**
  6623.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6624.      *
  6625.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6626.      */
  6627.     protected function getDoctrine_CacheClearMetadataCommandService()
  6628.     {
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6633.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6634.         $instance->setName('doctrine:cache:clear-metadata');
  6635.         return $instance;
  6636.     }
  6637.     /**
  6638.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6639.      *
  6640.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6641.      */
  6642.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6643.     {
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6648.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6649.         $instance->setName('doctrine:cache:clear-query');
  6650.         return $instance;
  6651.     }
  6652.     /**
  6653.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6654.      *
  6655.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6656.      */
  6657.     protected function getDoctrine_CacheClearResultCommandService()
  6658.     {
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6663.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6664.         $instance->setName('doctrine:cache:clear-result');
  6665.         return $instance;
  6666.     }
  6667.     /**
  6668.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6669.      *
  6670.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6671.      */
  6672.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6673.     {
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6678.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6679.         $instance->setName('doctrine:cache:clear-collection-region');
  6680.         return $instance;
  6681.     }
  6682.     /**
  6683.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6684.      *
  6685.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6686.      */
  6687.     protected function getDoctrine_ClearEntityRegionCommandService()
  6688.     {
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6693.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6694.         $instance->setName('doctrine:cache:clear-entity-region');
  6695.         return $instance;
  6696.     }
  6697.     /**
  6698.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6699.      *
  6700.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6701.      */
  6702.     protected function getDoctrine_ClearQueryRegionCommandService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6708.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6709.         $instance->setName('doctrine:cache:clear-query-region');
  6710.         return $instance;
  6711.     }
  6712.     /**
  6713.      * Gets the private 'doctrine.database_create_command' shared service.
  6714.      *
  6715.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6716.      */
  6717.     protected function getDoctrine_DatabaseCreateCommandService()
  6718.     {
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6722.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6723.         $instance->setName('doctrine:database:create');
  6724.         return $instance;
  6725.     }
  6726.     /**
  6727.      * Gets the private 'doctrine.database_drop_command' shared service.
  6728.      *
  6729.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6730.      */
  6731.     protected function getDoctrine_DatabaseDropCommandService()
  6732.     {
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6736.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6737.         $instance->setName('doctrine:database:drop');
  6738.         return $instance;
  6739.     }
  6740.     /**
  6741.      * Gets the private 'doctrine.database_import_command' shared service.
  6742.      *
  6743.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6744.      */
  6745.     protected function getDoctrine_DatabaseImportCommandService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6750.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6751.         $instance->setName('doctrine:database:import');
  6752.         return $instance;
  6753.     }
  6754.     /**
  6755.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6756.      *
  6757.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6758.      */
  6759.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6765.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6766.         $instance->setName('doctrine:ensure-production-settings');
  6767.         return $instance;
  6768.     }
  6769.     /**
  6770.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6771.      *
  6772.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6773.      */
  6774.     protected function getDoctrine_MappingConvertCommandService()
  6775.     {
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6777.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6780.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6781.         $instance->setName('doctrine:mapping:convert');
  6782.         return $instance;
  6783.     }
  6784.     /**
  6785.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6786.      *
  6787.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6788.      */
  6789.     protected function getDoctrine_MappingImportCommandService()
  6790.     {
  6791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6794.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6795.         $instance->setName('doctrine:mapping:import');
  6796.         return $instance;
  6797.     }
  6798.     /**
  6799.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6800.      *
  6801.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6802.      */
  6803.     protected function getDoctrine_MappingInfoCommandService()
  6804.     {
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6809.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6810.         $instance->setName('doctrine:mapping:info');
  6811.         return $instance;
  6812.     }
  6813.     /**
  6814.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6815.      *
  6816.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6817.      */
  6818.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6822.         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);
  6823.     }
  6824.     /**
  6825.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6826.      *
  6827.      * @return \Doctrine\Migrations\DependencyFactory
  6828.      */
  6829.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6839.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6840.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6841.         $a->setAllOrNothing(false);
  6842.         $a->setCheckDatabasePlatform(true);
  6843.         $a->setTransactional(true);
  6844.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6845.         $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()));
  6846.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6847.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6848.         });
  6849.         return $instance;
  6850.     }
  6851.     /**
  6852.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6853.      *
  6854.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6855.      */
  6856.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6857.     {
  6858.         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')]);
  6859.     }
  6860.     /**
  6861.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6862.      *
  6863.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6864.      */
  6865.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6868.         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()));
  6869.     }
  6870.     /**
  6871.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6872.      *
  6873.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6874.      */
  6875.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6876.     {
  6877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6878.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6879.     }
  6880.     /**
  6881.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  6882.      *
  6883.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  6884.      */
  6885.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  6886.     {
  6887.         $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']);
  6888.         $instance->setGlobalBasename('mapping');
  6889.         return $instance;
  6890.     }
  6891.     /**
  6892.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6893.      *
  6894.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6895.      */
  6896.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6897.     {
  6898.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6900.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6901.     }
  6902.     /**
  6903.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6904.      *
  6905.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6906.      */
  6907.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6908.     {
  6909.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6911.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6912.             return new \EmptyIterator();
  6913.         }, 0));
  6914.     }
  6915.     /**
  6916.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6917.      *
  6918.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6919.      */
  6920.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6921.     {
  6922.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6924.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6925.     }
  6926.     /**
  6927.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6928.      *
  6929.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6930.      */
  6931.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6935.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6936.     }
  6937.     /**
  6938.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6939.      *
  6940.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6941.      */
  6942.     protected function getDoctrine_Orm_Validator_UniqueService()
  6943.     {
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6947.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6948.     }
  6949.     /**
  6950.      * Gets the private 'doctrine.query_dql_command' shared service.
  6951.      *
  6952.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6953.      */
  6954.     protected function getDoctrine_QueryDqlCommandService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6960.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6961.         $instance->setName('doctrine:query:dql');
  6962.         return $instance;
  6963.     }
  6964.     /**
  6965.      * Gets the private 'doctrine.query_sql_command' shared service.
  6966.      *
  6967.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6968.      */
  6969.     protected function getDoctrine_QuerySqlCommandService()
  6970.     {
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6974.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6975.         $instance->setName('doctrine:query:sql');
  6976.         return $instance;
  6977.     }
  6978.     /**
  6979.      * Gets the private 'doctrine.schema_create_command' shared service.
  6980.      *
  6981.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6982.      */
  6983.     protected function getDoctrine_SchemaCreateCommandService()
  6984.     {
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6990.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6991.         $instance->setName('doctrine:schema:create');
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6996.      *
  6997.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6998.      */
  6999.     protected function getDoctrine_SchemaDropCommandService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7006.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7007.         $instance->setName('doctrine:schema:drop');
  7008.         return $instance;
  7009.     }
  7010.     /**
  7011.      * Gets the private 'doctrine.schema_update_command' shared service.
  7012.      *
  7013.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7014.      */
  7015.     protected function getDoctrine_SchemaUpdateCommandService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7022.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7023.         $instance->setName('doctrine:schema:update');
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7028.      *
  7029.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7030.      */
  7031.     protected function getDoctrine_SchemaValidateCommandService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7037.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7038.         $instance->setName('doctrine:schema:validate');
  7039.         return $instance;
  7040.     }
  7041.     /**
  7042.      * Gets the private 'doctrine.ulid_generator' shared service.
  7043.      *
  7044.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7045.      */
  7046.     protected function getDoctrine_UlidGeneratorService()
  7047.     {
  7048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7050.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7051.     }
  7052.     /**
  7053.      * Gets the private 'doctrine.uuid_generator' shared service.
  7054.      *
  7055.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7056.      */
  7057.     protected function getDoctrine_UuidGeneratorService()
  7058.     {
  7059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7061.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7062.     }
  7063.     /**
  7064.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7065.      *
  7066.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7067.      */
  7068.     protected function getDoctrineMigrations_CurrentCommandService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7073.         $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');
  7074.         $instance->setName('doctrine:migrations:current');
  7075.         return $instance;
  7076.     }
  7077.     /**
  7078.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7079.      *
  7080.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7081.      */
  7082.     protected function getDoctrineMigrations_DiffCommandService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7087.         $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');
  7088.         $instance->setName('doctrine:migrations:diff');
  7089.         return $instance;
  7090.     }
  7091.     /**
  7092.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7093.      *
  7094.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7095.      */
  7096.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7097.     {
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7101.         $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');
  7102.         $instance->setName('doctrine:migrations:dump-schema');
  7103.         return $instance;
  7104.     }
  7105.     /**
  7106.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7107.      *
  7108.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7109.      */
  7110.     protected function getDoctrineMigrations_ExecuteCommandService()
  7111.     {
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7115.         $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');
  7116.         $instance->setName('doctrine:migrations:execute');
  7117.         return $instance;
  7118.     }
  7119.     /**
  7120.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7121.      *
  7122.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7123.      */
  7124.     protected function getDoctrineMigrations_GenerateCommandService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7129.         $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');
  7130.         $instance->setName('doctrine:migrations:generate');
  7131.         return $instance;
  7132.     }
  7133.     /**
  7134.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7135.      *
  7136.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7137.      */
  7138.     protected function getDoctrineMigrations_LatestCommandService()
  7139.     {
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7143.         $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');
  7144.         $instance->setName('doctrine:migrations:latest');
  7145.         return $instance;
  7146.     }
  7147.     /**
  7148.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7149.      *
  7150.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7151.      */
  7152.     protected function getDoctrineMigrations_MigrateCommandService()
  7153.     {
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7157.         $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');
  7158.         $instance->setName('doctrine:migrations:migrate');
  7159.         return $instance;
  7160.     }
  7161.     /**
  7162.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7163.      *
  7164.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7165.      */
  7166.     protected function getDoctrineMigrations_RollupCommandService()
  7167.     {
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7171.         $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');
  7172.         $instance->setName('doctrine:migrations:rollup');
  7173.         return $instance;
  7174.     }
  7175.     /**
  7176.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7177.      *
  7178.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7179.      */
  7180.     protected function getDoctrineMigrations_StatusCommandService()
  7181.     {
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7185.         $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');
  7186.         $instance->setName('doctrine:migrations:status');
  7187.         return $instance;
  7188.     }
  7189.     /**
  7190.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7191.      *
  7192.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7193.      */
  7194.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7195.     {
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7199.         $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');
  7200.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7201.         return $instance;
  7202.     }
  7203.     /**
  7204.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7205.      *
  7206.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7207.      */
  7208.     protected function getDoctrineMigrations_UpToDateCommandService()
  7209.     {
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7213.         $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');
  7214.         $instance->setName('doctrine:migrations:up-to-date');
  7215.         return $instance;
  7216.     }
  7217.     /**
  7218.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7219.      *
  7220.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7221.      */
  7222.     protected function getDoctrineMigrations_VersionCommandService()
  7223.     {
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7227.         $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');
  7228.         $instance->setName('doctrine:migrations:version');
  7229.         return $instance;
  7230.     }
  7231.     /**
  7232.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7233.      *
  7234.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7235.      */
  7236.     protected function getDoctrineMigrations_VersionsCommandService()
  7237.     {
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7241.         $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');
  7242.         $instance->setName('doctrine:migrations:list');
  7243.         return $instance;
  7244.     }
  7245.     /**
  7246.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7247.      *
  7248.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7249.      */
  7250.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7251.     {
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7254.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7255.         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()));
  7256.     }
  7257.     /**
  7258.      * Gets the private 'esi_listener' shared service.
  7259.      *
  7260.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  7261.      */
  7262.     protected function getEsiListenerService()
  7263.     {
  7264.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  7265.     }
  7266.     /**
  7267.      * Gets the private 'exception_listener' shared service.
  7268.      *
  7269.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7270.      */
  7271.     protected function getExceptionListenerService()
  7272.     {
  7273.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7274.     }
  7275.     /**
  7276.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7277.      *
  7278.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7279.      */
  7280.     protected function getForm_ChoiceListFactory_CachedService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7286.         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())));
  7287.     }
  7288.     /**
  7289.      * Gets the private 'form.registry' shared service.
  7290.      *
  7291.      * @return \Symfony\Component\Form\FormRegistry
  7292.      */
  7293.     protected function getForm_RegistryService()
  7294.     {
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7302.         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, [
  7303.             'App\\CmsBundle\\Form\\CronTaskType' => ['privates''trinity.form.type.cron_task''getTrinity_Form_Type_CronTaskService'false],
  7304.             'App\\CmsBundle\\Type\\TrinityEntityType' => ['privates''App\\CmsBundle\\Type\\TrinityEntityType''getTrinityEntityTypeService'false],
  7305.             'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\PromotionBarType''getPromotionBarTypeService'false],
  7306.             'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType''getPromotionPopupTypeService'false],
  7307.             'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\TagDisplayType''getTagDisplayTypeService'false],
  7308.             'App\\Trinity\\WebshopBundle\\Form\\TagType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\TagType''getTagTypeService'false],
  7309.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  7310.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7311.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7312.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7313.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7314.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7315.         ], [
  7316.             'App\\CmsBundle\\Form\\CronTaskType' => '?',
  7317.             'App\\CmsBundle\\Type\\TrinityEntityType' => '?',
  7318.             'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType' => '?',
  7319.             'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType' => '?',
  7320.             'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType' => '?',
  7321.             'App\\Trinity\\WebshopBundle\\Form\\TagType' => '?',
  7322.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  7323.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7324.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7325.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7326.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7327.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7328.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7329.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7330.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7331.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7332.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7333.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7334.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7335.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7336.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7337.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7338.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7339.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7340.         }, 1)], new RewindableGenerator(function () {
  7341.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7342.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7343.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7344.     }
  7345.     /**
  7346.      * Gets the private 'form.server_params' shared service.
  7347.      *
  7348.      * @return \Symfony\Component\Form\Util\ServerParams
  7349.      */
  7350.     protected function getForm_ServerParamsService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7353.         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())));
  7354.     }
  7355.     /**
  7356.      * Gets the private 'form.type.choice' shared service.
  7357.      *
  7358.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7359.      */
  7360.     protected function getForm_Type_ChoiceService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7365.         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()));
  7366.     }
  7367.     /**
  7368.      * Gets the private 'form.type.color' shared service.
  7369.      *
  7370.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7371.      */
  7372.     protected function getForm_Type_ColorService()
  7373.     {
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7377.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7378.     }
  7379.     /**
  7380.      * Gets the private 'form.type.entity' shared service.
  7381.      *
  7382.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7383.      */
  7384.     protected function getForm_Type_EntityService()
  7385.     {
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7390.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7391.     }
  7392.     /**
  7393.      * Gets the private 'form.type.form' shared service.
  7394.      *
  7395.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7396.      */
  7397.     protected function getForm_Type_FormService()
  7398.     {
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7403.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7404.     }
  7405.     /**
  7406.      * Gets the private 'form.type_extension.csrf' shared service.
  7407.      *
  7408.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7409.      */
  7410.     protected function getForm_TypeExtension_CsrfService()
  7411.     {
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7415.         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()));
  7416.     }
  7417.     /**
  7418.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7419.      *
  7420.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7421.      */
  7422.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7423.     {
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7427.         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()));
  7428.     }
  7429.     /**
  7430.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7431.      *
  7432.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7433.      */
  7434.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7441.         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())));
  7442.     }
  7443.     /**
  7444.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7445.      *
  7446.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7447.      */
  7448.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7453.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7454.     }
  7455.     /**
  7456.      * Gets the private 'form.type_extension.form.validator' shared service.
  7457.      *
  7458.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7459.      */
  7460.     protected function getForm_TypeExtension_Form_ValidatorService()
  7461.     {
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7466.         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()));
  7467.     }
  7468.     /**
  7469.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7470.      *
  7471.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7472.      */
  7473.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7474.     {
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7478.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7479.     }
  7480.     /**
  7481.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7482.      *
  7483.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7484.      */
  7485.     protected function getForm_TypeGuesser_DoctrineService()
  7486.     {
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7489.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7490.     }
  7491.     /**
  7492.      * Gets the private 'form.type_guesser.validator' shared service.
  7493.      *
  7494.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7495.      */
  7496.     protected function getForm_TypeGuesser_ValidatorService()
  7497.     {
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7500.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7501.     }
  7502.     /**
  7503.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  7504.      *
  7505.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  7506.      */
  7507.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  7514.         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');
  7515.     }
  7516.     /**
  7517.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  7518.      *
  7519.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  7520.      */
  7521.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  7526.         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');
  7527.     }
  7528.     /**
  7529.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  7530.      *
  7531.      * @return \Symfony\Component\Form\Form
  7532.      */
  7533.     protected function getFosOauthServer_Authorize_FormService()
  7534.     {
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  7538.         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']]);
  7539.     }
  7540.     /**
  7541.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  7542.      *
  7543.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  7544.      */
  7545.     protected function getFosOauthServer_Authorize_Form_TypeService()
  7546.     {
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  7550.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  7551.     }
  7552.     /**
  7553.      * Gets the private 'fos_oauth_server.clean_command' shared service.
  7554.      *
  7555.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  7556.      */
  7557.     protected function getFosOauthServer_CleanCommandService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  7561.         $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()));
  7562.         $instance->setName('fos:oauth-server:clean');
  7563.         return $instance;
  7564.     }
  7565.     /**
  7566.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  7567.      *
  7568.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  7569.      */
  7570.     protected function getFosOauthServer_ClientManager_DefaultService()
  7571.     {
  7572.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  7575.         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');
  7576.     }
  7577.     /**
  7578.      * Gets the private 'fos_oauth_server.create_client_command' shared service.
  7579.      *
  7580.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  7581.      */
  7582.     protected function getFosOauthServer_CreateClientCommandService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  7586.         $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()));
  7587.         $instance->setName('fos:oauth-server:create-client');
  7588.         return $instance;
  7589.     }
  7590.     /**
  7591.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  7592.      *
  7593.      * @return \Doctrine\ORM\EntityManager
  7594.      */
  7595.     protected function getFosOauthServer_EntityManagerService()
  7596.     {
  7597.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  7598.     }
  7599.     /**
  7600.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  7601.      *
  7602.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  7603.      */
  7604.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  7611.         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');
  7612.     }
  7613.     /**
  7614.      * Gets the private 'fos_oauth_server.server' shared service.
  7615.      *
  7616.      * @return \OAuth2\OAuth2
  7617.      */
  7618.     protected function getFosOauthServer_ServerService()
  7619.     {
  7620.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  7623.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  7627.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  7631.         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']);
  7632.     }
  7633.     /**
  7634.      * Gets the private 'fos_rest.format_listener' shared service.
  7635.      *
  7636.      * @return \FOS\RestBundle\EventListener\FormatListener
  7637.      */
  7638.     protected function getFosRest_FormatListenerService()
  7639.     {
  7640.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7641.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  7642.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  7643.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'], 'fallback_format' => 'html''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  7644.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  7645.     }
  7646.     /**
  7647.      * Gets the private 'fos_rest.view_response_listener' shared service.
  7648.      *
  7649.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  7650.      */
  7651.     protected function getFosRest_ViewResponseListenerService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  7654.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
  7655.     }
  7656.     /**
  7657.      * Gets the private 'fragment.renderer.esi' shared service.
  7658.      *
  7659.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  7660.      */
  7661.     protected function getFragment_Renderer_EsiService()
  7662.     {
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  7667.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7668.         $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')))));
  7669.         $instance->setFragmentPath('/_fragment');
  7670.         return $instance;
  7671.     }
  7672.     /**
  7673.      * Gets the private 'fragment.renderer.inline' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7676.      */
  7677.     protected function getFragment_Renderer_InlineService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7682.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7683.         $instance->setFragmentPath('/_fragment');
  7684.         return $instance;
  7685.     }
  7686.     /**
  7687.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7688.      *
  7689.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7690.      */
  7691.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7692.     {
  7693.         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())));
  7694.     }
  7695.     /**
  7696.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7697.      *
  7698.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7699.      */
  7700.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7701.     {
  7702.         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()));
  7703.     }
  7704.     /**
  7705.      * Gets the private 'locale_aware_listener' shared service.
  7706.      *
  7707.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7708.      */
  7709.     protected function getLocaleAwareListenerService()
  7710.     {
  7711.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7712.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('nl')));
  7713.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7714.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7715.     }
  7716.     /**
  7717.      * Gets the private 'locale_listener' shared service.
  7718.      *
  7719.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7720.      */
  7721.     protected function getLocaleListenerService()
  7722.     {
  7723.         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, []);
  7724.     }
  7725.     /**
  7726.      * Gets the private 'mailer.mailer' shared service.
  7727.      *
  7728.      * @return \Symfony\Component\Mailer\Mailer
  7729.      */
  7730.     protected function getMailer_MailerService()
  7731.     {
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  7737.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7738.             yield => $this->getMailer_TransportFactory_NullService();
  7739.             yield => $this->getMailer_TransportFactory_SendmailService();
  7740.             yield => $this->getMailer_TransportFactory_NativeService();
  7741.             yield => $this->getMailer_TransportFactory_SmtpService();
  7742.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7743.     }
  7744.     /**
  7745.      * Gets the private 'mailer.transport_factory.native' shared service.
  7746.      *
  7747.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7748.      */
  7749.     protected function getMailer_TransportFactory_NativeService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7754.         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()));
  7755.     }
  7756.     /**
  7757.      * Gets the private 'mailer.transport_factory.null' shared service.
  7758.      *
  7759.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7760.      */
  7761.     protected function getMailer_TransportFactory_NullService()
  7762.     {
  7763.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7766.         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()));
  7767.     }
  7768.     /**
  7769.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7770.      *
  7771.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7772.      */
  7773.     protected function getMailer_TransportFactory_SendmailService()
  7774.     {
  7775.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7778.         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()));
  7779.     }
  7780.     /**
  7781.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7782.      *
  7783.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7784.      */
  7785.     protected function getMailer_TransportFactory_SmtpService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7790.         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()));
  7791.     }
  7792.     /**
  7793.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7794.      *
  7795.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7796.      */
  7797.     protected function getMaker_AutoCommand_MakeAuthService()
  7798.     {
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7806.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7807.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7808.         $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);
  7809.         $instance->setName('make:auth');
  7810.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7811.         return $instance;
  7812.     }
  7813.     /**
  7814.      * Gets the private 'maker.auto_command.make_command' shared service.
  7815.      *
  7816.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7817.      */
  7818.     protected function getMaker_AutoCommand_MakeCommandService()
  7819.     {
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7825.         $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()));
  7826.         $instance->setName('make:command');
  7827.         $instance->setDescription('Creates a new console command class');
  7828.         return $instance;
  7829.     }
  7830.     /**
  7831.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7832.      *
  7833.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7834.      */
  7835.     protected function getMaker_AutoCommand_MakeControllerService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7842.         $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()));
  7843.         $instance->setName('make:controller');
  7844.         $instance->setDescription('Creates a new controller class');
  7845.         return $instance;
  7846.     }
  7847.     /**
  7848.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7849.      *
  7850.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7851.      */
  7852.     protected function getMaker_AutoCommand_MakeCrudService()
  7853.     {
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7859.         $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()));
  7860.         $instance->setName('make:crud');
  7861.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7862.         return $instance;
  7863.     }
  7864.     /**
  7865.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7866.      *
  7867.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7868.      */
  7869.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7876.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7877.         $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()));
  7878.         $instance->setName('make:docker:database');
  7879.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7880.         return $instance;
  7881.     }
  7882.     /**
  7883.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7884.      *
  7885.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7886.      */
  7887.     protected function getMaker_AutoCommand_MakeEntityService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7895.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7896.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7897.         $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);
  7898.         $instance->setName('make:entity');
  7899.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7900.         return $instance;
  7901.     }
  7902.     /**
  7903.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7904.      *
  7905.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7906.      */
  7907.     protected function getMaker_AutoCommand_MakeFixturesService()
  7908.     {
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7914.         $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()));
  7915.         $instance->setName('make:fixtures');
  7916.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7917.         return $instance;
  7918.     }
  7919.     /**
  7920.      * Gets the private 'maker.auto_command.make_form' shared service.
  7921.      *
  7922.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7923.      */
  7924.     protected function getMaker_AutoCommand_MakeFormService()
  7925.     {
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7931.         $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()));
  7932.         $instance->setName('make:form');
  7933.         $instance->setDescription('Creates a new form class');
  7934.         return $instance;
  7935.     }
  7936.     /**
  7937.      * Gets the private 'maker.auto_command.make_message' shared service.
  7938.      *
  7939.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7940.      */
  7941.     protected function getMaker_AutoCommand_MakeMessageService()
  7942.     {
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7948.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7949.         $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()));
  7950.         $instance->setName('make:message');
  7951.         $instance->setDescription('Creates a new message and handler');
  7952.         return $instance;
  7953.     }
  7954.     /**
  7955.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7956.      *
  7957.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7958.      */
  7959.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7960.     {
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7966.         $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()));
  7967.         $instance->setName('make:messenger-middleware');
  7968.         $instance->setDescription('Creates a new messenger middleware');
  7969.         return $instance;
  7970.     }
  7971.     /**
  7972.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7973.      *
  7974.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7975.      */
  7976.     protected function getMaker_AutoCommand_MakeMigrationService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7984.         $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()));
  7985.         $instance->setName('make:migration');
  7986.         $instance->setDescription('Creates a new migration based on database changes');
  7987.         return $instance;
  7988.     }
  7989.     /**
  7990.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7991.      *
  7992.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7993.      */
  7994.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7995.     {
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8001.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8002.         $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()));
  8003.         $instance->setName('make:registration-form');
  8004.         $instance->setDescription('Creates a new registration form system');
  8005.         return $instance;
  8006.     }
  8007.     /**
  8008.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8009.      *
  8010.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8011.      */
  8012.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8013.     {
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8019.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8020.         $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()));
  8021.         $instance->setName('make:reset-password');
  8022.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8023.         return $instance;
  8024.     }
  8025.     /**
  8026.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8027.      *
  8028.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8029.      */
  8030.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8031.     {
  8032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8037.         $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()));
  8038.         $instance->setName('make:serializer:encoder');
  8039.         $instance->setDescription('Creates a new serializer encoder class');
  8040.         return $instance;
  8041.     }
  8042.     /**
  8043.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8044.      *
  8045.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8046.      */
  8047.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8048.     {
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8054.         $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()));
  8055.         $instance->setName('make:serializer:normalizer');
  8056.         $instance->setDescription('Creates a new serializer normalizer class');
  8057.         return $instance;
  8058.     }
  8059.     /**
  8060.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8061.      *
  8062.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8063.      */
  8064.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8065.     {
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8071.         $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()));
  8072.         $instance->setName('make:stimulus-controller');
  8073.         $instance->setDescription('Creates a new Stimulus controller');
  8074.         return $instance;
  8075.     }
  8076.     /**
  8077.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8078.      *
  8079.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8080.      */
  8081.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8082.     {
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8089.         $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()));
  8090.         $instance->setName('make:subscriber');
  8091.         $instance->setDescription('Creates a new event subscriber class');
  8092.         return $instance;
  8093.     }
  8094.     /**
  8095.      * Gets the private 'maker.auto_command.make_test' shared service.
  8096.      *
  8097.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8098.      */
  8099.     protected function getMaker_AutoCommand_MakeTestService()
  8100.     {
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8107.         $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()));
  8108.         $instance->setName('make:test');
  8109.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8110.         $instance->setDescription('Creates a new test class');
  8111.         return $instance;
  8112.     }
  8113.     /**
  8114.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8115.      *
  8116.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8117.      */
  8118.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8119.     {
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8125.         $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()));
  8126.         $instance->setName('make:twig-extension');
  8127.         $instance->setDescription('Creates a new Twig extension class');
  8128.         return $instance;
  8129.     }
  8130.     /**
  8131.      * Gets the private 'maker.auto_command.make_user' shared service.
  8132.      *
  8133.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8134.      */
  8135.     protected function getMaker_AutoCommand_MakeUserService()
  8136.     {
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8144.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8145.         $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()));
  8146.         $instance->setName('make:user');
  8147.         $instance->setDescription('Creates a new security user class');
  8148.         return $instance;
  8149.     }
  8150.     /**
  8151.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8152.      *
  8153.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8154.      */
  8155.     protected function getMaker_AutoCommand_MakeValidatorService()
  8156.     {
  8157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8162.         $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()));
  8163.         $instance->setName('make:validator');
  8164.         $instance->setDescription('Creates a new validator and constraint class');
  8165.         return $instance;
  8166.     }
  8167.     /**
  8168.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8169.      *
  8170.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8171.      */
  8172.     protected function getMaker_AutoCommand_MakeVoterService()
  8173.     {
  8174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8179.         $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()));
  8180.         $instance->setName('make:voter');
  8181.         $instance->setDescription('Creates a new security voter class');
  8182.         return $instance;
  8183.     }
  8184.     /**
  8185.      * Gets the private 'maker.doctrine_helper' shared service.
  8186.      *
  8187.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8188.      */
  8189.     protected function getMaker_DoctrineHelperService()
  8190.     {
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8192.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8193.         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())]]]);
  8194.     }
  8195.     /**
  8196.      * Gets the private 'maker.entity_class_generator' shared service.
  8197.      *
  8198.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8199.      */
  8200.     protected function getMaker_EntityClassGeneratorService()
  8201.     {
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8203.         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()));
  8204.     }
  8205.     /**
  8206.      * Gets the private 'maker.file_manager' shared service.
  8207.      *
  8208.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8209.      */
  8210.     protected function getMaker_FileManagerService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8217.         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'));
  8218.     }
  8219.     /**
  8220.      * Gets the private 'maker.generator' shared service.
  8221.      *
  8222.      * @return \Symfony\Bundle\MakerBundle\Generator
  8223.      */
  8224.     protected function getMaker_GeneratorService()
  8225.     {
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8228.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8229.         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));
  8230.     }
  8231.     /**
  8232.      * Gets the private 'maker.php_compat_util' shared service.
  8233.      *
  8234.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8235.      */
  8236.     protected function getMaker_PhpCompatUtilService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8239.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8240.     }
  8241.     /**
  8242.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8243.      *
  8244.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8245.      */
  8246.     protected function getMaker_Renderer_FormTypeRendererService()
  8247.     {
  8248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8249.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8250.     }
  8251.     /**
  8252.      * Gets the private 'mime_types' shared service.
  8253.      *
  8254.      * @return \Symfony\Component\Mime\MimeTypes
  8255.      */
  8256.     protected function getMimeTypesService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8261.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8262.         $instance->setDefault($instance);
  8263.         return $instance;
  8264.     }
  8265.     /**
  8266.      * Gets the private 'monolog.command.server_log' shared service.
  8267.      *
  8268.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8269.      */
  8270.     protected function getMonolog_Command_ServerLogService()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8274.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8275.         $instance->setName('server:log');
  8276.         $instance->setDescription('Start a log server that displays logs in real time');
  8277.         return $instance;
  8278.     }
  8279.     /**
  8280.      * Gets the private 'monolog.handler.console' shared service.
  8281.      *
  8282.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8283.      */
  8284.     protected function getMonolog_Handler_ConsoleService()
  8285.     {
  8286.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8287.     }
  8288.     /**
  8289.      * Gets the private 'monolog.handler.deprecation' shared service.
  8290.      *
  8291.      * @return \Monolog\Handler\RotatingFileHandler
  8292.      */
  8293.     protected function getMonolog_Handler_DeprecationService()
  8294.     {
  8295.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.deprecations.log'), 30100trueNULLfalse);
  8296.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8297.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8298.         return $instance;
  8299.     }
  8300.     /**
  8301.      * Gets the private 'monolog.handler.deprecation_filter' shared service.
  8302.      *
  8303.      * @return \Monolog\Handler\FilterHandler
  8304.      */
  8305.     protected function getMonolog_Handler_DeprecationFilterService()
  8306.     {
  8307.         return $this->privates['monolog.handler.deprecation_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()), 100200true);
  8308.     }
  8309.     /**
  8310.      * Gets the private 'monolog.handler.main' shared service.
  8311.      *
  8312.      * @return \Monolog\Handler\RotatingFileHandler
  8313.      */
  8314.     protected function getMonolog_Handler_MainService()
  8315.     {
  8316.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30100trueNULLfalse);
  8317.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8318.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8319.         return $instance;
  8320.     }
  8321.     /**
  8322.      * Gets the private 'monolog.logger' shared service.
  8323.      *
  8324.      * @return \Symfony\Bridge\Monolog\Logger
  8325.      */
  8326.     protected function getMonolog_LoggerService()
  8327.     {
  8328.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8329.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8330.         $instance->useMicrosecondTimestamps(true);
  8331.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8332.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8333.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8334.         return $instance;
  8335.     }
  8336.     /**
  8337.      * Gets the private 'monolog.logger.cache' shared service.
  8338.      *
  8339.      * @return \Symfony\Bridge\Monolog\Logger
  8340.      */
  8341.     protected function getMonolog_Logger_CacheService()
  8342.     {
  8343.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8344.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8345.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8346.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8347.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8348.         return $instance;
  8349.     }
  8350.     /**
  8351.      * Gets the private 'monolog.logger.mailer' shared service.
  8352.      *
  8353.      * @return \Symfony\Bridge\Monolog\Logger
  8354.      */
  8355.     protected function getMonolog_Logger_MailerService()
  8356.     {
  8357.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8358.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8359.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8360.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8361.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8362.         return $instance;
  8363.     }
  8364.     /**
  8365.      * Gets the private 'monolog.logger.request' shared service.
  8366.      *
  8367.      * @return \Symfony\Bridge\Monolog\Logger
  8368.      */
  8369.     protected function getMonolog_Logger_RequestService()
  8370.     {
  8371.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8372.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8373.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8374.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8375.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8376.         return $instance;
  8377.     }
  8378.     /**
  8379.      * Gets the private 'monolog.logger.security' shared service.
  8380.      *
  8381.      * @return \Symfony\Bridge\Monolog\Logger
  8382.      */
  8383.     protected function getMonolog_Logger_SecurityService()
  8384.     {
  8385.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8386.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8387.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8388.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8389.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8390.         return $instance;
  8391.     }
  8392.     /**
  8393.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  8394.      *
  8395.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  8396.      */
  8397.     protected function getNelmioApiDoc_Describers_ConfigService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  8401.         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' => []]]]);
  8402.     }
  8403.     /**
  8404.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  8405.      *
  8406.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  8407.      */
  8408.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  8409.     {
  8410.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8413.         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()));
  8414.     }
  8415.     /**
  8416.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  8417.      *
  8418.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  8419.      */
  8420.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  8421.     {
  8422.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8427.         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 () {
  8428.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  8429.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  8430.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  8431.         }, 3));
  8432.     }
  8433.     /**
  8434.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  8435.      *
  8436.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  8437.      */
  8438.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  8439.     {
  8440.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  8444.         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']);
  8445.     }
  8446.     /**
  8447.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  8448.      *
  8449.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  8450.      */
  8451.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  8452.     {
  8453.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  8458.         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 () {
  8459.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8460.             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()));
  8461.             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()));
  8462.             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()));
  8463.             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()));
  8464.             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()));
  8465.             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()));
  8466.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8467.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  8468.     }
  8469.     /**
  8470.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  8471.      *
  8472.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  8473.      */
  8474.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  8475.     {
  8476.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  8481.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  8482.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8483.             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()));
  8484.             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()));
  8485.             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()));
  8486.             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()));
  8487.             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()));
  8488.             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()));
  8489.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8490.         }, 8));
  8491.     }
  8492.     /**
  8493.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  8494.      *
  8495.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  8496.      */
  8497.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  8498.     {
  8499.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.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/PropertyDescriber/CompoundPropertyDescriber.php';
  8503.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  8504.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8505.             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()));
  8506.             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()));
  8507.             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()));
  8508.             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()));
  8509.             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()));
  8510.             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()));
  8511.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8512.         }, 8));
  8513.     }
  8514.     /**
  8515.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  8516.      *
  8517.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  8518.      */
  8519.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  8520.     {
  8521.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  8524.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  8525.     }
  8526.     /**
  8527.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  8528.      *
  8529.      * @return \Symfony\Component\Routing\RouteCollection
  8530.      */
  8531.     protected function getNelmioApiDoc_Routes_DefaultService()
  8532.     {
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8536.         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());
  8537.     }
  8538.     /**
  8539.      * Gets the private 'parameter_bag' shared service.
  8540.      *
  8541.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8542.      */
  8543.     protected function getParameterBagService()
  8544.     {
  8545.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8546.     }
  8547.     /**
  8548.      * Gets the private 'profiler_listener' shared service.
  8549.      *
  8550.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8551.      */
  8552.     protected function getProfilerListenerService()
  8553.     {
  8554.         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);
  8555.     }
  8556.     /**
  8557.      * Gets the private 'property_accessor' shared service.
  8558.      *
  8559.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8560.      */
  8561.     protected function getPropertyAccessorService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8569.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8570.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8571.     }
  8572.     /**
  8573.      * Gets the private 'property_info' shared service.
  8574.      *
  8575.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8576.      */
  8577.     protected function getPropertyInfoService()
  8578.     {
  8579.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8580.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8581.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8582.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8583.         }, 3), new RewindableGenerator(function () {
  8584.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8585.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8586.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8587.         }, 3), new RewindableGenerator(function () {
  8588.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8589.         }, 1), new RewindableGenerator(function () {
  8590.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8591.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8592.         }, 2), new RewindableGenerator(function () {
  8593.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8594.         }, 1));
  8595.     }
  8596.     /**
  8597.      * Gets the private 'property_info.serializer_extractor' shared service.
  8598.      *
  8599.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8600.      */
  8601.     protected function getPropertyInfo_SerializerExtractorService()
  8602.     {
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8604.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8605.     }
  8606.     /**
  8607.      * Gets the private 'router.cache_warmer' shared service.
  8608.      *
  8609.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8610.      */
  8611.     protected function getRouter_CacheWarmerService()
  8612.     {
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8615.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8616.             'router' => ['services''router''getRouterService'false],
  8617.         ], [
  8618.             'router' => '?',
  8619.         ]))->withContext('router.cache_warmer'$this));
  8620.     }
  8621.     /**
  8622.      * Gets the private 'router.expression_language_provider' shared service.
  8623.      *
  8624.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8625.      */
  8626.     protected function getRouter_ExpressionLanguageProviderService()
  8627.     {
  8628.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8629.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8630.         ], [
  8631.             'env' => 'Closure',
  8632.         ]));
  8633.     }
  8634.     /**
  8635.      * Gets the private 'router.request_context' shared service.
  8636.      *
  8637.      * @return \Symfony\Component\Routing\RequestContext
  8638.      */
  8639.     protected function getRouter_RequestContextService()
  8640.     {
  8641.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8642.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8643.         return $instance;
  8644.     }
  8645.     /**
  8646.      * Gets the private 'router_listener' shared service.
  8647.      *
  8648.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8649.      */
  8650.     protected function getRouterListenerService()
  8651.     {
  8652.         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);
  8653.     }
  8654.     /**
  8655.      * Gets the private 'scheb_two_factor.authenticated_token_handler' shared service.
  8656.      *
  8657.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler
  8658.      */
  8659.     protected function getSchebTwoFactor_AuthenticatedTokenHandlerService($lazyLoad true)
  8660.     {
  8661.         if ($lazyLoad) {
  8662.             return $this->privates['scheb_two_factor.authenticated_token_handler'] = $this->createProxy('AuthenticatedTokenHandler_e3677d3', function () {
  8663.                 return \AuthenticatedTokenHandler_e3677d3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8664.                     $wrappedInstance $this->getSchebTwoFactor_AuthenticatedTokenHandlerService(false);
  8665.                     $proxy->setProxyInitializer(null);
  8666.                     return true;
  8667.                 });
  8668.             });
  8669.         }
  8670.         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']);
  8671.     }
  8672.     /**
  8673.      * Gets the private 'scheb_two_factor.condition_handler' shared service.
  8674.      *
  8675.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler
  8676.      */
  8677.     protected function getSchebTwoFactor_ConditionHandlerService($lazyLoad true)
  8678.     {
  8679.         if ($lazyLoad) {
  8680.             return $this->privates['scheb_two_factor.condition_handler'] = $this->createProxy('ConditionAuthenticationHandler_a1ee12f', function () {
  8681.                 return \ConditionAuthenticationHandler_a1ee12f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8682.                     $wrappedInstance $this->getSchebTwoFactor_ConditionHandlerService(false);
  8683.                     $proxy->setProxyInitializer(null);
  8684.                     return true;
  8685.                 });
  8686.             });
  8687.         }
  8688.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/DefaultTwoFactorCondition.php';
  8690.         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());
  8691.     }
  8692.     /**
  8693.      * Gets the private 'scheb_two_factor.default_backup_code_manager' shared service.
  8694.      *
  8695.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Backup\BackupCodeManager
  8696.      */
  8697.     protected function getSchebTwoFactor_DefaultBackupCodeManagerService()
  8698.     {
  8699.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/TwoFactor/Backup/BackupCodeManagerInterface.php';
  8700.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/TwoFactor/Backup/BackupCodeManager.php';
  8701.         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()));
  8702.     }
  8703.     /**
  8704.      * Gets the private 'scheb_two_factor.default_trusted_device_manager' shared service.
  8705.      *
  8706.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceManager
  8707.      */
  8708.     protected function getSchebTwoFactor_DefaultTrustedDeviceManagerService()
  8709.     {
  8710.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceManagerInterface.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceManager.php';
  8712.         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()));
  8713.     }
  8714.     /**
  8715.      * Gets the private 'scheb_two_factor.ip_whitelist_handler' shared service.
  8716.      *
  8717.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler
  8718.      */
  8719.     protected function getSchebTwoFactor_IpWhitelistHandlerService($lazyLoad true)
  8720.     {
  8721.         if ($lazyLoad) {
  8722.             return $this->privates['scheb_two_factor.ip_whitelist_handler'] = $this->createProxy('IpWhitelistHandler_06fe2b0', function () {
  8723.                 return \IpWhitelistHandler_06fe2b0::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8724.                     $wrappedInstance $this->getSchebTwoFactor_IpWhitelistHandlerService(false);
  8725.                     $proxy->setProxyInitializer(null);
  8726.                     return true;
  8727.                 });
  8728.             });
  8729.         }
  8730.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  8732.         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([]));
  8733.     }
  8734.     /**
  8735.      * Gets the private 'scheb_two_factor.provider_handler' shared service.
  8736.      *
  8737.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler
  8738.      */
  8739.     protected function getSchebTwoFactor_ProviderHandlerService($lazyLoad true)
  8740.     {
  8741.         if ($lazyLoad) {
  8742.             return $this->privates['scheb_two_factor.provider_handler'] = $this->createProxy('TwoFactorProviderHandler_3ecff6c', function () {
  8743.                 return \TwoFactorProviderHandler_3ecff6c::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8744.                     $wrappedInstance $this->getSchebTwoFactor_ProviderHandlerService(false);
  8745.                     $proxy->setProxyInitializer(null);
  8746.                     return true;
  8747.                 });
  8748.             });
  8749.         }
  8750.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  8752.         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())));
  8753.     }
  8754.     /**
  8755.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  8756.      *
  8757.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  8758.      */
  8759.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  8760.     {
  8761.         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()));
  8762.     }
  8763.     /**
  8764.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  8765.      *
  8766.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  8767.      */
  8768.     protected function getSchebTwoFactor_ProviderRegistryService()
  8769.     {
  8770.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  8771.             yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  8772.         }, 1));
  8773.     }
  8774.     /**
  8775.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  8776.      *
  8777.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  8778.      */
  8779.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  8780.     {
  8781.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  8782.     }
  8783.     /**
  8784.      * Gets the private 'scheb_two_factor.security.listener.check_backup_code' shared service.
  8785.      *
  8786.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckBackupCodeListener
  8787.      */
  8788.     protected function getSchebTwoFactor_Security_Listener_CheckBackupCodeService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/Http/EventListener/CheckBackupCodeListener.php';
  8792.         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()));
  8793.     }
  8794.     /**
  8795.      * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  8796.      *
  8797.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  8798.      */
  8799.     protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  8800.     {
  8801.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  8803.         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()));
  8804.     }
  8805.     /**
  8806.      * Gets the private 'scheb_two_factor.security.listener.trusted_device' shared service.
  8807.      *
  8808.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\TrustedDeviceListener
  8809.      */
  8810.     protected function getSchebTwoFactor_Security_Listener_TrustedDeviceService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/Http/EventListener/TrustedDeviceListener.php';
  8813.         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()));
  8814.     }
  8815.     /**
  8816.      * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  8817.      *
  8818.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  8819.      */
  8820.     protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad true)
  8821.     {
  8822.         if ($lazyLoad) {
  8823.             return $this->privates['scheb_two_factor.security.totp.default_form_renderer'] = $this->createProxy('DefaultTwoFactorFormRenderer_892ae3f', function () {
  8824.                 return \DefaultTwoFactorFormRenderer_892ae3f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8825.                     $wrappedInstance $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService(false);
  8826.                     $proxy->setProxyInitializer(null);
  8827.                     return true;
  8828.                 });
  8829.             });
  8830.         }
  8831.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@Cms/login/2fa.html.twig');
  8832.     }
  8833.     /**
  8834.      * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  8835.      *
  8836.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  8837.      */
  8838.     protected function getSchebTwoFactor_Security_Totp_ProviderService()
  8839.     {
  8840.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  8842.         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()));
  8843.     }
  8844.     /**
  8845.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  8846.      *
  8847.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  8848.      */
  8849.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  8850.     {
  8851.         if ($lazyLoad) {
  8852.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  8853.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8854.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  8855.                     $proxy->setProxyInitializer(null);
  8856.                     return true;
  8857.                 });
  8858.             });
  8859.         }
  8860.         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);
  8861.     }
  8862.     /**
  8863.      * Gets the private 'scheb_two_factor.trusted_device_handler' shared service.
  8864.      *
  8865.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TrustedDeviceHandler
  8866.      */
  8867.     protected function getSchebTwoFactor_TrustedDeviceHandlerService($lazyLoad true)
  8868.     {
  8869.         if ($lazyLoad) {
  8870.             return $this->privates['scheb_two_factor.trusted_device_handler'] = $this->createProxy('TrustedDeviceHandler_d0544bf', function () {
  8871.                 return \TrustedDeviceHandler_d0544bf::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8872.                     $wrappedInstance $this->getSchebTwoFactor_TrustedDeviceHandlerService(false);
  8873.                     $proxy->setProxyInitializer(null);
  8874.                     return true;
  8875.                 });
  8876.             });
  8877.         }
  8878.         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);
  8879.     }
  8880.     /**
  8881.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  8882.      *
  8883.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  8884.      */
  8885.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  8886.     {
  8887.         if ($lazyLoad) {
  8888.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  8889.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8890.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  8891.                     $proxy->setProxyInitializer(null);
  8892.                     return true;
  8893.                 });
  8894.             });
  8895.         }
  8896.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  8898.         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');
  8899.     }
  8900.     /**
  8901.      * Gets the private 'secrets.vault' shared service.
  8902.      *
  8903.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8904.      */
  8905.     protected function getSecrets_VaultService()
  8906.     {
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8911.         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'));
  8912.     }
  8913.     /**
  8914.      * Gets the private 'security.access_listener' shared service.
  8915.      *
  8916.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8917.      */
  8918.     protected function getSecurity_AccessListenerService()
  8919.     {
  8920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8923.         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()));
  8924.     }
  8925.     /**
  8926.      * Gets the private 'security.access_map' shared service.
  8927.      *
  8928.      * @return \Symfony\Component\Security\Http\AccessMap
  8929.      */
  8930.     protected function getSecurity_AccessMapService()
  8931.     {
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8934.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8935.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/2fa'), [=> 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  8936.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/auth_login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8937.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/lostpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8938.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8939.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8940.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  8941.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8942.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/lostpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8943.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/login_check'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8944.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8945.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal'), [=> 'ROLE_STUDENT'=> 'ROLE_TEACHER'=> 'ROLE_OWNER'], NULL);
  8946.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8947.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8948.         return $instance;
  8949.     }
  8950.     /**
  8951.      * Gets the private 'security.authentication.access_listener.two_factor.admin_secured_area' shared service.
  8952.      *
  8953.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  8954.      */
  8955.     protected function getSecurity_Authentication_AccessListener_TwoFactor_AdminSecuredAreaService()
  8956.     {
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/FirewallListenerInterface.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  8961.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  8962.         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())));
  8963.     }
  8964.     /**
  8965.      * Gets the private 'security.authentication.authentication_required_handler.two_factor.admin_secured_area' shared service.
  8966.      *
  8967.      * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  8968.      */
  8969.     protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_AdminSecuredAreaService()
  8970.     {
  8971.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8973.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  8974.         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()), []);
  8975.     }
  8976.     /**
  8977.      * Gets the private 'security.authentication.form_listener.two_factor.admin_secured_area' shared service.
  8978.      *
  8979.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  8980.      */
  8981.     protected function getSecurity_Authentication_FormListener_TwoFactor_AdminSecuredAreaService()
  8982.     {
  8983.         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()));
  8984.     }
  8985.     /**
  8986.      * Gets the private 'security.authentication.guard_handler' shared service.
  8987.      *
  8988.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8989.      *
  8990.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8991.      */
  8992.     protected function getSecurity_Authentication_GuardHandlerService()
  8993.     {
  8994.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8997.         $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']);
  8998.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  8999.         return $instance;
  9000.     }
  9001.     /**
  9002.      * Gets the private 'security.authentication.kernel_exception_listener.two_factor.admin_secured_area' shared service.
  9003.      *
  9004.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  9005.      */
  9006.     protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_AdminSecuredAreaService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  9009.         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()));
  9010.     }
  9011.     /**
  9012.      * Gets the private 'security.authentication.listener.anonymous.admin_secured_area' shared service.
  9013.      *
  9014.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9015.      *
  9016.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9017.      */
  9018.     protected function getSecurity_Authentication_Listener_Anonymous_AdminSecuredAreaService()
  9019.     {
  9020.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9021.         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()));
  9022.     }
  9023.     /**
  9024.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  9025.      *
  9026.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9027.      *
  9028.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api" service is deprecated, use the new authenticator system instead.
  9029.      */
  9030.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9031.     {
  9032.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api" service is deprecated, use the new authenticator system instead.');
  9033.         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()));
  9034.     }
  9035.     /**
  9036.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9037.      *
  9038.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9039.      *
  9040.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9041.      */
  9042.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9043.     {
  9044.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9045.         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()));
  9046.     }
  9047.     /**
  9048.      * Gets the private 'security.authentication.listener.anonymous.user_secured_area' shared service.
  9049.      *
  9050.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9051.      *
  9052.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.user_secured_area" service is deprecated, use the new authenticator system instead.
  9053.      */
  9054.     protected function getSecurity_Authentication_Listener_Anonymous_UserSecuredAreaService()
  9055.     {
  9056.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9057.         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()));
  9058.     }
  9059.     /**
  9060.      * Gets the private 'security.authentication.listener.form.admin_secured_area' shared service.
  9061.      *
  9062.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9063.      *
  9064.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9065.      */
  9066.     protected function getSecurity_Authentication_Listener_Form_AdminSecuredAreaService()
  9067.     {
  9068.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9076.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9077.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9078.         $b->setOptions(['use_referer' => true'login_path' => '/admin/login''default_target_path' => '/admin''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9079.         $b->setFirewallName('admin_secured_area');
  9080.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9081.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9082.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9083.         $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);
  9084.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9085.         return $instance;
  9086.     }
  9087.     /**
  9088.      * Gets the private 'security.authentication.listener.form.user_secured_area' shared service.
  9089.      *
  9090.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9091.      *
  9092.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.user_secured_area" service is deprecated, use the new authenticator system instead.
  9093.      */
  9094.     protected function getSecurity_Authentication_Listener_Form_UserSecuredAreaService()
  9095.     {
  9096.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9104.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9105.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9106.         $b->setOptions(['use_referer' => true'login_path' => '/portal/login''default_target_path' => '/portal''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9107.         $b->setFirewallName('user_secured_area');
  9108.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9109.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9110.         $d->setOptions(['login_path' => '/portal/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9111.         $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);
  9112.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9113.         return $instance;
  9114.     }
  9115.     /**
  9116.      * Gets the private 'security.authentication.listener.fos_oauth_server.api' shared service.
  9117.      *
  9118.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  9119.      */
  9120.     protected function getSecurity_Authentication_Listener_FosOauthServer_ApiService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  9123.         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()));
  9124.     }
  9125.     /**
  9126.      * Gets the private 'security.authentication.listener.guard.admin_secured_area' shared service.
  9127.      *
  9128.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9129.      *
  9130.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9131.      */
  9132.     protected function getSecurity_Authentication_Listener_Guard_AdminSecuredAreaService()
  9133.     {
  9134.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9135.         $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 () {
  9136.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9137.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9138.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9139.         return $instance;
  9140.     }
  9141.     /**
  9142.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9143.      *
  9144.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9145.      *
  9146.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  9147.      */
  9148.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9149.     {
  9150.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  9151.         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 () {
  9152.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9153.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9154.     }
  9155.     /**
  9156.      * Gets the private 'security.authentication.listener.guard.user_secured_area' shared service.
  9157.      *
  9158.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9159.      *
  9160.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.user_secured_area" service is deprecated, use the new authenticator system instead.
  9161.      */
  9162.     protected function getSecurity_Authentication_Listener_Guard_UserSecuredAreaService()
  9163.     {
  9164.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9165.         $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 () {
  9166.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9167.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9168.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9169.         return $instance;
  9170.     }
  9171.     /**
  9172.      * Gets the private 'security.authentication.listener.rememberme.admin_secured_area' shared service.
  9173.      *
  9174.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9175.      *
  9176.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9177.      */
  9178.     protected function getSecurity_Authentication_Listener_Rememberme_AdminSecuredAreaService()
  9179.     {
  9180.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9183.         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'))));
  9184.     }
  9185.     /**
  9186.      * Gets the private 'security.authentication.listener.rememberme.user_secured_area' shared service.
  9187.      *
  9188.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9189.      *
  9190.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.user_secured_area" service is deprecated, use the new authenticator system instead.
  9191.      */
  9192.     protected function getSecurity_Authentication_Listener_Rememberme_UserSecuredAreaService()
  9193.     {
  9194.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9197.         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'))));
  9198.     }
  9199.     /**
  9200.      * Gets the private 'security.authentication.listener.two_factor.admin_secured_area' shared service.
  9201.      *
  9202.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener
  9203.      */
  9204.     protected function getSecurity_Authentication_Listener_TwoFactor_AdminSecuredAreaService()
  9205.     {
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9208.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorListener.php';
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Csrf/NullCsrfTokenManager.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  9218.         $a = ($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService());
  9219.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9220.         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()));
  9221.     }
  9222.     /**
  9223.      * Gets the private 'security.authentication.manager' shared service.
  9224.      *
  9225.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9226.      *
  9227.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9228.      */
  9229.     protected function getSecurity_Authentication_ManagerService()
  9230.     {
  9231.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9232.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9233.             yield => ($this->privates['security.authentication.provider.guard.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService());
  9234.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_Api_TwoFactorDecoratorService());
  9235.             yield => ($this->privates['security.authentication.provider.anonymous.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecoratorService());
  9236.             yield => ($this->privates['security.authentication.provider.guard.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecoratorService());
  9237.             yield => ($this->privates['security.authentication.provider.dao.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecoratorService());
  9238.             yield => ($this->privates['security.authentication.provider.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_Provider_TwoFactor_AdminSecuredAreaService());
  9239.             yield => ($this->privates['security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecoratorService());
  9240.             yield => ($this->privates['security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecoratorService());
  9241.             yield => ($this->privates['security.authentication.provider.guard.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecoratorService());
  9242.             yield => ($this->privates['security.authentication.provider.dao.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecoratorService());
  9243.             yield 10 => ($this->privates['security.authentication.provider.rememberme.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecoratorService());
  9244.             yield 11 => ($this->privates['security.authentication.provider.anonymous.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecoratorService());
  9245.             yield 12 => ($this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService());
  9246.         }, 13), true);
  9247.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9248.         return $instance;
  9249.     }
  9250.     /**
  9251.      * Gets the private 'security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator' shared service.
  9252.      *
  9253.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9254.      */
  9255.     protected function getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecoratorService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9262.         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())));
  9263.     }
  9264.     /**
  9265.      * Gets the private 'security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator.inner' shared service.
  9266.      *
  9267.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9268.      *
  9269.      * @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.
  9270.      */
  9271.     protected function getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9272.     {
  9273.         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.');
  9274.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9275.     }
  9276.     /**
  9277.      * Gets the private 'security.authentication.provider.anonymous.api.two_factor_decorator' shared service.
  9278.      *
  9279.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9280.      */
  9281.     protected function getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecoratorService()
  9282.     {
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9288.         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())));
  9289.     }
  9290.     /**
  9291.      * Gets the private 'security.authentication.provider.anonymous.api.two_factor_decorator.inner' shared service.
  9292.      *
  9293.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9294.      *
  9295.      * @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.
  9296.      */
  9297.     protected function getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecorator_InnerService()
  9298.     {
  9299.         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.');
  9300.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9301.     }
  9302.     /**
  9303.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator' shared service.
  9304.      *
  9305.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9306.      */
  9307.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService()
  9308.     {
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9312.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9313.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9314.         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())));
  9315.     }
  9316.     /**
  9317.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator.inner' shared service.
  9318.      *
  9319.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9320.      *
  9321.      * @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.
  9322.      */
  9323.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService()
  9324.     {
  9325.         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.');
  9326.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9327.     }
  9328.     /**
  9329.      * Gets the private 'security.authentication.provider.anonymous.user_secured_area.two_factor_decorator' shared service.
  9330.      *
  9331.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9332.      */
  9333.     protected function getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecoratorService()
  9334.     {
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9340.         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())));
  9341.     }
  9342.     /**
  9343.      * Gets the private 'security.authentication.provider.anonymous.user_secured_area.two_factor_decorator.inner' shared service.
  9344.      *
  9345.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9346.      *
  9347.      * @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.
  9348.      */
  9349.     protected function getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecorator_InnerService()
  9350.     {
  9351.         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.');
  9352.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9353.     }
  9354.     /**
  9355.      * Gets the private 'security.authentication.provider.dao.admin_secured_area.two_factor_decorator' shared service.
  9356.      *
  9357.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9358.      */
  9359.     protected function getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecoratorService()
  9360.     {
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9366.         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())));
  9367.     }
  9368.     /**
  9369.      * Gets the private 'security.authentication.provider.dao.admin_secured_area.two_factor_decorator.inner' shared service.
  9370.      *
  9371.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9372.      *
  9373.      * @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.
  9374.      */
  9375.     protected function getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9376.     {
  9377.         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.');
  9378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9380.         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);
  9381.     }
  9382.     /**
  9383.      * Gets the private 'security.authentication.provider.dao.user_secured_area.two_factor_decorator' shared service.
  9384.      *
  9385.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9386.      */
  9387.     protected function getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecoratorService()
  9388.     {
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9394.         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())));
  9395.     }
  9396.     /**
  9397.      * Gets the private 'security.authentication.provider.dao.user_secured_area.two_factor_decorator.inner' shared service.
  9398.      *
  9399.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9400.      *
  9401.      * @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.
  9402.      */
  9403.     protected function getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecorator_InnerService()
  9404.     {
  9405.         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.');
  9406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9408.         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);
  9409.     }
  9410.     /**
  9411.      * Gets the private 'security.authentication.provider.fos_oauth_server.api.two_factor_decorator' shared service.
  9412.      *
  9413.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9414.      */
  9415.     protected function getSecurity_Authentication_Provider_FosOauthServer_Api_TwoFactorDecoratorService()
  9416.     {
  9417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  9421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9424.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9425.         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())));
  9426.     }
  9427.     /**
  9428.      * Gets the private 'security.authentication.provider.guard.admin_secured_area.two_factor_decorator' shared service.
  9429.      *
  9430.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9431.      */
  9432.     protected function getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecoratorService()
  9433.     {
  9434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9436.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9437.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9439.         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())));
  9440.     }
  9441.     /**
  9442.      * Gets the private 'security.authentication.provider.guard.admin_secured_area.two_factor_decorator.inner' shared service.
  9443.      *
  9444.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9445.      *
  9446.      * @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.
  9447.      */
  9448.     protected function getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9449.     {
  9450.         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.');
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9453.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9454.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9455.         }, 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()));
  9456.     }
  9457.     /**
  9458.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator' shared service.
  9459.      *
  9460.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9461.      */
  9462.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9469.         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())));
  9470.     }
  9471.     /**
  9472.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator.inner' shared service.
  9473.      *
  9474.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9475.      *
  9476.      * @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.
  9477.      */
  9478.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecorator_InnerService()
  9479.     {
  9480.         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.');
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9483.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9484.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9485.         }, 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()));
  9486.     }
  9487.     /**
  9488.      * Gets the private 'security.authentication.provider.guard.user_secured_area.two_factor_decorator' shared service.
  9489.      *
  9490.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9491.      */
  9492.     protected function getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecoratorService()
  9493.     {
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9496.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9499.         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())));
  9500.     }
  9501.     /**
  9502.      * Gets the private 'security.authentication.provider.guard.user_secured_area.two_factor_decorator.inner' shared service.
  9503.      *
  9504.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9505.      *
  9506.      * @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.
  9507.      */
  9508.     protected function getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecorator_InnerService()
  9509.     {
  9510.         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.');
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9513.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9514.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9515.         }, 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()));
  9516.     }
  9517.     /**
  9518.      * Gets the private 'security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator' shared service.
  9519.      *
  9520.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9521.      */
  9522.     protected function getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecoratorService()
  9523.     {
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9529.         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())));
  9530.     }
  9531.     /**
  9532.      * Gets the private 'security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator.inner' shared service.
  9533.      *
  9534.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9535.      *
  9536.      * @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.
  9537.      */
  9538.     protected function getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9539.     {
  9540.         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.');
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9543.         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');
  9544.     }
  9545.     /**
  9546.      * Gets the private 'security.authentication.provider.rememberme.user_secured_area.two_factor_decorator' shared service.
  9547.      *
  9548.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9549.      */
  9550.     protected function getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecoratorService()
  9551.     {
  9552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9555.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9557.         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())));
  9558.     }
  9559.     /**
  9560.      * Gets the private 'security.authentication.provider.rememberme.user_secured_area.two_factor_decorator.inner' shared service.
  9561.      *
  9562.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9563.      *
  9564.      * @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.
  9565.      */
  9566.     protected function getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecorator_InnerService()
  9567.     {
  9568.         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.');
  9569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9571.         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');
  9572.     }
  9573.     /**
  9574.      * Gets the private 'security.authentication.provider.two_factor.admin_secured_area' shared service.
  9575.      *
  9576.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider
  9577.      */
  9578.     protected function getSecurity_Authentication_Provider_TwoFactor_AdminSecuredAreaService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/TwoFactorAuthenticationProvider.php';
  9583.         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()));
  9584.     }
  9585.     /**
  9586.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.admin_secured_area' shared service.
  9587.      *
  9588.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  9589.      */
  9590.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService()
  9591.     {
  9592.         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);
  9593.     }
  9594.     /**
  9595.      * Gets the private 'security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator' shared service.
  9596.      *
  9597.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  9598.      */
  9599.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()
  9600.     {
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9606.         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 () {
  9607.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9608.         }, 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())));
  9609.     }
  9610.     /**
  9611.      * Gets the private 'security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator' shared service.
  9612.      *
  9613.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  9614.      */
  9615.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()
  9616.     {
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9622.         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 () {
  9623.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9624.         }, 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())));
  9625.     }
  9626.     /**
  9627.      * Gets the private 'security.authentication.switchuser_listener.admin_secured_area' shared service.
  9628.      *
  9629.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9630.      */
  9631.     protected function getSecurity_Authentication_SwitchuserListener_AdminSecuredAreaService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9638.         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);
  9639.     }
  9640.     /**
  9641.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  9642.      *
  9643.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9644.      */
  9645.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  9646.     {
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9652.         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);
  9653.     }
  9654.     /**
  9655.      * Gets the private 'security.authentication.switchuser_listener.user_secured_area' shared service.
  9656.      *
  9657.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9658.      */
  9659.     protected function getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService()
  9660.     {
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9666.         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);
  9667.     }
  9668.     /**
  9669.      * Gets the private 'security.channel_listener' shared service.
  9670.      *
  9671.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9672.      */
  9673.     protected function getSecurity_ChannelListenerService()
  9674.     {
  9675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9678.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9679.         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());
  9680.     }
  9681.     /**
  9682.      * Gets the private 'security.command.debug_firewall' shared service.
  9683.      *
  9684.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9685.      */
  9686.     protected function getSecurity_Command_DebugFirewallService()
  9687.     {
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9690.         $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);
  9691.         $instance->setName('debug:firewall');
  9692.         $instance->setDescription('Display information about your security firewall(s)');
  9693.         return $instance;
  9694.     }
  9695.     /**
  9696.      * Gets the private 'security.command.user_password_encoder' shared service.
  9697.      *
  9698.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9699.      *
  9700.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9701.      */
  9702.     protected function getSecurity_Command_UserPasswordEncoderService()
  9703.     {
  9704.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9705.         $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']);
  9706.         $instance->setName('security:encode-password');
  9707.         $instance->setDescription('Encode a password');
  9708.         return $instance;
  9709.     }
  9710.     /**
  9711.      * Gets the private 'security.command.user_password_hash' shared service.
  9712.      *
  9713.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9714.      */
  9715.     protected function getSecurity_Command_UserPasswordHashService()
  9716.     {
  9717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9719.         $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']);
  9720.         $instance->setName('security:hash-password');
  9721.         $instance->setDescription('Hash a user password');
  9722.         return $instance;
  9723.     }
  9724.     /**
  9725.      * Gets the private 'security.context_listener.0' shared service.
  9726.      *
  9727.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9728.      */
  9729.     protected function getSecurity_ContextListener_0Service()
  9730.     {
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9734.         $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 () {
  9735.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  9736.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9737.         }, 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']);
  9738.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9739.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9740.         return $instance;
  9741.     }
  9742.     /**
  9743.      * Gets the private 'security.csrf.token_storage' shared service.
  9744.      *
  9745.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9746.      */
  9747.     protected function getSecurity_Csrf_TokenStorageService()
  9748.     {
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9752.         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())));
  9753.     }
  9754.     /**
  9755.      * Gets the private 'security.encoder_factory.generic' shared service.
  9756.      *
  9757.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9758.      *
  9759.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9760.      */
  9761.     protected function getSecurity_EncoderFactory_GenericService()
  9762.     {
  9763.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9764.         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']]]);
  9765.     }
  9766.     /**
  9767.      * Gets the private 'security.event_dispatcher.admin_secured_area' shared service.
  9768.      *
  9769.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9770.      */
  9771.     protected function getSecurity_EventDispatcher_AdminSecuredAreaService()
  9772.     {
  9773.         $this->privates['security.event_dispatcher.admin_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9774.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9775.             return ($this->privates['security.logout.listener.default.admin_secured_area'] ?? $this->getSecurity_Logout_Listener_Default_AdminSecuredAreaService());
  9776.         }, => 'onLogout'], 64);
  9777.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9778.             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()));
  9779.         }, => 'onLogout'], 0);
  9780.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9781.             return ($this->privates['security.logout.listener.remember_me.admin_secured_area'] ?? $this->getSecurity_Logout_Listener_RememberMe_AdminSecuredAreaService());
  9782.         }, => 'onLogout'], 0);
  9783.         $instance->addListener('security.interactive_login', [=> function () {
  9784.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9785.         }, => 'onInteractiveLogin'], 0);
  9786.         $instance->addListener('security.interactive_login', [=> function () {
  9787.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9788.         }, => 'onSecurityInteractiveLogin'], 0);
  9789.         $instance->addListener('security.authentication.success', [=> function () {
  9790.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9791.         }, => 'onLogin'], 9223372036854775807);
  9792.         $instance->addListener('security.authentication.success', [=> function () {
  9793.             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()));
  9794.         }, => 'onLogin'], 9223372036854775806);
  9795.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9796.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9797.         }, => 'checkPassport'], 0);
  9798.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9799.             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()));
  9800.         }, => 'onSuccessfulLogin'], -63);
  9801.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9802.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9803.         }, => 'onSuccessfulLogin'], 0);
  9804.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9805.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9806.         }, => 'checkPassport'], 16);
  9807.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9808.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9809.         }, => 'onLogout'], 0);
  9810.         return $instance;
  9811.     }
  9812.     /**
  9813.      * Gets the private 'security.event_dispatcher.api' shared service.
  9814.      *
  9815.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9816.      */
  9817.     protected function getSecurity_EventDispatcher_ApiService()
  9818.     {
  9819.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9820.         $instance->addListener('security.interactive_login', [=> function () {
  9821.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9822.         }, => 'onInteractiveLogin'], 0);
  9823.         $instance->addListener('security.interactive_login', [=> function () {
  9824.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9825.         }, => 'onSecurityInteractiveLogin'], 0);
  9826.         $instance->addListener('security.authentication.success', [=> function () {
  9827.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9828.         }, => 'onLogin'], 9223372036854775807);
  9829.         $instance->addListener('security.authentication.success', [=> function () {
  9830.             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()));
  9831.         }, => 'onLogin'], 9223372036854775806);
  9832.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9833.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9834.         }, => 'checkPassport'], 0);
  9835.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9836.             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()));
  9837.         }, => 'onSuccessfulLogin'], -63);
  9838.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9839.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9840.         }, => 'onSuccessfulLogin'], 0);
  9841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9842.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9843.         }, => 'checkPassport'], 16);
  9844.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9845.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9846.         }, => 'onLogout'], 0);
  9847.         return $instance;
  9848.     }
  9849.     /**
  9850.      * Gets the private 'security.event_dispatcher.main' shared service.
  9851.      *
  9852.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9853.      */
  9854.     protected function getSecurity_EventDispatcher_MainService()
  9855.     {
  9856.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9857.         $instance->addListener('security.interactive_login', [=> function () {
  9858.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9859.         }, => 'onInteractiveLogin'], 0);
  9860.         $instance->addListener('security.interactive_login', [=> function () {
  9861.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9862.         }, => 'onSecurityInteractiveLogin'], 0);
  9863.         $instance->addListener('security.authentication.success', [=> function () {
  9864.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9865.         }, => 'onLogin'], 9223372036854775807);
  9866.         $instance->addListener('security.authentication.success', [=> function () {
  9867.             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()));
  9868.         }, => 'onLogin'], 9223372036854775806);
  9869.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9870.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9871.         }, => 'checkPassport'], 0);
  9872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9873.             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()));
  9874.         }, => 'onSuccessfulLogin'], -63);
  9875.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9876.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9877.         }, => 'onSuccessfulLogin'], 0);
  9878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9879.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9880.         }, => 'checkPassport'], 16);
  9881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9882.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9883.         }, => 'onLogout'], 0);
  9884.         return $instance;
  9885.     }
  9886.     /**
  9887.      * Gets the private 'security.event_dispatcher.user_secured_area' shared service.
  9888.      *
  9889.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9890.      */
  9891.     protected function getSecurity_EventDispatcher_UserSecuredAreaService()
  9892.     {
  9893.         $this->privates['security.event_dispatcher.user_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9894.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9895.             return ($this->privates['security.logout.listener.default.user_secured_area'] ?? $this->getSecurity_Logout_Listener_Default_UserSecuredAreaService());
  9896.         }, => 'onLogout'], 64);
  9897.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9898.             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()));
  9899.         }, => 'onLogout'], 0);
  9900.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9901.             return ($this->privates['security.logout.listener.remember_me.user_secured_area'] ?? $this->getSecurity_Logout_Listener_RememberMe_UserSecuredAreaService());
  9902.         }, => 'onLogout'], 0);
  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.firewall.map' shared service.
  9934.      *
  9935.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9936.      */
  9937.     protected function getSecurity_Firewall_MapService()
  9938.     {
  9939.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.gArUn4e'] ?? $this->get_ServiceLocator_GArUn4eService()), new RewindableGenerator(function () {
  9940.             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')));
  9941.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9942.             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')));
  9943.             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')));
  9944.             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)/')));
  9945.             yield 'security.firewall.map.context.main' => NULL;
  9946.         }, 6));
  9947.     }
  9948.     /**
  9949.      * Gets the private 'security.firewall.map.context.admin_secured_area' shared service.
  9950.      *
  9951.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9952.      */
  9953.     protected function getSecurity_Firewall_Map_Context_AdminSecuredAreaService()
  9954.     {
  9955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9964.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9965.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9966.         return $this->privates['security.firewall.map.context.admin_secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9967.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9968.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9969.             yield => ($this->privates['security.authentication.listener.guard.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminSecuredAreaService());
  9970.             yield => ($this->privates['security.authentication.listener.form.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_AdminSecuredAreaService());
  9971.             yield => ($this->privates['security.authentication.listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_TwoFactor_AdminSecuredAreaService());
  9972.             yield => ($this->privates['security.authentication.listener.rememberme.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Rememberme_AdminSecuredAreaService());
  9973.             yield => ($this->privates['security.authentication.listener.anonymous.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminSecuredAreaService());
  9974.             yield => ($this->privates['security.authentication.switchuser_listener.admin_secured_area'] ?? $this->getSecurity_Authentication_SwitchuserListener_AdminSecuredAreaService());
  9975.             yield => ($this->privates['security.authentication.access_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_AdminSecuredAreaService());
  9976.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9977.         }, 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']));
  9978.     }
  9979.     /**
  9980.      * Gets the private 'security.firewall.map.context.api' shared service.
  9981.      *
  9982.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9983.      */
  9984.     protected function getSecurity_Firewall_Map_Context_ApiService()
  9985.     {
  9986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/EntryPoint/OAuthEntryPoint.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9992.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9993.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9994.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  9995.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_ApiService());
  9996.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  9997.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9998.         }, 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));
  9999.     }
  10000.     /**
  10001.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10002.      *
  10003.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10004.      */
  10005.     protected function getSecurity_Firewall_Map_Context_DevService()
  10006.     {
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10009.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10010.             return new \EmptyIterator();
  10011.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10012.     }
  10013.     /**
  10014.      * Gets the private 'security.firewall.map.context.main' shared service.
  10015.      *
  10016.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10017.      */
  10018.     protected function getSecurity_Firewall_Map_Context_MainService()
  10019.     {
  10020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10025.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10026.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10027.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10028.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10029.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  10030.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10031.         }, 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())));
  10032.     }
  10033.     /**
  10034.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  10035.      *
  10036.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10037.      */
  10038.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  10039.     {
  10040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10042.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10043.             return new \EmptyIterator();
  10044.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10045.     }
  10046.     /**
  10047.      * Gets the private 'security.firewall.map.context.user_secured_area' shared service.
  10048.      *
  10049.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10050.      */
  10051.     protected function getSecurity_Firewall_Map_Context_UserSecuredAreaService()
  10052.     {
  10053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10062.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10063.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10064.         return $this->privates['security.firewall.map.context.user_secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10065.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10066.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10067.             yield => ($this->privates['security.authentication.listener.guard.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Guard_UserSecuredAreaService());
  10068.             yield => ($this->privates['security.authentication.listener.form.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_UserSecuredAreaService());
  10069.             yield => ($this->privates['security.authentication.listener.rememberme.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Rememberme_UserSecuredAreaService());
  10070.             yield => ($this->privates['security.authentication.listener.anonymous.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Anonymous_UserSecuredAreaService());
  10071.             yield => ($this->privates['security.authentication.switchuser_listener.user_secured_area'] ?? $this->getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService());
  10072.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10073.         }, 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']));
  10074.     }
  10075.     /**
  10076.      * Gets the private 'security.firewall_config.two_factor.admin_secured_area' shared service.
  10077.      *
  10078.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  10079.      */
  10080.     protected function getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()
  10081.     {
  10082.         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());
  10083.     }
  10084.     /**
  10085.      * Gets the private 'security.http_utils' shared service.
  10086.      *
  10087.      * @return \Symfony\Component\Security\Http\HttpUtils
  10088.      */
  10089.     protected function getSecurity_HttpUtilsService()
  10090.     {
  10091.         $a = ($this->services['router'] ?? $this->getRouterService());
  10092.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10093.     }
  10094.     /**
  10095.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10096.      *
  10097.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10098.      */
  10099.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10100.     {
  10101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10102.         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()));
  10103.     }
  10104.     /**
  10105.      * Gets the private 'security.logout.listener.default.admin_secured_area' shared service.
  10106.      *
  10107.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10108.      */
  10109.     protected function getSecurity_Logout_Listener_Default_AdminSecuredAreaService()
  10110.     {
  10111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10112.         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');
  10113.     }
  10114.     /**
  10115.      * Gets the private 'security.logout.listener.default.user_secured_area' shared service.
  10116.      *
  10117.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10118.      */
  10119.     protected function getSecurity_Logout_Listener_Default_UserSecuredAreaService()
  10120.     {
  10121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10122.         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');
  10123.     }
  10124.     /**
  10125.      * Gets the private 'security.logout.listener.remember_me.admin_secured_area' shared service.
  10126.      *
  10127.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10128.      */
  10129.     protected function getSecurity_Logout_Listener_RememberMe_AdminSecuredAreaService()
  10130.     {
  10131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10132.         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()));
  10133.     }
  10134.     /**
  10135.      * Gets the private 'security.logout.listener.remember_me.user_secured_area' shared service.
  10136.      *
  10137.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10138.      */
  10139.     protected function getSecurity_Logout_Listener_RememberMe_UserSecuredAreaService()
  10140.     {
  10141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10142.         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()));
  10143.     }
  10144.     /**
  10145.      * Gets the private 'security.logout_url_generator' shared service.
  10146.      *
  10147.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10148.      */
  10149.     protected function getSecurity_LogoutUrlGeneratorService()
  10150.     {
  10151.         $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()));
  10152.         $instance->registerListener('admin_secured_area''/admin/logout''logout''_csrf_token'NULL'primary_auth');
  10153.         $instance->registerListener('user_secured_area''/portal/logout''logout''_csrf_token'NULL'primary_auth');
  10154.         return $instance;
  10155.     }
  10156.     /**
  10157.      * Gets the private 'security.password_hasher_factory' shared service.
  10158.      *
  10159.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10160.      */
  10161.     protected function getSecurity_PasswordHasherFactoryService()
  10162.     {
  10163.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10165.         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']]]);
  10166.     }
  10167.     /**
  10168.      * Gets the private 'security.role_hierarchy' shared service.
  10169.      *
  10170.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10171.      */
  10172.     protected function getSecurity_RoleHierarchyService()
  10173.     {
  10174.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10175.     }
  10176.     /**
  10177.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  10178.      *
  10179.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10180.      */
  10181.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  10182.     {
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10185.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10186.         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);
  10187.     }
  10188.     /**
  10189.      * Gets the private 'security.user_password_hasher' shared service.
  10190.      *
  10191.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  10192.      */
  10193.     protected function getSecurity_UserPasswordHasherService()
  10194.     {
  10195.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  10196.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  10197.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10198.     }
  10199.     /**
  10200.      * Gets the private 'security.validator.user_password' shared service.
  10201.      *
  10202.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10203.      */
  10204.     protected function getSecurity_Validator_UserPasswordService()
  10205.     {
  10206.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10209.         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()));
  10210.     }
  10211.     /**
  10212.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10213.      *
  10214.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10215.      */
  10216.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10217.     {
  10218.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10219.     }
  10220.     /**
  10221.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10222.      *
  10223.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10224.      */
  10225.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10226.     {
  10227.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10228.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10229.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10230.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10231.     }
  10232.     /**
  10233.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10234.      *
  10235.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10236.      */
  10237.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10238.     {
  10239.         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()));
  10240.     }
  10241.     /**
  10242.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10243.      *
  10244.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10245.      */
  10246.     protected function getSensioFrameworkExtra_View_ListenerService()
  10247.     {
  10248.         $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))));
  10249.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10250.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10251.         ], [
  10252.             'twig' => '?',
  10253.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10254.         return $instance;
  10255.     }
  10256.     /**
  10257.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10258.      *
  10259.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10260.      */
  10261.     protected function getSerializer_Mapping_CacheWarmerService()
  10262.     {
  10263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10266.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10267.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10268.         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'));
  10269.     }
  10270.     /**
  10271.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10272.      *
  10273.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10274.      */
  10275.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10276.     {
  10277.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10279.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10280.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10281.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10283.         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()))]));
  10284.     }
  10285.     /**
  10286.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10287.      *
  10288.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10289.      */
  10290.     protected function getSerializer_NameConverter_MetadataAwareService()
  10291.     {
  10292.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  10293.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  10295.         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()));
  10296.     }
  10297.     /**
  10298.      * Gets the private 'session.factory' shared service.
  10299.      *
  10300.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10301.      */
  10302.     protected function getSession_FactoryService()
  10303.     {
  10304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10306.         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']);
  10307.     }
  10308.     /**
  10309.      * Gets the private 'session.storage.factory.service' shared service.
  10310.      *
  10311.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10312.      *
  10313.      * @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.
  10314.      */
  10315.     protected function getSession_Storage_Factory_ServiceService()
  10316.     {
  10317.         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.');
  10318.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10319.     }
  10320.     /**
  10321.      * Gets the private 'session.storage.metadata_bag' shared service.
  10322.      *
  10323.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10324.      *
  10325.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10326.      */
  10327.     protected function getSession_Storage_MetadataBagService()
  10328.     {
  10329.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10330.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10331.     }
  10332.     /**
  10333.      * Gets the private 'session.storage.native' shared service.
  10334.      *
  10335.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10336.      *
  10337.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10338.      */
  10339.     protected function getSession_Storage_NativeService()
  10340.     {
  10341.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  10345.         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());
  10346.     }
  10347.     /**
  10348.      * Gets the private 'session_listener' shared service.
  10349.      *
  10350.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10351.      */
  10352.     protected function getSessionListenerService()
  10353.     {
  10354.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10355.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10356.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10357.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10358.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10359.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10360.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10361.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10362.         ], [
  10363.             'initialized_session' => '?',
  10364.             'logger' => '?',
  10365.             'request_stack' => '?',
  10366.             'session' => '?',
  10367.             'session_collector' => '?',
  10368.             'session_factory' => '?',
  10369.             'session_storage' => '?',
  10370.         ]), true$this->parameters['session.storage.options']);
  10371.     }
  10372.     /**
  10373.      * Gets the private 'translation.extractor' shared service.
  10374.      *
  10375.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10376.      */
  10377.     protected function getTranslation_ExtractorService()
  10378.     {
  10379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10384.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10385.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10386.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10387.         return $instance;
  10388.     }
  10389.     /**
  10390.      * Gets the private 'translation.loader.csv' shared service.
  10391.      *
  10392.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10393.      */
  10394.     protected function getTranslation_Loader_CsvService()
  10395.     {
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10400.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10401.     }
  10402.     /**
  10403.      * Gets the private 'translation.loader.dat' shared service.
  10404.      *
  10405.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10406.      */
  10407.     protected function getTranslation_Loader_DatService()
  10408.     {
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10412.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10413.     }
  10414.     /**
  10415.      * Gets the private 'translation.loader.ini' shared service.
  10416.      *
  10417.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10418.      */
  10419.     protected function getTranslation_Loader_IniService()
  10420.     {
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10425.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10426.     }
  10427.     /**
  10428.      * Gets the private 'translation.loader.json' shared service.
  10429.      *
  10430.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10431.      */
  10432.     protected function getTranslation_Loader_JsonService()
  10433.     {
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10438.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10439.     }
  10440.     /**
  10441.      * Gets the private 'translation.loader.mo' shared service.
  10442.      *
  10443.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10444.      */
  10445.     protected function getTranslation_Loader_MoService()
  10446.     {
  10447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10451.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10452.     }
  10453.     /**
  10454.      * Gets the private 'translation.loader.php' shared service.
  10455.      *
  10456.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10457.      */
  10458.     protected function getTranslation_Loader_PhpService()
  10459.     {
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10464.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10465.     }
  10466.     /**
  10467.      * Gets the private 'translation.loader.po' shared service.
  10468.      *
  10469.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10470.      */
  10471.     protected function getTranslation_Loader_PoService()
  10472.     {
  10473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10477.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10478.     }
  10479.     /**
  10480.      * Gets the private 'translation.loader.qt' shared service.
  10481.      *
  10482.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10483.      */
  10484.     protected function getTranslation_Loader_QtService()
  10485.     {
  10486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10488.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10489.     }
  10490.     /**
  10491.      * Gets the private 'translation.loader.res' shared service.
  10492.      *
  10493.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10494.      */
  10495.     protected function getTranslation_Loader_ResService()
  10496.     {
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10499.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10500.     }
  10501.     /**
  10502.      * Gets the private 'translation.loader.xliff' shared service.
  10503.      *
  10504.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10505.      */
  10506.     protected function getTranslation_Loader_XliffService()
  10507.     {
  10508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10510.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10511.     }
  10512.     /**
  10513.      * Gets the private 'translation.loader.yml' shared service.
  10514.      *
  10515.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10516.      */
  10517.     protected function getTranslation_Loader_YmlService()
  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/YamlFileLoader.php';
  10523.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10524.     }
  10525.     /**
  10526.      * Gets the private 'translation.provider_collection' shared service.
  10527.      *
  10528.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10529.      */
  10530.     protected function getTranslation_ProviderCollectionService()
  10531.     {
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10534.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10535.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10536.         }, 1), []))->fromConfig([]);
  10537.     }
  10538.     /**
  10539.      * Gets the private 'translation.reader' shared service.
  10540.      *
  10541.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10542.      */
  10543.     protected function getTranslation_ReaderService()
  10544.     {
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10561.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10562.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10563.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10564.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10565.         $instance->addLoader('yaml'$a);
  10566.         $instance->addLoader('yml'$a);
  10567.         $instance->addLoader('xlf'$b);
  10568.         $instance->addLoader('xliff'$b);
  10569.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10570.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10571.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10572.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10573.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10574.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10575.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10576.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10577.         $instance->addLoader('db', ($this->services['translation.loader.db'] ?? $this->getTranslation_Loader_DbService()));
  10578.         return $instance;
  10579.     }
  10580.     /**
  10581.      * Gets the private 'translation.warmer' shared service.
  10582.      *
  10583.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10584.      */
  10585.     protected function getTranslation_WarmerService()
  10586.     {
  10587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10589.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10590.             'translator' => ['services''translator''getTranslatorService'false],
  10591.         ], [
  10592.             'translator' => '?',
  10593.         ]))->withContext('translation.warmer'$this));
  10594.     }
  10595.     /**
  10596.      * Gets the private 'translation.writer' shared service.
  10597.      *
  10598.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10599.      */
  10600.     protected function getTranslation_WriterService()
  10601.     {
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10616.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10617.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10618.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10619.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10620.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10621.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10622.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10623.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10624.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10625.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10626.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10627.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10628.         return $instance;
  10629.     }
  10630.     /**
  10631.      * Gets the private 'translator.default' shared service.
  10632.      *
  10633.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10634.      */
  10635.     protected function getTranslator_DefaultService()
  10636.     {
  10637.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10638.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10639.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10640.             'translation.loader.db' => ['services''translation.loader.db''getTranslation_Loader_DbService'false],
  10641.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10642.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10643.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10644.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10645.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10646.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10647.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10648.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10649.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10650.         ], [
  10651.             'translation.loader.csv' => '?',
  10652.             'translation.loader.dat' => '?',
  10653.             'translation.loader.db' => '?',
  10654.             'translation.loader.ini' => '?',
  10655.             'translation.loader.json' => '?',
  10656.             'translation.loader.mo' => '?',
  10657.             'translation.loader.php' => '?',
  10658.             'translation.loader.po' => '?',
  10659.             'translation.loader.qt' => '?',
  10660.             'translation.loader.res' => '?',
  10661.             'translation.loader.xliff' => '?',
  10662.             'translation.loader.yml' => '?',
  10663.         ]), 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).'/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).'/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')]], '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).'/src/Trinity/ApiBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 24 => (\dirname(__DIR__4).'/src/Trinity/BlogBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Trinity/FormsBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Trinity/SearchBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Trinity/SliderBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/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 => 'src/Trinity/ApiBundle/translations'23 => 'vendor/sentry/sentry-symfony/src/translations'24 => 'src/Trinity/BlogBundle/translations'25 => 'src/Trinity/FormsBundle/translations'26 => 'src/Trinity/SearchBundle/translations'27 => 'src/Trinity/SliderBundle/translations'28 => 'vendor/twig/extra-bundle/translations'29 => 'src/Trinity/WebshopBundle/translations']]], []);
  10664.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10665.         $instance->setFallbackLocales([=> 'nl'=> 'nl']);
  10666.         return $instance;
  10667.     }
  10668.     /**
  10669.      * Gets the private 'trinity.form.type.cron_task' shared service.
  10670.      *
  10671.      * @return \App\CmsBundle\Form\CronTaskType
  10672.      */
  10673.     protected function getTrinity_Form_Type_CronTaskService()
  10674.     {
  10675.         return $this->privates['trinity.form.type.cron_task'] = new \App\CmsBundle\Form\CronTaskType($this);
  10676.     }
  10677.     /**
  10678.      * Gets the private 'twig.command.debug' shared service.
  10679.      *
  10680.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10681.      */
  10682.     protected function getTwig_Command_DebugService()
  10683.     {
  10684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10685.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10686.         $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()));
  10687.         $instance->setName('debug:twig');
  10688.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10689.         return $instance;
  10690.     }
  10691.     /**
  10692.      * Gets the private 'twig.command.lint' shared service.
  10693.      *
  10694.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10695.      */
  10696.     protected function getTwig_Command_LintService()
  10697.     {
  10698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10699.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10701.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10702.         $instance->setName('lint:twig');
  10703.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10704.         return $instance;
  10705.     }
  10706.     /**
  10707.      * Gets the private 'twig.form.renderer' shared service.
  10708.      *
  10709.      * @return \Symfony\Component\Form\FormRenderer
  10710.      */
  10711.     protected function getTwig_Form_RendererService()
  10712.     {
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10718.         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()));
  10719.     }
  10720.     /**
  10721.      * Gets the private 'twig.mailer.message_listener' shared service.
  10722.      *
  10723.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10724.      */
  10725.     protected function getTwig_Mailer_MessageListenerService()
  10726.     {
  10727.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10728.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10729.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10730.         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())));
  10731.     }
  10732.     /**
  10733.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10734.      *
  10735.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10736.      */
  10737.     protected function getTwig_Runtime_HttpkernelService()
  10738.     {
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10745.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10746.         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, [
  10747.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  10748.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10749.         ], [
  10750.             'esi' => '?',
  10751.             'inline' => '?',
  10752.         ]), $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));
  10753.     }
  10754.     /**
  10755.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10756.      *
  10757.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10758.      */
  10759.     protected function getTwig_Runtime_SecurityCsrfService()
  10760.     {
  10761.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10762.         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()));
  10763.     }
  10764.     /**
  10765.      * Gets the private 'twig.runtime.serializer' shared service.
  10766.      *
  10767.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10768.      */
  10769.     protected function getTwig_Runtime_SerializerService()
  10770.     {
  10771.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10772.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10773.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10774.     }
  10775.     /**
  10776.      * Gets the private 'validator.builder' shared service.
  10777.      *
  10778.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10779.      */
  10780.     protected function getValidator_BuilderService()
  10781.     {
  10782.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10783.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10784.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10785.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10786.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10787.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10788.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10789.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10790.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10791.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10792.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10793.         ], [
  10794.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10795.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10796.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10797.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10798.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10799.             'doctrine.orm.validator.unique' => '?',
  10800.             'security.validator.user_password' => '?',
  10801.             'validator.expression' => '?',
  10802.         ])));
  10803.         if ($this->has('translator')) {
  10804.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10805.         }
  10806.         $instance->setTranslationDomain('validators');
  10807.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  10808.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/src/Trinity/SearchBundle/config/validation.yml'), => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/config/validation.yml')]);
  10809.         $instance->enableAnnotationMapping(true);
  10810.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10811.         $instance->addMethodMapping('loadValidatorMetadata');
  10812.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10813.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10814.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10815.         return $instance;
  10816.     }
  10817.     /**
  10818.      * Gets the private 'validator.email' shared service.
  10819.      *
  10820.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10821.      */
  10822.     protected function getValidator_EmailService()
  10823.     {
  10824.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10827.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10828.     }
  10829.     /**
  10830.      * Gets the private 'validator.expression' shared service.
  10831.      *
  10832.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10833.      */
  10834.     protected function getValidator_ExpressionService()
  10835.     {
  10836.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10837.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10838.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10839.         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())));
  10840.     }
  10841.     /**
  10842.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10843.      *
  10844.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10845.      */
  10846.     protected function getValidator_Mapping_CacheWarmerService()
  10847.     {
  10848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10851.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10852.     }
  10853.     /**
  10854.      * Gets the private 'validator.not_compromised_password' shared service.
  10855.      *
  10856.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10857.      */
  10858.     protected function getValidator_NotCompromisedPasswordService()
  10859.     {
  10860.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10861.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10862.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10863.         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);
  10864.     }
  10865.     /**
  10866.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10867.      *
  10868.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10869.      */
  10870.     protected function getVarDumper_Command_ServerDumpService()
  10871.     {
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10874.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10875.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10876.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10877.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10878.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10879.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10880.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10881.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10882.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10883.         $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()))]);
  10884.         $instance->setName('server:dump');
  10885.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  10886.         return $instance;
  10887.     }
  10888.     /**
  10889.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10890.      *
  10891.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10892.      */
  10893.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10894.     {
  10895.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10896.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10897.         return $instance;
  10898.     }
  10899.     /**
  10900.      * Gets the private 'var_dumper.html_dumper' shared service.
  10901.      *
  10902.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10903.      */
  10904.     protected function getVarDumper_HtmlDumperService()
  10905.     {
  10906.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10907.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10908.         return $instance;
  10909.     }
  10910.     /**
  10911.      * Gets the private 'var_dumper.server_connection' shared service.
  10912.      *
  10913.      * @return \Symfony\Component\VarDumper\Server\Connection
  10914.      */
  10915.     protected function getVarDumper_ServerConnectionService()
  10916.     {
  10917.         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()]);
  10918.     }
  10919.     /**
  10920.      * Gets the private 'web_profiler.csp.handler' shared service.
  10921.      *
  10922.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10923.      */
  10924.     protected function getWebProfiler_Csp_HandlerService()
  10925.     {
  10926.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10927.     }
  10928.     /**
  10929.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10930.      *
  10931.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10932.      */
  10933.     protected function getWebProfiler_DebugToolbarService()
  10934.     {
  10935.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  10936.     }
  10937.     /**
  10938.      * Gets the public 'cache_clearer' alias.
  10939.      *
  10940.      * @return object The ".container.private.cache_clearer" service.
  10941.      */
  10942.     protected function getCacheClearerService()
  10943.     {
  10944.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10945.         return $this->get('.container.private.cache_clearer');
  10946.     }
  10947.     /**
  10948.      * Gets the public 'filesystem' alias.
  10949.      *
  10950.      * @return object The ".container.private.filesystem" service.
  10951.      */
  10952.     protected function getFilesystemService()
  10953.     {
  10954.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10955.         return $this->get('.container.private.filesystem');
  10956.     }
  10957.     /**
  10958.      * Gets the public 'serializer' alias.
  10959.      *
  10960.      * @return object The ".container.private.serializer" service.
  10961.      */
  10962.     protected function getSerializerService()
  10963.     {
  10964.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  10965.         return $this->get('.container.private.serializer');
  10966.     }
  10967.     /**
  10968.      * Gets the public 'security.csrf.token_manager' alias.
  10969.      *
  10970.      * @return object The ".container.private.security.csrf.token_manager" service.
  10971.      */
  10972.     protected function getSecurity_Csrf_TokenManagerService()
  10973.     {
  10974.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  10975.         return $this->get('.container.private.security.csrf.token_manager');
  10976.     }
  10977.     /**
  10978.      * Gets the public 'form.factory' alias.
  10979.      *
  10980.      * @return object The ".container.private.form.factory" service.
  10981.      */
  10982.     protected function getForm_FactoryService()
  10983.     {
  10984.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  10985.         return $this->get('.container.private.form.factory');
  10986.     }
  10987.     /**
  10988.      * Gets the public 'form.type.file' alias.
  10989.      *
  10990.      * @return object The ".container.private.form.type.file" service.
  10991.      */
  10992.     protected function getForm_Type_FileService()
  10993.     {
  10994.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  10995.         return $this->get('.container.private.form.type.file');
  10996.     }
  10997.     /**
  10998.      * Gets the public 'profiler' alias.
  10999.      *
  11000.      * @return object The ".container.private.profiler" service.
  11001.      */
  11002.     protected function getProfilerService()
  11003.     {
  11004.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11005.         return $this->get('.container.private.profiler');
  11006.     }
  11007.     /**
  11008.      * Gets the public 'security.authorization_checker' alias.
  11009.      *
  11010.      * @return object The ".container.private.security.authorization_checker" service.
  11011.      */
  11012.     protected function getSecurity_AuthorizationCheckerService()
  11013.     {
  11014.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11015.         return $this->get('.container.private.security.authorization_checker');
  11016.     }
  11017.     /**
  11018.      * Gets the public 'security.token_storage' alias.
  11019.      *
  11020.      * @return object The ".container.private.security.token_storage" service.
  11021.      */
  11022.     protected function getSecurity_TokenStorageService()
  11023.     {
  11024.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11025.         return $this->get('.container.private.security.token_storage');
  11026.     }
  11027.     /**
  11028.      * Gets the public 'twig' alias.
  11029.      *
  11030.      * @return object The ".container.private.twig" service.
  11031.      */
  11032.     protected function getTwigService()
  11033.     {
  11034.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11035.         return $this->get('.container.private.twig');
  11036.     }
  11037.     /**
  11038.      * Gets the public 'security.password_encoder' alias.
  11039.      *
  11040.      * @return object The ".container.private.security.password_encoder" service.
  11041.      */
  11042.     protected function getSecurity_PasswordEncoderService()
  11043.     {
  11044.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11045.         return $this->get('.container.private.security.password_encoder');
  11046.     }
  11047.     /**
  11048.      * Gets the public 'session' alias.
  11049.      *
  11050.      * @return object The ".container.private.session" service.
  11051.      */
  11052.     protected function getSessionService()
  11053.     {
  11054.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11055.         return $this->get('.container.private.session');
  11056.     }
  11057.     /**
  11058.      * Gets the public 'validator' alias.
  11059.      *
  11060.      * @return object The ".container.private.validator" service.
  11061.      */
  11062.     protected function getValidatorService()
  11063.     {
  11064.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11065.         return $this->get('.container.private.validator');
  11066.     }
  11067.     /**
  11068.      * @return array|bool|float|int|string|\UnitEnum|null
  11069.      */
  11070.     public function getParameter(string $name)
  11071.     {
  11072.         if (isset($this->buildParameters[$name])) {
  11073.             return $this->buildParameters[$name];
  11074.         }
  11075.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11076.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11077.         }
  11078.         if (isset($this->loadedDynamicParameters[$name])) {
  11079.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11080.         }
  11081.         return $this->parameters[$name];
  11082.     }
  11083.     public function hasParameter(string $name): bool
  11084.     {
  11085.         if (isset($this->buildParameters[$name])) {
  11086.             return true;
  11087.         }
  11088.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11089.     }
  11090.     public function setParameter(string $name$value): void
  11091.     {
  11092.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11093.     }
  11094.     public function getParameterBag(): ParameterBagInterface
  11095.     {
  11096.         if (null === $this->parameterBag) {
  11097.             $parameters $this->parameters;
  11098.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11099.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11100.             }
  11101.             foreach ($this->buildParameters as $name => $value) {
  11102.                 $parameters[$name] = $value;
  11103.             }
  11104.             $this->parameterBag = new FrozenParameterBag($parameters);
  11105.         }
  11106.         return $this->parameterBag;
  11107.     }
  11108.     private $loadedDynamicParameters = [
  11109.         'kernel.runtime_environment' => false,
  11110.         'kernel.build_dir' => false,
  11111.         'kernel.cache_dir' => false,
  11112.         'kernel.secret' => false,
  11113.         'debug.container.dump' => false,
  11114.         'serializer.mapping.cache.file' => false,
  11115.         'validator.mapping.cache.file' => false,
  11116.         'profiler.storage.dsn' => false,
  11117.         'qipsius_tcpdf.tcpdf' => false,
  11118.         'doctrine.orm.proxy_dir' => false,
  11119.     ];
  11120.     private $dynamicParameters = [];
  11121.     private function getDynamicParameter(string $name)
  11122.     {
  11123.         switch ($name) {
  11124.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11125.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11126.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11127.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11128.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11129.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11130.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11131.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11132.             case 'qipsius_tcpdf.tcpdf'$value = [
  11133.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  11134.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  11135.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  11136.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  11137.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  11138.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  11139.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  11140.                 'k_cell_height_ratio' => 1.25,
  11141.                 'k_title_magnification' => 1.3,
  11142.                 'k_small_ratio' => 0.6666666666666666,
  11143.                 'k_thai_topchars' => true,
  11144.                 'k_tcpdf_calls_in_html' => false,
  11145.                 'k_tcpdf_external_config' => true,
  11146.                 'k_tcpdf_throw_exception_error' => true,
  11147.                 'head_magnification' => 1.1,
  11148.                 'pdf_page_format' => 'A4',
  11149.                 'pdf_page_orientation' => 'P',
  11150.                 'pdf_creator' => 'TCPDF',
  11151.                 'pdf_author' => 'TCPDF',
  11152.                 'pdf_header_title' => '',
  11153.                 'pdf_header_string' => '',
  11154.                 'pdf_header_logo' => '',
  11155.                 'pdf_header_logo_width' => '',
  11156.                 'pdf_unit' => 'mm',
  11157.                 'pdf_margin_header' => 5,
  11158.                 'pdf_margin_footer' => 10,
  11159.                 'pdf_margin_top' => 27,
  11160.                 'pdf_margin_bottom' => 25,
  11161.                 'pdf_margin_left' => 15,
  11162.                 'pdf_margin_right' => 15,
  11163.                 'pdf_font_name_main' => 'helvetica',
  11164.                 'pdf_font_size_main' => 10,
  11165.                 'pdf_font_name_data' => 'helvetica',
  11166.                 'pdf_font_size_data' => 8,
  11167.                 'pdf_font_monospaced' => 'courier',
  11168.                 'pdf_image_scale_ratio' => 1.25,
  11169.             ]; break;
  11170.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11171.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11172.         }
  11173.         $this->loadedDynamicParameters[$name] = true;
  11174.         return $this->dynamicParameters[$name] = $value;
  11175.     }
  11176.     protected function getDefaultParameters(): array
  11177.     {
  11178.         return [
  11179.             'kernel.project_dir' => \dirname(__DIR__4),
  11180.             'kernel.environment' => 'dev',
  11181.             'kernel.debug' => true,
  11182.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11183.             'kernel.bundles' => [
  11184.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11185.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  11186.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11187.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  11188.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11189.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11190.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11191.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  11192.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11193.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11194.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  11195.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11196.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11197.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11198.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11199.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  11200.                 'CmsBundle' => 'App\\CmsBundle\\CmsBundle',
  11201.                 'TrinityApiBundle' => 'App\\Trinity\\ApiBundle\\TrinityApiBundle',
  11202.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  11203.                 'TrinityBlogBundle' => 'App\\Trinity\\BlogBundle\\TrinityBlogBundle',
  11204.                 'TrinityFormsBundle' => 'App\\Trinity\\FormsBundle\\TrinityFormsBundle',
  11205.                 'TrinitySearchBundle' => 'App\\Trinity\\SearchBundle\\TrinitySearchBundle',
  11206.                 'TrinitySliderBundle' => 'App\\Trinity\\SliderBundle\\TrinitySliderBundle',
  11207.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11208.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  11209.                 'TrinityWebshopBundle' => 'App\\Trinity\\WebshopBundle\\TrinityWebshopBundle',
  11210.             ],
  11211.             'kernel.bundles_metadata' => [
  11212.                 'FrameworkBundle' => [
  11213.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11214.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11215.                 ],
  11216.                 'QipsiusTCPDFBundle' => [
  11217.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  11218.                     'namespace' => 'Qipsius\\TCPDFBundle',
  11219.                 ],
  11220.                 'SecurityBundle' => [
  11221.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11222.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11223.                 ],
  11224.                 'FOSOAuthServerBundle' => [
  11225.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  11226.                     'namespace' => 'FOS\\OAuthServerBundle',
  11227.                 ],
  11228.                 'FOSRestBundle' => [
  11229.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11230.                     'namespace' => 'FOS\\RestBundle',
  11231.                 ],
  11232.                 'SensioFrameworkExtraBundle' => [
  11233.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11234.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11235.                 ],
  11236.                 'TwigBundle' => [
  11237.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11238.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11239.                 ],
  11240.                 'NelmioApiDocBundle' => [
  11241.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  11242.                     'namespace' => 'Nelmio\\ApiDocBundle',
  11243.                 ],
  11244.                 'DoctrineBundle' => [
  11245.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11246.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11247.                 ],
  11248.                 'DoctrineMigrationsBundle' => [
  11249.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11250.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11251.                 ],
  11252.                 'WhiteOctoberBreadcrumbsBundle' => [
  11253.                     'path' => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle'),
  11254.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  11255.                 ],
  11256.                 'WebProfilerBundle' => [
  11257.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11258.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11259.                 ],
  11260.                 'MonologBundle' => [
  11261.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11262.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11263.                 ],
  11264.                 'DebugBundle' => [
  11265.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11266.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11267.                 ],
  11268.                 'MakerBundle' => [
  11269.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11270.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11271.                 ],
  11272.                 'CocurSlugifyBundle' => [
  11273.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  11274.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  11275.                 ],
  11276.                 'CmsBundle' => [
  11277.                     'path' => (\dirname(__DIR__4).'/src/CmsBundle'),
  11278.                     'namespace' => 'App\\CmsBundle',
  11279.                 ],
  11280.                 'TrinityApiBundle' => [
  11281.                     'path' => (\dirname(__DIR__4).'/src/Trinity/ApiBundle'),
  11282.                     'namespace' => 'App\\Trinity\\ApiBundle',
  11283.                 ],
  11284.                 'SentryBundle' => [
  11285.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  11286.                     'namespace' => 'Sentry\\SentryBundle',
  11287.                 ],
  11288.                 'TrinityBlogBundle' => [
  11289.                     'path' => (\dirname(__DIR__4).'/src/Trinity/BlogBundle'),
  11290.                     'namespace' => 'App\\Trinity\\BlogBundle',
  11291.                 ],
  11292.                 'TrinityFormsBundle' => [
  11293.                     'path' => (\dirname(__DIR__4).'/src/Trinity/FormsBundle'),
  11294.                     'namespace' => 'App\\Trinity\\FormsBundle',
  11295.                 ],
  11296.                 'TrinitySearchBundle' => [
  11297.                     'path' => (\dirname(__DIR__4).'/src/Trinity/SearchBundle'),
  11298.                     'namespace' => 'App\\Trinity\\SearchBundle',
  11299.                 ],
  11300.                 'TrinitySliderBundle' => [
  11301.                     'path' => (\dirname(__DIR__4).'/src/Trinity/SliderBundle'),
  11302.                     'namespace' => 'App\\Trinity\\SliderBundle',
  11303.                 ],
  11304.                 'TwigExtraBundle' => [
  11305.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11306.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11307.                 ],
  11308.                 'SchebTwoFactorBundle' => [
  11309.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  11310.                     'namespace' => 'Scheb\\TwoFactorBundle',
  11311.                 ],
  11312.                 'TrinityWebshopBundle' => [
  11313.                     'path' => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle'),
  11314.                     'namespace' => 'App\\Trinity\\WebshopBundle',
  11315.                 ],
  11316.             ],
  11317.             'kernel.charset' => 'UTF-8',
  11318.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11319.             'container.dumper.inline_class_loader' => true,
  11320.             'container.dumper.inline_factories' => true,
  11321.             'env(DATABASE_URL)' => 'mysql://roan_web01:R_d102vg6@localhost/roan_web01',
  11322.             'locale' => 'nl',
  11323.             'database_host' => 'localhost',
  11324.             'database_port' => NULL,
  11325.             'database_name' => 'roan_web01',
  11326.             'database_user' => 'roan_web01',
  11327.             'database_password' => 'R_d102vg6',
  11328.             'database_socket' => NULL,
  11329.             'trinity_title' => 'Easify',
  11330.             'trinity_url' => 'https://www.beyonit.nl',
  11331.             'trinity_support_email' => 'info@beyonit.nl',
  11332.             'trinity_support_phone' => '058 289 68 27',
  11333.             'trinity_company' => 'Béyonit B.V.',
  11334.             'trinity_company_url' => 'https://www.beyonit.nl',
  11335.             'trinity_cc_server' => 'https://trinitycms.nl',
  11336.             'trinity_disable_antibot' => false,
  11337.             'trinity_useragent_log' => false,
  11338.             'trinity_cache' => true,
  11339.             'trinity_webp' => true,
  11340.             'mailer_transport' => 'sendmail',
  11341.             'mailer_host' => '127.0.0.1',
  11342.             'mailer_user' => NULL,
  11343.             'mailer_password' => NULL,
  11344.             'cache_max_age' => 3600,
  11345.             'event_dispatcher.event_aliases' => [
  11346.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11347.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11348.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11349.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11350.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11351.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11352.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11353.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11354.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11355.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11356.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11357.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11358.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11359.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11360.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11361.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11362.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11363.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11364.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11365.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11366.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11367.             ],
  11368.             'fragment.renderer.hinclude.global_template' => NULL,
  11369.             'fragment.path' => '/_fragment',
  11370.             'kernel.http_method_override' => true,
  11371.             'kernel.trusted_hosts' => [
  11372.             ],
  11373.             'kernel.default_locale' => 'nl',
  11374.             'kernel.enabled_locales' => [
  11375.             ],
  11376.             'kernel.error_controller' => 'error_controller',
  11377.             'debug.file_link_format' => NULL,
  11378.             'asset.request_context.base_path' => NULL,
  11379.             'asset.request_context.secure' => NULL,
  11380.             'translator.logging' => false,
  11381.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11382.             'debug.error_handler.throw_at' => -1,
  11383.             'router.request_context.host' => 'localhost',
  11384.             'router.request_context.scheme' => 'http',
  11385.             'router.request_context.base_url' => '',
  11386.             'router.resource' => 'kernel::loadRoutes',
  11387.             'request_listener.http_port' => 80,
  11388.             'request_listener.https_port' => 443,
  11389.             'session.metadata.storage_key' => '_sf2_meta',
  11390.             'session.storage.options' => [
  11391.                 'cache_limiter' => '0',
  11392.                 'cookie_lifetime' => 3600,
  11393.                 'cookie_secure' => 'auto',
  11394.                 'cookie_httponly' => true,
  11395.                 'cookie_samesite' => 'lax',
  11396.                 'gc_maxlifetime' => 3600,
  11397.                 'gc_probability' => 1,
  11398.             ],
  11399.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  11400.             'session.metadata.update_threshold' => 0,
  11401.             'form.type_extension.csrf.enabled' => true,
  11402.             'form.type_extension.csrf.field_name' => '_token',
  11403.             'validator.translation_domain' => 'validators',
  11404.             'profiler_listener.only_exceptions' => false,
  11405.             'profiler_listener.only_main_requests' => false,
  11406.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  11407.             'qipsius_tcpdf.class' => 'TCPDF',
  11408.             'security.role_hierarchy.roles' => [
  11409.                 'ROLE_USER' => [
  11410.                     => 'ROLE_USER',
  11411.                 ],
  11412.                 'ROLE_ADMIN' => [
  11413.                     => 'ROLE_USER',
  11414.                 ],
  11415.                 'ROLE_SUPER_ADMIN' => [
  11416.                     => 'ROLE_USER',
  11417.                     => 'ROLE_ADMIN',
  11418.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11419.                 ],
  11420.             ],
  11421.             'security.access.denied_url' => '/',
  11422.             'security.authentication.manager.erase_credentials' => true,
  11423.             'security.authentication.session_strategy.strategy' => 'migrate',
  11424.             'security.access.always_authenticate_before_granting' => false,
  11425.             'security.authentication.hide_user_not_found' => true,
  11426.             'security.firewalls' => [
  11427.                 => 'oauth_token',
  11428.                 => 'api',
  11429.                 => 'admin_secured_area',
  11430.                 => 'user_secured_area',
  11431.                 => 'dev',
  11432.                 => 'main',
  11433.             ],
  11434.             'security.api._indexed_authenticators' => [
  11435.             ],
  11436.             'security.admin_secured_area._indexed_authenticators' => [
  11437.             ],
  11438.             'security.user_secured_area._indexed_authenticators' => [
  11439.             ],
  11440.             'security.main._indexed_authenticators' => [
  11441.             ],
  11442.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  11443.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  11444.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  11445.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  11446.             'fos_oauth_server.server.options' => [
  11447.                 'access_token_lifetime' => 1209600,
  11448.                 'refresh_token_lifetime' => 1209600,
  11449.                 'auth_code_lifetime' => 30,
  11450.             ],
  11451.             'fos_oauth_server.model_manager_name' => NULL,
  11452.             'fos_oauth_server.model.client.class' => 'App\\Trinity\\ApiBundle\\Entity\\Client',
  11453.             'fos_oauth_server.model.access_token.class' => 'App\\Trinity\\ApiBundle\\Entity\\AccessToken',
  11454.             'fos_oauth_server.model.refresh_token.class' => 'App\\Trinity\\ApiBundle\\Entity\\RefreshToken',
  11455.             'fos_oauth_server.model.auth_code.class' => 'App\\Trinity\\ApiBundle\\Entity\\AuthCode',
  11456.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  11457.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  11458.             'fos_oauth_server.authorize.form.validation_groups' => [
  11459.                 => 'Authorize',
  11460.                 => 'Default',
  11461.             ],
  11462.             'fos_rest.format_listener.rules' => NULL,
  11463.             'twig.form.resources' => [
  11464.                 => 'form_div_layout.html.twig',
  11465.                 => 'bootstrap_5_layout.html.twig',
  11466.             ],
  11467.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11468.             'nelmio_api_doc.areas' => [
  11469.                 => 'default',
  11470.             ],
  11471.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11472.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11473.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11474.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11475.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11476.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11477.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11478.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11479.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11480.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11481.             'doctrine.entity_managers' => [
  11482.                 'default' => 'doctrine.orm.default_entity_manager',
  11483.             ],
  11484.             'doctrine.default_entity_manager' => 'default',
  11485.             'doctrine.dbal.connection_factory.types' => [
  11486.             ],
  11487.             'doctrine.connections' => [
  11488.                 'default' => 'doctrine.dbal.default_connection',
  11489.             ],
  11490.             'doctrine.default_connection' => 'default',
  11491.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11492.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11493.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11494.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11495.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11496.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11497.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11498.             'doctrine.orm.cache.memcache_port' => 11211,
  11499.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11500.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11501.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11502.             'doctrine.orm.cache.memcached_port' => 11211,
  11503.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11504.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11505.             'doctrine.orm.cache.redis_host' => 'localhost',
  11506.             'doctrine.orm.cache.redis_port' => 6379,
  11507.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11508.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11509.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11510.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11511.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11512.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11513.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11514.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11515.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11516.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11517.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11518.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11519.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11520.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11521.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11522.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11523.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11524.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11525.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11526.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11527.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11528.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11529.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11530.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11531.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11532.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11533.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11534.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11535.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11536.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11537.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11538.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11539.             'doctrine.migrations.preferred_em' => NULL,
  11540.             'doctrine.migrations.preferred_connection' => NULL,
  11541.             'white_october_breadcrumbs.options' => [
  11542.                 'viewTemplate' => 'elements/breadcrumbs.html.twig',
  11543.                 'separator' => '/',
  11544.                 'separatorClass' => 'separator',
  11545.                 'listId' => 'wo-breadcrumbs',
  11546.                 'listClass' => 'breadcrumb',
  11547.                 'itemClass' => '',
  11548.                 'linkRel' => '',
  11549.                 'locale' => NULL,
  11550.                 'translation_domain' => NULL,
  11551.             ],
  11552.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11553.             'web_profiler.debug_toolbar.mode' => 2,
  11554.             'monolog.use_microseconds' => true,
  11555.             'monolog.swift_mailer.handlers' => [
  11556.             ],
  11557.             'monolog.handlers_to_channels' => [
  11558.                 'monolog.handler.deprecation_filter' => [
  11559.                     'type' => 'inclusive',
  11560.                     'elements' => [
  11561.                         => 'php',
  11562.                     ],
  11563.                 ],
  11564.                 'monolog.handler.console' => [
  11565.                     'type' => 'exclusive',
  11566.                     'elements' => [
  11567.                         => 'event',
  11568.                         => 'doctrine',
  11569.                         => 'console',
  11570.                     ],
  11571.                 ],
  11572.                 'monolog.handler.main' => [
  11573.                     'type' => 'exclusive',
  11574.                     'elements' => [
  11575.                         => 'event',
  11576.                     ],
  11577.                 ],
  11578.             ],
  11579.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11580.             'sentry.listener_priorities.request' => 1,
  11581.             'sentry.listener_priorities.sub_request' => 1,
  11582.             'sentry.listener_priorities.console' => 1,
  11583.             'sentry.listener_priorities.request_error' => 128,
  11584.             'sentry.listener_priorities.console_error' => 128,
  11585.             'sentry.listener_priorities.worker_error' => 99,
  11586.             'scheb_two_factor.model_manager_name' => NULL,
  11587.             'scheb_two_factor.security_tokens' => [
  11588.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  11589.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  11590.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  11591.             ],
  11592.             'scheb_two_factor.ip_whitelist' => [
  11593.             ],
  11594.             'scheb_two_factor.totp.issuer' => 'Easify TOTP',
  11595.             'scheb_two_factor.totp.server_name' => 'Easify',
  11596.             'scheb_two_factor.totp.window' => 1,
  11597.             'scheb_two_factor.totp.parameters' => [
  11598.             ],
  11599.             'scheb_two_factor.totp.template' => '@Cms/login/2fa.html.twig',
  11600.             'scheb_two_factor.trusted_device.enabled' => true,
  11601.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  11602.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  11603.             'scheb_two_factor.trusted_device.extend_lifetime' => true,
  11604.             'scheb_two_factor.trusted_device.cookie_secure' => false,
  11605.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  11606.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  11607.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  11608.             'maker.compatible_check.doctrine.supports_attributes' => true,
  11609.             'data_collector.templates' => [
  11610.                 'data_collector.request' => [
  11611.                     => 'request',
  11612.                     => '@WebProfiler/Collector/request.html.twig',
  11613.                 ],
  11614.                 'data_collector.time' => [
  11615.                     => 'time',
  11616.                     => '@WebProfiler/Collector/time.html.twig',
  11617.                 ],
  11618.                 'data_collector.memory' => [
  11619.                     => 'memory',
  11620.                     => '@WebProfiler/Collector/memory.html.twig',
  11621.                 ],
  11622.                 'data_collector.validator' => [
  11623.                     => 'validator',
  11624.                     => '@WebProfiler/Collector/validator.html.twig',
  11625.                 ],
  11626.                 'data_collector.ajax' => [
  11627.                     => 'ajax',
  11628.                     => '@WebProfiler/Collector/ajax.html.twig',
  11629.                 ],
  11630.                 'data_collector.form' => [
  11631.                     => 'form',
  11632.                     => '@WebProfiler/Collector/form.html.twig',
  11633.                 ],
  11634.                 'data_collector.exception' => [
  11635.                     => 'exception',
  11636.                     => '@WebProfiler/Collector/exception.html.twig',
  11637.                 ],
  11638.                 'data_collector.logger' => [
  11639.                     => 'logger',
  11640.                     => '@WebProfiler/Collector/logger.html.twig',
  11641.                 ],
  11642.                 'data_collector.events' => [
  11643.                     => 'events',
  11644.                     => '@WebProfiler/Collector/events.html.twig',
  11645.                 ],
  11646.                 'data_collector.router' => [
  11647.                     => 'router',
  11648.                     => '@WebProfiler/Collector/router.html.twig',
  11649.                 ],
  11650.                 'data_collector.cache' => [
  11651.                     => 'cache',
  11652.                     => '@WebProfiler/Collector/cache.html.twig',
  11653.                 ],
  11654.                 'data_collector.translation' => [
  11655.                     => 'translation',
  11656.                     => '@WebProfiler/Collector/translation.html.twig',
  11657.                 ],
  11658.                 'data_collector.security' => [
  11659.                     => 'security',
  11660.                     => '@Security/Collector/security.html.twig',
  11661.                 ],
  11662.                 'data_collector.twig' => [
  11663.                     => 'twig',
  11664.                     => '@WebProfiler/Collector/twig.html.twig',
  11665.                 ],
  11666.                 'data_collector.http_client' => [
  11667.                     => 'http_client',
  11668.                     => '@WebProfiler/Collector/http_client.html.twig',
  11669.                 ],
  11670.                 'data_collector.doctrine' => [
  11671.                     => 'db',
  11672.                     => '@Doctrine/Collector/db.html.twig',
  11673.                 ],
  11674.                 'data_collector.dump' => [
  11675.                     => 'dump',
  11676.                     => '@Debug/Profiler/dump.html.twig',
  11677.                 ],
  11678.                 'mailer.data_collector' => [
  11679.                     => 'mailer',
  11680.                     => '@WebProfiler/Collector/mailer.html.twig',
  11681.                 ],
  11682.                 'notifier.data_collector' => [
  11683.                     => 'notifier',
  11684.                     => '@WebProfiler/Collector/notifier.html.twig',
  11685.                 ],
  11686.                 'data_collector.config' => [
  11687.                     => 'config',
  11688.                     => '@WebProfiler/Collector/config.html.twig',
  11689.                 ],
  11690.             ],
  11691.             'console.command.ids' => [
  11692.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand',
  11693.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand',
  11694.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand',
  11695.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand',
  11696.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand',
  11697.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand',
  11698.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand',
  11699.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand',
  11700.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\InstallBundleCommand',
  11701.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\LanguageCacheCommand',
  11702.                 10 => 'console.command.public_alias.App\\CmsBundle\\Command\\LanguageResetCommand',
  11703.                 11 => 'console.command.public_alias.App\\CmsBundle\\Command\\MailtestCommand',
  11704.                 12 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand',
  11705.                 13 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand',
  11706.                 14 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand',
  11707.                 15 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand',
  11708.                 16 => 'console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand',
  11709.                 17 => 'console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand',
  11710.                 18 => 'console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand',
  11711.                 19 => 'console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand',
  11712.                 20 => 'console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand',
  11713.                 21 => 'console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand',
  11714.                 22 => 'console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand',
  11715.                 23 => 'console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand',
  11716.                 24 => 'console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand',
  11717.                 25 => 'console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand',
  11718.                 26 => 'console.command.public_alias.App\\CmsBundle\\Command\\UserCommand',
  11719.                 27 => 'console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand',
  11720.                 28 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand',
  11721.                 29 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand',
  11722.                 30 => 'console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand',
  11723.                 31 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand',
  11724.                 32 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand',
  11725.                 33 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand',
  11726.                 34 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand',
  11727.                 35 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand',
  11728.                 36 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand',
  11729.                 37 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand',
  11730.                 38 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand',
  11731.                 39 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand',
  11732.                 40 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand',
  11733.                 41 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand',
  11734.                 42 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand',
  11735.                 43 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand',
  11736.                 44 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand',
  11737.                 45 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand',
  11738.                 46 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand',
  11739.                 47 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand',
  11740.                 48 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand',
  11741.                 49 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand',
  11742.                 50 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand',
  11743.                 51 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand',
  11744.             ],
  11745.         ];
  11746.     }
  11747.     protected function throw($message)
  11748.     {
  11749.         throw new RuntimeException($message);
  11750.     }
  11751. }