var/cache/dev/ContainerOdJS4Kr/App_KernelDevDebugContainer.php line 8890

Open in your IDE?
  1. <?php
  2. namespace ContainerOdJS4Kr;
  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\\ResetDBCommand' => 'getResetDBCommandService',
  157.             'console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand' => 'getRestoreCommandService',
  158.             'console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand' => 'getCronTasksDefaultCommandService',
  159.             'console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand' => 'getServerupdateCommandService',
  160.             'console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand' => 'getStatsCommandService',
  161.             'console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand' => 'getUpdateCommandService',
  162.             'console.command.public_alias.App\\CmsBundle\\Command\\UserCommand' => 'getUserCommandService',
  163.             'console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand' => 'getWebpCommandService',
  164.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand' => 'getBlogMediaMigrationCommandService',
  165.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\GptCommand' => 'getGptCommandService',
  166.             'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand' => 'getWpCommandService',
  167.             'console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand' => 'getIndexerCommandService',
  168.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand' => 'getAbandonedCartsCommandService',
  169.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand' => 'getActiveCampaignCommandService',
  170.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand' => 'getCacheIndexCommandService',
  171.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand' => 'getCheckPaymentsCommandService',
  172.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand' => 'getCloneCommandService',
  173.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand' => 'getFixCategoryDuplicatesCommandService',
  174.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand' => 'getFixMediaCloneCommandService',
  175.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand' => 'getFixrelationsCommandService',
  176.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand' => 'getImportCommandService',
  177.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand' => 'getImportCyclesoftwareCommandService',
  178.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand' => 'getImportMagentoOneCommandService',
  179.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand' => 'getIndexCommandService',
  180.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand' => 'getLinkCommandService',
  181.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand' => 'getNotifyCommandService',
  182.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand' => 'getPicqerExportCommandService',
  183.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand' => 'getPicqerSyncCommandService',
  184.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand' => 'getProductSyncCommandService',
  185.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand' => 'getRepairOrdersCommandService',
  186.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand' => 'getSearchCommandService',
  187.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand' => 'getTestCommandService',
  188.             'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand' => 'getUpdatePricesCommandService',
  189.             'console.command_loader' => 'getConsole_CommandLoaderService',
  190.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  191.             'data_collector.dump' => 'getDataCollector_DumpService',
  192.             'doctrine' => 'getDoctrineService',
  193.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  194.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  195.             'error_controller' => 'getErrorController2Service',
  196.             'event_dispatcher' => 'getEventDispatcherService',
  197.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  198.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  199.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  200.             'http_kernel' => 'getHttpKernelService',
  201.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  202.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  203.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  204.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  205.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  206.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  207.             'request_stack' => 'getRequestStackService',
  208.             'router' => 'getRouterService',
  209.             'routing.loader' => 'getRouting_LoaderService',
  210.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  211.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  212.             'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  213.             'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  214.             'services_resetter' => 'getServicesResetterService',
  215.             'translation.loader.db' => 'getTranslation_Loader_DbService',
  216.             'translator' => 'getTranslatorService',
  217.             'trinity.mailer' => 'getTrinity_MailerService',
  218.             'trinity.password.encoder' => 'getTrinity_Password_EncoderService',
  219.             'trinityapibundle_inflector' => 'getTrinityapibundleInflectorService',
  220.             'trinityapibundle_show' => 'getTrinityapibundleShow2Service',
  221.             'trinityblogbundle_link' => 'getTrinityblogbundleLinkService',
  222.             'trinityblogbundle_show' => 'getTrinityblogbundleShowService',
  223.             'trinityformsbundle_link' => 'getTrinityformsbundleLinkService',
  224.             'trinityformsbundle_show' => 'getTrinityformsbundleShowService',
  225.             'trinitysearchbundle_link' => 'getTrinitysearchbundleLinkService',
  226.             'trinitysearchbundle_show' => 'getTrinitysearchbundleShowService',
  227.             'trinitysliderbundle_link' => 'getTrinitysliderbundleLinkService',
  228.             'trinitysliderbundle_show' => 'getTrinitysliderbundleShowService',
  229.             'trinitywebshopbundle_link' => 'getTrinitywebshopbundleLinkService',
  230.             'trinitywebshopbundle_show' => 'getTrinitywebshopbundleShowService',
  231.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  232.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  233.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  234.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  235.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  236.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  237.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  238.             'cache_clearer' => 'getCacheClearerService',
  239.             'filesystem' => 'getFilesystemService',
  240.             'serializer' => 'getSerializerService',
  241.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  242.             'form.factory' => 'getForm_FactoryService',
  243.             'form.type.file' => 'getForm_Type_FileService',
  244.             'profiler' => 'getProfilerService',
  245.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  246.             'security.token_storage' => 'getSecurity_TokenStorageService',
  247.             'twig' => 'getTwigService',
  248.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  249.             'session' => 'getSessionService',
  250.             'validator' => 'getValidatorService',
  251.         ];
  252.         $this->aliases = [
  253.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticator' => 'scheb_two_factor.security.totp_authenticator',
  254.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticatorInterface' => 'scheb_two_factor.security.totp_authenticator',
  255.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  256.             'database_connection' => 'doctrine.dbal.default_connection',
  257.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  258.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  259.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  260.         ];
  261.         $this->privates['service_container'] = function () {
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  268.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  269.             include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/LocaleListener.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  281.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  304.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  403.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  404.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  426.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/Hub.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/SentryBundle.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/FlushableClientInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/DependencyInjection/IntegrationFilterFactory.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  508.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  509.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  522.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  592.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/Helpers.php';
  593.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/PageInfo.php';
  594.             include_once \dirname(__DIR__4).'/src/CmsBundle/Twig/Extension/PageNavigation.php';
  595.             include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Twig/Extension/Timeago.php';
  596.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ByteConversionExtension.php';
  597.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/ClientsExtension.php';
  598.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/CountryExtension.php';
  599.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/NavigationExtension.php';
  600.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/Timeago.php';
  601.             include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Twig/Extension/sortCategoriesExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  618.             include_once __DIR__.'/proxy-classes.php';
  619.         };
  620.     }
  621.     public function compile(): void
  622.     {
  623.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  624.     }
  625.     public function isCompiled(): bool
  626.     {
  627.         return true;
  628.     }
  629.     public function getRemovedIds(): array
  630.     {
  631.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  632.     }
  633.     protected function createProxy($class\Closure $factory)
  634.     {
  635.         return $factory();
  636.     }
  637.     /**
  638.      * Gets the public '.container.private.cache_clearer' shared service.
  639.      *
  640.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  641.      */
  642.     protected function get_Container_Private_CacheClearerService()
  643.     {
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  646.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  647.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  648.         }, 1));
  649.     }
  650.     /**
  651.      * Gets the public '.container.private.filesystem' shared service.
  652.      *
  653.      * @return \Symfony\Component\Filesystem\Filesystem
  654.      */
  655.     protected function get_Container_Private_FilesystemService()
  656.     {
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  658.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  659.     }
  660.     /**
  661.      * Gets the public '.container.private.form.factory' shared service.
  662.      *
  663.      * @return \Symfony\Component\Form\FormFactory
  664.      */
  665.     protected function get_Container_Private_Form_FactoryService()
  666.     {
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  669.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  670.     }
  671.     /**
  672.      * Gets the public '.container.private.form.type.file' shared service.
  673.      *
  674.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  675.      */
  676.     protected function get_Container_Private_Form_Type_FileService()
  677.     {
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  681.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  682.     }
  683.     /**
  684.      * Gets the public '.container.private.profiler' shared service.
  685.      *
  686.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  687.      */
  688.     protected function get_Container_Private_ProfilerService()
  689.     {
  690.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  691.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  692.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  693.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  694.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  695.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  696.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  697.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  698.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  699.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  700.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  701.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  702.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  703.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  704.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  705.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  706.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  707.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  708.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  709.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  710.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  711.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  712.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  713.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  714.         if ($this->has('kernel')) {
  715.             $g->setKernel($b);
  716.         }
  717.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  718.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  719.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  720.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  721.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  722.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  723.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  724.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  725.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  726.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  727.         $instance->add($d);
  728.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  729.         $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));
  730.         $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())));
  731.         $instance->add($e);
  732.         $instance->add($f);
  733.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  734.         $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()))));
  735.         $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()))));
  736.         $instance->add($g);
  737.         return $instance;
  738.     }
  739.     /**
  740.      * Gets the public '.container.private.security.authorization_checker' shared service.
  741.      *
  742.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  743.      */
  744.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  745.     {
  746.         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);
  747.     }
  748.     /**
  749.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  750.      *
  751.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  752.      */
  753.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  754.     {
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  759.         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())));
  760.     }
  761.     /**
  762.      * Gets the public '.container.private.security.password_encoder' shared service.
  763.      *
  764.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  765.      *
  766.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  767.      */
  768.     protected function get_Container_Private_Security_PasswordEncoderService()
  769.     {
  770.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  771.         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()));
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.security.token_storage' shared service.
  775.      *
  776.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  777.      */
  778.     protected function get_Container_Private_Security_TokenStorageService()
  779.     {
  780.         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, [
  781.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  782.         ], [
  783.             'request_stack' => '?',
  784.         ]));
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.serializer' shared service.
  788.      *
  789.      * @return \Symfony\Component\Serializer\Serializer
  790.      */
  791.     protected function get_Container_Private_SerializerService()
  792.     {
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  807.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  834.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  835.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  836.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  837.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  838.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  839.         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()]);
  840.     }
  841.     /**
  842.      * Gets the public '.container.private.session' shared service.
  843.      *
  844.      * @return \Symfony\Component\HttpFoundation\Session\Session
  845.      */
  846.     protected function get_Container_Private_SessionService()
  847.     {
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  850.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  851.     }
  852.     /**
  853.      * Gets the public '.container.private.twig' shared service.
  854.      *
  855.      * @return \Twig\Environment
  856.      */
  857.     protected function get_Container_Private_TwigService()
  858.     {
  859.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  875.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  876.         $a->addPath((\dirname(__DIR__4).'/src/CmsBundle/Resources/views'), 'Cms');
  877.         $a->addPath((\dirname(__DIR__4).'/src/CmsBundle/Resources/views'), '!Cms');
  878.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/ApiBundle/Resources/views'), 'TrinityApi');
  879.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/ApiBundle/Resources/views'), '!TrinityApi');
  880.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/BlogBundle/Resources/views'), 'TrinityBlog');
  881.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/BlogBundle/Resources/views'), '!TrinityBlog');
  882.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/FormsBundle/Resources/views'), 'TrinityForms');
  883.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/FormsBundle/Resources/views'), '!TrinityForms');
  884.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SearchBundle/Resources/views'), 'TrinitySearch');
  885.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SearchBundle/Resources/views'), '!TrinitySearch');
  886.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SliderBundle/Resources/views'), 'TrinitySlider');
  887.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/SliderBundle/Resources/views'), '!TrinitySlider');
  888.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  890.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Resources/views'), 'TrinityWebshop');
  891.         $a->addPath((\dirname(__DIR__4).'/src/Trinity/WebshopBundle/Resources/views'), '!TrinityWebshop');
  892.         $a->addPath((\dirname(__DIR__4).'/templates'));
  893.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  894.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  896.         $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']);
  897.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  898.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  899.         $d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  900.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  901.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  902.         $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  903.         $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 () {
  904.             return new \EmptyIterator();
  905.         }, 0)));
  906.         $i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  907.         $j = ($this->services['router'] ?? $this->getRouterService());
  908.         $k = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  909.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  910.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $i]);
  911.         $m = new \Symfony\Bridge\Twig\AppVariable();
  912.         $m->setEnvironment('dev');
  913.         $m->setDebug(true);
  914.         if ($this->has('.container.private.security.token_storage')) {
  915.             $m->setTokenStorage($d);
  916.         }
  917.         if ($this->has('request_stack')) {
  918.             $m->setRequestStack($c);
  919.         }
  920.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  923.         $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)));
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($f));
  926.         $instance->addExtension($h);
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i\dirname(__DIR__4), 'UTF-8'));
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($etrue));
  931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$g)));
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  936.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($f));
  937.         $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())));
  938.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\Helpers($k$f));
  939.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\PageInfo($k$j$b$c$this));
  940.         $instance->addExtension(new \App\CmsBundle\Twig\Extension\PageNavigation($k$j$b$c));
  941.         $instance->addExtension(new \App\Trinity\BlogBundle\Twig\Extension\Timeago($k$c));
  942.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\ByteConversionExtension());
  943.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\ClientsExtension($k$j$d$this$f));
  944.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\CountryExtension());
  945.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\NavigationExtension($k$j$d$this$f));
  946.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\Timeago());
  947.         $instance->addExtension(new \App\Trinity\WebshopBundle\Twig\Extension\sortCategoriesExtension());
  948.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
  949.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  950.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  951.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  952.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(new \Cocur\Slugify\Slugify([])));
  953.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  954.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  955.         $instance->addGlobal('app'$m);
  956.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  957.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  958.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  959.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  960.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  961.         ], [
  962.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  963.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  964.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  965.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  966.         ])));
  967.         $instance->addGlobal('trinity''Easify');
  968.         $instance->addGlobal('trinity_url''https://www.beyonit.nl');
  969.         $instance->addGlobal('trinity_support''info@beyonit.nl');
  970.         $instance->addGlobal('company''Béyonit B.V.');
  971.         $instance->addGlobal('company_url''https://www.beyonit.nl');
  972.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  973.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  974.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  975.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2',''.'))->configure($instance);
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public '.container.private.validator' shared service.
  980.      *
  981.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  982.      */
  983.     protected function get_Container_Private_ValidatorService()
  984.     {
  985.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  986.     }
  987.     /**
  988.      * Gets the public 'App\CmsBundle\Controller\ApiController' shared autowired service.
  989.      *
  990.      * @return \App\CmsBundle\Controller\ApiController
  991.      */
  992.     protected function getApiControllerService()
  993.     {
  994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  996.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  997.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/ApiController.php';
  998.         $this->services['App\\CmsBundle\\Controller\\ApiController'] = $instance = new \App\CmsBundle\Controller\ApiController();
  999.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\CmsBundle\\Controller\\ApiController'$this));
  1000.         return $instance;
  1001.     }
  1002.     /**
  1003.      * Gets the public 'App\CmsBundle\Controller\CalendarController' shared autowired service.
  1004.      *
  1005.      * @return \App\CmsBundle\Controller\CalendarController
  1006.      */
  1007.     protected function getCalendarControllerService()
  1008.     {
  1009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1010.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1011.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CalendarController.php';
  1012.         $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()));
  1013.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CalendarController'$this));
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the public 'App\CmsBundle\Controller\CommandcontrolController' shared autowired service.
  1018.      *
  1019.      * @return \App\CmsBundle\Controller\CommandcontrolController
  1020.      */
  1021.     protected function getCommandcontrolControllerService()
  1022.     {
  1023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1024.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1025.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CommandcontrolController.php';
  1026.         $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()));
  1027.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CommandcontrolController'$this));
  1028.         return $instance;
  1029.     }
  1030.     /**
  1031.      * Gets the public 'App\CmsBundle\Controller\CronTaskController' shared autowired service.
  1032.      *
  1033.      * @return \App\CmsBundle\Controller\CronTaskController
  1034.      */
  1035.     protected function getCronTaskControllerService()
  1036.     {
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1038.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1039.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/CronTaskController.php';
  1040.         $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()));
  1041.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\CronTaskController'$this));
  1042.         return $instance;
  1043.     }
  1044.     /**
  1045.      * Gets the public 'App\CmsBundle\Controller\DefaultController' shared autowired service.
  1046.      *
  1047.      * @return \App\CmsBundle\Controller\DefaultController
  1048.      */
  1049.     protected function getDefaultControllerService()
  1050.     {
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1052.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1053.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/DefaultController.php';
  1054.         $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()));
  1055.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\DefaultController'$this));
  1056.         return $instance;
  1057.     }
  1058.     /**
  1059.      * Gets the public 'App\CmsBundle\Controller\ErrorController' shared autowired service.
  1060.      *
  1061.      * @return \App\CmsBundle\Controller\ErrorController
  1062.      */
  1063.     protected function getErrorControllerService()
  1064.     {
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1066.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1067.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/ErrorController.php';
  1068.         $this->services['App\\CmsBundle\\Controller\\ErrorController'] = $instance = new \App\CmsBundle\Controller\ErrorController();
  1069.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\ErrorController'$this));
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'App\CmsBundle\Controller\IntegrationsController' shared autowired service.
  1074.      *
  1075.      * @return \App\CmsBundle\Controller\IntegrationsController
  1076.      */
  1077.     protected function getIntegrationsControllerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1080.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1081.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/IntegrationsController.php';
  1082.         $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()));
  1083.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\IntegrationsController'$this));
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public 'App\CmsBundle\Controller\JsonController' shared autowired service.
  1088.      *
  1089.      * @return \App\CmsBundle\Controller\JsonController
  1090.      */
  1091.     protected function getJsonControllerService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1094.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1095.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/JsonController.php';
  1096.         $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()));
  1097.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\JsonController'$this));
  1098.         return $instance;
  1099.     }
  1100.     /**
  1101.      * Gets the public 'App\CmsBundle\Controller\LinkController' shared autowired service.
  1102.      *
  1103.      * @return \App\CmsBundle\Controller\LinkController
  1104.      */
  1105.     protected function getLinkControllerService()
  1106.     {
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1108.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1109.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  1110.         $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()));
  1111.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\LinkController'$this));
  1112.         return $instance;
  1113.     }
  1114.     /**
  1115.      * Gets the public 'App\CmsBundle\Controller\LoginController' shared autowired service.
  1116.      *
  1117.      * @return \App\CmsBundle\Controller\LoginController
  1118.      */
  1119.     protected function getLoginControllerService()
  1120.     {
  1121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1122.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1123.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LoginController.php';
  1124.         $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()));
  1125.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\LoginController'$this));
  1126.         return $instance;
  1127.     }
  1128.     /**
  1129.      * Gets the public 'App\CmsBundle\Controller\MailController' shared autowired service.
  1130.      *
  1131.      * @return \App\CmsBundle\Controller\MailController
  1132.      */
  1133.     protected function getMailControllerService()
  1134.     {
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1136.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1137.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MailController.php';
  1138.         $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()));
  1139.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MailController'$this));
  1140.         return $instance;
  1141.     }
  1142.     /**
  1143.      * Gets the public 'App\CmsBundle\Controller\MaintenanceController' shared autowired service.
  1144.      *
  1145.      * @return \App\CmsBundle\Controller\MaintenanceController
  1146.      */
  1147.     protected function getMaintenanceControllerService()
  1148.     {
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1150.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1151.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MaintenanceController.php';
  1152.         $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()));
  1153.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MaintenanceController'$this));
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'App\CmsBundle\Controller\MediaController' shared autowired service.
  1158.      *
  1159.      * @return \App\CmsBundle\Controller\MediaController
  1160.      */
  1161.     protected function getMediaControllerService()
  1162.     {
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1164.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1165.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MediaController.php';
  1166.         $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()));
  1167.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MediaController'$this));
  1168.         return $instance;
  1169.     }
  1170.     /**
  1171.      * Gets the public 'App\CmsBundle\Controller\MetadataController' shared autowired service.
  1172.      *
  1173.      * @return \App\CmsBundle\Controller\MetadataController
  1174.      */
  1175.     protected function getMetadataControllerService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1178.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1179.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MetadataController.php';
  1180.         $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()));
  1181.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MetadataController'$this));
  1182.         return $instance;
  1183.     }
  1184.     /**
  1185.      * Gets the public 'App\CmsBundle\Controller\MonitorController' shared autowired service.
  1186.      *
  1187.      * @return \App\CmsBundle\Controller\MonitorController
  1188.      */
  1189.     protected function getMonitorControllerService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1192.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1193.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MonitorController.php';
  1194.         $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()));
  1195.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MonitorController'$this));
  1196.         return $instance;
  1197.     }
  1198.     /**
  1199.      * Gets the public 'App\CmsBundle\Controller\MultisiteController' shared autowired service.
  1200.      *
  1201.      * @return \App\CmsBundle\Controller\MultisiteController
  1202.      */
  1203.     protected function getMultisiteControllerService()
  1204.     {
  1205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1206.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1207.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/MultisiteController.php';
  1208.         $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()));
  1209.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\MultisiteController'$this));
  1210.         return $instance;
  1211.     }
  1212.     /**
  1213.      * Gets the public 'App\CmsBundle\Controller\NavigationController' shared autowired service.
  1214.      *
  1215.      * @return \App\CmsBundle\Controller\NavigationController
  1216.      */
  1217.     protected function getNavigationControllerService()
  1218.     {
  1219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1220.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1221.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/NavigationController.php';
  1222.         $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()));
  1223.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\NavigationController'$this));
  1224.         return $instance;
  1225.     }
  1226.     /**
  1227.      * Gets the public 'App\CmsBundle\Controller\PageController' shared autowired service.
  1228.      *
  1229.      * @return \App\CmsBundle\Controller\PageController
  1230.      */
  1231.     protected function getPageControllerService()
  1232.     {
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1234.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1235.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/PageController.php';
  1236.         $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()));
  1237.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\PageController'$this));
  1238.         return $instance;
  1239.     }
  1240.     /**
  1241.      * Gets the public 'App\CmsBundle\Controller\RedirectsController' shared autowired service.
  1242.      *
  1243.      * @return \App\CmsBundle\Controller\RedirectsController
  1244.      */
  1245.     protected function getRedirectsControllerService()
  1246.     {
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1248.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1249.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/RedirectsController.php';
  1250.         $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()));
  1251.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\RedirectsController'$this));
  1252.         return $instance;
  1253.     }
  1254.     /**
  1255.      * Gets the public 'App\CmsBundle\Controller\SettingsController' shared autowired service.
  1256.      *
  1257.      * @return \App\CmsBundle\Controller\SettingsController
  1258.      */
  1259.     protected function getSettingsControllerService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1262.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1263.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SettingsController.php';
  1264.         $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()));
  1265.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SettingsController'$this));
  1266.         return $instance;
  1267.     }
  1268.     /**
  1269.      * Gets the public 'App\CmsBundle\Controller\SitemapController' shared autowired service.
  1270.      *
  1271.      * @return \App\CmsBundle\Controller\SitemapController
  1272.      */
  1273.     protected function getSitemapControllerService()
  1274.     {
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1276.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1277.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SitemapController.php';
  1278.         $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()));
  1279.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SitemapController'$this));
  1280.         return $instance;
  1281.     }
  1282.     /**
  1283.      * Gets the public 'App\CmsBundle\Controller\StorageController' shared autowired service.
  1284.      *
  1285.      * @return \App\CmsBundle\Controller\StorageController
  1286.      */
  1287.     protected function getStorageControllerService()
  1288.     {
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1290.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1291.         $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()));
  1292.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\StorageController'$this));
  1293.         return $instance;
  1294.     }
  1295.     /**
  1296.      * Gets the public 'App\CmsBundle\Controller\SystemController' shared autowired service.
  1297.      *
  1298.      * @return \App\CmsBundle\Controller\SystemController
  1299.      */
  1300.     protected function getSystemControllerService()
  1301.     {
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1303.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1304.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/SystemController.php';
  1305.         $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()));
  1306.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\SystemController'$this));
  1307.         return $instance;
  1308.     }
  1309.     /**
  1310.      * Gets the public 'App\CmsBundle\Controller\TagController' shared autowired service.
  1311.      *
  1312.      * @return \App\CmsBundle\Controller\TagController
  1313.      */
  1314.     protected function getTagControllerService()
  1315.     {
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1317.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1318.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/TagController.php';
  1319.         $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()));
  1320.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\TagController'$this));
  1321.         return $instance;
  1322.     }
  1323.     /**
  1324.      * Gets the public 'App\CmsBundle\Controller\TrashController' shared autowired service.
  1325.      *
  1326.      * @return \App\CmsBundle\Controller\TrashController
  1327.      */
  1328.     protected function getTrashControllerService()
  1329.     {
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1331.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1332.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/TrashController.php';
  1333.         $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()));
  1334.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\TrashController'$this));
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public 'App\CmsBundle\Controller\UpdateController' shared autowired service.
  1339.      *
  1340.      * @return \App\CmsBundle\Controller\UpdateController
  1341.      */
  1342.     protected function getUpdateControllerService()
  1343.     {
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1345.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1346.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/UpdateController.php';
  1347.         $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()));
  1348.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\UpdateController'$this));
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the public 'App\CmsBundle\Controller\UsersController' shared autowired service.
  1353.      *
  1354.      * @return \App\CmsBundle\Controller\UsersController
  1355.      */
  1356.     protected function getUsersControllerService()
  1357.     {
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1359.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1360.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/UsersController.php';
  1361.         $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()));
  1362.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\CmsBundle\\Controller\\UsersController'$this));
  1363.         return $instance;
  1364.     }
  1365.     /**
  1366.      * Gets the public 'App\Trinity\ApiBundle\Controller\AdminController' shared autowired service.
  1367.      *
  1368.      * @return \App\Trinity\ApiBundle\Controller\AdminController
  1369.      */
  1370.     protected function getAdminControllerService()
  1371.     {
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1373.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1374.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php';
  1375.         $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()));
  1376.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\ApiBundle\\Controller\\AdminController'$this));
  1377.         return $instance;
  1378.     }
  1379.     /**
  1380.      * Gets the public 'App\Trinity\ApiBundle\Controller\DefaultController' shared autowired service.
  1381.      *
  1382.      * @return \App\Trinity\ApiBundle\Controller\DefaultController
  1383.      */
  1384.     protected function getDefaultController2Service()
  1385.     {
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1389.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/DefaultController.php';
  1390.         $this->services['App\\Trinity\\ApiBundle\\Controller\\DefaultController'] = $instance = new \App\Trinity\ApiBundle\Controller\DefaultController();
  1391.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\Trinity\\ApiBundle\\Controller\\DefaultController'$this));
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the public 'App\Trinity\BlogBundle\Controller\BlogController' shared autowired service.
  1396.      *
  1397.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  1398.      */
  1399.     protected function getBlogControllerService()
  1400.     {
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1402.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1403.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  1404.         $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()));
  1405.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\BlogBundle\\Controller\\BlogController'$this));
  1406.         return $instance;
  1407.     }
  1408.     /**
  1409.      * Gets the public 'App\Trinity\BlogBundle\Controller\EntryController' shared autowired service.
  1410.      *
  1411.      * @return \App\Trinity\BlogBundle\Controller\EntryController
  1412.      */
  1413.     protected function getEntryControllerService()
  1414.     {
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1416.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1417.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/EntryController.php';
  1418.         $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()));
  1419.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\BlogBundle\\Controller\\EntryController'$this));
  1420.         return $instance;
  1421.     }
  1422.     /**
  1423.      * Gets the public 'App\Trinity\FormsBundle\Controller\FormsController' shared autowired service.
  1424.      *
  1425.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  1426.      */
  1427.     protected function getFormsControllerService()
  1428.     {
  1429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1430.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1431.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  1432.         $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()));
  1433.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\FormsBundle\\Controller\\FormsController'$this));
  1434.         return $instance;
  1435.     }
  1436.     /**
  1437.      * Gets the public 'App\Trinity\SearchBundle\Controller\SearchController' shared autowired service.
  1438.      *
  1439.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  1440.      */
  1441.     protected function getSearchControllerService()
  1442.     {
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1444.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1445.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  1446.         $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()));
  1447.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SearchBundle\\Controller\\SearchController'$this));
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the public 'App\Trinity\SliderBundle\Controller\EntryController' shared autowired service.
  1452.      *
  1453.      * @return \App\Trinity\SliderBundle\Controller\EntryController
  1454.      */
  1455.     protected function getEntryController2Service()
  1456.     {
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1458.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1459.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/EntryController.php';
  1460.         $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()));
  1461.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SliderBundle\\Controller\\EntryController'$this));
  1462.         return $instance;
  1463.     }
  1464.     /**
  1465.      * Gets the public 'App\Trinity\SliderBundle\Controller\SliderController' shared autowired service.
  1466.      *
  1467.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  1468.      */
  1469.     protected function getSliderControllerService()
  1470.     {
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1472.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1473.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  1474.         $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()));
  1475.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\SliderBundle\\Controller\\SliderController'$this));
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ApiController' shared autowired service.
  1480.      *
  1481.      * @return \App\Trinity\WebshopBundle\Controller\ApiController
  1482.      */
  1483.     protected function getApiController2Service()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1488.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ApiController.php';
  1489.         $this->services['App\\Trinity\\WebshopBundle\\Controller\\ApiController'] = $instance = new \App\Trinity\WebshopBundle\Controller\ApiController();
  1490.         $instance->setContainer(($this->privates['.service_locator.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ApiController'$this));
  1491.         return $instance;
  1492.     }
  1493.     /**
  1494.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bController' shared autowired service.
  1495.      *
  1496.      * @return \App\Trinity\WebshopBundle\Controller\B2bController
  1497.      */
  1498.     protected function getB2bControllerService()
  1499.     {
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1501.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1502.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bController.php';
  1503.         $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()));
  1504.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bController'$this));
  1505.         return $instance;
  1506.     }
  1507.     /**
  1508.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bPricelistController' shared autowired service.
  1509.      *
  1510.      * @return \App\Trinity\WebshopBundle\Controller\B2bPricelistController
  1511.      */
  1512.     protected function getB2bPricelistControllerService()
  1513.     {
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1515.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1516.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bPricelistController.php';
  1517.         $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()));
  1518.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bPricelistController'$this));
  1519.         return $instance;
  1520.     }
  1521.     /**
  1522.      * Gets the public 'App\Trinity\WebshopBundle\Controller\B2bUserGroupController' shared autowired service.
  1523.      *
  1524.      * @return \App\Trinity\WebshopBundle\Controller\B2bUserGroupController
  1525.      */
  1526.     protected function getB2bUserGroupControllerService()
  1527.     {
  1528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1529.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1530.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/B2bUserGroupController.php';
  1531.         $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()));
  1532.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\B2bUserGroupController'$this));
  1533.         return $instance;
  1534.     }
  1535.     /**
  1536.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CartController' shared autowired service.
  1537.      *
  1538.      * @return \App\Trinity\WebshopBundle\Controller\CartController
  1539.      */
  1540.     protected function getCartControllerService()
  1541.     {
  1542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1543.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1544.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartController.php';
  1545.         $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()));
  1546.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CartController'$this));
  1547.         return $instance;
  1548.     }
  1549.     /**
  1550.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CartsController' shared autowired service.
  1551.      *
  1552.      * @return \App\Trinity\WebshopBundle\Controller\CartsController
  1553.      */
  1554.     protected function getCartsControllerService()
  1555.     {
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1557.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1558.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CartsController.php';
  1559.         $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()));
  1560.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CartsController'$this));
  1561.         return $instance;
  1562.     }
  1563.     /**
  1564.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CategoriesController' shared autowired service.
  1565.      *
  1566.      * @return \App\Trinity\WebshopBundle\Controller\CategoriesController
  1567.      */
  1568.     protected function getCategoriesControllerService()
  1569.     {
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1571.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1572.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CategoriesController.php';
  1573.         $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()));
  1574.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CategoriesController'$this));
  1575.         return $instance;
  1576.     }
  1577.     /**
  1578.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ChannableController' shared autowired service.
  1579.      *
  1580.      * @return \App\Trinity\WebshopBundle\Controller\ChannableController
  1581.      */
  1582.     protected function getChannableControllerService()
  1583.     {
  1584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1585.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1586.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ChannableController.php';
  1587.         $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()));
  1588.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ChannableController'$this));
  1589.         return $instance;
  1590.     }
  1591.     /**
  1592.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CheckoutController' shared autowired service.
  1593.      *
  1594.      * @return \App\Trinity\WebshopBundle\Controller\CheckoutController
  1595.      */
  1596.     protected function getCheckoutControllerService()
  1597.     {
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1599.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1600.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CheckoutController.php';
  1601.         $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()));
  1602.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CheckoutController'$this));
  1603.         return $instance;
  1604.     }
  1605.     /**
  1606.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ConfigController' shared autowired service.
  1607.      *
  1608.      * @return \App\Trinity\WebshopBundle\Controller\ConfigController
  1609.      */
  1610.     protected function getConfigControllerService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1613.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1614.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ConfigController.php';
  1615.         $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()));
  1616.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ConfigController'$this));
  1617.         return $instance;
  1618.     }
  1619.     /**
  1620.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CreditController' shared autowired service.
  1621.      *
  1622.      * @return \App\Trinity\WebshopBundle\Controller\CreditController
  1623.      */
  1624.     protected function getCreditControllerService()
  1625.     {
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1627.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1628.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CreditController.php';
  1629.         $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()));
  1630.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CreditController'$this));
  1631.         return $instance;
  1632.     }
  1633.     /**
  1634.      * Gets the public 'App\Trinity\WebshopBundle\Controller\CustomersController' shared autowired service.
  1635.      *
  1636.      * @return \App\Trinity\WebshopBundle\Controller\CustomersController
  1637.      */
  1638.     protected function getCustomersControllerService()
  1639.     {
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1641.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1642.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/CustomersController.php';
  1643.         $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()));
  1644.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\CustomersController'$this));
  1645.         return $instance;
  1646.     }
  1647.     /**
  1648.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DefaultController' shared autowired service.
  1649.      *
  1650.      * @return \App\Trinity\WebshopBundle\Controller\DefaultController
  1651.      */
  1652.     protected function getDefaultController3Service()
  1653.     {
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1655.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1656.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DefaultController.php';
  1657.         $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()));
  1658.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DefaultController'$this));
  1659.         return $instance;
  1660.     }
  1661.     /**
  1662.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DeliveryController' shared autowired service.
  1663.      *
  1664.      * @return \App\Trinity\WebshopBundle\Controller\DeliveryController
  1665.      */
  1666.     protected function getDeliveryControllerService()
  1667.     {
  1668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1669.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1670.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DeliveryController.php';
  1671.         $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()));
  1672.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DeliveryController'$this));
  1673.         return $instance;
  1674.     }
  1675.     /**
  1676.      * Gets the public 'App\Trinity\WebshopBundle\Controller\DiscountController' shared autowired service.
  1677.      *
  1678.      * @return \App\Trinity\WebshopBundle\Controller\DiscountController
  1679.      */
  1680.     protected function getDiscountControllerService()
  1681.     {
  1682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1683.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1684.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/DiscountController.php';
  1685.         $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()));
  1686.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\DiscountController'$this));
  1687.         return $instance;
  1688.     }
  1689.     /**
  1690.      * Gets the public 'App\Trinity\WebshopBundle\Controller\EventsController' shared autowired service.
  1691.      *
  1692.      * @return \App\Trinity\WebshopBundle\Controller\EventsController
  1693.      */
  1694.     protected function getEventsControllerService()
  1695.     {
  1696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1697.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1698.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/EventsController.php';
  1699.         $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()));
  1700.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\EventsController'$this));
  1701.         return $instance;
  1702.     }
  1703.     /**
  1704.      * Gets the public 'App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController' shared autowired service.
  1705.      *
  1706.      * @return \App\Trinity\WebshopBundle\Controller\Ext\MoneybirdController
  1707.      */
  1708.     protected function getMoneybirdControllerService()
  1709.     {
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1711.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1712.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/Ext/MoneybirdController.php';
  1713.         $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()));
  1714.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\Ext\\MoneybirdController'$this));
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ExtraController' shared autowired service.
  1719.      *
  1720.      * @return \App\Trinity\WebshopBundle\Controller\ExtraController
  1721.      */
  1722.     protected function getExtraControllerService()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1725.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1726.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ExtraController.php';
  1727.         $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()));
  1728.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ExtraController'$this));
  1729.         return $instance;
  1730.     }
  1731.     /**
  1732.      * Gets the public 'App\Trinity\WebshopBundle\Controller\FeedController' shared autowired service.
  1733.      *
  1734.      * @return \App\Trinity\WebshopBundle\Controller\FeedController
  1735.      */
  1736.     protected function getFeedControllerService()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1739.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1740.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FeedController.php';
  1741.         $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()));
  1742.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\FeedController'$this));
  1743.         return $instance;
  1744.     }
  1745.     /**
  1746.      * Gets the public 'App\Trinity\WebshopBundle\Controller\FrontController' shared autowired service.
  1747.      *
  1748.      * @return \App\Trinity\WebshopBundle\Controller\FrontController
  1749.      */
  1750.     protected function getFrontControllerService()
  1751.     {
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1753.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1754.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/FrontController.php';
  1755.         $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()));
  1756.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\FrontController'$this));
  1757.         return $instance;
  1758.     }
  1759.     /**
  1760.      * Gets the public 'App\Trinity\WebshopBundle\Controller\GiftcardController' shared autowired service.
  1761.      *
  1762.      * @return \App\Trinity\WebshopBundle\Controller\GiftcardController
  1763.      */
  1764.     protected function getGiftcardControllerService()
  1765.     {
  1766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1767.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1768.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/GiftcardController.php';
  1769.         $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()));
  1770.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\GiftcardController'$this));
  1771.         return $instance;
  1772.     }
  1773.     /**
  1774.      * Gets the public 'App\Trinity\WebshopBundle\Controller\InvoiceController' shared autowired service.
  1775.      *
  1776.      * @return \App\Trinity\WebshopBundle\Controller\InvoiceController
  1777.      */
  1778.     protected function getInvoiceControllerService()
  1779.     {
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1781.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1782.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/InvoiceController.php';
  1783.         $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()));
  1784.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\InvoiceController'$this));
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the public 'App\Trinity\WebshopBundle\Controller\LedgerController' shared autowired service.
  1789.      *
  1790.      * @return \App\Trinity\WebshopBundle\Controller\LedgerController
  1791.      */
  1792.     protected function getLedgerControllerService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1795.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1796.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/LedgerController.php';
  1797.         $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()));
  1798.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\LedgerController'$this));
  1799.         return $instance;
  1800.     }
  1801.     /**
  1802.      * Gets the public 'App\Trinity\WebshopBundle\Controller\MailController' shared autowired service.
  1803.      *
  1804.      * @return \App\Trinity\WebshopBundle\Controller\MailController
  1805.      */
  1806.     protected function getMailController2Service()
  1807.     {
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1809.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1810.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MailController.php';
  1811.         $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()));
  1812.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\MailController'$this));
  1813.         return $instance;
  1814.     }
  1815.     /**
  1816.      * Gets the public 'App\Trinity\WebshopBundle\Controller\MediaController' shared autowired service.
  1817.      *
  1818.      * @return \App\Trinity\WebshopBundle\Controller\MediaController
  1819.      */
  1820.     protected function getMediaController2Service()
  1821.     {
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1823.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1824.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/MediaController.php';
  1825.         $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()));
  1826.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\MediaController'$this));
  1827.         return $instance;
  1828.     }
  1829.     /**
  1830.      * Gets the public 'App\Trinity\WebshopBundle\Controller\OrdersController' shared autowired service.
  1831.      *
  1832.      * @return \App\Trinity\WebshopBundle\Controller\OrdersController
  1833.      */
  1834.     protected function getOrdersControllerService()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1837.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1838.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/OrdersController.php';
  1839.         $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()));
  1840.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\OrdersController'$this));
  1841.         return $instance;
  1842.     }
  1843.     /**
  1844.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PicqerController' shared autowired service.
  1845.      *
  1846.      * @return \App\Trinity\WebshopBundle\Controller\PicqerController
  1847.      */
  1848.     protected function getPicqerControllerService()
  1849.     {
  1850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1851.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1852.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PicqerController.php';
  1853.         $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()));
  1854.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PicqerController'$this));
  1855.         return $instance;
  1856.     }
  1857.     /**
  1858.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PricingController' shared autowired service.
  1859.      *
  1860.      * @return \App\Trinity\WebshopBundle\Controller\PricingController
  1861.      */
  1862.     protected function getPricingControllerService()
  1863.     {
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1865.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1866.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PricingController.php';
  1867.         $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()));
  1868.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PricingController'$this));
  1869.         return $instance;
  1870.     }
  1871.     /**
  1872.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ProductGroupController' shared autowired service.
  1873.      *
  1874.      * @return \App\Trinity\WebshopBundle\Controller\ProductGroupController
  1875.      */
  1876.     protected function getProductGroupControllerService()
  1877.     {
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1879.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1880.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductGroupController.php';
  1881.         $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()));
  1882.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ProductGroupController'$this));
  1883.         return $instance;
  1884.     }
  1885.     /**
  1886.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ProductsController' shared autowired service.
  1887.      *
  1888.      * @return \App\Trinity\WebshopBundle\Controller\ProductsController
  1889.      */
  1890.     protected function getProductsControllerService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1893.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1894.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ProductsController.php';
  1895.         $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()));
  1896.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ProductsController'$this));
  1897.         return $instance;
  1898.     }
  1899.     /**
  1900.      * Gets the public 'App\Trinity\WebshopBundle\Controller\PromotionsController' shared autowired service.
  1901.      *
  1902.      * @return \App\Trinity\WebshopBundle\Controller\PromotionsController
  1903.      */
  1904.     protected function getPromotionsControllerService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1907.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1908.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/PromotionsController.php';
  1909.         $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()));
  1910.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\PromotionsController'$this));
  1911.         return $instance;
  1912.     }
  1913.     /**
  1914.      * Gets the public 'App\Trinity\WebshopBundle\Controller\ReportController' shared autowired service.
  1915.      *
  1916.      * @return \App\Trinity\WebshopBundle\Controller\ReportController
  1917.      */
  1918.     protected function getReportControllerService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1921.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1922.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/ReportController.php';
  1923.         $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()));
  1924.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\ReportController'$this));
  1925.         return $instance;
  1926.     }
  1927.     /**
  1928.      * Gets the public 'App\Trinity\WebshopBundle\Controller\SearchController' shared autowired service.
  1929.      *
  1930.      * @return \App\Trinity\WebshopBundle\Controller\SearchController
  1931.      */
  1932.     protected function getSearchController2Service()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1935.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1936.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SearchController.php';
  1937.         $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()));
  1938.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\SearchController'$this));
  1939.         return $instance;
  1940.     }
  1941.     /**
  1942.      * Gets the public 'App\Trinity\WebshopBundle\Controller\SpecsController' shared autowired service.
  1943.      *
  1944.      * @return \App\Trinity\WebshopBundle\Controller\SpecsController
  1945.      */
  1946.     protected function getSpecsControllerService()
  1947.     {
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1949.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1950.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/SpecsController.php';
  1951.         $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()));
  1952.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\SpecsController'$this));
  1953.         return $instance;
  1954.     }
  1955.     /**
  1956.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TagController' shared autowired service.
  1957.      *
  1958.      * @return \App\Trinity\WebshopBundle\Controller\TagController
  1959.      */
  1960.     protected function getTagController2Service()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1963.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1964.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagController.php';
  1965.         $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()));
  1966.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TagController'$this));
  1967.         return $instance;
  1968.     }
  1969.     /**
  1970.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TagDisplayController' shared autowired service.
  1971.      *
  1972.      * @return \App\Trinity\WebshopBundle\Controller\TagDisplayController
  1973.      */
  1974.     protected function getTagDisplayControllerService()
  1975.     {
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1977.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1978.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TagDisplayController.php';
  1979.         $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()));
  1980.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController'$this));
  1981.         return $instance;
  1982.     }
  1983.     /**
  1984.      * Gets the public 'App\Trinity\WebshopBundle\Controller\TaxController' shared autowired service.
  1985.      *
  1986.      * @return \App\Trinity\WebshopBundle\Controller\TaxController
  1987.      */
  1988.     protected function getTaxControllerService()
  1989.     {
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1991.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  1992.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/TaxController.php';
  1993.         $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()));
  1994.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\TaxController'$this));
  1995.         return $instance;
  1996.     }
  1997.     /**
  1998.      * Gets the public 'App\Trinity\WebshopBundle\Controller\UserGroupController' shared autowired service.
  1999.      *
  2000.      * @return \App\Trinity\WebshopBundle\Controller\UserGroupController
  2001.      */
  2002.     protected function getUserGroupControllerService()
  2003.     {
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2005.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2006.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/UserGroupController.php';
  2007.         $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()));
  2008.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\UserGroupController'$this));
  2009.         return $instance;
  2010.     }
  2011.     /**
  2012.      * Gets the public 'App\Trinity\WebshopBundle\Controller\WebshopController' shared autowired service.
  2013.      *
  2014.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  2015.      */
  2016.     protected function getWebshopControllerService()
  2017.     {
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2019.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2020.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  2021.         $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()));
  2022.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Trinity\\WebshopBundle\\Controller\\WebshopController'$this));
  2023.         return $instance;
  2024.     }
  2025.     /**
  2026.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2027.      *
  2028.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2029.      */
  2030.     protected function getProfilerControllerService()
  2031.     {
  2032.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2033.         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()));
  2034.     }
  2035.     /**
  2036.      * Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
  2037.      *
  2038.      * @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
  2039.      */
  2040.     protected function getPersisterInterfaceService($lazyLoad true)
  2041.     {
  2042.         if ($lazyLoad) {
  2043.             return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = $this->createProxy('DoctrinePersister_a694024', function () {
  2044.                 return \DoctrinePersister_a694024::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2045.                     $wrappedInstance $this->getPersisterInterfaceService(false);
  2046.                     $proxy->setProxyInitializer(null);
  2047.                     return true;
  2048.                 });
  2049.             });
  2050.         }
  2051.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersisterFactory.php';
  2052.         return (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
  2053.     }
  2054.     /**
  2055.      * Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' shared service.
  2056.      *
  2057.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  2058.      */
  2059.     protected function getTwoFactorFormRendererInterfaceService($lazyLoad true)
  2060.     {
  2061.         if ($lazyLoad) {
  2062.             return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface'] = $this->createProxy('DefaultTwoFactorFormRenderer_892ae3f', function () {
  2063.                 return \DefaultTwoFactorFormRenderer_892ae3f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2064.                     $wrappedInstance $this->getTwoFactorFormRendererInterfaceService(false);
  2065.                     $proxy->setProxyInitializer(null);
  2066.                     return true;
  2067.                 });
  2068.             });
  2069.         }
  2070.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SchebTwoFactor/Authentication/form.html.twig');
  2071.     }
  2072.     /**
  2073.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2074.      *
  2075.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2076.      */
  2077.     protected function getRedirectControllerService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2080.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2081.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2082.     }
  2083.     /**
  2084.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2085.      *
  2086.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2087.      */
  2088.     protected function getTemplateControllerService()
  2089.     {
  2090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2091.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2092.     }
  2093.     /**
  2094.      * Gets the public 'TrinityApiBundle_show' shared autowired service.
  2095.      *
  2096.      * @return \App\Trinity\ApiBundle\Controller\AdminController
  2097.      */
  2098.     protected function getTrinityApiBundleShowService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2101.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2102.         include_once \dirname(__DIR__4).'/src/Trinity/ApiBundle/Controller/AdminController.php';
  2103.         $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()));
  2104.         $instance->setContainer($this);
  2105.         return $instance;
  2106.     }
  2107.     /**
  2108.      * Gets the public 'admin_link' shared service.
  2109.      *
  2110.      * @return \App\CmsBundle\Controller\LinkController
  2111.      */
  2112.     protected function getAdminLinkService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2115.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2116.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  2117.         $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()));
  2118.         $instance->setContainer($this);
  2119.         return $instance;
  2120.     }
  2121.     /**
  2122.      * Gets the public 'admin_show' shared service.
  2123.      *
  2124.      * @return \App\CmsBundle\Controller\LinkController
  2125.      */
  2126.     protected function getAdminShowService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2129.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  2130.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/LinkController.php';
  2131.         $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()));
  2132.         $instance->setContainer($this);
  2133.         return $instance;
  2134.     }
  2135.     /**
  2136.      * Gets the public 'cache.app' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2139.      */
  2140.     protected function getCache_AppService()
  2141.     {
  2142.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('1NYjTJ2cvN'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  2143.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2144.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2145.     }
  2146.     /**
  2147.      * Gets the public 'cache.app_clearer' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2150.      */
  2151.     protected function getCache_AppClearerService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2155.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2156.     }
  2157.     /**
  2158.      * Gets the public 'cache.global_clearer' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2161.      */
  2162.     protected function getCache_GlobalClearerService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2166.         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())]);
  2167.     }
  2168.     /**
  2169.      * Gets the public 'cache.system' shared service.
  2170.      *
  2171.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2172.      */
  2173.     protected function getCache_SystemService()
  2174.     {
  2175.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CUWUwCKmZj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2176.     }
  2177.     /**
  2178.      * Gets the public 'cache.system_clearer' shared service.
  2179.      *
  2180.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2181.      */
  2182.     protected function getCache_SystemClearerService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2186.         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())]);
  2187.     }
  2188.     /**
  2189.      * Gets the public 'cache.validator_expression_language' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2192.      */
  2193.     protected function getCache_ValidatorExpressionLanguageService()
  2194.     {
  2195.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Z+Ww7UOsXM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2196.     }
  2197.     /**
  2198.      * Gets the public 'cache_warmer' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2201.      */
  2202.     protected function getCacheWarmerService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2206.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2207.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2208.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2209.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2210.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2211.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2212.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2213.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2214.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2215.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2216.     }
  2217.     /**
  2218.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ActivateBundleCommand' shared autowired service.
  2219.      *
  2220.      * @return \App\CmsBundle\Command\ActivateBundleCommand
  2221.      */
  2222.     protected function getActivateBundleCommandService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2225.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ActivateBundleCommand.php';
  2226.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand'] = new \App\CmsBundle\Command\ActivateBundleCommand($this);
  2227.     }
  2228.     /**
  2229.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\BackupCommand' shared autowired service.
  2230.      *
  2231.      * @return \App\CmsBundle\Command\BackupCommand
  2232.      */
  2233.     protected function getBackupCommandService()
  2234.     {
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2236.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/BackupCommand.php';
  2237.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand'] = new \App\CmsBundle\Command\BackupCommand($this);
  2238.     }
  2239.     /**
  2240.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\BundleListCommand' shared autowired service.
  2241.      *
  2242.      * @return \App\CmsBundle\Command\BundleListCommand
  2243.      */
  2244.     protected function getBundleListCommandService()
  2245.     {
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2247.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/BundleListCommand.php';
  2248.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand'] = new \App\CmsBundle\Command\BundleListCommand($this);
  2249.     }
  2250.     /**
  2251.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CacheCommand' shared autowired service.
  2252.      *
  2253.      * @return \App\CmsBundle\Command\CacheCommand
  2254.      */
  2255.     protected function getCacheCommandService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2258.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CacheCommand.php';
  2259.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand'] = new \App\CmsBundle\Command\CacheCommand($this);
  2260.     }
  2261.     /**
  2262.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ControlCommand' shared autowired service.
  2263.      *
  2264.      * @return \App\CmsBundle\Command\ControlCommand
  2265.      */
  2266.     protected function getControlCommandService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2269.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ControlCommand.php';
  2270.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand'] = new \App\CmsBundle\Command\ControlCommand($this);
  2271.     }
  2272.     /**
  2273.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CreateBundleCommand' shared autowired service.
  2274.      *
  2275.      * @return \App\CmsBundle\Command\CreateBundleCommand
  2276.      */
  2277.     protected function getCreateBundleCommandService()
  2278.     {
  2279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2280.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CreateBundleCommand.php';
  2281.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand'] = new \App\CmsBundle\Command\CreateBundleCommand($this);
  2282.     }
  2283.     /**
  2284.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\CronTasksRunCommand' shared autowired service.
  2285.      *
  2286.      * @return \App\CmsBundle\Command\CronTasksRunCommand
  2287.      */
  2288.     protected function getCronTasksRunCommandService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2291.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/CronTasksRunCommand.php';
  2292.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand'] = new \App\CmsBundle\Command\CronTasksRunCommand($this);
  2293.     }
  2294.     /**
  2295.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\FixTranslationsCommand' shared autowired service.
  2296.      *
  2297.      * @return \App\CmsBundle\Command\FixTranslationsCommand
  2298.      */
  2299.     protected function getFixTranslationsCommandService()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2302.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/FixTranslationsCommand.php';
  2303.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand'] = new \App\CmsBundle\Command\FixTranslationsCommand($this);
  2304.     }
  2305.     /**
  2306.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\InstallBundleCommand' shared autowired service.
  2307.      *
  2308.      * @return \App\CmsBundle\Command\InstallBundleCommand
  2309.      */
  2310.     protected function getInstallBundleCommandService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2313.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/InstallBundleCommand.php';
  2314.         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()));
  2315.     }
  2316.     /**
  2317.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\LanguageCacheCommand' shared autowired service.
  2318.      *
  2319.      * @return \App\CmsBundle\Command\LanguageCacheCommand
  2320.      */
  2321.     protected function getLanguageCacheCommandService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2324.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/LanguageCacheCommand.php';
  2325.         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()));
  2326.     }
  2327.     /**
  2328.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\LanguageResetCommand' shared autowired service.
  2329.      *
  2330.      * @return \App\CmsBundle\Command\LanguageResetCommand
  2331.      */
  2332.     protected function getLanguageResetCommandService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2335.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/LanguageResetCommand.php';
  2336.         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()));
  2337.     }
  2338.     /**
  2339.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MailtestCommand' shared autowired service.
  2340.      *
  2341.      * @return \App\CmsBundle\Command\MailtestCommand
  2342.      */
  2343.     protected function getMailtestCommandService()
  2344.     {
  2345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2346.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MailtestCommand.php';
  2347.         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()));
  2348.     }
  2349.     /**
  2350.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaCreateFullCommand' shared autowired service.
  2351.      *
  2352.      * @return \App\CmsBundle\Command\MediaCreateFullCommand
  2353.      */
  2354.     protected function getMediaCreateFullCommandService()
  2355.     {
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2357.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaCreateFullCommand.php';
  2358.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand'] = new \App\CmsBundle\Command\MediaCreateFullCommand($this);
  2359.     }
  2360.     /**
  2361.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaRegenThumbnailsCommand' shared autowired service.
  2362.      *
  2363.      * @return \App\CmsBundle\Command\MediaRegenThumbnailsCommand
  2364.      */
  2365.     protected function getMediaRegenThumbnailsCommandService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2368.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaRegenThumbnailsCommand.php';
  2369.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand'] = new \App\CmsBundle\Command\MediaRegenThumbnailsCommand($this);
  2370.     }
  2371.     /**
  2372.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediaUsageCommand' shared autowired service.
  2373.      *
  2374.      * @return \App\CmsBundle\Command\MediaUsageCommand
  2375.      */
  2376.     protected function getMediaUsageCommandService()
  2377.     {
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2379.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediaUsageCommand.php';
  2380.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand'] = new \App\CmsBundle\Command\MediaUsageCommand($this);
  2381.     }
  2382.     /**
  2383.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MediadirCleanUpCommand' shared autowired service.
  2384.      *
  2385.      * @return \App\CmsBundle\Command\MediadirCleanUpCommand
  2386.      */
  2387.     protected function getMediadirCleanUpCommandService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2390.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MediadirCleanUpCommand.php';
  2391.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand'] = new \App\CmsBundle\Command\MediadirCleanUpCommand($this);
  2392.     }
  2393.     /**
  2394.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MigrateCommand' shared autowired service.
  2395.      *
  2396.      * @return \App\CmsBundle\Command\MigrateCommand
  2397.      */
  2398.     protected function getMigrateCommandService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2401.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MigrateCommand.php';
  2402.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand'] = new \App\CmsBundle\Command\MigrateCommand($this);
  2403.     }
  2404.     /**
  2405.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MissingmediaCommand' shared autowired service.
  2406.      *
  2407.      * @return \App\CmsBundle\Command\MissingmediaCommand
  2408.      */
  2409.     protected function getMissingmediaCommandService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2412.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MissingmediaCommand.php';
  2413.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand'] = new \App\CmsBundle\Command\MissingmediaCommand($this);
  2414.     }
  2415.     /**
  2416.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\MonitorCommand' shared autowired service.
  2417.      *
  2418.      * @return \App\CmsBundle\Command\MonitorCommand
  2419.      */
  2420.     protected function getMonitorCommandService()
  2421.     {
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2423.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/MonitorCommand.php';
  2424.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand'] = new \App\CmsBundle\Command\MonitorCommand($this);
  2425.     }
  2426.     /**
  2427.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\OptimizeCommand' shared autowired service.
  2428.      *
  2429.      * @return \App\CmsBundle\Command\OptimizeCommand
  2430.      */
  2431.     protected function getOptimizeCommandService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2434.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/OptimizeCommand.php';
  2435.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand'] = new \App\CmsBundle\Command\OptimizeCommand($this);
  2436.     }
  2437.     /**
  2438.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ReportCommand' shared autowired service.
  2439.      *
  2440.      * @return \App\CmsBundle\Command\ReportCommand
  2441.      */
  2442.     protected function getReportCommandService()
  2443.     {
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2445.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ReportCommand.php';
  2446.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand'] = new \App\CmsBundle\Command\ReportCommand($this);
  2447.     }
  2448.     /**
  2449.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ResetDBCommand' shared autowired service.
  2450.      *
  2451.      * @return \App\CmsBundle\Command\ResetDBCommand
  2452.      */
  2453.     protected function getResetDBCommandService()
  2454.     {
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2456.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ResetDBCommand.php';
  2457.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ResetDBCommand'] = new \App\CmsBundle\Command\ResetDBCommand($this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2458.     }
  2459.     /**
  2460.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\RestoreCommand' shared autowired service.
  2461.      *
  2462.      * @return \App\CmsBundle\Command\RestoreCommand
  2463.      */
  2464.     protected function getRestoreCommandService()
  2465.     {
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2467.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/RestoreCommand.php';
  2468.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand'] = new \App\CmsBundle\Command\RestoreCommand($this);
  2469.     }
  2470.     /**
  2471.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand' shared autowired service.
  2472.      *
  2473.      * @return \App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand
  2474.      */
  2475.     protected function getCronTasksDefaultCommandService()
  2476.     {
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2478.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ScheduleTask/CronTasksDefaultCommand.php';
  2479.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand'] = new \App\CmsBundle\Command\ScheduleTask\CronTasksDefaultCommand();
  2480.     }
  2481.     /**
  2482.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\ServerupdateCommand' shared autowired service.
  2483.      *
  2484.      * @return \App\CmsBundle\Command\ServerupdateCommand
  2485.      */
  2486.     protected function getServerupdateCommandService()
  2487.     {
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2489.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/ServerupdateCommand.php';
  2490.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand'] = new \App\CmsBundle\Command\ServerupdateCommand($this);
  2491.     }
  2492.     /**
  2493.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\StatsCommand' shared autowired service.
  2494.      *
  2495.      * @return \App\CmsBundle\Command\StatsCommand
  2496.      */
  2497.     protected function getStatsCommandService()
  2498.     {
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2500.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/StatsCommand.php';
  2501.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand'] = new \App\CmsBundle\Command\StatsCommand($this);
  2502.     }
  2503.     /**
  2504.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\UpdateCommand' shared autowired service.
  2505.      *
  2506.      * @return \App\CmsBundle\Command\UpdateCommand
  2507.      */
  2508.     protected function getUpdateCommandService()
  2509.     {
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2511.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/UpdateCommand.php';
  2512.         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()));
  2513.     }
  2514.     /**
  2515.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\UserCommand' shared autowired service.
  2516.      *
  2517.      * @return \App\CmsBundle\Command\UserCommand
  2518.      */
  2519.     protected function getUserCommandService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2522.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/UserCommand.php';
  2523.         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()));
  2524.     }
  2525.     /**
  2526.      * Gets the public 'console.command.public_alias.App\CmsBundle\Command\WebpCommand' shared autowired service.
  2527.      *
  2528.      * @return \App\CmsBundle\Command\WebpCommand
  2529.      */
  2530.     protected function getWebpCommandService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2533.         include_once \dirname(__DIR__4).'/src/CmsBundle/Command/WebpCommand.php';
  2534.         return $this->services['console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand'] = new \App\CmsBundle\Command\WebpCommand($this);
  2535.     }
  2536.     /**
  2537.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand' shared autowired service.
  2538.      *
  2539.      * @return \App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand
  2540.      */
  2541.     protected function getBlogMediaMigrationCommandService()
  2542.     {
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2544.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/BlogMediaMigrationCommand.php';
  2545.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand'] = new \App\Trinity\BlogBundle\Command\BlogMediaMigrationCommand();
  2546.     }
  2547.     /**
  2548.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\GptCommand' shared autowired service.
  2549.      *
  2550.      * @return \App\Trinity\BlogBundle\Command\GptCommand
  2551.      */
  2552.     protected function getGptCommandService()
  2553.     {
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2555.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/GptCommand.php';
  2556.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\GptCommand'] = new \App\Trinity\BlogBundle\Command\GptCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2557.     }
  2558.     /**
  2559.      * Gets the public 'console.command.public_alias.App\Trinity\BlogBundle\Command\WpCommand' shared autowired service.
  2560.      *
  2561.      * @return \App\Trinity\BlogBundle\Command\WpCommand
  2562.      */
  2563.     protected function getWpCommandService()
  2564.     {
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2566.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Command/WpCommand.php';
  2567.         return $this->services['console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand'] = new \App\Trinity\BlogBundle\Command\WpCommand();
  2568.     }
  2569.     /**
  2570.      * Gets the public 'console.command.public_alias.App\Trinity\SearchBundle\Command\IndexerCommand' shared autowired service.
  2571.      *
  2572.      * @return \App\Trinity\SearchBundle\Command\IndexerCommand
  2573.      */
  2574.     protected function getIndexerCommandService()
  2575.     {
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2577.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Command/IndexerCommand.php';
  2578.         return $this->services['console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand'] = new \App\Trinity\SearchBundle\Command\IndexerCommand($this);
  2579.     }
  2580.     /**
  2581.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\AbandonedCartsCommand' shared autowired service.
  2582.      *
  2583.      * @return \App\Trinity\WebshopBundle\Command\AbandonedCartsCommand
  2584.      */
  2585.     protected function getAbandonedCartsCommandService()
  2586.     {
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2588.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/AbandonedCartsCommand.php';
  2589.         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()));
  2590.     }
  2591.     /**
  2592.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ActiveCampaignCommand' shared autowired service.
  2593.      *
  2594.      * @return \App\Trinity\WebshopBundle\Command\ActiveCampaignCommand
  2595.      */
  2596.     protected function getActiveCampaignCommandService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2599.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ActiveCampaignCommand.php';
  2600.         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()));
  2601.     }
  2602.     /**
  2603.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CacheIndexCommand' shared autowired service.
  2604.      *
  2605.      * @return \App\Trinity\WebshopBundle\Command\CacheIndexCommand
  2606.      */
  2607.     protected function getCacheIndexCommandService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2610.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CacheIndexCommand.php';
  2611.         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()));
  2612.     }
  2613.     /**
  2614.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CheckPaymentsCommand' shared autowired service.
  2615.      *
  2616.      * @return \App\Trinity\WebshopBundle\Command\CheckPaymentsCommand
  2617.      */
  2618.     protected function getCheckPaymentsCommandService()
  2619.     {
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2621.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CheckPaymentsCommand.php';
  2622.         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()));
  2623.     }
  2624.     /**
  2625.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\CloneCommand' shared autowired service.
  2626.      *
  2627.      * @return \App\Trinity\WebshopBundle\Command\CloneCommand
  2628.      */
  2629.     protected function getCloneCommandService()
  2630.     {
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2632.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/CloneCommand.php';
  2633.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand'] = new \App\Trinity\WebshopBundle\Command\CloneCommand($this);
  2634.     }
  2635.     /**
  2636.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand' shared autowired service.
  2637.      *
  2638.      * @return \App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand
  2639.      */
  2640.     protected function getFixCategoryDuplicatesCommandService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2643.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixCategoryDuplicatesCommand.php';
  2644.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand'] = new \App\Trinity\WebshopBundle\Command\FixCategoryDuplicatesCommand($this);
  2645.     }
  2646.     /**
  2647.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixMediaCloneCommand' shared autowired service.
  2648.      *
  2649.      * @return \App\Trinity\WebshopBundle\Command\FixMediaCloneCommand
  2650.      */
  2651.     protected function getFixMediaCloneCommandService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2654.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixMediaCloneCommand.php';
  2655.         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);
  2656.     }
  2657.     /**
  2658.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\FixrelationsCommand' shared autowired service.
  2659.      *
  2660.      * @return \App\Trinity\WebshopBundle\Command\FixrelationsCommand
  2661.      */
  2662.     protected function getFixrelationsCommandService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2665.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/FixrelationsCommand.php';
  2666.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand'] = new \App\Trinity\WebshopBundle\Command\FixrelationsCommand($this);
  2667.     }
  2668.     /**
  2669.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportCommand' shared autowired service.
  2670.      *
  2671.      * @return \App\Trinity\WebshopBundle\Command\ImportCommand
  2672.      */
  2673.     protected function getImportCommandService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2676.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportCommand.php';
  2677.         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()));
  2678.     }
  2679.     /**
  2680.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand' shared autowired service.
  2681.      *
  2682.      * @return \App\Trinity\WebshopBundle\Command\ImportCyclesoftwareCommand
  2683.      */
  2684.     protected function getImportCyclesoftwareCommandService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2687.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportCyclesoftwareCommand.php';
  2688.         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);
  2689.     }
  2690.     /**
  2691.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand' shared autowired service.
  2692.      *
  2693.      * @return \App\Trinity\WebshopBundle\Command\ImportMagentoOneCommand
  2694.      */
  2695.     protected function getImportMagentoOneCommandService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2698.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportMagentoOneCommand.php';
  2699.         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()));
  2700.     }
  2701.     /**
  2702.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\IndexCommand' shared autowired service.
  2703.      *
  2704.      * @return \App\Trinity\WebshopBundle\Command\IndexCommand
  2705.      */
  2706.     protected function getIndexCommandService()
  2707.     {
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2709.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/IndexCommand.php';
  2710.         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);
  2711.     }
  2712.     /**
  2713.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\LinkCommand' shared autowired service.
  2714.      *
  2715.      * @return \App\Trinity\WebshopBundle\Command\LinkCommand
  2716.      */
  2717.     protected function getLinkCommandService()
  2718.     {
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2720.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/LinkCommand.php';
  2721.         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()));
  2722.     }
  2723.     /**
  2724.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\NotifyCommand' shared autowired service.
  2725.      *
  2726.      * @return \App\Trinity\WebshopBundle\Command\NotifyCommand
  2727.      */
  2728.     protected function getNotifyCommandService()
  2729.     {
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2731.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/NotifyCommand.php';
  2732.         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()));
  2733.     }
  2734.     /**
  2735.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\PicqerExportCommand' shared autowired service.
  2736.      *
  2737.      * @return \App\Trinity\WebshopBundle\Command\PicqerExportCommand
  2738.      */
  2739.     protected function getPicqerExportCommandService()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2742.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/PicqerExportCommand.php';
  2743.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand'] = new \App\Trinity\WebshopBundle\Command\PicqerExportCommand();
  2744.     }
  2745.     /**
  2746.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\PicqerSyncCommand' shared autowired service.
  2747.      *
  2748.      * @return \App\Trinity\WebshopBundle\Command\PicqerSyncCommand
  2749.      */
  2750.     protected function getPicqerSyncCommandService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2753.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/PicqerSyncCommand.php';
  2754.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand'] = new \App\Trinity\WebshopBundle\Command\PicqerSyncCommand();
  2755.     }
  2756.     /**
  2757.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\ProductSyncCommand' shared autowired service.
  2758.      *
  2759.      * @return \App\Trinity\WebshopBundle\Command\ProductSyncCommand
  2760.      */
  2761.     protected function getProductSyncCommandService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2764.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ProductSyncCommand.php';
  2765.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand'] = new \App\Trinity\WebshopBundle\Command\ProductSyncCommand();
  2766.     }
  2767.     /**
  2768.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\RepairOrdersCommand' shared autowired service.
  2769.      *
  2770.      * @return \App\Trinity\WebshopBundle\Command\RepairOrdersCommand
  2771.      */
  2772.     protected function getRepairOrdersCommandService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2775.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/RepairOrdersCommand.php';
  2776.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand'] = new \App\Trinity\WebshopBundle\Command\RepairOrdersCommand();
  2777.     }
  2778.     /**
  2779.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\SearchCommand' shared autowired service.
  2780.      *
  2781.      * @return \App\Trinity\WebshopBundle\Command\SearchCommand
  2782.      */
  2783.     protected function getSearchCommandService()
  2784.     {
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2786.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/SearchCommand.php';
  2787.         return $this->services['console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand'] = new \App\Trinity\WebshopBundle\Command\SearchCommand();
  2788.     }
  2789.     /**
  2790.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\TestCommand' shared autowired service.
  2791.      *
  2792.      * @return \App\Trinity\WebshopBundle\Command\TestCommand
  2793.      */
  2794.     protected function getTestCommandService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2797.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/TestCommand.php';
  2798.         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);
  2799.     }
  2800.     /**
  2801.      * Gets the public 'console.command.public_alias.App\Trinity\WebshopBundle\Command\UpdatePricesCommand' shared autowired service.
  2802.      *
  2803.      * @return \App\Trinity\WebshopBundle\Command\UpdatePricesCommand
  2804.      */
  2805.     protected function getUpdatePricesCommandService()
  2806.     {
  2807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2808.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/UpdatePricesCommand.php';
  2809.         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()));
  2810.     }
  2811.     /**
  2812.      * Gets the public 'console.command_loader' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2815.      */
  2816.     protected function getConsole_CommandLoaderService()
  2817.     {
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2820.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2821.             'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand' => ['privates''.App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand.lazy''getGenerateProductsCommand_LazyService'false],
  2822.             'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce' => ['privates''.App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce.lazy''getImportWoocommerce_LazyService'false],
  2823.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2824.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2825.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2826.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2827.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2828.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2829.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2830.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2831.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2832.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2833.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2834.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2835.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2836.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2837.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2838.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2839.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2840.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2841.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2842.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2843.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2844.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2845.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2846.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2847.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2848.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2849.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2850.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2851.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2852.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2853.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2854.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2855.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2856.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2857.             'fos_oauth_server.clean_command' => ['privates''fos_oauth_server.clean_command''getFosOauthServer_CleanCommandService'false],
  2858.             'fos_oauth_server.create_client_command' => ['privates''fos_oauth_server.create_client_command''getFosOauthServer_CreateClientCommandService'false],
  2859.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2860.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2861.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2862.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2863.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2864.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2865.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2866.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2867.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2868.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2869.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2870.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2871.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2872.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2873.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2874.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2875.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2876.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2877.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2878.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2879.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2880.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2881.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2882.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2883.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2884.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2885.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2886.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2887.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2888.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2889.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2890.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2891.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2892.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2893.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2894.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2895.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2896.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2897.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2898.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2899.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2900.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2901.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2902.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2903.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2904.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2905.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2906.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2907.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2908.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2909.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2910.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2911.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2912.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2913.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2914.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2915.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2916.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2917.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2918.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2919.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2920.         ], [
  2921.             'App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand' => '?',
  2922.             'App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce' => '?',
  2923.             'console.command.about' => '?',
  2924.             'console.command.assets_install' => '?',
  2925.             'console.command.cache_clear' => '?',
  2926.             'console.command.cache_pool_clear' => '?',
  2927.             'console.command.cache_pool_prune' => '?',
  2928.             'console.command.cache_pool_delete' => '?',
  2929.             'console.command.cache_pool_list' => '?',
  2930.             'console.command.cache_warmup' => '?',
  2931.             'console.command.config_debug' => '?',
  2932.             'console.command.config_dump_reference' => '?',
  2933.             'console.command.container_debug' => '?',
  2934.             'console.command.container_lint' => '?',
  2935.             'console.command.debug_autowiring' => '?',
  2936.             'console.command.dotenv_debug' => '?',
  2937.             'console.command.event_dispatcher_debug' => '?',
  2938.             'console.command.router_debug' => '?',
  2939.             'console.command.router_match' => '?',
  2940.             'console.command.translation_debug' => '?',
  2941.             'console.command.translation_extract' => '?',
  2942.             'console.command.validator_debug' => '?',
  2943.             'console.command.translation_pull' => '?',
  2944.             'console.command.translation_push' => '?',
  2945.             'console.command.xliff_lint' => '?',
  2946.             'console.command.yaml_lint' => '?',
  2947.             'console.command.form_debug' => '?',
  2948.             'console.command.secrets_set' => '?',
  2949.             'console.command.secrets_remove' => '?',
  2950.             'console.command.secrets_generate_key' => '?',
  2951.             'console.command.secrets_list' => '?',
  2952.             'console.command.secrets_decrypt_to_local' => '?',
  2953.             'console.command.secrets_encrypt_from_local' => '?',
  2954.             'security.command.debug_firewall' => '?',
  2955.             'security.command.user_password_encoder' => '?',
  2956.             'security.command.user_password_hash' => '?',
  2957.             'fos_oauth_server.clean_command' => 'FOS\\OAuthServerBundle\\Command\\CleanCommand',
  2958.             'fos_oauth_server.create_client_command' => 'FOS\\OAuthServerBundle\\Command\\CreateClientCommand',
  2959.             'twig.command.debug' => '?',
  2960.             'twig.command.lint' => '?',
  2961.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2962.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2963.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2964.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2965.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2966.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2967.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2968.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2969.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2970.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2971.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2972.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2973.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2974.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2975.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2976.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2977.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2978.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2979.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2980.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2981.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2982.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2983.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2984.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2985.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2986.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2987.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2988.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2989.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2990.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2991.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2992.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2993.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2994.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2995.             'var_dumper.command.server_dump' => '?',
  2996.             'monolog.command.server_log' => '?',
  2997.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2998.             'maker.auto_command.make_auth' => '?',
  2999.             'maker.auto_command.make_command' => '?',
  3000.             'maker.auto_command.make_controller' => '?',
  3001.             'maker.auto_command.make_crud' => '?',
  3002.             'maker.auto_command.make_docker_database' => '?',
  3003.             'maker.auto_command.make_entity' => '?',
  3004.             'maker.auto_command.make_fixtures' => '?',
  3005.             'maker.auto_command.make_form' => '?',
  3006.             'maker.auto_command.make_message' => '?',
  3007.             'maker.auto_command.make_messenger_middleware' => '?',
  3008.             'maker.auto_command.make_registration_form' => '?',
  3009.             'maker.auto_command.make_reset_password' => '?',
  3010.             'maker.auto_command.make_serializer_encoder' => '?',
  3011.             'maker.auto_command.make_serializer_normalizer' => '?',
  3012.             'maker.auto_command.make_subscriber' => '?',
  3013.             'maker.auto_command.make_twig_extension' => '?',
  3014.             'maker.auto_command.make_test' => '?',
  3015.             'maker.auto_command.make_validator' => '?',
  3016.             'maker.auto_command.make_voter' => '?',
  3017.             'maker.auto_command.make_user' => '?',
  3018.             'maker.auto_command.make_migration' => '?',
  3019.             'maker.auto_command.make_stimulus_controller' => '?',
  3020.         ]), ['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']);
  3021.     }
  3022.     /**
  3023.      * Gets the public 'container.env_var_processors_locator' shared service.
  3024.      *
  3025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3026.      */
  3027.     protected function getContainer_EnvVarProcessorsLocatorService()
  3028.     {
  3029.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3030.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3031.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3032.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3033.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3034.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3035.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3036.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3037.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3038.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3039.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3040.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3041.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3042.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3043.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3044.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3045.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3046.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3047.         ], [
  3048.             'base64' => '?',
  3049.             'bool' => '?',
  3050.             'const' => '?',
  3051.             'csv' => '?',
  3052.             'default' => '?',
  3053.             'file' => '?',
  3054.             'float' => '?',
  3055.             'int' => '?',
  3056.             'json' => '?',
  3057.             'key' => '?',
  3058.             'not' => '?',
  3059.             'query_string' => '?',
  3060.             'require' => '?',
  3061.             'resolve' => '?',
  3062.             'string' => '?',
  3063.             'trim' => '?',
  3064.             'url' => '?',
  3065.         ]);
  3066.     }
  3067.     /**
  3068.      * Gets the public 'data_collector.dump' shared service.
  3069.      *
  3070.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3071.      */
  3072.     protected function getDataCollector_DumpService()
  3073.     {
  3074.         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()));
  3075.     }
  3076.     /**
  3077.      * Gets the public 'doctrine' shared service.
  3078.      *
  3079.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3080.      */
  3081.     protected function getDoctrineService()
  3082.     {
  3083.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3084.     }
  3085.     /**
  3086.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3087.      *
  3088.      * @return \Doctrine\DBAL\Connection
  3089.      */
  3090.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3091.     {
  3092.         $a = new \Doctrine\DBAL\Configuration();
  3093.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3094.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3095.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3096.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3097.         $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()))]));
  3098.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''port' => NULL'dbname' => 'pierreshopv5_web01''user' => 'pierreshopv5_web01''password' => 'gy35U19c''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, [
  3099.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3100.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3101.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3102.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3103.         ], [
  3104.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3105.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3106.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3107.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3108.         ]), [=> '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']]), []);
  3109.     }
  3110.     /**
  3111.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3112.      *
  3113.      * @return \Doctrine\ORM\EntityManager
  3114.      */
  3115.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3116.     {
  3117.         if ($lazyLoad) {
  3118.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3119.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3120.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3121.                     $proxy->setProxyInitializer(null);
  3122.                     return true;
  3123.                 });
  3124.             });
  3125.         }
  3126.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3142.         $a = new \Doctrine\ORM\Configuration();
  3143.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3144.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  3145.         $b->addDriver($c'App\\CmsBundle\\Entity');
  3146.         $b->addDriver($c'App\\Trinity\\ApiBundle\\Entity');
  3147.         $b->addDriver($c'App\\Trinity\\BlogBundle\\Entity');
  3148.         $b->addDriver($c'App\\Trinity\\FormsBundle\\Entity');
  3149.         $b->addDriver($c'App\\Trinity\\SearchBundle\\Entity');
  3150.         $b->addDriver($c'App\\Trinity\\SliderBundle\\Entity');
  3151.         $b->addDriver($c'App\\Trinity\\WebshopBundle\\Entity');
  3152.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  3153.         $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']);
  3154.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3155.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3156.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3157.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3158.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3159.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3160.         ], [
  3161.             'doctrine.ulid_generator' => '?',
  3162.             'doctrine.uuid_generator' => '?',
  3163.         ])));
  3164.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3165.         $a->setProxyNamespace('Proxies');
  3166.         $a->setAutoGenerateProxyClasses(true);
  3167.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3168.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3169.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3170.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3171.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3172.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3173.             'App\\CmsBundle\\Repository\\UserRepository' => ['privates''App\\CmsBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  3174.         ], [
  3175.             'App\\CmsBundle\\Repository\\UserRepository' => '?',
  3176.         ])));
  3177.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  3178.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  3179.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  3180.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  3181.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  3182.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  3183.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  3184.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  3185.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  3186.         $a->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  3187.         $a->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  3188.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  3189.         $a->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  3190.         $a->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  3191.         $a->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  3192.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  3193.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  3194.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  3195.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  3196.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  3197.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  3198.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  3199.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  3200.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  3201.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  3202.         $a->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  3203.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  3204.         $a->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  3205.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3206.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3207.         return $instance;
  3208.     }
  3209.     /**
  3210.      * Gets the public 'error_controller' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3213.      */
  3214.     protected function getErrorController2Service()
  3215.     {
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3221.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3222.         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)));
  3223.     }
  3224.     /**
  3225.      * Gets the public 'event_dispatcher' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3228.      */
  3229.     protected function getEventDispatcherService()
  3230.     {
  3231.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3232.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3233.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3234.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3235.         $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())));
  3236.         $instance->addListener('security.interactive_login', [=> function () {
  3237.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  3238.         }, => 'onInteractiveLogin'], 0);
  3239.         $instance->addListener('kernel.exception', [=> function () {
  3240.             return ($this->privates['app.exception_listener'] ?? $this->getApp_ExceptionListenerService());
  3241.         }, => 'onKernelException'], 0);
  3242.         $instance->addListener('kernel.controller', [=> function () {
  3243.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3244.         }, => 'onKernelController'], 0);
  3245.         $instance->addListener('kernel.request', [=> function () {
  3246.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  3247.         }, => 'onKernelRequest'], 34);
  3248.         $instance->addListener('security.authentication.failure', [=> function () {
  3249.             return ($this->privates['account.security_listener_failure'] ?? $this->getAccount_SecurityListenerFailureService());
  3250.         }, => 'onAuthenticationFailure'], 0);
  3251.         $instance->addListener('security.interactive_login', [=> function () {
  3252.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  3253.         }, => 'onSecurityInteractiveLogin'], 0);
  3254.         $instance->addListener('console.command', [=> function () {
  3255.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3256.         }, => 'onConsoleCommand'], 1);
  3257.         $instance->addListener('console.error', [=> function () {
  3258.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3259.         }, => 'onConsoleError'], 128);
  3260.         $instance->addListener('kernel.exception', [=> function () {
  3261.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3262.         }, => 'onException'], 128);
  3263.         $instance->addListener('kernel.request', [=> function () {
  3264.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3265.         }, => 'onKernelRequest'], 1);
  3266.         $instance->addListener('kernel.controller', [=> function () {
  3267.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3268.         }, => 'onKernelController'], 1);
  3269.         $instance->addListener('kernel.request', [=> function () {
  3270.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  3271.         }, => 'onKernelRequest'], 1);
  3272.         $instance->addListener('kernel.finish_request', [=> function () {
  3273.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  3274.         }, => 'onKernelFinishRequest'], 1);
  3275.         $instance->addListener('kernel.request', [=> function () {
  3276.             return ($this->privates['app.locale_listener'] ?? $this->getApp_LocaleListenerService());
  3277.         }, => 'onKernelRequest'], 15);
  3278.         $instance->addListener('kernel.exception', [=> function () {
  3279.             return ($this->privates['app.locale_listener'] ?? $this->getApp_LocaleListenerService());
  3280.         }, => 'onKernelRequest'], 10);
  3281.         $instance->addListener('kernel.response', [=> function () {
  3282.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3283.         }, => 'onKernelResponse'], 0);
  3284.         $instance->addListener('kernel.response', [=> function () {
  3285.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3286.         }, => 'onKernelResponse'], -1024);
  3287.         $instance->addListener('kernel.request', [=> function () {
  3288.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3289.         }, => 'setDefaultLocale'], 100);
  3290.         $instance->addListener('kernel.request', [=> function () {
  3291.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3292.         }, => 'onKernelRequest'], 16);
  3293.         $instance->addListener('kernel.finish_request', [=> function () {
  3294.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3295.         }, => 'onKernelFinishRequest'], 0);
  3296.         $instance->addListener('kernel.request', [=> function () {
  3297.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3298.         }, => 'onKernelRequest'], 256);
  3299.         $instance->addListener('kernel.response', [=> function () {
  3300.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3301.         }, => 'onResponse'], -255);
  3302.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3303.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3304.         }, => 'onControllerArguments'], 0);
  3305.         $instance->addListener('kernel.exception', [=> function () {
  3306.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3307.         }, => 'logKernelException'], 0);
  3308.         $instance->addListener('kernel.exception', [=> function () {
  3309.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3310.         }, => 'onKernelException'], -128);
  3311.         $instance->addListener('kernel.response', [=> function () {
  3312.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3313.         }, => 'removeCspHeader'], -128);
  3314.         $instance->addListener('kernel.request', [=> function () {
  3315.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3316.         }, => 'onKernelRequest'], 15);
  3317.         $instance->addListener('kernel.finish_request', [=> function () {
  3318.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3319.         }, => 'onKernelFinishRequest'], -15);
  3320.         $instance->addListener('console.error', [=> function () {
  3321.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3322.         }, => 'onConsoleError'], -128);
  3323.         $instance->addListener('console.terminate', [=> function () {
  3324.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3325.         }, => 'onConsoleTerminate'], -128);
  3326.         $instance->addListener('console.error', [=> function () {
  3327.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3328.         }, => 'onConsoleError'], 0);
  3329.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3330.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3331.         }, => 'onMessage'], -255);
  3332.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3333.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3334.         }, => 'onMessage'], -255);
  3335.         $instance->addListener('kernel.response', [=> function () {
  3336.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  3337.         }, => 'onKernelResponse'], 0);
  3338.         $instance->addListener('kernel.request', [=> function () {
  3339.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3340.         }, => 'configure'], 2048);
  3341.         $instance->addListener('console.command', [=> function () {
  3342.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3343.         }, => 'configure'], 2048);
  3344.         $instance->addListener('kernel.request', [=> function () {
  3345.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3346.         }, => 'onKernelRequest'], 32);
  3347.         $instance->addListener('kernel.finish_request', [=> function () {
  3348.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3349.         }, => 'onKernelFinishRequest'], 0);
  3350.         $instance->addListener('kernel.exception', [=> function () {
  3351.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3352.         }, => 'onKernelException'], -64);
  3353.         $instance->addListener('kernel.response', [=> function () {
  3354.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3355.         }, => 'onKernelResponse'], 0);
  3356.         $instance->addListener('kernel.request', [=> function () {
  3357.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3358.         }, => 'onKernelRequest'], 128);
  3359.         $instance->addListener('kernel.response', [=> function () {
  3360.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3361.         }, => 'onKernelResponse'], -1000);
  3362.         $instance->addListener('kernel.finish_request', [=> function () {
  3363.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3364.         }, => 'onFinishRequest'], 0);
  3365.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  3366.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  3367.         }, => 'onNotification'], -255);
  3368.         $instance->addListener('kernel.response', [=> function () {
  3369.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3370.         }, => 'onKernelResponse'], -100);
  3371.         $instance->addListener('kernel.exception', [=> function () {
  3372.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3373.         }, => 'onKernelException'], 0);
  3374.         $instance->addListener('kernel.terminate', [=> function () {
  3375.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3376.         }, => 'onKernelTerminate'], -1024);
  3377.         $instance->addListener('kernel.controller', [=> function () {
  3378.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3379.         }, => 'onKernelController'], 0);
  3380.         $instance->addListener('kernel.response', [=> function () {
  3381.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3382.         }, => 'onKernelResponse'], 0);
  3383.         $instance->addListener('kernel.response', [=> function () {
  3384.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3385.         }, => 'onKernelResponse'], 0);
  3386.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3387.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3388.         }, => 'onVoterVote'], 0);
  3389.         $instance->addListener('kernel.request', [=> function () {
  3390.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3391.         }, => 'configureLogoutUrlGenerator'], 8);
  3392.         $instance->addListener('kernel.request', [=> function () {
  3393.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3394.         }, => 'onKernelRequest'], 8);
  3395.         $instance->addListener('kernel.finish_request', [=> function () {
  3396.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3397.         }, => 'onKernelFinishRequest'], 0);
  3398.         $instance->addListener('kernel.exception', [=> function () {
  3399.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_AdminSecuredAreaService());
  3400.         }, => 'onKernelException'], 2);
  3401.         $instance->addListener('kernel.request', [=> function () {
  3402.             return ($this->privates['security.authentication.form_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_AdminSecuredAreaService());
  3403.         }, => 'onKernelRequest'], 0);
  3404.         $instance->addListener('security.authentication.success', [=> function () {
  3405.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3406.         }, => 'onLogin'], 9223372036854775807);
  3407.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  3408.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3409.         }, => 'onAccessDenied'], 0);
  3410.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  3411.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3412.         }, => 'onTwoFactorForm'], 0);
  3413.         $instance->addListener('kernel.response', [=> function () {
  3414.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  3415.         }, => 'onKernelResponse'], 1);
  3416.         $instance->addListener('kernel.view', [=> function () {
  3417.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3418.         }, => 'onKernelView'], 30);
  3419.         $instance->addListener('kernel.controller', [=> function () {
  3420.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3421.         }, => 'onKernelController'], 0);
  3422.         $instance->addListener('kernel.controller', [=> function () {
  3423.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3424.         }, => 'onKernelController'], 0);
  3425.         $instance->addListener('kernel.controller', [=> function () {
  3426.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3427.         }, => 'onKernelController'], -128);
  3428.         $instance->addListener('kernel.view', [=> function () {
  3429.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3430.         }, => 'onKernelView'], 0);
  3431.         $instance->addListener('kernel.controller', [=> function () {
  3432.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3433.         }, => 'onKernelController'], 0);
  3434.         $instance->addListener('kernel.response', [=> function () {
  3435.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3436.         }, => 'onKernelResponse'], 0);
  3437.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3438.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3439.         }, => 'onKernelControllerArguments'], 0);
  3440.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3441.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3442.         }, => 'onKernelControllerArguments'], 0);
  3443.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3444.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3445.         }, => 'onMessage'], 0);
  3446.         $instance->addListener('kernel.response', [=> function () {
  3447.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3448.         }, => 'onKernelResponse'], -128);
  3449.         $instance->addListener('console.command', [=> function () {
  3450.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3451.         }, => 'onCommand'], 255);
  3452.         $instance->addListener('console.terminate', [=> function () {
  3453.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3454.         }, => 'onTerminate'], -255);
  3455.         $instance->addListener('console.command', [=> function () {
  3456.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3457.         }, => 'configure'], 1024);
  3458.         $instance->addListener('console.error', [=> function () {
  3459.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3460.         }, => 'onConsoleError'], 0);
  3461.         $instance->addListener('console.terminate', [=> function () {
  3462.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3463.         }, => 'onConsoleTerminate'], 0);
  3464.         $instance->addListener('security.authentication.success', [=> function () {
  3465.             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()));
  3466.         }, => 'onLogin'], 9223372036854775806);
  3467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3468.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  3469.         }, => 'checkPassport'], 0);
  3470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3471.             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()));
  3472.         }, => 'onSuccessfulLogin'], -63);
  3473.         $instance->addListener('kernel.response', [=> function () {
  3474.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  3475.         }, => 'onKernelResponse'], 0);
  3476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3477.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  3478.         }, => 'onSuccessfulLogin'], 0);
  3479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3480.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  3481.         }, => 'checkPassport'], 16);
  3482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3483.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3484.         }, => 'onLogout'], 0);
  3485.         return $instance;
  3486.     }
  3487.     /**
  3488.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  3489.      *
  3490.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  3491.      */
  3492.     protected function getFosOauthServer_Controller_AuthorizeService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  3496.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3497.         $b $this->getFosOauthServer_Authorize_FormService();
  3498.         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()));
  3499.     }
  3500.     /**
  3501.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  3502.      *
  3503.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  3504.      */
  3505.     protected function getFosOauthServer_Controller_TokenService()
  3506.     {
  3507.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  3508.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  3509.     }
  3510.     /**
  3511.      * Gets the public 'fos_rest.view_handler' shared service.
  3512.      *
  3513.      * @return \FOS\RestBundle\View\ViewHandler
  3514.      */
  3515.     protected function getFosRest_ViewHandlerService()
  3516.     {
  3517.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  3522.         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]);
  3523.     }
  3524.     /**
  3525.      * Gets the public 'http_kernel' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3528.      */
  3529.     protected function getHttpKernelService()
  3530.     {
  3531.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3532.         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 () {
  3533.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3534.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3535.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3536.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3537.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3538.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3539.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3540.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3541.         }, 8)), $a));
  3542.     }
  3543.     /**
  3544.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  3545.      *
  3546.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  3547.      */
  3548.     protected function getNelmioApiDoc_Command_DumpService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  3552.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3553.         $instance->setName('nelmio:apidoc:dump');
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  3558.      *
  3559.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3560.      */
  3561.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  3562.     {
  3563.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  3564.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3565.     }
  3566.     /**
  3567.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3568.      *
  3569.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3570.      */
  3571.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3572.     {
  3573.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  3574.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3575.     }
  3576.     /**
  3577.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  3578.      *
  3579.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  3580.      */
  3581.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  3584.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3585.     }
  3586.     /**
  3587.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  3588.      *
  3589.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  3590.      */
  3591.     protected function getNelmioApiDoc_Generator_DefaultService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  3594.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  3595.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  3596.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  3597.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  3598.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  3599.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  3600.         }, 5), new RewindableGenerator(function () {
  3601.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  3602.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  3603.         }, 2));
  3604.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  3605.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3606.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3607.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3608.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3609.         $instance->setAlternativeNames([]);
  3610.         $instance->setMediaTypes([=> 'json']);
  3611.         $instance->setLogger($a);
  3612.         return $instance;
  3613.     }
  3614.     /**
  3615.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  3616.      *
  3617.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  3618.      */
  3619.     protected function getNelmioApiDoc_RenderDocsService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  3626.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3627.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  3628.         ], [
  3629.             'default' => '?',
  3630.         ]), 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())));
  3631.     }
  3632.     /**
  3633.      * Gets the public 'request_stack' shared service.
  3634.      *
  3635.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3636.      */
  3637.     protected function getRequestStackService()
  3638.     {
  3639.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3640.     }
  3641.     /**
  3642.      * Gets the public 'router' shared service.
  3643.      *
  3644.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3645.      */
  3646.     protected function getRouterService()
  3647.     {
  3648.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3649.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3650.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3651.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3652.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3653.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3654.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3655.         ], [
  3656.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3657.         ]))->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');
  3658.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3659.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3660.         return $instance;
  3661.     }
  3662.     /**
  3663.      * Gets the public 'routing.loader' shared service.
  3664.      *
  3665.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3666.      */
  3667.     protected function getRouting_LoaderService()
  3668.     {
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3689.         include_once \dirname(__DIR__4).'/src/CmsBundle/Routing/PageLoader.php';
  3690.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Routing/ExtraLoader.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3695.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3696.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  3697.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3698.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3699.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  3700.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  3701.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  3702.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  3703.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  3704.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3705.             'kernel' => ['services''kernel''getKernelService'false],
  3706.         ], [
  3707.             'kernel' => 'App\\Kernel',
  3708.         ]), 'dev'));
  3709.         $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()))));
  3710.         $a->addLoader(new \App\Trinity\WebshopBundle\Routing\ExtraLoader($c));
  3711.         $a->addLoader($d);
  3712.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$d));
  3713.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$d));
  3714.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  3715.     }
  3716.     /**
  3717.      * Gets the public 'scheb_two_factor.firewall_context' shared service.
  3718.      *
  3719.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  3720.      */
  3721.     protected function getSchebTwoFactor_FirewallContextService()
  3722.     {
  3723.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  3724.         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())]);
  3725.     }
  3726.     /**
  3727.      * Gets the public 'scheb_two_factor.form_controller' shared service.
  3728.      *
  3729.      * @return \Scheb\TwoFactorBundle\Controller\FormController
  3730.      */
  3731.     protected function getSchebTwoFactor_FormControllerService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  3734.         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);
  3735.     }
  3736.     /**
  3737.      * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  3738.      *
  3739.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  3740.      */
  3741.     protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  3746.         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);
  3747.     }
  3748.     /**
  3749.      * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  3750.      *
  3751.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  3752.      */
  3753.     protected function getSchebTwoFactor_Security_TotpFactoryService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  3756.         return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory('Easify''Easify TOTP', []);
  3757.     }
  3758.     /**
  3759.      * Gets the public 'services_resetter' shared service.
  3760.      *
  3761.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3762.      */
  3763.     protected function getServicesResetterService()
  3764.     {
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3766.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3767.             if (isset($this->services['cache.app'])) {
  3768.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3769.             }
  3770.             if (isset($this->services['cache.system'])) {
  3771.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3772.             }
  3773.             if (isset($this->privates['cache.validator'])) {
  3774.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3775.             }
  3776.             if (isset($this->privates['cache.serializer'])) {
  3777.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3778.             }
  3779.             if (isset($this->privates['cache.annotations'])) {
  3780.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3781.             }
  3782.             if (isset($this->privates['cache.property_info'])) {
  3783.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3784.             }
  3785.             if (isset($this->privates['.debug.http_client'])) {
  3786.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3787.             }
  3788.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3789.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3790.             }
  3791.             if (isset($this->privates['debug.stopwatch'])) {
  3792.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3793.             }
  3794.             if (isset($this->services['event_dispatcher'])) {
  3795.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3796.             }
  3797.             if (isset($this->privates['session_listener'])) {
  3798.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  3799.             }
  3800.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3801.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3802.             }
  3803.             if (isset($this->services['cache.validator_expression_language'])) {
  3804.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3805.             }
  3806.             if (isset($this->services['.container.private.profiler'])) {
  3807.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3808.             }
  3809.             if (isset($this->services['.container.private.validator'])) {
  3810.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3811.             }
  3812.             if (isset($this->services['.container.private.security.token_storage'])) {
  3813.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3814.             }
  3815.             if (isset($this->privates['cache.security_expression_language'])) {
  3816.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3817.             }
  3818.             if (isset($this->services['fos_rest.view_handler'])) {
  3819.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  3820.             }
  3821.             if (isset($this->services['doctrine'])) {
  3822.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3823.             }
  3824.             if (isset($this->privates['form.type.entity'])) {
  3825.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3826.             }
  3827.             if (isset($this->services['white_october_breadcrumbs'])) {
  3828.                 yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
  3829.             }
  3830.             if (isset($this->privates['monolog.handler.main'])) {
  3831.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3832.             }
  3833.             if (isset($this->privates['monolog.handler.console'])) {
  3834.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3835.             }
  3836.             if (isset($this->privates['monolog.handler.deprecation'])) {
  3837.                 yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  3838.             }
  3839.             if (isset($this->privates['monolog.handler.deprecation_filter'])) {
  3840.                 yield 'monolog.handler.deprecation_filter' => ($this->privates['monolog.handler.deprecation_filter'] ?? null);
  3841.             }
  3842.             if (isset($this->privates['.debug.http_client'])) {
  3843.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3844.             }
  3845.         }, function () {
  3846.             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']));
  3847.         }), ['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']]);
  3848.     }
  3849.     /**
  3850.      * Gets the public 'translation.loader.db' shared service.
  3851.      *
  3852.      * @return \App\CmsBundle\Routing\DBLoader
  3853.      */
  3854.     protected function getTranslation_Loader_DbService()
  3855.     {
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  3857.         include_once \dirname(__DIR__4).'/src/CmsBundle/Routing/DBLoader.php';
  3858.         return $this->services['translation.loader.db'] = new \App\CmsBundle\Routing\DBLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3859.     }
  3860.     /**
  3861.      * Gets the public 'translator' shared service.
  3862.      *
  3863.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3864.      */
  3865.     protected function getTranslatorService()
  3866.     {
  3867.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3868.     }
  3869.     /**
  3870.      * Gets the public 'trinity.mailer' shared service.
  3871.      *
  3872.      * @return \App\CmsBundle\Util\Mailer
  3873.      */
  3874.     protected function getTrinity_MailerService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/src/CmsBundle/Util/Mailer.php';
  3877.         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()));
  3878.     }
  3879.     /**
  3880.      * Gets the public 'trinity.password.encoder' shared service.
  3881.      *
  3882.      * @return \App\CmsBundle\Service\PasswordEncoder
  3883.      */
  3884.     protected function getTrinity_Password_EncoderService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/src/CmsBundle/Service/PasswordEncoder.php';
  3887.         return $this->services['trinity.password.encoder'] = new \App\CmsBundle\Service\PasswordEncoder(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3888.     }
  3889.     /**
  3890.      * Gets the public 'trinityapibundle_inflector' shared service.
  3891.      *
  3892.      * @return \Trinity\ApiBundle\Controller\InflectController
  3893.      */
  3894.     protected function getTrinityapibundleInflectorService()
  3895.     {
  3896.         return $this->services['trinityapibundle_inflector'] = new \Trinity\ApiBundle\Controller\InflectController();
  3897.     }
  3898.     /**
  3899.      * Gets the public 'trinityapibundle_show' shared service.
  3900.      *
  3901.      * @return \Trinity\ApiBundle\Controller\AdminController
  3902.      */
  3903.     protected function getTrinityapibundleShow2Service()
  3904.     {
  3905.         $this->services['trinityapibundle_show'] = $instance = new \Trinity\ApiBundle\Controller\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3906.         $instance->setContainer($this);
  3907.         return $instance;
  3908.     }
  3909.     /**
  3910.      * Gets the public 'trinityblogbundle_link' shared service.
  3911.      *
  3912.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  3913.      */
  3914.     protected function getTrinityblogbundleLinkService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3917.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3918.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  3919.         $this->services['trinityblogbundle_link'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3920.         $instance->setContainer($this);
  3921.         return $instance;
  3922.     }
  3923.     /**
  3924.      * Gets the public 'trinityblogbundle_show' shared service.
  3925.      *
  3926.      * @return \App\Trinity\BlogBundle\Controller\BlogController
  3927.      */
  3928.     protected function getTrinityblogbundleShowService()
  3929.     {
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3931.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3932.         include_once \dirname(__DIR__4).'/src/Trinity/BlogBundle/Controller/BlogController.php';
  3933.         $this->services['trinityblogbundle_show'] = $instance = new \App\Trinity\BlogBundle\Controller\BlogController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3934.         $instance->setContainer($this);
  3935.         return $instance;
  3936.     }
  3937.     /**
  3938.      * Gets the public 'trinityformsbundle_link' shared service.
  3939.      *
  3940.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  3941.      */
  3942.     protected function getTrinityformsbundleLinkService()
  3943.     {
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3945.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3946.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  3947.         $this->services['trinityformsbundle_link'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3948.         $instance->setContainer($this);
  3949.         return $instance;
  3950.     }
  3951.     /**
  3952.      * Gets the public 'trinityformsbundle_show' shared service.
  3953.      *
  3954.      * @return \App\Trinity\FormsBundle\Controller\FormsController
  3955.      */
  3956.     protected function getTrinityformsbundleShowService()
  3957.     {
  3958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3959.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3960.         include_once \dirname(__DIR__4).'/src/Trinity/FormsBundle/Controller/FormsController.php';
  3961.         $this->services['trinityformsbundle_show'] = $instance = new \App\Trinity\FormsBundle\Controller\FormsController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3962.         $instance->setContainer($this);
  3963.         return $instance;
  3964.     }
  3965.     /**
  3966.      * Gets the public 'trinitysearchbundle_link' shared service.
  3967.      *
  3968.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  3969.      */
  3970.     protected function getTrinitysearchbundleLinkService()
  3971.     {
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3973.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3974.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  3975.         $this->services['trinitysearchbundle_link'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3976.         $instance->setContainer($this);
  3977.         return $instance;
  3978.     }
  3979.     /**
  3980.      * Gets the public 'trinitysearchbundle_show' shared service.
  3981.      *
  3982.      * @return \App\Trinity\SearchBundle\Controller\SearchController
  3983.      */
  3984.     protected function getTrinitysearchbundleShowService()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3987.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  3988.         include_once \dirname(__DIR__4).'/src/Trinity/SearchBundle/Controller/SearchController.php';
  3989.         $this->services['trinitysearchbundle_show'] = $instance = new \App\Trinity\SearchBundle\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  3990.         $instance->setContainer($this);
  3991.         return $instance;
  3992.     }
  3993.     /**
  3994.      * Gets the public 'trinitysliderbundle_link' shared service.
  3995.      *
  3996.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  3997.      */
  3998.     protected function getTrinitysliderbundleLinkService()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4001.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4002.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  4003.         $this->services['trinitysliderbundle_link'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4004.         $instance->setContainer($this);
  4005.         return $instance;
  4006.     }
  4007.     /**
  4008.      * Gets the public 'trinitysliderbundle_show' shared service.
  4009.      *
  4010.      * @return \App\Trinity\SliderBundle\Controller\SliderController
  4011.      */
  4012.     protected function getTrinitysliderbundleShowService()
  4013.     {
  4014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4015.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4016.         include_once \dirname(__DIR__4).'/src/Trinity/SliderBundle/Controller/SliderController.php';
  4017.         $this->services['trinitysliderbundle_show'] = $instance = new \App\Trinity\SliderBundle\Controller\SliderController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4018.         $instance->setContainer($this);
  4019.         return $instance;
  4020.     }
  4021.     /**
  4022.      * Gets the public 'trinitywebshopbundle_link' shared service.
  4023.      *
  4024.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  4025.      */
  4026.     protected function getTrinitywebshopbundleLinkService()
  4027.     {
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4029.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4030.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  4031.         $this->services['trinitywebshopbundle_link'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4032.         $instance->setContainer($this);
  4033.         return $instance;
  4034.     }
  4035.     /**
  4036.      * Gets the public 'trinitywebshopbundle_show' shared service.
  4037.      *
  4038.      * @return \App\Trinity\WebshopBundle\Controller\WebshopController
  4039.      */
  4040.     protected function getTrinitywebshopbundleShowService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4043.         include_once \dirname(__DIR__4).'/src/CmsBundle/Controller/StorageController.php';
  4044.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Controller/WebshopController.php';
  4045.         $this->services['trinitywebshopbundle_show'] = $instance = new \App\Trinity\WebshopBundle\Controller\WebshopController(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['trinity.mailer'] ?? $this->getTrinity_MailerService()));
  4046.         $instance->setContainer($this);
  4047.         return $instance;
  4048.     }
  4049.     /**
  4050.      * Gets the public 'var_dumper.cloner' shared service.
  4051.      *
  4052.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4053.      */
  4054.     protected function getVarDumper_ClonerService()
  4055.     {
  4056.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4057.         $instance->setMaxItems(2500);
  4058.         $instance->setMinDepth(1);
  4059.         $instance->setMaxString(-1);
  4060.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4065.      *
  4066.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4067.      */
  4068.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4071.         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()));
  4072.     }
  4073.     /**
  4074.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4075.      *
  4076.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4077.      */
  4078.     protected function getWebProfiler_Controller_ProfilerService()
  4079.     {
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4081.         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));
  4082.     }
  4083.     /**
  4084.      * Gets the public 'web_profiler.controller.router' shared service.
  4085.      *
  4086.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4087.      */
  4088.     protected function getWebProfiler_Controller_RouterService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4091.         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 () {
  4092.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4093.         }, 1));
  4094.     }
  4095.     /**
  4096.      * Gets the public 'white_october_breadcrumbs' shared service.
  4097.      *
  4098.      * @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
  4099.      */
  4100.     protected function getWhiteOctoberBreadcrumbsService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Model/Breadcrumbs.php';
  4103.         $this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
  4104.         $instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
  4105.         return $instance;
  4106.     }
  4107.     /**
  4108.      * Gets the public 'white_october_breadcrumbs.helper' shared service.
  4109.      *
  4110.      * @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
  4111.      */
  4112.     protected function getWhiteOctoberBreadcrumbs_HelperService()
  4113.     {
  4114.         include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Templating/Helper/BreadcrumbsHelper.php';
  4115.         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']);
  4116.     }
  4117.     /**
  4118.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  4119.      *
  4120.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  4121.      */
  4122.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  4123.     {
  4124.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  4125.     }
  4126.     /**
  4127.      * Gets the private '.App\Trinity\WebshopBundle\Command\GenerateProductsCommand.lazy' shared service.
  4128.      *
  4129.      * @return \Symfony\Component\Console\Command\LazyCommand
  4130.      */
  4131.     protected function getGenerateProductsCommand_LazyService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4135.         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 {
  4136.             return ($this->privates['App\\Trinity\\WebshopBundle\\Command\\GenerateProductsCommand'] ?? $this->getGenerateProductsCommandService());
  4137.         });
  4138.     }
  4139.     /**
  4140.      * Gets the private '.App\Trinity\WebshopBundle\Command\ImportWoocommerce.lazy' shared service.
  4141.      *
  4142.      * @return \Symfony\Component\Console\Command\LazyCommand
  4143.      */
  4144.     protected function getImportWoocommerce_LazyService()
  4145.     {
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4148.         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 {
  4149.             return ($this->privates['App\\Trinity\\WebshopBundle\\Command\\ImportWoocommerce'] ?? $this->getImportWoocommerceService());
  4150.         });
  4151.     }
  4152.     /**
  4153.      * Gets the private '.console.command.about.lazy' shared service.
  4154.      *
  4155.      * @return \Symfony\Component\Console\Command\LazyCommand
  4156.      */
  4157.     protected function get_Console_Command_About_LazyService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4161.         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 {
  4162.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4163.         });
  4164.     }
  4165.     /**
  4166.      * Gets the private '.console.command.assets_install.lazy' shared service.
  4167.      *
  4168.      * @return \Symfony\Component\Console\Command\LazyCommand
  4169.      */
  4170.     protected function get_Console_Command_AssetsInstall_LazyService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4174.         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 {
  4175.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4176.         });
  4177.     }
  4178.     /**
  4179.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  4180.      *
  4181.      * @return \Symfony\Component\Console\Command\LazyCommand
  4182.      */
  4183.     protected function get_Console_Command_CacheClear_LazyService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4187.         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 {
  4188.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4189.         });
  4190.     }
  4191.     /**
  4192.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4193.      *
  4194.      * @return \Symfony\Component\Console\Command\LazyCommand
  4195.      */
  4196.     protected function get_Console_Command_CachePoolClear_LazyService()
  4197.     {
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4200.         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 {
  4201.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4202.         });
  4203.     }
  4204.     /**
  4205.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\Console\Command\LazyCommand
  4208.      */
  4209.     protected function get_Console_Command_CachePoolDelete_LazyService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4213.         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 {
  4214.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4215.         });
  4216.     }
  4217.     /**
  4218.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4219.      *
  4220.      * @return \Symfony\Component\Console\Command\LazyCommand
  4221.      */
  4222.     protected function get_Console_Command_CachePoolList_LazyService()
  4223.     {
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4226.         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 {
  4227.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4228.         });
  4229.     }
  4230.     /**
  4231.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4232.      *
  4233.      * @return \Symfony\Component\Console\Command\LazyCommand
  4234.      */
  4235.     protected function get_Console_Command_CachePoolPrune_LazyService()
  4236.     {
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4239.         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 {
  4240.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4241.         });
  4242.     }
  4243.     /**
  4244.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4245.      *
  4246.      * @return \Symfony\Component\Console\Command\LazyCommand
  4247.      */
  4248.     protected function get_Console_Command_CacheWarmup_LazyService()
  4249.     {
  4250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4252.         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 {
  4253.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4254.         });
  4255.     }
  4256.     /**
  4257.      * Gets the private '.console.command.config_debug.lazy' shared service.
  4258.      *
  4259.      * @return \Symfony\Component\Console\Command\LazyCommand
  4260.      */
  4261.     protected function get_Console_Command_ConfigDebug_LazyService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4265.         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 {
  4266.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4267.         });
  4268.     }
  4269.     /**
  4270.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4271.      *
  4272.      * @return \Symfony\Component\Console\Command\LazyCommand
  4273.      */
  4274.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  4275.     {
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4278.         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 {
  4279.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4280.         });
  4281.     }
  4282.     /**
  4283.      * Gets the private '.console.command.container_debug.lazy' shared service.
  4284.      *
  4285.      * @return \Symfony\Component\Console\Command\LazyCommand
  4286.      */
  4287.     protected function get_Console_Command_ContainerDebug_LazyService()
  4288.     {
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4291.         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 {
  4292.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4293.         });
  4294.     }
  4295.     /**
  4296.      * Gets the private '.console.command.container_lint.lazy' shared service.
  4297.      *
  4298.      * @return \Symfony\Component\Console\Command\LazyCommand
  4299.      */
  4300.     protected function get_Console_Command_ContainerLint_LazyService()
  4301.     {
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4304.         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 {
  4305.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4306.         });
  4307.     }
  4308.     /**
  4309.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4310.      *
  4311.      * @return \Symfony\Component\Console\Command\LazyCommand
  4312.      */
  4313.     protected function get_Console_Command_DebugAutowiring_LazyService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4317.         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 {
  4318.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4319.         });
  4320.     }
  4321.     /**
  4322.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\Console\Command\LazyCommand
  4325.      */
  4326.     protected function get_Console_Command_DotenvDebug_LazyService()
  4327.     {
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4330.         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 {
  4331.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4332.         });
  4333.     }
  4334.     /**
  4335.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4336.      *
  4337.      * @return \Symfony\Component\Console\Command\LazyCommand
  4338.      */
  4339.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4343.         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 {
  4344.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4345.         });
  4346.     }
  4347.     /**
  4348.      * Gets the private '.console.command.form_debug.lazy' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\Console\Command\LazyCommand
  4351.      */
  4352.     protected function get_Console_Command_FormDebug_LazyService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4356.         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 {
  4357.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4358.         });
  4359.     }
  4360.     /**
  4361.      * Gets the private '.console.command.router_debug.lazy' shared service.
  4362.      *
  4363.      * @return \Symfony\Component\Console\Command\LazyCommand
  4364.      */
  4365.     protected function get_Console_Command_RouterDebug_LazyService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4369.         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 {
  4370.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4371.         });
  4372.     }
  4373.     /**
  4374.      * Gets the private '.console.command.router_match.lazy' shared service.
  4375.      *
  4376.      * @return \Symfony\Component\Console\Command\LazyCommand
  4377.      */
  4378.     protected function get_Console_Command_RouterMatch_LazyService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4382.         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 {
  4383.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4384.         });
  4385.     }
  4386.     /**
  4387.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4388.      *
  4389.      * @return \Symfony\Component\Console\Command\LazyCommand
  4390.      */
  4391.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4392.     {
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4395.         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 {
  4396.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4397.         });
  4398.     }
  4399.     /**
  4400.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4401.      *
  4402.      * @return \Symfony\Component\Console\Command\LazyCommand
  4403.      */
  4404.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4405.     {
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4408.         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 {
  4409.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4410.         });
  4411.     }
  4412.     /**
  4413.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Console\Command\LazyCommand
  4416.      */
  4417.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4421.         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 {
  4422.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4423.         });
  4424.     }
  4425.     /**
  4426.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  4427.      *
  4428.      * @return \Symfony\Component\Console\Command\LazyCommand
  4429.      */
  4430.     protected function get_Console_Command_SecretsList_LazyService()
  4431.     {
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4434.         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 {
  4435.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4436.         });
  4437.     }
  4438.     /**
  4439.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4440.      *
  4441.      * @return \Symfony\Component\Console\Command\LazyCommand
  4442.      */
  4443.     protected function get_Console_Command_SecretsRemove_LazyService()
  4444.     {
  4445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4447.         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 {
  4448.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4449.         });
  4450.     }
  4451.     /**
  4452.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\Console\Command\LazyCommand
  4455.      */
  4456.     protected function get_Console_Command_SecretsSet_LazyService()
  4457.     {
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4460.         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 {
  4461.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4462.         });
  4463.     }
  4464.     /**
  4465.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  4466.      *
  4467.      * @return \Symfony\Component\Console\Command\LazyCommand
  4468.      */
  4469.     protected function get_Console_Command_TranslationDebug_LazyService()
  4470.     {
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4473.         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 {
  4474.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4475.         });
  4476.     }
  4477.     /**
  4478.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  4479.      *
  4480.      * @return \Symfony\Component\Console\Command\LazyCommand
  4481.      */
  4482.     protected function get_Console_Command_TranslationExtract_LazyService()
  4483.     {
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4486.         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 {
  4487.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4488.         });
  4489.     }
  4490.     /**
  4491.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  4492.      *
  4493.      * @return \Symfony\Component\Console\Command\LazyCommand
  4494.      */
  4495.     protected function get_Console_Command_TranslationPull_LazyService()
  4496.     {
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4499.         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 {
  4500.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4501.         });
  4502.     }
  4503.     /**
  4504.      * Gets the private '.console.command.translation_push.lazy' shared service.
  4505.      *
  4506.      * @return \Symfony\Component\Console\Command\LazyCommand
  4507.      */
  4508.     protected function get_Console_Command_TranslationPush_LazyService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4512.         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 {
  4513.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4514.         });
  4515.     }
  4516.     /**
  4517.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  4518.      *
  4519.      * @return \Symfony\Component\Console\Command\LazyCommand
  4520.      */
  4521.     protected function get_Console_Command_ValidatorDebug_LazyService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4525.         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 {
  4526.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4527.         });
  4528.     }
  4529.     /**
  4530.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4531.      *
  4532.      * @return \Symfony\Component\Console\Command\LazyCommand
  4533.      */
  4534.     protected function get_Console_Command_XliffLint_LazyService()
  4535.     {
  4536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4538.         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 {
  4539.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4540.         });
  4541.     }
  4542.     /**
  4543.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4544.      *
  4545.      * @return \Symfony\Component\Console\Command\LazyCommand
  4546.      */
  4547.     protected function get_Console_Command_YamlLint_LazyService()
  4548.     {
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4551.         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 {
  4552.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4553.         });
  4554.     }
  4555.     /**
  4556.      * Gets the private '.debug.http_client' shared service.
  4557.      *
  4558.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4559.      */
  4560.     protected function get_Debug_HttpClientService()
  4561.     {
  4562.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4563.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4564.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4565.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4566.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4568.         $a->setLogger($b);
  4569.         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))));
  4570.     }
  4571.     /**
  4572.      * Gets the private '.errored..service_locator.CoH5eTz.Symfony\Component\HttpFoundation\Session\Session' shared service.
  4573.      *
  4574.      * @return \Symfony\Component\HttpFoundation\Session\Session
  4575.      */
  4576.     protected function getSession2Service()
  4577.     {
  4578.         $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.');
  4579.     }
  4580.     /**
  4581.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\HttpFoundation\Response
  4584.      */
  4585.     protected function getResponseService()
  4586.     {
  4587.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  4588.     }
  4589.     /**
  4590.      * Gets the private '.errored..service_locator.f547vEI.Symfony\Component\ErrorHandler\Exception\FlattenException' shared service.
  4591.      *
  4592.      * @return \Symfony\Component\ErrorHandler\Exception\FlattenException
  4593.      */
  4594.     protected function getFlattenExceptionService()
  4595.     {
  4596.         $this->throw('Cannot autowire service ".service_locator.f547vEI": it references class "Symfony\\Component\\ErrorHandler\\Exception\\FlattenException" but no such service exists.');
  4597.     }
  4598.     /**
  4599.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  4600.      *
  4601.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  4602.      */
  4603.     protected function getLoaderInterfaceService()
  4604.     {
  4605.         $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".');
  4606.     }
  4607.     /**
  4608.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  4609.      *
  4610.      * @return \Symfony\Component\Console\Command\LazyCommand
  4611.      */
  4612.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4616.         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 {
  4617.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  4618.         });
  4619.     }
  4620.     /**
  4621.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  4622.      *
  4623.      * @return \Symfony\Component\Console\Command\LazyCommand
  4624.      */
  4625.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4629.         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 {
  4630.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  4631.         });
  4632.     }
  4633.     /**
  4634.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  4635.      *
  4636.      * @return \Symfony\Component\Console\Command\LazyCommand
  4637.      */
  4638.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4642.         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 {
  4643.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  4644.         });
  4645.     }
  4646.     /**
  4647.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  4648.      *
  4649.      * @return \Symfony\Component\Console\Command\LazyCommand
  4650.      */
  4651.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4655.         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 {
  4656.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  4657.         });
  4658.     }
  4659.     /**
  4660.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  4661.      *
  4662.      * @return \Symfony\Component\Console\Command\LazyCommand
  4663.      */
  4664.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4668.         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 {
  4669.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  4670.         });
  4671.     }
  4672.     /**
  4673.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Console\Command\LazyCommand
  4676.      */
  4677.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4681.         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 {
  4682.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  4683.         });
  4684.     }
  4685.     /**
  4686.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  4687.      *
  4688.      * @return \Symfony\Component\Console\Command\LazyCommand
  4689.      */
  4690.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  4691.     {
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4694.         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 {
  4695.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  4696.         });
  4697.     }
  4698.     /**
  4699.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  4700.      *
  4701.      * @return \Symfony\Component\Console\Command\LazyCommand
  4702.      */
  4703.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4707.         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 {
  4708.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  4709.         });
  4710.     }
  4711.     /**
  4712.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  4713.      *
  4714.      * @return \Symfony\Component\Console\Command\LazyCommand
  4715.      */
  4716.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4720.         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 {
  4721.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  4722.         });
  4723.     }
  4724.     /**
  4725.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  4726.      *
  4727.      * @return \Symfony\Component\Console\Command\LazyCommand
  4728.      */
  4729.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  4730.     {
  4731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4733.         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 {
  4734.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  4735.         });
  4736.     }
  4737.     /**
  4738.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  4739.      *
  4740.      * @return \Symfony\Component\Console\Command\LazyCommand
  4741.      */
  4742.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  4743.     {
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4746.         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 {
  4747.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  4748.         });
  4749.     }
  4750.     /**
  4751.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  4752.      *
  4753.      * @return \Symfony\Component\Console\Command\LazyCommand
  4754.      */
  4755.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  4756.     {
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4759.         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 {
  4760.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  4761.         });
  4762.     }
  4763.     /**
  4764.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  4765.      *
  4766.      * @return \Symfony\Component\Console\Command\LazyCommand
  4767.      */
  4768.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4772.         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 {
  4773.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  4774.         });
  4775.     }
  4776.     /**
  4777.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  4778.      *
  4779.      * @return \Symfony\Component\Console\Command\LazyCommand
  4780.      */
  4781.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  4782.     {
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4785.         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 {
  4786.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  4787.         });
  4788.     }
  4789.     /**
  4790.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  4791.      *
  4792.      * @return \Symfony\Component\Console\Command\LazyCommand
  4793.      */
  4794.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4798.         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 {
  4799.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  4800.         });
  4801.     }
  4802.     /**
  4803.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  4804.      *
  4805.      * @return \Symfony\Component\Console\Command\LazyCommand
  4806.      */
  4807.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4811.         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 {
  4812.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  4813.         });
  4814.     }
  4815.     /**
  4816.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  4817.      *
  4818.      * @return \Symfony\Component\Console\Command\LazyCommand
  4819.      */
  4820.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4824.         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 {
  4825.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  4826.         });
  4827.     }
  4828.     /**
  4829.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  4830.      *
  4831.      * @return \Symfony\Component\Console\Command\LazyCommand
  4832.      */
  4833.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4837.         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 {
  4838.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  4839.         });
  4840.     }
  4841.     /**
  4842.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  4843.      *
  4844.      * @return \Symfony\Component\Console\Command\LazyCommand
  4845.      */
  4846.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4850.         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 {
  4851.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  4852.         });
  4853.     }
  4854.     /**
  4855.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  4856.      *
  4857.      * @return \Symfony\Component\Console\Command\LazyCommand
  4858.      */
  4859.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4863.         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 {
  4864.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  4865.         });
  4866.     }
  4867.     /**
  4868.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  4869.      *
  4870.      * @return \Symfony\Component\Console\Command\LazyCommand
  4871.      */
  4872.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4876.         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 {
  4877.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  4878.         });
  4879.     }
  4880.     /**
  4881.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  4882.      *
  4883.      * @return \Symfony\Component\Console\Command\LazyCommand
  4884.      */
  4885.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4889.         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 {
  4890.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  4891.         });
  4892.     }
  4893.     /**
  4894.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  4895.      *
  4896.      * @return \Symfony\Component\Console\Command\LazyCommand
  4897.      */
  4898.     protected function get_Monolog_Command_ServerLog_LazyService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4902.         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 {
  4903.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  4904.         });
  4905.     }
  4906.     /**
  4907.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  4908.      *
  4909.      * @return \Symfony\Component\Console\Command\LazyCommand
  4910.      */
  4911.     protected function get_Security_Command_DebugFirewall_LazyService()
  4912.     {
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4915.         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 {
  4916.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  4917.         });
  4918.     }
  4919.     /**
  4920.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  4921.      *
  4922.      * @return \Symfony\Component\Console\Command\LazyCommand
  4923.      */
  4924.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  4925.     {
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4928.         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 {
  4929.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  4930.         });
  4931.     }
  4932.     /**
  4933.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  4934.      *
  4935.      * @return \Symfony\Component\Console\Command\LazyCommand
  4936.      */
  4937.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4941.         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 {
  4942.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4943.         });
  4944.     }
  4945.     /**
  4946.      * Gets the private '.service_locator.6VMI2oi' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4949.      */
  4950.     protected function get_ServiceLocator_6VMI2oiService()
  4951.     {
  4952.         return $this->privates['.service_locator.6VMI2oi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4953.             'App\\CmsBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4954.             'App\\CmsBundle\\Controller\\DefaultController::spotlightSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4955.             'App\\CmsBundle\\Controller\\ErrorController::show' => ['privates''.service_locator.f547vEI''get_ServiceLocator_F547vEIService'false],
  4956.             'App\\CmsBundle\\Controller\\LoginController::setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4957.             'App\\CmsBundle\\Controller\\MailController::previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4958.             'App\\CmsBundle\\Controller\\PageController::linkAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4959.             'App\\CmsBundle\\Controller\\PageController::notify' => ['privates''.service_locator.BLTw9in''get_ServiceLocator_BLTw9inService'false],
  4960.             'App\\CmsBundle\\Controller\\UsersController::profileAction' => ['privates''.service_locator.FbmMItr''get_ServiceLocator_FbmMItrService'false],
  4961.             'App\\CmsBundle\\Controller\\UsersController::setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4962.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4963.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::editAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4964.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::indexAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4965.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4966.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4967.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4968.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4969.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrders' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4970.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderPaymentStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4971.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4972.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4973.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::finishAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4974.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::loginAction' => ['privates''.service_locator.eECzLMY''get_ServiceLocator_EECzLMYService'false],
  4975.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::overviewAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  4976.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::reorder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4977.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController::productsAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4978.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::giftcardDownload' => ['privates''.service_locator.fY0Iw1B''get_ServiceLocator_FY0Iw1BService'false],
  4979.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4980.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::used' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4981.             'App\\Trinity\\WebshopBundle\\Controller\\MailController::previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4982.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::addAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  4983.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::finishManualAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4984.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController::indexAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4985.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4986.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4987.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4988.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4989.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4990.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4991.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4992.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4993.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  4994.             'App\\CmsBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4995.             'App\\CmsBundle\\Controller\\DefaultController:spotlightSearch' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4996.             'App\\CmsBundle\\Controller\\ErrorController:show' => ['privates''.service_locator.f547vEI''get_ServiceLocator_F547vEIService'false],
  4997.             'App\\CmsBundle\\Controller\\LoginController:setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  4998.             'App\\CmsBundle\\Controller\\MailController:previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  4999.             'App\\CmsBundle\\Controller\\PageController:linkAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5000.             'App\\CmsBundle\\Controller\\PageController:notify' => ['privates''.service_locator.BLTw9in''get_ServiceLocator_BLTw9inService'false],
  5001.             'App\\CmsBundle\\Controller\\UsersController:profileAction' => ['privates''.service_locator.FbmMItr''get_ServiceLocator_FbmMItrService'false],
  5002.             'App\\CmsBundle\\Controller\\UsersController:setup2fa' => ['privates''.service_locator.CoH5eTz''get_ServiceLocator_CoH5eTzService'false],
  5003.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  5004.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:editAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5005.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:indexAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5006.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customer' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5007.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customers' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5008.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5009.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5010.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrders' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5011.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderPaymentStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5012.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderStatus' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5013.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  5014.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:finishAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5015.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:loginAction' => ['privates''.service_locator.eECzLMY''get_ServiceLocator_EECzLMYService'false],
  5016.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:overviewAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  5017.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:reorder' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5018.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController:productsAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5019.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:giftcardDownload' => ['privates''.service_locator.fY0Iw1B''get_ServiceLocator_FY0Iw1BService'false],
  5020.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5021.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:used' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5022.             'App\\Trinity\\WebshopBundle\\Controller\\MailController:previewIncludeAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5023.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:addAction' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  5024.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:finishManualAction' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  5025.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController:indexAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5026.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5027.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5028.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5029.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:deleteAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5030.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:edit' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5031.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:index' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  5032.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5033.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  5034.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  5035.         ], [
  5036.             'App\\CmsBundle\\Controller\\ApiController::setViewHandler' => '?',
  5037.             'App\\CmsBundle\\Controller\\DefaultController::spotlightSearch' => '?',
  5038.             'App\\CmsBundle\\Controller\\ErrorController::show' => '?',
  5039.             'App\\CmsBundle\\Controller\\LoginController::setup2fa' => '?',
  5040.             'App\\CmsBundle\\Controller\\MailController::previewIncludeAction' => '?',
  5041.             'App\\CmsBundle\\Controller\\PageController::linkAction' => '?',
  5042.             'App\\CmsBundle\\Controller\\PageController::notify' => '?',
  5043.             'App\\CmsBundle\\Controller\\UsersController::profileAction' => '?',
  5044.             'App\\CmsBundle\\Controller\\UsersController::setup2fa' => '?',
  5045.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController::setViewHandler' => '?',
  5046.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::editAction' => '?',
  5047.             'App\\Trinity\\BlogBundle\\Controller\\EntryController::indexAction' => '?',
  5048.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customer' => '?',
  5049.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::customers' => '?',
  5050.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrder' => '?',
  5051.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrderStatus' => '?',
  5052.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::getOrders' => '?',
  5053.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderPaymentStatus' => '?',
  5054.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::postOrderStatus' => '?',
  5055.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController::setViewHandler' => '?',
  5056.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::finishAction' => '?',
  5057.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::loginAction' => '?',
  5058.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::overviewAction' => '?',
  5059.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController::reorder' => '?',
  5060.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController::productsAction' => '?',
  5061.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::giftcardDownload' => '?',
  5062.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::index' => '?',
  5063.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController::used' => '?',
  5064.             'App\\Trinity\\WebshopBundle\\Controller\\MailController::previewIncludeAction' => '?',
  5065.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::addAction' => '?',
  5066.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController::finishManualAction' => '?',
  5067.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController::indexAction' => '?',
  5068.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::deleteAction' => '?',
  5069.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::edit' => '?',
  5070.             'App\\Trinity\\WebshopBundle\\Controller\\TagController::index' => '?',
  5071.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::deleteAction' => '?',
  5072.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::edit' => '?',
  5073.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController::index' => '?',
  5074.             'kernel::loadRoutes' => '?',
  5075.             'kernel::registerContainerConfiguration' => '?',
  5076.             'kernel::terminate' => '?',
  5077.             'App\\CmsBundle\\Controller\\ApiController:setViewHandler' => '?',
  5078.             'App\\CmsBundle\\Controller\\DefaultController:spotlightSearch' => '?',
  5079.             'App\\CmsBundle\\Controller\\ErrorController:show' => '?',
  5080.             'App\\CmsBundle\\Controller\\LoginController:setup2fa' => '?',
  5081.             'App\\CmsBundle\\Controller\\MailController:previewIncludeAction' => '?',
  5082.             'App\\CmsBundle\\Controller\\PageController:linkAction' => '?',
  5083.             'App\\CmsBundle\\Controller\\PageController:notify' => '?',
  5084.             'App\\CmsBundle\\Controller\\UsersController:profileAction' => '?',
  5085.             'App\\CmsBundle\\Controller\\UsersController:setup2fa' => '?',
  5086.             'App\\Trinity\\ApiBundle\\Controller\\DefaultController:setViewHandler' => '?',
  5087.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:editAction' => '?',
  5088.             'App\\Trinity\\BlogBundle\\Controller\\EntryController:indexAction' => '?',
  5089.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customer' => '?',
  5090.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:customers' => '?',
  5091.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrder' => '?',
  5092.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrderStatus' => '?',
  5093.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:getOrders' => '?',
  5094.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderPaymentStatus' => '?',
  5095.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:postOrderStatus' => '?',
  5096.             'App\\Trinity\\WebshopBundle\\Controller\\ApiController:setViewHandler' => '?',
  5097.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:finishAction' => '?',
  5098.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:loginAction' => '?',
  5099.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:overviewAction' => '?',
  5100.             'App\\Trinity\\WebshopBundle\\Controller\\CheckoutController:reorder' => '?',
  5101.             'App\\Trinity\\WebshopBundle\\Controller\\FrontController:productsAction' => '?',
  5102.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:giftcardDownload' => '?',
  5103.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:index' => '?',
  5104.             'App\\Trinity\\WebshopBundle\\Controller\\GiftcardController:used' => '?',
  5105.             'App\\Trinity\\WebshopBundle\\Controller\\MailController:previewIncludeAction' => '?',
  5106.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:addAction' => '?',
  5107.             'App\\Trinity\\WebshopBundle\\Controller\\OrdersController:finishManualAction' => '?',
  5108.             'App\\Trinity\\WebshopBundle\\Controller\\PromotionsController:indexAction' => '?',
  5109.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:deleteAction' => '?',
  5110.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:edit' => '?',
  5111.             'App\\Trinity\\WebshopBundle\\Controller\\TagController:index' => '?',
  5112.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:deleteAction' => '?',
  5113.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:edit' => '?',
  5114.             'App\\Trinity\\WebshopBundle\\Controller\\TagDisplayController:index' => '?',
  5115.             'kernel:loadRoutes' => '?',
  5116.             'kernel:registerContainerConfiguration' => '?',
  5117.             'kernel:terminate' => '?',
  5118.         ]);
  5119.     }
  5120.     /**
  5121.      * Gets the private '.service_locator.9TcZ2i.' shared service.
  5122.      *
  5123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5124.      */
  5125.     protected function get_ServiceLocator_9TcZ2i_Service()
  5126.     {
  5127.         return $this->privates['.service_locator.9TcZ2i.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5128.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5129.             'security.event_dispatcher.admin_secured_area' => ['privates''security.event_dispatcher.admin_secured_area''getSecurity_EventDispatcher_AdminSecuredAreaService'false],
  5130.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  5131.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  5132.             'security.event_dispatcher.user_secured_area' => ['privates''security.event_dispatcher.user_secured_area''getSecurity_EventDispatcher_UserSecuredAreaService'false],
  5133.         ], [
  5134.             'event_dispatcher' => '?',
  5135.             'security.event_dispatcher.admin_secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5136.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5137.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5138.             'security.event_dispatcher.user_secured_area' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5139.         ]);
  5140.     }
  5141.     /**
  5142.      * Gets the private '.service_locator.BLTw9in' shared service.
  5143.      *
  5144.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5145.      */
  5146.     protected function get_ServiceLocator_BLTw9inService()
  5147.     {
  5148.         return $this->privates['.service_locator.BLTw9in'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5149.             'Page' => ['privates''App\\CmsBundle\\Entity\\Page''getPageService'false],
  5150.         ], [
  5151.             'Page' => 'App\\CmsBundle\\Entity\\Page',
  5152.         ]);
  5153.     }
  5154.     /**
  5155.      * Gets the private '.service_locator.CoH5eTz' shared service.
  5156.      *
  5157.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5158.      */
  5159.     protected function get_ServiceLocator_CoH5eTzService()
  5160.     {
  5161.         return $this->privates['.service_locator.CoH5eTz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5162.             '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.'],
  5163.             'totpAuthenticator' => ['services''scheb_two_factor.security.totp_authenticator''getSchebTwoFactor_Security_TotpAuthenticatorService'false],
  5164.         ], [
  5165.             'session' => 'Symfony\\Component\\HttpFoundation\\Session\\Session',
  5166.             'totpAuthenticator' => '?',
  5167.         ]);
  5168.     }
  5169.     /**
  5170.      * Gets the private '.service_locator.FbmMItr' shared service.
  5171.      *
  5172.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5173.      */
  5174.     protected function get_ServiceLocator_FbmMItrService()
  5175.     {
  5176.         return $this->privates['.service_locator.FbmMItr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5177.             'totpAuthenticator' => ['services''scheb_two_factor.security.totp_authenticator''getSchebTwoFactor_Security_TotpAuthenticatorService'false],
  5178.         ], [
  5179.             'totpAuthenticator' => '?',
  5180.         ]);
  5181.     }
  5182.     /**
  5183.      * Gets the private '.service_locator.bRdave9' shared service.
  5184.      *
  5185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5186.      */
  5187.     protected function get_ServiceLocator_BRdave9Service()
  5188.     {
  5189.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5190.             '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.'],
  5191.         ], [
  5192.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  5193.         ]);
  5194.     }
  5195.     /**
  5196.      * Gets the private '.service_locator.eECzLMY' shared service.
  5197.      *
  5198.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5199.      */
  5200.     protected function get_ServiceLocator_EECzLMYService()
  5201.     {
  5202.         return $this->privates['.service_locator.eECzLMY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5203.             'factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  5204.         ], [
  5205.             'factory' => '?',
  5206.         ]);
  5207.     }
  5208.     /**
  5209.      * Gets the private '.service_locator.eNXvEIX' shared service.
  5210.      *
  5211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5212.      */
  5213.     protected function get_ServiceLocator_ENXvEIXService()
  5214.     {
  5215.         return $this->privates['.service_locator.eNXvEIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5216.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5217.         ], [
  5218.             'twig' => '?',
  5219.         ]);
  5220.     }
  5221.     /**
  5222.      * Gets the private '.service_locator.f547vEI' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5225.      */
  5226.     protected function get_ServiceLocator_F547vEIService()
  5227.     {
  5228.         return $this->privates['.service_locator.f547vEI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5229.             'containerInterface' => ['services''service_container''getServiceContainerService'false],
  5230.             '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.'],
  5231.             'mailer' => ['privates''App\\CmsBundle\\Util\\Mailer''getMailerService'false],
  5232.             'translator' => ['services''translator''getTranslatorService'false],
  5233.         ], [
  5234.             'containerInterface' => '?',
  5235.             'exception' => 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException',
  5236.             'mailer' => 'App\\CmsBundle\\Util\\Mailer',
  5237.             'translator' => '?',
  5238.         ]);
  5239.     }
  5240.     /**
  5241.      * Gets the private '.service_locator.fY0Iw1B' shared service.
  5242.      *
  5243.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5244.      */
  5245.     protected function get_ServiceLocator_FY0Iw1BService()
  5246.     {
  5247.         return $this->privates['.service_locator.fY0Iw1B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5248.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5249.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5250.         ], [
  5251.             'em' => '?',
  5252.             'twig' => '?',
  5253.         ]);
  5254.     }
  5255.     /**
  5256.      * Gets the private '.service_locator.foPrRcS' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5259.      */
  5260.     protected function get_ServiceLocator_FoPrRcSService()
  5261.     {
  5262.         return $this->privates['.service_locator.foPrRcS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5263.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5264.         ], [
  5265.             'viewhandler' => '?',
  5266.         ]);
  5267.     }
  5268.     /**
  5269.      * Gets the private '.service_locator.gArUn4e' shared service.
  5270.      *
  5271.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5272.      */
  5273.     protected function get_ServiceLocator_GArUn4eService()
  5274.     {
  5275.         return $this->privates['.service_locator.gArUn4e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5276.             'security.firewall.map.context.admin_secured_area' => ['privates''security.firewall.map.context.admin_secured_area''getSecurity_Firewall_Map_Context_AdminSecuredAreaService'false],
  5277.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5278.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5279.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5280.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  5281.             'security.firewall.map.context.user_secured_area' => ['privates''security.firewall.map.context.user_secured_area''getSecurity_Firewall_Map_Context_UserSecuredAreaService'false],
  5282.         ], [
  5283.             'security.firewall.map.context.admin_secured_area' => '?',
  5284.             'security.firewall.map.context.api' => '?',
  5285.             'security.firewall.map.context.dev' => '?',
  5286.             'security.firewall.map.context.main' => '?',
  5287.             'security.firewall.map.context.oauth_token' => '?',
  5288.             'security.firewall.map.context.user_secured_area' => '?',
  5289.         ]);
  5290.     }
  5291.     /**
  5292.      * Gets the private '.service_locator.mx0UMmY' shared service.
  5293.      *
  5294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5295.      */
  5296.     protected function get_ServiceLocator_Mx0UMmYService()
  5297.     {
  5298.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5299.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5300.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5301.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5302.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5303.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5304.             'router' => ['services''router''getRouterService'false],
  5305.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5306.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5307.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5308.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5309.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5310.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5311.         ], [
  5312.             'doctrine' => '?',
  5313.             'form.factory' => '?',
  5314.             'http_kernel' => '?',
  5315.             'parameter_bag' => '?',
  5316.             'request_stack' => '?',
  5317.             'router' => '?',
  5318.             'security.authorization_checker' => '?',
  5319.             'security.csrf.token_manager' => '?',
  5320.             'security.token_storage' => '?',
  5321.             'serializer' => '?',
  5322.             'session' => '.session.deprecated',
  5323.             'twig' => '?',
  5324.         ]);
  5325.     }
  5326.     /**
  5327.      * Gets the private '.service_locator.t6i3vFk' shared service.
  5328.      *
  5329.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5330.      */
  5331.     protected function get_ServiceLocator_T6i3vFkService()
  5332.     {
  5333.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5334.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5335.         ], [
  5336.             'em' => '?',
  5337.         ]);
  5338.     }
  5339.     /**
  5340.      * Gets the private '.service_locator.tXM58lC' shared service.
  5341.      *
  5342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5343.      */
  5344.     protected function get_ServiceLocator_TXM58lCService()
  5345.     {
  5346.         return $this->privates['.service_locator.tXM58lC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5347.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  5348.         ], [
  5349.             'passwordEncoder' => '?',
  5350.         ]);
  5351.     }
  5352.     /**
  5353.      * Gets the private '.service_locator.u9KuSDP' shared service.
  5354.      *
  5355.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5356.      */
  5357.     protected function get_ServiceLocator_U9KuSDPService()
  5358.     {
  5359.         return $this->privates['.service_locator.u9KuSDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5360.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5361.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5362.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5363.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5364.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5365.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5366.             'router' => ['services''router''getRouterService'false],
  5367.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5368.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5369.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5370.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5371.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5372.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5373.         ], [
  5374.             'doctrine' => '?',
  5375.             'form.factory' => '?',
  5376.             'fos_rest.view_handler' => '?',
  5377.             'http_kernel' => '?',
  5378.             'parameter_bag' => '?',
  5379.             'request_stack' => '?',
  5380.             'router' => '?',
  5381.             'security.authorization_checker' => '?',
  5382.             'security.csrf.token_manager' => '?',
  5383.             'security.token_storage' => '?',
  5384.             'serializer' => '?',
  5385.             'session' => '.session.deprecated',
  5386.             'twig' => '?',
  5387.         ]);
  5388.     }
  5389.     /**
  5390.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5391.      *
  5392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5393.      */
  5394.     protected function get_ServiceLocator_XUrKPVUService()
  5395.     {
  5396.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5397.             '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".'],
  5398.         ], [
  5399.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5400.         ]);
  5401.     }
  5402.     /**
  5403.      * Gets the private '.session.deprecated' shared service.
  5404.      *
  5405.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5406.      */
  5407.     protected function get_Session_DeprecatedService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5411.         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();
  5412.     }
  5413.     /**
  5414.      * Gets the private '.twig.command.debug.lazy' shared service.
  5415.      *
  5416.      * @return \Symfony\Component\Console\Command\LazyCommand
  5417.      */
  5418.     protected function get_Twig_Command_Debug_LazyService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5422.         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 {
  5423.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5424.         });
  5425.     }
  5426.     /**
  5427.      * Gets the private '.twig.command.lint.lazy' shared service.
  5428.      *
  5429.      * @return \Symfony\Component\Console\Command\LazyCommand
  5430.      */
  5431.     protected function get_Twig_Command_Lint_LazyService()
  5432.     {
  5433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5435.         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 {
  5436.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5437.         });
  5438.     }
  5439.     /**
  5440.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5441.      *
  5442.      * @return \Symfony\Component\Console\Command\LazyCommand
  5443.      */
  5444.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5448.         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 {
  5449.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5450.         });
  5451.     }
  5452.     /**
  5453.      * Gets the private 'App\CmsBundle\Entity\Page' shared autowired service.
  5454.      *
  5455.      * @return \App\CmsBundle\Entity\Page
  5456.      */
  5457.     protected function getPageService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/src/CmsBundle/Entity/PageInterface.php';
  5460.         include_once \dirname(__DIR__4).'/src/CmsBundle/Entity/Page.php';
  5461.         return $this->privates['App\\CmsBundle\\Entity\\Page'] = new \App\CmsBundle\Entity\Page();
  5462.     }
  5463.     /**
  5464.      * Gets the private 'App\CmsBundle\Repository\UserRepository' shared autowired service.
  5465.      *
  5466.      * @return \App\CmsBundle\Repository\UserRepository
  5467.      */
  5468.     protected function getUserRepositoryService()
  5469.     {
  5470.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  5476.         include_once \dirname(__DIR__4).'/src/CmsBundle/Repository/UserRepository.php';
  5477.         return $this->privates['App\\CmsBundle\\Repository\\UserRepository'] = new \App\CmsBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5478.     }
  5479.     /**
  5480.      * Gets the private 'App\CmsBundle\Security\AppUserAuthenticator' shared autowired service.
  5481.      *
  5482.      * @return \App\CmsBundle\Security\AppUserAuthenticator
  5483.      */
  5484.     protected function getAppUserAuthenticatorService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5492.         include_once \dirname(__DIR__4).'/src/CmsBundle/Security/AppUserAuthenticator.php';
  5493.         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()));
  5494.     }
  5495.     /**
  5496.      * Gets the private 'App\CmsBundle\Type\TrinityEntityType' shared autowired service.
  5497.      *
  5498.      * @return \App\CmsBundle\Type\TrinityEntityType
  5499.      */
  5500.     protected function getTrinityEntityTypeService()
  5501.     {
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5504.         include_once \dirname(__DIR__4).'/src/CmsBundle/Type/TrinityEntityType.php';
  5505.         return $this->privates['App\\CmsBundle\\Type\\TrinityEntityType'] = new \App\CmsBundle\Type\TrinityEntityType();
  5506.     }
  5507.     /**
  5508.      * Gets the private 'App\CmsBundle\Util\Mailer' shared autowired service.
  5509.      *
  5510.      * @return \App\CmsBundle\Util\Mailer
  5511.      */
  5512.     protected function getMailerService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/src/CmsBundle/Util/Mailer.php';
  5515.         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()));
  5516.     }
  5517.     /**
  5518.      * Gets the private 'App\Trinity\WebshopBundle\Command\GenerateProductsCommand' shared autowired service.
  5519.      *
  5520.      * @return \App\Trinity\WebshopBundle\Command\GenerateProductsCommand
  5521.      */
  5522.     protected function getGenerateProductsCommandService()
  5523.     {
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5525.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/GenerateProductsCommand.php';
  5526.         $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()));
  5527.         $instance->setName('trinity:webshop:generate:products');
  5528.         $instance->setDescription('Generate random products');
  5529.         return $instance;
  5530.     }
  5531.     /**
  5532.      * Gets the private 'App\Trinity\WebshopBundle\Command\ImportWoocommerce' shared autowired service.
  5533.      *
  5534.      * @return \App\Trinity\WebshopBundle\Command\ImportWoocommerce
  5535.      */
  5536.     protected function getImportWoocommerceService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5539.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Command/ImportWoocommerce.php';
  5540.         $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()));
  5541.         $instance->setName('trinity:webshop:import:woocommerce');
  5542.         $instance->setDescription('Import WooCommerce data');
  5543.         return $instance;
  5544.     }
  5545.     /**
  5546.      * Gets the private 'App\Trinity\WebshopBundle\Form\PromotionBarType' shared autowired service.
  5547.      *
  5548.      * @return \App\Trinity\WebshopBundle\Form\PromotionBarType
  5549.      */
  5550.     protected function getPromotionBarTypeService()
  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/PromotionBarType.php';
  5555.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\PromotionBarType'] = new \App\Trinity\WebshopBundle\Form\PromotionBarType();
  5556.     }
  5557.     /**
  5558.      * Gets the private 'App\Trinity\WebshopBundle\Form\PromotionPopupType' shared autowired service.
  5559.      *
  5560.      * @return \App\Trinity\WebshopBundle\Form\PromotionPopupType
  5561.      */
  5562.     protected function getPromotionPopupTypeService()
  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/PromotionPopupType.php';
  5567.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType'] = new \App\Trinity\WebshopBundle\Form\PromotionPopupType();
  5568.     }
  5569.     /**
  5570.      * Gets the private 'App\Trinity\WebshopBundle\Form\TagDisplayType' shared autowired service.
  5571.      *
  5572.      * @return \App\Trinity\WebshopBundle\Form\TagDisplayType
  5573.      */
  5574.     protected function getTagDisplayTypeService()
  5575.     {
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5578.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/TagDisplayType.php';
  5579.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\TagDisplayType'] = new \App\Trinity\WebshopBundle\Form\TagDisplayType();
  5580.     }
  5581.     /**
  5582.      * Gets the private 'App\Trinity\WebshopBundle\Form\TagType' shared autowired service.
  5583.      *
  5584.      * @return \App\Trinity\WebshopBundle\Form\TagType
  5585.      */
  5586.     protected function getTagTypeService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5590.         include_once \dirname(__DIR__4).'/src/Trinity/WebshopBundle/Form/TagType.php';
  5591.         return $this->privates['App\\Trinity\\WebshopBundle\\Form\\TagType'] = new \App\Trinity\WebshopBundle\Form\TagType();
  5592.     }
  5593.     /**
  5594.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5595.      *
  5596.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5597.      */
  5598.     protected function getManagerRegistryAwareConnectionProviderService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5602.         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'));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5606.      *
  5607.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5608.      */
  5609.     protected function getRunSqlCommandService()
  5610.     {
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5613.         $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()));
  5614.         $instance->setName('dbal:run-sql');
  5615.         return $instance;
  5616.     }
  5617.     /**
  5618.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  5619.      *
  5620.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  5621.      */
  5622.     protected function getSentryTestCommandService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  5626.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  5627.         $instance->setName('sentry:test');
  5628.         return $instance;
  5629.     }
  5630.     /**
  5631.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  5632.      *
  5633.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  5634.      */
  5635.     protected function getConsoleListenerService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  5638.         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()));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  5642.      *
  5643.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  5644.      */
  5645.     protected function getErrorListenerService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  5648.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  5652.      *
  5653.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  5654.      */
  5655.     protected function getRequestListenerService()
  5656.     {
  5657.         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()));
  5658.     }
  5659.     /**
  5660.      * Gets the private 'Sentry\State\HubInterface' shared service.
  5661.      *
  5662.      * @return \Sentry\State\Hub
  5663.      */
  5664.     protected function getHubInterfaceService()
  5665.     {
  5666.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  5667.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  5668.         $a->setEnvironment('dev');
  5669.         $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']);
  5670.         $a->setRelease('dev-master@e5da630');
  5671.         $a->setSampleRate(0.2);
  5672.         $a->setTags([]);
  5673.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  5674.         $a->setInAppIncludedPaths([]);
  5675.         $a->setClassSerializers([]);
  5676.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException']])]));
  5677.         $b = new \Sentry\ClientBuilder($a);
  5678.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  5679.         $instance->bindClient($b->getClient());
  5680.         return $instance;
  5681.     }
  5682.     /**
  5683.      * Gets the private 'account.security_listener' shared service.
  5684.      *
  5685.      * @return \App\CmsBundle\EventListener\SecurityListener
  5686.      */
  5687.     protected function getAccount_SecurityListenerService()
  5688.     {
  5689.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php';
  5690.         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()));
  5691.     }
  5692.     /**
  5693.      * Gets the private 'account.security_listener_failure' shared service.
  5694.      *
  5695.      * @return \App\CmsBundle\EventListener\SecurityListener
  5696.      */
  5697.     protected function getAccount_SecurityListenerFailureService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/SecurityListener.php';
  5700.         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()));
  5701.     }
  5702.     /**
  5703.      * Gets the private 'annotations.cache_adapter' shared service.
  5704.      *
  5705.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5706.      */
  5707.     protected function getAnnotations_CacheAdapterService()
  5708.     {
  5709.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5710.     }
  5711.     /**
  5712.      * Gets the private 'annotations.cache_warmer' shared service.
  5713.      *
  5714.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5715.      */
  5716.     protected function getAnnotations_CacheWarmerService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5721.         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);
  5722.     }
  5723.     /**
  5724.      * Gets the private 'annotations.cached_reader' shared service.
  5725.      *
  5726.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5727.      */
  5728.     protected function getAnnotations_CachedReaderService()
  5729.     {
  5730.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5731.     }
  5732.     /**
  5733.      * Gets the private 'annotations.reader' shared service.
  5734.      *
  5735.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5736.      */
  5737.     protected function getAnnotations_ReaderService()
  5738.     {
  5739.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5740.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5741.         $a->registerUniqueLoader('class_exists');
  5742.         $instance->addGlobalIgnoredName('required'$a);
  5743.         return $instance;
  5744.     }
  5745.     /**
  5746.      * Gets the private 'app.exception_listener' shared autowired service.
  5747.      *
  5748.      * @return \App\CmsBundle\EventListener\ExceptionListener
  5749.      */
  5750.     protected function getApp_ExceptionListenerService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/ExceptionListener.php';
  5753.         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()));
  5754.     }
  5755.     /**
  5756.      * Gets the private 'app.locale_listener' shared autowired service.
  5757.      *
  5758.      * @return \App\CmsBundle\EventListener\LocaleListener
  5759.      */
  5760.     protected function getApp_LocaleListenerService()
  5761.     {
  5762.         return $this->privates['app.locale_listener'] = new \App\CmsBundle\EventListener\LocaleListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'nl');
  5763.     }
  5764.     /**
  5765.      * Gets the private 'app.user_locale_listener' shared autowired service.
  5766.      *
  5767.      * @return \App\CmsBundle\EventListener\UserLocaleListener
  5768.      */
  5769.     protected function getApp_UserLocaleListenerService()
  5770.     {
  5771.         include_once \dirname(__DIR__4).'/src/CmsBundle/EventListener/UserLocaleListener.php';
  5772.         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()));
  5773.     }
  5774.     /**
  5775.      * Gets the private 'cache.annotations' shared service.
  5776.      *
  5777.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5778.      */
  5779.     protected function getCache_AnnotationsService()
  5780.     {
  5781.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2t4qYYdTwV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5782.     }
  5783.     /**
  5784.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5785.      *
  5786.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5787.      */
  5788.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5789.     {
  5790.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5791.     }
  5792.     /**
  5793.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5794.      *
  5795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5796.      */
  5797.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5798.     {
  5799.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5800.     }
  5801.     /**
  5802.      * Gets the private 'cache.property_info' shared service.
  5803.      *
  5804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5805.      */
  5806.     protected function getCache_PropertyInfoService()
  5807.     {
  5808.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2ixKAN8-bq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5809.     }
  5810.     /**
  5811.      * Gets the private 'cache.security_expression_language' shared service.
  5812.      *
  5813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5814.      */
  5815.     protected function getCache_SecurityExpressionLanguageService()
  5816.     {
  5817.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vJPyuOR7f9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5818.     }
  5819.     /**
  5820.      * Gets the private 'cache.serializer' shared service.
  5821.      *
  5822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5823.      */
  5824.     protected function getCache_SerializerService()
  5825.     {
  5826.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kBtOQDuAgH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5827.     }
  5828.     /**
  5829.      * Gets the private 'cache.validator' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5832.      */
  5833.     protected function getCache_ValidatorService()
  5834.     {
  5835.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lGNyXmVkd1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5836.     }
  5837.     /**
  5838.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5839.      *
  5840.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5841.      */
  5842.     protected function getCachePoolClearer_CacheWarmerService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5846.         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']);
  5847.     }
  5848.     /**
  5849.      * Gets the private 'config_builder.warmer' shared service.
  5850.      *
  5851.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5852.      */
  5853.     protected function getConfigBuilder_WarmerService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5857.         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()));
  5858.     }
  5859.     /**
  5860.      * Gets the private 'config_cache_factory' shared service.
  5861.      *
  5862.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5863.      */
  5864.     protected function getConfigCacheFactoryService()
  5865.     {
  5866.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5867.             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)));
  5868.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5869.         }, 2));
  5870.     }
  5871.     /**
  5872.      * Gets the private 'console.command.about' shared service.
  5873.      *
  5874.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5875.      */
  5876.     protected function getConsole_Command_AboutService()
  5877.     {
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5880.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5881.         $instance->setName('about');
  5882.         $instance->setDescription('Display information about the current project');
  5883.         return $instance;
  5884.     }
  5885.     /**
  5886.      * Gets the private 'console.command.assets_install' shared service.
  5887.      *
  5888.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5889.      */
  5890.     protected function getConsole_Command_AssetsInstallService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5895.         $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));
  5896.         $instance->setName('assets:install');
  5897.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5898.         return $instance;
  5899.     }
  5900.     /**
  5901.      * Gets the private 'console.command.cache_clear' shared service.
  5902.      *
  5903.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5904.      */
  5905.     protected function getConsole_Command_CacheClearService()
  5906.     {
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5910.         $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())));
  5911.         $instance->setName('cache:clear');
  5912.         $instance->setDescription('Clear the cache');
  5913.         return $instance;
  5914.     }
  5915.     /**
  5916.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5917.      *
  5918.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5919.      */
  5920.     protected function getConsole_Command_CachePoolClearService()
  5921.     {
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5924.         $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']);
  5925.         $instance->setName('cache:pool:clear');
  5926.         $instance->setDescription('Clear cache pools');
  5927.         return $instance;
  5928.     }
  5929.     /**
  5930.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5931.      *
  5932.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5933.      */
  5934.     protected function getConsole_Command_CachePoolDeleteService()
  5935.     {
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5938.         $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']);
  5939.         $instance->setName('cache:pool:delete');
  5940.         $instance->setDescription('Delete an item from a cache pool');
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the private 'console.command.cache_pool_list' shared service.
  5945.      *
  5946.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5947.      */
  5948.     protected function getConsole_Command_CachePoolListService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5952.         $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']);
  5953.         $instance->setName('cache:pool:list');
  5954.         $instance->setDescription('List available cache pools');
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5959.      *
  5960.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5961.      */
  5962.     protected function getConsole_Command_CachePoolPruneService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5966.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5967.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5968.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5969.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5970.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5971.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5972.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5973.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5974.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5975.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5976.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5977.         }, 10));
  5978.         $instance->setName('cache:pool:prune');
  5979.         $instance->setDescription('Prune cache pools');
  5980.         return $instance;
  5981.     }
  5982.     /**
  5983.      * Gets the private 'console.command.cache_warmup' shared service.
  5984.      *
  5985.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5986.      */
  5987.     protected function getConsole_Command_CacheWarmupService()
  5988.     {
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5991.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5992.         $instance->setName('cache:warmup');
  5993.         $instance->setDescription('Warm up an empty cache');
  5994.         return $instance;
  5995.     }
  5996.     /**
  5997.      * Gets the private 'console.command.config_debug' shared service.
  5998.      *
  5999.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6000.      */
  6001.     protected function getConsole_Command_ConfigDebugService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6008.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6009.         $instance->setName('debug:config');
  6010.         $instance->setDescription('Dump the current configuration for an extension');
  6011.         return $instance;
  6012.     }
  6013.     /**
  6014.      * Gets the private 'console.command.config_dump_reference' shared service.
  6015.      *
  6016.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6017.      */
  6018.     protected function getConsole_Command_ConfigDumpReferenceService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6025.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6026.         $instance->setName('config:dump-reference');
  6027.         $instance->setDescription('Dump the default configuration for an extension');
  6028.         return $instance;
  6029.     }
  6030.     /**
  6031.      * Gets the private 'console.command.container_debug' shared service.
  6032.      *
  6033.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6034.      */
  6035.     protected function getConsole_Command_ContainerDebugService()
  6036.     {
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6040.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6041.         $instance->setName('debug:container');
  6042.         $instance->setDescription('Display current services for an application');
  6043.         return $instance;
  6044.     }
  6045.     /**
  6046.      * Gets the private 'console.command.container_lint' shared service.
  6047.      *
  6048.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6049.      */
  6050.     protected function getConsole_Command_ContainerLintService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6054.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6055.         $instance->setName('lint:container');
  6056.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6057.         return $instance;
  6058.     }
  6059.     /**
  6060.      * Gets the private 'console.command.debug_autowiring' shared service.
  6061.      *
  6062.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6063.      */
  6064.     protected function getConsole_Command_DebugAutowiringService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6070.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6071.         $instance->setName('debug:autowiring');
  6072.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6073.         return $instance;
  6074.     }
  6075.     /**
  6076.      * Gets the private 'console.command.dotenv_debug' shared service.
  6077.      *
  6078.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6079.      */
  6080.     protected function getConsole_Command_DotenvDebugService()
  6081.     {
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6084.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6085.         $instance->setName('debug:dotenv');
  6086.         $instance->setDescription('Lists all dotenv files with variables and values');
  6087.         return $instance;
  6088.     }
  6089.     /**
  6090.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6091.      *
  6092.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6093.      */
  6094.     protected function getConsole_Command_EventDispatcherDebugService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6098.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.9TcZ2i.'] ?? $this->get_ServiceLocator_9TcZ2i_Service()));
  6099.         $instance->setName('debug:event-dispatcher');
  6100.         $instance->setDescription('Display configured listeners for an application');
  6101.         return $instance;
  6102.     }
  6103.     /**
  6104.      * Gets the private 'console.command.form_debug' shared service.
  6105.      *
  6106.      * @return \Symfony\Component\Form\Command\DebugCommand
  6107.      */
  6108.     protected function getConsole_Command_FormDebugService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6112.         $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()));
  6113.         $instance->setName('debug:form');
  6114.         $instance->setDescription('Display form type information');
  6115.         return $instance;
  6116.     }
  6117.     /**
  6118.      * Gets the private 'console.command.router_debug' shared service.
  6119.      *
  6120.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6121.      */
  6122.     protected function getConsole_Command_RouterDebugService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6127.         $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()));
  6128.         $instance->setName('debug:router');
  6129.         $instance->setDescription('Display current routes for an application');
  6130.         return $instance;
  6131.     }
  6132.     /**
  6133.      * Gets the private 'console.command.router_match' shared service.
  6134.      *
  6135.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6136.      */
  6137.     protected function getConsole_Command_RouterMatchService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6141.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6142.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6143.         }, 1));
  6144.         $instance->setName('router:match');
  6145.         $instance->setDescription('Help debug routes by simulating a path info match');
  6146.         return $instance;
  6147.     }
  6148.     /**
  6149.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6150.      *
  6151.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6152.      */
  6153.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6159.         $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')))));
  6160.         $instance->setName('secrets:decrypt-to-local');
  6161.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6162.         return $instance;
  6163.     }
  6164.     /**
  6165.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6166.      *
  6167.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6168.      */
  6169.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6175.         $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')))));
  6176.         $instance->setName('secrets:encrypt-from-local');
  6177.         $instance->setDescription('Encrypt all local secrets to the vault');
  6178.         return $instance;
  6179.     }
  6180.     /**
  6181.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6182.      *
  6183.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6184.      */
  6185.     protected function getConsole_Command_SecretsGenerateKeyService()
  6186.     {
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6191.         $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')))));
  6192.         $instance->setName('secrets:generate-keys');
  6193.         $instance->setDescription('Generate new encryption keys');
  6194.         return $instance;
  6195.     }
  6196.     /**
  6197.      * Gets the private 'console.command.secrets_list' shared service.
  6198.      *
  6199.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6200.      */
  6201.     protected function getConsole_Command_SecretsListService()
  6202.     {
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6207.         $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')))));
  6208.         $instance->setName('secrets:list');
  6209.         $instance->setDescription('List all secrets');
  6210.         return $instance;
  6211.     }
  6212.     /**
  6213.      * Gets the private 'console.command.secrets_remove' shared service.
  6214.      *
  6215.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6216.      */
  6217.     protected function getConsole_Command_SecretsRemoveService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6223.         $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')))));
  6224.         $instance->setName('secrets:remove');
  6225.         $instance->setDescription('Remove a secret from the vault');
  6226.         return $instance;
  6227.     }
  6228.     /**
  6229.      * Gets the private 'console.command.secrets_set' shared service.
  6230.      *
  6231.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6232.      */
  6233.     protected function getConsole_Command_SecretsSetService()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6239.         $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')))));
  6240.         $instance->setName('secrets:set');
  6241.         $instance->setDescription('Set a secret in the vault');
  6242.         return $instance;
  6243.     }
  6244.     /**
  6245.      * Gets the private 'console.command.translation_debug' shared service.
  6246.      *
  6247.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6248.      */
  6249.     protected function getConsole_Command_TranslationDebugService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6253.         $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')], []);
  6254.         $instance->setName('debug:translation');
  6255.         $instance->setDescription('Display translation messages information');
  6256.         return $instance;
  6257.     }
  6258.     /**
  6259.      * Gets the private 'console.command.translation_extract' shared service.
  6260.      *
  6261.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6262.      */
  6263.     protected function getConsole_Command_TranslationExtractService()
  6264.     {
  6265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6267.         $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')], []);
  6268.         $instance->setName('translation:extract');
  6269.         $instance->setAliases([=> 'translation:update']);
  6270.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6271.         return $instance;
  6272.     }
  6273.     /**
  6274.      * Gets the private 'console.command.translation_pull' shared service.
  6275.      *
  6276.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6277.      */
  6278.     protected function getConsole_Command_TranslationPullService()
  6279.     {
  6280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6283.         $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', [], []);
  6284.         $instance->setName('translation:pull');
  6285.         $instance->setDescription('Pull translations from a given provider.');
  6286.         return $instance;
  6287.     }
  6288.     /**
  6289.      * Gets the private 'console.command.translation_push' shared service.
  6290.      *
  6291.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6292.      */
  6293.     protected function getConsole_Command_TranslationPushService()
  6294.     {
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6298.         $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()), [], []);
  6299.         $instance->setName('translation:push');
  6300.         $instance->setDescription('Push translations to a given provider.');
  6301.         return $instance;
  6302.     }
  6303.     /**
  6304.      * Gets the private 'console.command.validator_debug' shared service.
  6305.      *
  6306.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6307.      */
  6308.     protected function getConsole_Command_ValidatorDebugService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6312.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6313.         $instance->setName('debug:validator');
  6314.         $instance->setDescription('Display validation constraints for classes');
  6315.         return $instance;
  6316.     }
  6317.     /**
  6318.      * Gets the private 'console.command.xliff_lint' shared service.
  6319.      *
  6320.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6321.      */
  6322.     protected function getConsole_Command_XliffLintService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6326.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6327.         $instance->setName('lint:xliff');
  6328.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6329.         return $instance;
  6330.     }
  6331.     /**
  6332.      * Gets the private 'console.command.yaml_lint' shared service.
  6333.      *
  6334.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6335.      */
  6336.     protected function getConsole_Command_YamlLintService()
  6337.     {
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6341.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6342.         $instance->setName('lint:yaml');
  6343.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6344.         return $instance;
  6345.     }
  6346.     /**
  6347.      * Gets the private 'console.error_listener' shared service.
  6348.      *
  6349.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6350.      */
  6351.     protected function getConsole_ErrorListenerService()
  6352.     {
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6354.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6355.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6356.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6357.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6358.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6359.     }
  6360.     /**
  6361.      * Gets the private 'container.env_var_processor' shared service.
  6362.      *
  6363.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6364.      */
  6365.     protected function getContainer_EnvVarProcessorService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6369.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6370.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6371.         }, 1));
  6372.     }
  6373.     /**
  6374.      * Gets the private 'container.getenv' shared service.
  6375.      *
  6376.      * @return \Closure
  6377.      */
  6378.     protected function getContainer_GetenvService()
  6379.     {
  6380.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6381.     }
  6382.     /**
  6383.      * Gets the private 'data_collector.form' shared service.
  6384.      *
  6385.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6386.      */
  6387.     protected function getDataCollector_FormService()
  6388.     {
  6389.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6390.     }
  6391.     /**
  6392.      * Gets the private 'data_collector.request' shared service.
  6393.      *
  6394.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6395.      */
  6396.     protected function getDataCollector_RequestService()
  6397.     {
  6398.         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())));
  6399.     }
  6400.     /**
  6401.      * Gets the private 'data_collector.request.session_collector' shared service.
  6402.      *
  6403.      * @return \Closure
  6404.      */
  6405.     protected function getDataCollector_Request_SessionCollectorService()
  6406.     {
  6407.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6408.     }
  6409.     /**
  6410.      * Gets the private 'debug.argument_resolver.default' shared service.
  6411.      *
  6412.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6413.      */
  6414.     protected function getDebug_ArgumentResolver_DefaultService()
  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/DefaultValueResolver.php';
  6419.         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))));
  6420.     }
  6421.     /**
  6422.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6423.      *
  6424.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6425.      */
  6426.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  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/NotTaggedControllerValueResolver.php';
  6431.         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))));
  6432.     }
  6433.     /**
  6434.      * Gets the private 'debug.argument_resolver.request' shared service.
  6435.      *
  6436.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6437.      */
  6438.     protected function getDebug_ArgumentResolver_RequestService()
  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/RequestValueResolver.php';
  6443.         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))));
  6444.     }
  6445.     /**
  6446.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6449.      */
  6450.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  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/RequestAttributeValueResolver.php';
  6455.         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))));
  6456.     }
  6457.     /**
  6458.      * Gets the private 'debug.argument_resolver.service' shared service.
  6459.      *
  6460.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6461.      */
  6462.     protected function getDebug_ArgumentResolver_ServiceService()
  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/ServiceValueResolver.php';
  6467.         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))));
  6468.     }
  6469.     /**
  6470.      * Gets the private 'debug.argument_resolver.session' shared service.
  6471.      *
  6472.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6473.      */
  6474.     protected function getDebug_ArgumentResolver_SessionService()
  6475.     {
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6479.         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))));
  6480.     }
  6481.     /**
  6482.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6483.      *
  6484.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6485.      */
  6486.     protected function getDebug_ArgumentResolver_VariadicService()
  6487.     {
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6491.         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))));
  6492.     }
  6493.     /**
  6494.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6495.      *
  6496.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6497.      */
  6498.     protected function getDebug_DebugHandlersListenerService()
  6499.     {
  6500.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6501.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6502.         $a->pushHandler(($this->privates['monolog.handler.deprecation_filter'] ?? $this->getMonolog_Handler_DeprecationFilterService()));
  6503.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6504.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6506.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6507.     }
  6508.     /**
  6509.      * Gets the private 'debug.dump_listener' shared service.
  6510.      *
  6511.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6512.      */
  6513.     protected function getDebug_DumpListenerService()
  6514.     {
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6517.         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()));
  6518.     }
  6519.     /**
  6520.      * Gets the private 'debug.file_link_formatter' shared service.
  6521.      *
  6522.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6523.      */
  6524.     protected function getDebug_FileLinkFormatterService()
  6525.     {
  6526.         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 () {
  6527.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6528.         });
  6529.     }
  6530.     /**
  6531.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6532.      *
  6533.      * @return \string
  6534.      */
  6535.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6536.     {
  6537.         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');
  6538.     }
  6539.     /**
  6540.      * Gets the private 'debug.log_processor' shared service.
  6541.      *
  6542.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6543.      */
  6544.     protected function getDebug_LogProcessorService()
  6545.     {
  6546.         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())));
  6547.     }
  6548.     /**
  6549.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6550.      *
  6551.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6552.      */
  6553.     protected function getDebug_Security_Access_DecisionManagerService()
  6554.     {
  6555.         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 () {
  6556.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6557.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  6558.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6559.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6560.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6561.     }
  6562.     /**
  6563.      * Gets the private 'debug.security.firewall' shared service.
  6564.      *
  6565.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6566.      */
  6567.     protected function getDebug_Security_FirewallService()
  6568.     {
  6569.         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()));
  6570.     }
  6571.     /**
  6572.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6573.      *
  6574.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6575.      */
  6576.     protected function getDebug_Security_UserValueResolverService()
  6577.     {
  6578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6581.         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))));
  6582.     }
  6583.     /**
  6584.      * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  6585.      *
  6586.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6587.      */
  6588.     protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  6589.     {
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  6594.         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()));
  6595.     }
  6596.     /**
  6597.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6598.      *
  6599.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6600.      */
  6601.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6602.     {
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6607.         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()));
  6608.     }
  6609.     /**
  6610.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6611.      *
  6612.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6613.      */
  6614.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6620.         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()));
  6621.     }
  6622.     /**
  6623.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6624.      *
  6625.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6626.      */
  6627.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6628.     {
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6634.         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()));
  6635.     }
  6636.     /**
  6637.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6638.      *
  6639.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6640.      */
  6641.     protected function getDebug_Security_Voter_VoteListenerService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6644.         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()));
  6645.     }
  6646.     /**
  6647.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6648.      *
  6649.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6650.      */
  6651.     protected function getDoctrine_CacheClearMetadataCommandService()
  6652.     {
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6657.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6658.         $instance->setName('doctrine:cache:clear-metadata');
  6659.         return $instance;
  6660.     }
  6661.     /**
  6662.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6663.      *
  6664.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6665.      */
  6666.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6667.     {
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6672.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6673.         $instance->setName('doctrine:cache:clear-query');
  6674.         return $instance;
  6675.     }
  6676.     /**
  6677.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6678.      *
  6679.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6680.      */
  6681.     protected function getDoctrine_CacheClearResultCommandService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6687.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6688.         $instance->setName('doctrine:cache:clear-result');
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6693.      *
  6694.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6695.      */
  6696.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6702.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6703.         $instance->setName('doctrine:cache:clear-collection-region');
  6704.         return $instance;
  6705.     }
  6706.     /**
  6707.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6708.      *
  6709.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6710.      */
  6711.     protected function getDoctrine_ClearEntityRegionCommandService()
  6712.     {
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6717.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6718.         $instance->setName('doctrine:cache:clear-entity-region');
  6719.         return $instance;
  6720.     }
  6721.     /**
  6722.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6723.      *
  6724.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6725.      */
  6726.     protected function getDoctrine_ClearQueryRegionCommandService()
  6727.     {
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6732.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6733.         $instance->setName('doctrine:cache:clear-query-region');
  6734.         return $instance;
  6735.     }
  6736.     /**
  6737.      * Gets the private 'doctrine.database_create_command' shared service.
  6738.      *
  6739.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6740.      */
  6741.     protected function getDoctrine_DatabaseCreateCommandService()
  6742.     {
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6746.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6747.         $instance->setName('doctrine:database:create');
  6748.         return $instance;
  6749.     }
  6750.     /**
  6751.      * Gets the private 'doctrine.database_drop_command' shared service.
  6752.      *
  6753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6754.      */
  6755.     protected function getDoctrine_DatabaseDropCommandService()
  6756.     {
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6760.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6761.         $instance->setName('doctrine:database:drop');
  6762.         return $instance;
  6763.     }
  6764.     /**
  6765.      * Gets the private 'doctrine.database_import_command' shared service.
  6766.      *
  6767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6768.      */
  6769.     protected function getDoctrine_DatabaseImportCommandService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6774.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6775.         $instance->setName('doctrine:database:import');
  6776.         return $instance;
  6777.     }
  6778.     /**
  6779.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6780.      *
  6781.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6782.      */
  6783.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6784.     {
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6789.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6790.         $instance->setName('doctrine:ensure-production-settings');
  6791.         return $instance;
  6792.     }
  6793.     /**
  6794.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6795.      *
  6796.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6797.      */
  6798.     protected function getDoctrine_MappingConvertCommandService()
  6799.     {
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6804.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6805.         $instance->setName('doctrine:mapping:convert');
  6806.         return $instance;
  6807.     }
  6808.     /**
  6809.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6810.      *
  6811.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6812.      */
  6813.     protected function getDoctrine_MappingImportCommandService()
  6814.     {
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6818.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6819.         $instance->setName('doctrine:mapping:import');
  6820.         return $instance;
  6821.     }
  6822.     /**
  6823.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6824.      *
  6825.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6826.      */
  6827.     protected function getDoctrine_MappingInfoCommandService()
  6828.     {
  6829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6833.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6834.         $instance->setName('doctrine:mapping:info');
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6839.      *
  6840.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6841.      */
  6842.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6846.         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);
  6847.     }
  6848.     /**
  6849.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6850.      *
  6851.      * @return \Doctrine\Migrations\DependencyFactory
  6852.      */
  6853.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6854.     {
  6855.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6858.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6863.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6864.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6865.         $a->setAllOrNothing(false);
  6866.         $a->setCheckDatabasePlatform(true);
  6867.         $a->setTransactional(true);
  6868.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6869.         $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()));
  6870.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6871.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6872.         });
  6873.         return $instance;
  6874.     }
  6875.     /**
  6876.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6877.      *
  6878.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6879.      */
  6880.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6881.     {
  6882.         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')]);
  6883.     }
  6884.     /**
  6885.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6886.      *
  6887.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6888.      */
  6889.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6890.     {
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6892.         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()));
  6893.     }
  6894.     /**
  6895.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6896.      *
  6897.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6898.      */
  6899.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6902.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6903.     }
  6904.     /**
  6905.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  6906.      *
  6907.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  6908.      */
  6909.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  6910.     {
  6911.         $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']);
  6912.         $instance->setGlobalBasename('mapping');
  6913.         return $instance;
  6914.     }
  6915.     /**
  6916.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6917.      *
  6918.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6919.      */
  6920.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  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/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6924.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6925.     }
  6926.     /**
  6927.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6928.      *
  6929.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6930.      */
  6931.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6935.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6936.             return new \EmptyIterator();
  6937.         }, 0));
  6938.     }
  6939.     /**
  6940.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6941.      *
  6942.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6943.      */
  6944.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6945.     {
  6946.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6948.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6949.     }
  6950.     /**
  6951.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6952.      *
  6953.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6954.      */
  6955.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6959.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6960.     }
  6961.     /**
  6962.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6963.      *
  6964.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6965.      */
  6966.     protected function getDoctrine_Orm_Validator_UniqueService()
  6967.     {
  6968.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6971.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6972.     }
  6973.     /**
  6974.      * Gets the private 'doctrine.query_dql_command' shared service.
  6975.      *
  6976.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6977.      */
  6978.     protected function getDoctrine_QueryDqlCommandService()
  6979.     {
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6984.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6985.         $instance->setName('doctrine:query:dql');
  6986.         return $instance;
  6987.     }
  6988.     /**
  6989.      * Gets the private 'doctrine.query_sql_command' shared service.
  6990.      *
  6991.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6992.      */
  6993.     protected function getDoctrine_QuerySqlCommandService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6998.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6999.         $instance->setName('doctrine:query:sql');
  7000.         return $instance;
  7001.     }
  7002.     /**
  7003.      * Gets the private 'doctrine.schema_create_command' shared service.
  7004.      *
  7005.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7006.      */
  7007.     protected function getDoctrine_SchemaCreateCommandService()
  7008.     {
  7009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7010.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7013.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7014.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7015.         $instance->setName('doctrine:schema:create');
  7016.         return $instance;
  7017.     }
  7018.     /**
  7019.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7020.      *
  7021.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7022.      */
  7023.     protected function getDoctrine_SchemaDropCommandService()
  7024.     {
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7030.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7031.         $instance->setName('doctrine:schema:drop');
  7032.         return $instance;
  7033.     }
  7034.     /**
  7035.      * Gets the private 'doctrine.schema_update_command' shared service.
  7036.      *
  7037.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7038.      */
  7039.     protected function getDoctrine_SchemaUpdateCommandService()
  7040.     {
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7046.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7047.         $instance->setName('doctrine:schema:update');
  7048.         return $instance;
  7049.     }
  7050.     /**
  7051.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7052.      *
  7053.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7054.      */
  7055.     protected function getDoctrine_SchemaValidateCommandService()
  7056.     {
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7061.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7062.         $instance->setName('doctrine:schema:validate');
  7063.         return $instance;
  7064.     }
  7065.     /**
  7066.      * Gets the private 'doctrine.ulid_generator' shared service.
  7067.      *
  7068.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7069.      */
  7070.     protected function getDoctrine_UlidGeneratorService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7074.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7075.     }
  7076.     /**
  7077.      * Gets the private 'doctrine.uuid_generator' shared service.
  7078.      *
  7079.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7080.      */
  7081.     protected function getDoctrine_UuidGeneratorService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7085.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7086.     }
  7087.     /**
  7088.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7089.      *
  7090.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7091.      */
  7092.     protected function getDoctrineMigrations_CurrentCommandService()
  7093.     {
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7097.         $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');
  7098.         $instance->setName('doctrine:migrations:current');
  7099.         return $instance;
  7100.     }
  7101.     /**
  7102.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7103.      *
  7104.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7105.      */
  7106.     protected function getDoctrineMigrations_DiffCommandService()
  7107.     {
  7108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7110.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7111.         $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');
  7112.         $instance->setName('doctrine:migrations:diff');
  7113.         return $instance;
  7114.     }
  7115.     /**
  7116.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7117.      *
  7118.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7119.      */
  7120.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7125.         $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');
  7126.         $instance->setName('doctrine:migrations:dump-schema');
  7127.         return $instance;
  7128.     }
  7129.     /**
  7130.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7131.      *
  7132.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7133.      */
  7134.     protected function getDoctrineMigrations_ExecuteCommandService()
  7135.     {
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7139.         $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');
  7140.         $instance->setName('doctrine:migrations:execute');
  7141.         return $instance;
  7142.     }
  7143.     /**
  7144.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7145.      *
  7146.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7147.      */
  7148.     protected function getDoctrineMigrations_GenerateCommandService()
  7149.     {
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7153.         $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');
  7154.         $instance->setName('doctrine:migrations:generate');
  7155.         return $instance;
  7156.     }
  7157.     /**
  7158.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7159.      *
  7160.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7161.      */
  7162.     protected function getDoctrineMigrations_LatestCommandService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7167.         $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');
  7168.         $instance->setName('doctrine:migrations:latest');
  7169.         return $instance;
  7170.     }
  7171.     /**
  7172.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7173.      *
  7174.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7175.      */
  7176.     protected function getDoctrineMigrations_MigrateCommandService()
  7177.     {
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7181.         $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');
  7182.         $instance->setName('doctrine:migrations:migrate');
  7183.         return $instance;
  7184.     }
  7185.     /**
  7186.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7187.      *
  7188.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7189.      */
  7190.     protected function getDoctrineMigrations_RollupCommandService()
  7191.     {
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7195.         $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');
  7196.         $instance->setName('doctrine:migrations:rollup');
  7197.         return $instance;
  7198.     }
  7199.     /**
  7200.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7201.      *
  7202.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7203.      */
  7204.     protected function getDoctrineMigrations_StatusCommandService()
  7205.     {
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7209.         $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');
  7210.         $instance->setName('doctrine:migrations:status');
  7211.         return $instance;
  7212.     }
  7213.     /**
  7214.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7215.      *
  7216.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7217.      */
  7218.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7219.     {
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7223.         $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');
  7224.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7225.         return $instance;
  7226.     }
  7227.     /**
  7228.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7229.      *
  7230.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7231.      */
  7232.     protected function getDoctrineMigrations_UpToDateCommandService()
  7233.     {
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7237.         $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');
  7238.         $instance->setName('doctrine:migrations:up-to-date');
  7239.         return $instance;
  7240.     }
  7241.     /**
  7242.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7243.      *
  7244.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7245.      */
  7246.     protected function getDoctrineMigrations_VersionCommandService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7251.         $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');
  7252.         $instance->setName('doctrine:migrations:version');
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7257.      *
  7258.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7259.      */
  7260.     protected function getDoctrineMigrations_VersionsCommandService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7265.         $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');
  7266.         $instance->setName('doctrine:migrations:list');
  7267.         return $instance;
  7268.     }
  7269.     /**
  7270.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7271.      *
  7272.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7273.      */
  7274.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7275.     {
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7278.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7279.         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()));
  7280.     }
  7281.     /**
  7282.      * Gets the private 'esi_listener' shared service.
  7283.      *
  7284.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  7285.      */
  7286.     protected function getEsiListenerService()
  7287.     {
  7288.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  7289.     }
  7290.     /**
  7291.      * Gets the private 'exception_listener' shared service.
  7292.      *
  7293.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7294.      */
  7295.     protected function getExceptionListenerService()
  7296.     {
  7297.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7298.     }
  7299.     /**
  7300.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7301.      *
  7302.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7303.      */
  7304.     protected function getForm_ChoiceListFactory_CachedService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7310.         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())));
  7311.     }
  7312.     /**
  7313.      * Gets the private 'form.registry' shared service.
  7314.      *
  7315.      * @return \Symfony\Component\Form\FormRegistry
  7316.      */
  7317.     protected function getForm_RegistryService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7326.         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, [
  7327.             'App\\CmsBundle\\Form\\CronTaskType' => ['privates''trinity.form.type.cron_task''getTrinity_Form_Type_CronTaskService'false],
  7328.             'App\\CmsBundle\\Type\\TrinityEntityType' => ['privates''App\\CmsBundle\\Type\\TrinityEntityType''getTrinityEntityTypeService'false],
  7329.             'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\PromotionBarType''getPromotionBarTypeService'false],
  7330.             'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType''getPromotionPopupTypeService'false],
  7331.             'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\TagDisplayType''getTagDisplayTypeService'false],
  7332.             'App\\Trinity\\WebshopBundle\\Form\\TagType' => ['privates''App\\Trinity\\WebshopBundle\\Form\\TagType''getTagTypeService'false],
  7333.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  7334.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7335.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7336.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7337.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7338.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7339.         ], [
  7340.             'App\\CmsBundle\\Form\\CronTaskType' => '?',
  7341.             'App\\CmsBundle\\Type\\TrinityEntityType' => '?',
  7342.             'App\\Trinity\\WebshopBundle\\Form\\PromotionBarType' => '?',
  7343.             'App\\Trinity\\WebshopBundle\\Form\\PromotionPopupType' => '?',
  7344.             'App\\Trinity\\WebshopBundle\\Form\\TagDisplayType' => '?',
  7345.             'App\\Trinity\\WebshopBundle\\Form\\TagType' => '?',
  7346.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  7347.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7348.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7349.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7350.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7351.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7352.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7353.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7354.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7355.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7356.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7357.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7358.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7359.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7360.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7361.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7362.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7363.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7364.         }, 1)], new RewindableGenerator(function () {
  7365.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7366.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7367.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7368.     }
  7369.     /**
  7370.      * Gets the private 'form.server_params' shared service.
  7371.      *
  7372.      * @return \Symfony\Component\Form\Util\ServerParams
  7373.      */
  7374.     protected function getForm_ServerParamsService()
  7375.     {
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7377.         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())));
  7378.     }
  7379.     /**
  7380.      * Gets the private 'form.type.choice' shared service.
  7381.      *
  7382.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7383.      */
  7384.     protected function getForm_Type_ChoiceService()
  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/form/Extension/Core/Type/ChoiceType.php';
  7389.         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()));
  7390.     }
  7391.     /**
  7392.      * Gets the private 'form.type.color' shared service.
  7393.      *
  7394.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7395.      */
  7396.     protected function getForm_Type_ColorService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7401.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7402.     }
  7403.     /**
  7404.      * Gets the private 'form.type.entity' shared service.
  7405.      *
  7406.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7407.      */
  7408.     protected function getForm_Type_EntityService()
  7409.     {
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7414.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7415.     }
  7416.     /**
  7417.      * Gets the private 'form.type.form' shared service.
  7418.      *
  7419.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7420.      */
  7421.     protected function getForm_Type_FormService()
  7422.     {
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7427.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7428.     }
  7429.     /**
  7430.      * Gets the private 'form.type_extension.csrf' shared service.
  7431.      *
  7432.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7433.      */
  7434.     protected function getForm_TypeExtension_CsrfService()
  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/Csrf/Type/FormTypeCsrfExtension.php';
  7439.         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()));
  7440.     }
  7441.     /**
  7442.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7443.      *
  7444.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7445.      */
  7446.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7447.     {
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7451.         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()));
  7452.     }
  7453.     /**
  7454.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7455.      *
  7456.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7457.      */
  7458.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7465.         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())));
  7466.     }
  7467.     /**
  7468.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7469.      *
  7470.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7471.      */
  7472.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7473.     {
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7477.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7478.     }
  7479.     /**
  7480.      * Gets the private 'form.type_extension.form.validator' shared service.
  7481.      *
  7482.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7483.      */
  7484.     protected function getForm_TypeExtension_Form_ValidatorService()
  7485.     {
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7490.         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()));
  7491.     }
  7492.     /**
  7493.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7494.      *
  7495.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7496.      */
  7497.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7498.     {
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7502.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7503.     }
  7504.     /**
  7505.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7506.      *
  7507.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7508.      */
  7509.     protected function getForm_TypeGuesser_DoctrineService()
  7510.     {
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7513.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7514.     }
  7515.     /**
  7516.      * Gets the private 'form.type_guesser.validator' shared service.
  7517.      *
  7518.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7519.      */
  7520.     protected function getForm_TypeGuesser_ValidatorService()
  7521.     {
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7524.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7525.     }
  7526.     /**
  7527.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  7528.      *
  7529.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  7530.      */
  7531.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  7538.         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');
  7539.     }
  7540.     /**
  7541.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  7542.      *
  7543.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  7544.      */
  7545.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  7546.     {
  7547.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  7550.         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');
  7551.     }
  7552.     /**
  7553.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\Form\Form
  7556.      */
  7557.     protected function getFosOauthServer_Authorize_FormService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  7562.         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']]);
  7563.     }
  7564.     /**
  7565.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  7566.      *
  7567.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  7568.      */
  7569.     protected function getFosOauthServer_Authorize_Form_TypeService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  7574.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  7575.     }
  7576.     /**
  7577.      * Gets the private 'fos_oauth_server.clean_command' shared service.
  7578.      *
  7579.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  7580.      */
  7581.     protected function getFosOauthServer_CleanCommandService()
  7582.     {
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  7585.         $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()));
  7586.         $instance->setName('fos:oauth-server:clean');
  7587.         return $instance;
  7588.     }
  7589.     /**
  7590.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  7591.      *
  7592.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  7593.      */
  7594.     protected function getFosOauthServer_ClientManager_DefaultService()
  7595.     {
  7596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  7597.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  7598.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  7599.         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');
  7600.     }
  7601.     /**
  7602.      * Gets the private 'fos_oauth_server.create_client_command' shared service.
  7603.      *
  7604.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  7605.      */
  7606.     protected function getFosOauthServer_CreateClientCommandService()
  7607.     {
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  7610.         $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()));
  7611.         $instance->setName('fos:oauth-server:create-client');
  7612.         return $instance;
  7613.     }
  7614.     /**
  7615.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  7616.      *
  7617.      * @return \Doctrine\ORM\EntityManager
  7618.      */
  7619.     protected function getFosOauthServer_EntityManagerService()
  7620.     {
  7621.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  7622.     }
  7623.     /**
  7624.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  7625.      *
  7626.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  7627.      */
  7628.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  7629.     {
  7630.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  7635.         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');
  7636.     }
  7637.     /**
  7638.      * Gets the private 'fos_oauth_server.server' shared service.
  7639.      *
  7640.      * @return \OAuth2\OAuth2
  7641.      */
  7642.     protected function getFosOauthServer_ServerService()
  7643.     {
  7644.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  7652.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  7655.         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']);
  7656.     }
  7657.     /**
  7658.      * Gets the private 'fos_rest.format_listener' shared service.
  7659.      *
  7660.      * @return \FOS\RestBundle\EventListener\FormatListener
  7661.      */
  7662.     protected function getFosRest_FormatListenerService()
  7663.     {
  7664.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7665.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  7666.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  7667.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'], 'fallback_format' => 'html''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  7668.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  7669.     }
  7670.     /**
  7671.      * Gets the private 'fos_rest.view_response_listener' shared service.
  7672.      *
  7673.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  7674.      */
  7675.     protected function getFosRest_ViewResponseListenerService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  7678.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
  7679.     }
  7680.     /**
  7681.      * Gets the private 'fragment.renderer.esi' shared service.
  7682.      *
  7683.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  7684.      */
  7685.     protected function getFragment_Renderer_EsiService()
  7686.     {
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7692.         $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')))));
  7693.         $instance->setFragmentPath('/_fragment');
  7694.         return $instance;
  7695.     }
  7696.     /**
  7697.      * Gets the private 'fragment.renderer.inline' shared service.
  7698.      *
  7699.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7700.      */
  7701.     protected function getFragment_Renderer_InlineService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7706.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7707.         $instance->setFragmentPath('/_fragment');
  7708.         return $instance;
  7709.     }
  7710.     /**
  7711.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7712.      *
  7713.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7714.      */
  7715.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7716.     {
  7717.         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())));
  7718.     }
  7719.     /**
  7720.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7721.      *
  7722.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7723.      */
  7724.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7725.     {
  7726.         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()));
  7727.     }
  7728.     /**
  7729.      * Gets the private 'locale_aware_listener' shared service.
  7730.      *
  7731.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7732.      */
  7733.     protected function getLocaleAwareListenerService()
  7734.     {
  7735.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7736.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('nl')));
  7737.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7738.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7739.     }
  7740.     /**
  7741.      * Gets the private 'locale_listener' shared service.
  7742.      *
  7743.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7744.      */
  7745.     protected function getLocaleListenerService()
  7746.     {
  7747.         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, []);
  7748.     }
  7749.     /**
  7750.      * Gets the private 'mailer.mailer' shared service.
  7751.      *
  7752.      * @return \Symfony\Component\Mailer\Mailer
  7753.      */
  7754.     protected function getMailer_MailerService()
  7755.     {
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  7757.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  7761.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7762.             yield => $this->getMailer_TransportFactory_NullService();
  7763.             yield => $this->getMailer_TransportFactory_SendmailService();
  7764.             yield => $this->getMailer_TransportFactory_NativeService();
  7765.             yield => $this->getMailer_TransportFactory_SmtpService();
  7766.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7767.     }
  7768.     /**
  7769.      * Gets the private 'mailer.transport_factory.native' shared service.
  7770.      *
  7771.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7772.      */
  7773.     protected function getMailer_TransportFactory_NativeService()
  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/NativeTransportFactory.php';
  7778.         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()));
  7779.     }
  7780.     /**
  7781.      * Gets the private 'mailer.transport_factory.null' shared service.
  7782.      *
  7783.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7784.      */
  7785.     protected function getMailer_TransportFactory_NullService()
  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/NullTransportFactory.php';
  7790.         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()));
  7791.     }
  7792.     /**
  7793.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7794.      *
  7795.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7796.      */
  7797.     protected function getMailer_TransportFactory_SendmailService()
  7798.     {
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7802.         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()));
  7803.     }
  7804.     /**
  7805.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7806.      *
  7807.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7808.      */
  7809.     protected function getMailer_TransportFactory_SmtpService()
  7810.     {
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7814.         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()));
  7815.     }
  7816.     /**
  7817.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7818.      *
  7819.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7820.      */
  7821.     protected function getMaker_AutoCommand_MakeAuthService()
  7822.     {
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7830.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7831.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7832.         $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);
  7833.         $instance->setName('make:auth');
  7834.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7835.         return $instance;
  7836.     }
  7837.     /**
  7838.      * Gets the private 'maker.auto_command.make_command' shared service.
  7839.      *
  7840.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7841.      */
  7842.     protected function getMaker_AutoCommand_MakeCommandService()
  7843.     {
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7849.         $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()));
  7850.         $instance->setName('make:command');
  7851.         $instance->setDescription('Creates a new console command class');
  7852.         return $instance;
  7853.     }
  7854.     /**
  7855.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7856.      *
  7857.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7858.      */
  7859.     protected function getMaker_AutoCommand_MakeControllerService()
  7860.     {
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7866.         $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()));
  7867.         $instance->setName('make:controller');
  7868.         $instance->setDescription('Creates a new controller class');
  7869.         return $instance;
  7870.     }
  7871.     /**
  7872.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7873.      *
  7874.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7875.      */
  7876.     protected function getMaker_AutoCommand_MakeCrudService()
  7877.     {
  7878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7883.         $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()));
  7884.         $instance->setName('make:crud');
  7885.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7886.         return $instance;
  7887.     }
  7888.     /**
  7889.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7890.      *
  7891.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7892.      */
  7893.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7900.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7901.         $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()));
  7902.         $instance->setName('make:docker:database');
  7903.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7904.         return $instance;
  7905.     }
  7906.     /**
  7907.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7908.      *
  7909.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7910.      */
  7911.     protected function getMaker_AutoCommand_MakeEntityService()
  7912.     {
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7919.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7920.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7921.         $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);
  7922.         $instance->setName('make:entity');
  7923.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7924.         return $instance;
  7925.     }
  7926.     /**
  7927.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7928.      *
  7929.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7930.      */
  7931.     protected function getMaker_AutoCommand_MakeFixturesService()
  7932.     {
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7938.         $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()));
  7939.         $instance->setName('make:fixtures');
  7940.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7941.         return $instance;
  7942.     }
  7943.     /**
  7944.      * Gets the private 'maker.auto_command.make_form' shared service.
  7945.      *
  7946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7947.      */
  7948.     protected function getMaker_AutoCommand_MakeFormService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7955.         $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()));
  7956.         $instance->setName('make:form');
  7957.         $instance->setDescription('Creates a new form class');
  7958.         return $instance;
  7959.     }
  7960.     /**
  7961.      * Gets the private 'maker.auto_command.make_message' shared service.
  7962.      *
  7963.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7964.      */
  7965.     protected function getMaker_AutoCommand_MakeMessageService()
  7966.     {
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7972.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7973.         $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()));
  7974.         $instance->setName('make:message');
  7975.         $instance->setDescription('Creates a new message and handler');
  7976.         return $instance;
  7977.     }
  7978.     /**
  7979.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7980.      *
  7981.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7982.      */
  7983.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7990.         $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()));
  7991.         $instance->setName('make:messenger-middleware');
  7992.         $instance->setDescription('Creates a new messenger middleware');
  7993.         return $instance;
  7994.     }
  7995.     /**
  7996.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7997.      *
  7998.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7999.      */
  8000.     protected function getMaker_AutoCommand_MakeMigrationService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8008.         $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()));
  8009.         $instance->setName('make:migration');
  8010.         $instance->setDescription('Creates a new migration based on database changes');
  8011.         return $instance;
  8012.     }
  8013.     /**
  8014.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8015.      *
  8016.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8017.      */
  8018.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8019.     {
  8020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8025.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8026.         $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()));
  8027.         $instance->setName('make:registration-form');
  8028.         $instance->setDescription('Creates a new registration form system');
  8029.         return $instance;
  8030.     }
  8031.     /**
  8032.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8033.      *
  8034.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8035.      */
  8036.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8043.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8044.         $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()));
  8045.         $instance->setName('make:reset-password');
  8046.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8047.         return $instance;
  8048.     }
  8049.     /**
  8050.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8051.      *
  8052.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8053.      */
  8054.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8055.     {
  8056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8061.         $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()));
  8062.         $instance->setName('make:serializer:encoder');
  8063.         $instance->setDescription('Creates a new serializer encoder class');
  8064.         return $instance;
  8065.     }
  8066.     /**
  8067.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8068.      *
  8069.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8070.      */
  8071.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8072.     {
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8078.         $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()));
  8079.         $instance->setName('make:serializer:normalizer');
  8080.         $instance->setDescription('Creates a new serializer normalizer class');
  8081.         return $instance;
  8082.     }
  8083.     /**
  8084.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8085.      *
  8086.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8087.      */
  8088.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8089.     {
  8090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8095.         $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()));
  8096.         $instance->setName('make:stimulus-controller');
  8097.         $instance->setDescription('Creates a new Stimulus controller');
  8098.         return $instance;
  8099.     }
  8100.     /**
  8101.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8102.      *
  8103.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8104.      */
  8105.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8113.         $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()));
  8114.         $instance->setName('make:subscriber');
  8115.         $instance->setDescription('Creates a new event subscriber class');
  8116.         return $instance;
  8117.     }
  8118.     /**
  8119.      * Gets the private 'maker.auto_command.make_test' shared service.
  8120.      *
  8121.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8122.      */
  8123.     protected function getMaker_AutoCommand_MakeTestService()
  8124.     {
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8131.         $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()));
  8132.         $instance->setName('make:test');
  8133.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8134.         $instance->setDescription('Creates a new test class');
  8135.         return $instance;
  8136.     }
  8137.     /**
  8138.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8139.      *
  8140.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8141.      */
  8142.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8143.     {
  8144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8149.         $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()));
  8150.         $instance->setName('make:twig-extension');
  8151.         $instance->setDescription('Creates a new Twig extension class');
  8152.         return $instance;
  8153.     }
  8154.     /**
  8155.      * Gets the private 'maker.auto_command.make_user' shared service.
  8156.      *
  8157.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8158.      */
  8159.     protected function getMaker_AutoCommand_MakeUserService()
  8160.     {
  8161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8168.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8169.         $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()));
  8170.         $instance->setName('make:user');
  8171.         $instance->setDescription('Creates a new security user class');
  8172.         return $instance;
  8173.     }
  8174.     /**
  8175.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8176.      *
  8177.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8178.      */
  8179.     protected function getMaker_AutoCommand_MakeValidatorService()
  8180.     {
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8186.         $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()));
  8187.         $instance->setName('make:validator');
  8188.         $instance->setDescription('Creates a new validator and constraint class');
  8189.         return $instance;
  8190.     }
  8191.     /**
  8192.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8193.      *
  8194.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8195.      */
  8196.     protected function getMaker_AutoCommand_MakeVoterService()
  8197.     {
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8203.         $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()));
  8204.         $instance->setName('make:voter');
  8205.         $instance->setDescription('Creates a new security voter class');
  8206.         return $instance;
  8207.     }
  8208.     /**
  8209.      * Gets the private 'maker.doctrine_helper' shared service.
  8210.      *
  8211.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8212.      */
  8213.     protected function getMaker_DoctrineHelperService()
  8214.     {
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8216.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8217.         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())]]]);
  8218.     }
  8219.     /**
  8220.      * Gets the private 'maker.entity_class_generator' shared service.
  8221.      *
  8222.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8223.      */
  8224.     protected function getMaker_EntityClassGeneratorService()
  8225.     {
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8227.         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()));
  8228.     }
  8229.     /**
  8230.      * Gets the private 'maker.file_manager' shared service.
  8231.      *
  8232.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8233.      */
  8234.     protected function getMaker_FileManagerService()
  8235.     {
  8236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8241.         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'));
  8242.     }
  8243.     /**
  8244.      * Gets the private 'maker.generator' shared service.
  8245.      *
  8246.      * @return \Symfony\Bundle\MakerBundle\Generator
  8247.      */
  8248.     protected function getMaker_GeneratorService()
  8249.     {
  8250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8252.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8253.         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));
  8254.     }
  8255.     /**
  8256.      * Gets the private 'maker.php_compat_util' shared service.
  8257.      *
  8258.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8259.      */
  8260.     protected function getMaker_PhpCompatUtilService()
  8261.     {
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8263.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8264.     }
  8265.     /**
  8266.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8267.      *
  8268.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8269.      */
  8270.     protected function getMaker_Renderer_FormTypeRendererService()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8273.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8274.     }
  8275.     /**
  8276.      * Gets the private 'mime_types' shared service.
  8277.      *
  8278.      * @return \Symfony\Component\Mime\MimeTypes
  8279.      */
  8280.     protected function getMimeTypesService()
  8281.     {
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8285.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8286.         $instance->setDefault($instance);
  8287.         return $instance;
  8288.     }
  8289.     /**
  8290.      * Gets the private 'monolog.command.server_log' shared service.
  8291.      *
  8292.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8293.      */
  8294.     protected function getMonolog_Command_ServerLogService()
  8295.     {
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8298.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8299.         $instance->setName('server:log');
  8300.         $instance->setDescription('Start a log server that displays logs in real time');
  8301.         return $instance;
  8302.     }
  8303.     /**
  8304.      * Gets the private 'monolog.handler.console' shared service.
  8305.      *
  8306.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8307.      */
  8308.     protected function getMonolog_Handler_ConsoleService()
  8309.     {
  8310.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8311.     }
  8312.     /**
  8313.      * Gets the private 'monolog.handler.deprecation' shared service.
  8314.      *
  8315.      * @return \Monolog\Handler\RotatingFileHandler
  8316.      */
  8317.     protected function getMonolog_Handler_DeprecationService()
  8318.     {
  8319.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.deprecations.log'), 30100trueNULLfalse);
  8320.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8321.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8322.         return $instance;
  8323.     }
  8324.     /**
  8325.      * Gets the private 'monolog.handler.deprecation_filter' shared service.
  8326.      *
  8327.      * @return \Monolog\Handler\FilterHandler
  8328.      */
  8329.     protected function getMonolog_Handler_DeprecationFilterService()
  8330.     {
  8331.         return $this->privates['monolog.handler.deprecation_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()), 100200true);
  8332.     }
  8333.     /**
  8334.      * Gets the private 'monolog.handler.main' shared service.
  8335.      *
  8336.      * @return \Monolog\Handler\RotatingFileHandler
  8337.      */
  8338.     protected function getMonolog_Handler_MainService()
  8339.     {
  8340.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 30100trueNULLfalse);
  8341.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8342.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8343.         return $instance;
  8344.     }
  8345.     /**
  8346.      * Gets the private 'monolog.logger' shared service.
  8347.      *
  8348.      * @return \Symfony\Bridge\Monolog\Logger
  8349.      */
  8350.     protected function getMonolog_LoggerService()
  8351.     {
  8352.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8353.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8354.         $instance->useMicrosecondTimestamps(true);
  8355.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8356.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8357.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8358.         return $instance;
  8359.     }
  8360.     /**
  8361.      * Gets the private 'monolog.logger.cache' shared service.
  8362.      *
  8363.      * @return \Symfony\Bridge\Monolog\Logger
  8364.      */
  8365.     protected function getMonolog_Logger_CacheService()
  8366.     {
  8367.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8368.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8369.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8370.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8371.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8372.         return $instance;
  8373.     }
  8374.     /**
  8375.      * Gets the private 'monolog.logger.mailer' shared service.
  8376.      *
  8377.      * @return \Symfony\Bridge\Monolog\Logger
  8378.      */
  8379.     protected function getMonolog_Logger_MailerService()
  8380.     {
  8381.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8382.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8383.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8384.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8385.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8386.         return $instance;
  8387.     }
  8388.     /**
  8389.      * Gets the private 'monolog.logger.request' shared service.
  8390.      *
  8391.      * @return \Symfony\Bridge\Monolog\Logger
  8392.      */
  8393.     protected function getMonolog_Logger_RequestService()
  8394.     {
  8395.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8396.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8397.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8398.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8399.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8400.         return $instance;
  8401.     }
  8402.     /**
  8403.      * Gets the private 'monolog.logger.security' shared service.
  8404.      *
  8405.      * @return \Symfony\Bridge\Monolog\Logger
  8406.      */
  8407.     protected function getMonolog_Logger_SecurityService()
  8408.     {
  8409.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8410.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8411.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8412.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8413.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8414.         return $instance;
  8415.     }
  8416.     /**
  8417.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  8418.      *
  8419.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  8420.      */
  8421.     protected function getNelmioApiDoc_Describers_ConfigService()
  8422.     {
  8423.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  8425.         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' => []]]]);
  8426.     }
  8427.     /**
  8428.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  8429.      *
  8430.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  8431.      */
  8432.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  8433.     {
  8434.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8437.         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()));
  8438.     }
  8439.     /**
  8440.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  8441.      *
  8442.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  8443.      */
  8444.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  8445.     {
  8446.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8451.         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 () {
  8452.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  8453.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  8454.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  8455.         }, 3));
  8456.     }
  8457.     /**
  8458.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  8459.      *
  8460.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  8461.      */
  8462.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  8463.     {
  8464.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8466.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  8468.         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']);
  8469.     }
  8470.     /**
  8471.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  8472.      *
  8473.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  8474.      */
  8475.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  8476.     {
  8477.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  8482.         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 () {
  8483.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8484.             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()));
  8485.             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()));
  8486.             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()));
  8487.             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()));
  8488.             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()));
  8489.             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()));
  8490.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8491.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  8492.     }
  8493.     /**
  8494.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  8495.      *
  8496.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  8497.      */
  8498.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  8499.     {
  8500.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  8505.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  8506.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8507.             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()));
  8508.             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()));
  8509.             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()));
  8510.             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()));
  8511.             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()));
  8512.             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()));
  8513.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8514.         }, 8));
  8515.     }
  8516.     /**
  8517.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  8518.      *
  8519.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  8520.      */
  8521.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8526.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  8527.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  8528.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8529.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  8530.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  8531.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  8532.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  8533.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  8534.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  8535.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  8536.         }, 8));
  8537.     }
  8538.     /**
  8539.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  8540.      *
  8541.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  8542.      */
  8543.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  8544.     {
  8545.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  8548.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  8549.     }
  8550.     /**
  8551.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  8552.      *
  8553.      * @return \Symfony\Component\Routing\RouteCollection
  8554.      */
  8555.     protected function getNelmioApiDoc_Routes_DefaultService()
  8556.     {
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  8559.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8560.         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());
  8561.     }
  8562.     /**
  8563.      * Gets the private 'parameter_bag' shared service.
  8564.      *
  8565.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8566.      */
  8567.     protected function getParameterBagService()
  8568.     {
  8569.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8570.     }
  8571.     /**
  8572.      * Gets the private 'profiler_listener' shared service.
  8573.      *
  8574.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8575.      */
  8576.     protected function getProfilerListenerService()
  8577.     {
  8578.         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);
  8579.     }
  8580.     /**
  8581.      * Gets the private 'property_accessor' shared service.
  8582.      *
  8583.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8584.      */
  8585.     protected function getPropertyAccessorService()
  8586.     {
  8587.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8588.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8589.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8592.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8593.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8594.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8595.     }
  8596.     /**
  8597.      * Gets the private 'property_info' shared service.
  8598.      *
  8599.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8600.      */
  8601.     protected function getPropertyInfoService()
  8602.     {
  8603.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8604.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8605.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8606.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8607.         }, 3), new RewindableGenerator(function () {
  8608.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8609.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8610.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8611.         }, 3), new RewindableGenerator(function () {
  8612.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8613.         }, 1), new RewindableGenerator(function () {
  8614.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8615.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8616.         }, 2), new RewindableGenerator(function () {
  8617.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8618.         }, 1));
  8619.     }
  8620.     /**
  8621.      * Gets the private 'property_info.serializer_extractor' shared service.
  8622.      *
  8623.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8624.      */
  8625.     protected function getPropertyInfo_SerializerExtractorService()
  8626.     {
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8628.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8629.     }
  8630.     /**
  8631.      * Gets the private 'router.cache_warmer' shared service.
  8632.      *
  8633.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8634.      */
  8635.     protected function getRouter_CacheWarmerService()
  8636.     {
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8639.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8640.             'router' => ['services''router''getRouterService'false],
  8641.         ], [
  8642.             'router' => '?',
  8643.         ]))->withContext('router.cache_warmer'$this));
  8644.     }
  8645.     /**
  8646.      * Gets the private 'router.expression_language_provider' shared service.
  8647.      *
  8648.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8649.      */
  8650.     protected function getRouter_ExpressionLanguageProviderService()
  8651.     {
  8652.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8653.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8654.         ], [
  8655.             'env' => 'Closure',
  8656.         ]));
  8657.     }
  8658.     /**
  8659.      * Gets the private 'router.request_context' shared service.
  8660.      *
  8661.      * @return \Symfony\Component\Routing\RequestContext
  8662.      */
  8663.     protected function getRouter_RequestContextService()
  8664.     {
  8665.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8666.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8667.         return $instance;
  8668.     }
  8669.     /**
  8670.      * Gets the private 'router_listener' shared service.
  8671.      *
  8672.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8673.      */
  8674.     protected function getRouterListenerService()
  8675.     {
  8676.         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);
  8677.     }
  8678.     /**
  8679.      * Gets the private 'scheb_two_factor.authenticated_token_handler' shared service.
  8680.      *
  8681.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler
  8682.      */
  8683.     protected function getSchebTwoFactor_AuthenticatedTokenHandlerService($lazyLoad true)
  8684.     {
  8685.         if ($lazyLoad) {
  8686.             return $this->privates['scheb_two_factor.authenticated_token_handler'] = $this->createProxy('AuthenticatedTokenHandler_e3677d3', function () {
  8687.                 return \AuthenticatedTokenHandler_e3677d3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8688.                     $wrappedInstance $this->getSchebTwoFactor_AuthenticatedTokenHandlerService(false);
  8689.                     $proxy->setProxyInitializer(null);
  8690.                     return true;
  8691.                 });
  8692.             });
  8693.         }
  8694.         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']);
  8695.     }
  8696.     /**
  8697.      * Gets the private 'scheb_two_factor.condition_handler' shared service.
  8698.      *
  8699.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler
  8700.      */
  8701.     protected function getSchebTwoFactor_ConditionHandlerService($lazyLoad true)
  8702.     {
  8703.         if ($lazyLoad) {
  8704.             return $this->privates['scheb_two_factor.condition_handler'] = $this->createProxy('ConditionAuthenticationHandler_a1ee12f', function () {
  8705.                 return \ConditionAuthenticationHandler_a1ee12f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8706.                     $wrappedInstance $this->getSchebTwoFactor_ConditionHandlerService(false);
  8707.                     $proxy->setProxyInitializer(null);
  8708.                     return true;
  8709.                 });
  8710.             });
  8711.         }
  8712.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/DefaultTwoFactorCondition.php';
  8714.         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());
  8715.     }
  8716.     /**
  8717.      * Gets the private 'scheb_two_factor.default_backup_code_manager' shared service.
  8718.      *
  8719.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Backup\BackupCodeManager
  8720.      */
  8721.     protected function getSchebTwoFactor_DefaultBackupCodeManagerService()
  8722.     {
  8723.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/TwoFactor/Backup/BackupCodeManagerInterface.php';
  8724.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/TwoFactor/Backup/BackupCodeManager.php';
  8725.         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()));
  8726.     }
  8727.     /**
  8728.      * Gets the private 'scheb_two_factor.default_trusted_device_manager' shared service.
  8729.      *
  8730.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceManager
  8731.      */
  8732.     protected function getSchebTwoFactor_DefaultTrustedDeviceManagerService()
  8733.     {
  8734.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceManagerInterface.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceManager.php';
  8736.         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()));
  8737.     }
  8738.     /**
  8739.      * Gets the private 'scheb_two_factor.ip_whitelist_handler' shared service.
  8740.      *
  8741.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler
  8742.      */
  8743.     protected function getSchebTwoFactor_IpWhitelistHandlerService($lazyLoad true)
  8744.     {
  8745.         if ($lazyLoad) {
  8746.             return $this->privates['scheb_two_factor.ip_whitelist_handler'] = $this->createProxy('IpWhitelistHandler_06fe2b0', function () {
  8747.                 return \IpWhitelistHandler_06fe2b0::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8748.                     $wrappedInstance $this->getSchebTwoFactor_IpWhitelistHandlerService(false);
  8749.                     $proxy->setProxyInitializer(null);
  8750.                     return true;
  8751.                 });
  8752.             });
  8753.         }
  8754.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  8756.         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([]));
  8757.     }
  8758.     /**
  8759.      * Gets the private 'scheb_two_factor.provider_handler' shared service.
  8760.      *
  8761.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler
  8762.      */
  8763.     protected function getSchebTwoFactor_ProviderHandlerService($lazyLoad true)
  8764.     {
  8765.         if ($lazyLoad) {
  8766.             return $this->privates['scheb_two_factor.provider_handler'] = $this->createProxy('TwoFactorProviderHandler_3ecff6c', function () {
  8767.                 return \TwoFactorProviderHandler_3ecff6c::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8768.                     $wrappedInstance $this->getSchebTwoFactor_ProviderHandlerService(false);
  8769.                     $proxy->setProxyInitializer(null);
  8770.                     return true;
  8771.                 });
  8772.             });
  8773.         }
  8774.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  8776.         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())));
  8777.     }
  8778.     /**
  8779.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  8780.      *
  8781.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  8782.      */
  8783.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  8784.     {
  8785.         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()));
  8786.     }
  8787.     /**
  8788.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  8789.      *
  8790.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  8791.      */
  8792.     protected function getSchebTwoFactor_ProviderRegistryService()
  8793.     {
  8794.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  8795.             yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  8796.         }, 1));
  8797.     }
  8798.     /**
  8799.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  8800.      *
  8801.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  8802.      */
  8803.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  8804.     {
  8805.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  8806.     }
  8807.     /**
  8808.      * Gets the private 'scheb_two_factor.security.listener.check_backup_code' shared service.
  8809.      *
  8810.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckBackupCodeListener
  8811.      */
  8812.     protected function getSchebTwoFactor_Security_Listener_CheckBackupCodeService()
  8813.     {
  8814.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-backup-code/Security/Http/EventListener/CheckBackupCodeListener.php';
  8816.         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()));
  8817.     }
  8818.     /**
  8819.      * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  8820.      *
  8821.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  8822.      */
  8823.     protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  8824.     {
  8825.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  8827.         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()));
  8828.     }
  8829.     /**
  8830.      * Gets the private 'scheb_two_factor.security.listener.trusted_device' shared service.
  8831.      *
  8832.      * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\TrustedDeviceListener
  8833.      */
  8834.     protected function getSchebTwoFactor_Security_Listener_TrustedDeviceService()
  8835.     {
  8836.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/Http/EventListener/TrustedDeviceListener.php';
  8837.         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()));
  8838.     }
  8839.     /**
  8840.      * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  8841.      *
  8842.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  8843.      */
  8844.     protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad true)
  8845.     {
  8846.         if ($lazyLoad) {
  8847.             return $this->privates['scheb_two_factor.security.totp.default_form_renderer'] = $this->createProxy('DefaultTwoFactorFormRenderer_892ae3f', function () {
  8848.                 return \DefaultTwoFactorFormRenderer_892ae3f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8849.                     $wrappedInstance $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService(false);
  8850.                     $proxy->setProxyInitializer(null);
  8851.                     return true;
  8852.                 });
  8853.             });
  8854.         }
  8855.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@Cms/login/2fa.html.twig');
  8856.     }
  8857.     /**
  8858.      * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  8859.      *
  8860.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  8861.      */
  8862.     protected function getSchebTwoFactor_Security_Totp_ProviderService()
  8863.     {
  8864.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  8866.         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()));
  8867.     }
  8868.     /**
  8869.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  8870.      *
  8871.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  8872.      */
  8873.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  8874.     {
  8875.         if ($lazyLoad) {
  8876.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  8877.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8878.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  8879.                     $proxy->setProxyInitializer(null);
  8880.                     return true;
  8881.                 });
  8882.             });
  8883.         }
  8884.         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);
  8885.     }
  8886.     /**
  8887.      * Gets the private 'scheb_two_factor.trusted_device_handler' shared service.
  8888.      *
  8889.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TrustedDeviceHandler
  8890.      */
  8891.     protected function getSchebTwoFactor_TrustedDeviceHandlerService($lazyLoad true)
  8892.     {
  8893.         if ($lazyLoad) {
  8894.             return $this->privates['scheb_two_factor.trusted_device_handler'] = $this->createProxy('TrustedDeviceHandler_d0544bf', function () {
  8895.                 return \TrustedDeviceHandler_d0544bf::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8896.                     $wrappedInstance $this->getSchebTwoFactor_TrustedDeviceHandlerService(false);
  8897.                     $proxy->setProxyInitializer(null);
  8898.                     return true;
  8899.                 });
  8900.             });
  8901.         }
  8902.         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);
  8903.     }
  8904.     /**
  8905.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  8906.      *
  8907.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  8908.      */
  8909.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  8910.     {
  8911.         if ($lazyLoad) {
  8912.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  8913.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8914.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  8915.                     $proxy->setProxyInitializer(null);
  8916.                     return true;
  8917.                 });
  8918.             });
  8919.         }
  8920.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  8922.         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');
  8923.     }
  8924.     /**
  8925.      * Gets the private 'secrets.vault' shared service.
  8926.      *
  8927.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8928.      */
  8929.     protected function getSecrets_VaultService()
  8930.     {
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8935.         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'));
  8936.     }
  8937.     /**
  8938.      * Gets the private 'security.access_listener' shared service.
  8939.      *
  8940.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8941.      */
  8942.     protected function getSecurity_AccessListenerService()
  8943.     {
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8947.         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()));
  8948.     }
  8949.     /**
  8950.      * Gets the private 'security.access_map' shared service.
  8951.      *
  8952.      * @return \Symfony\Component\Security\Http\AccessMap
  8953.      */
  8954.     protected function getSecurity_AccessMapService()
  8955.     {
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8958.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8959.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/2fa'), [=> 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  8960.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/auth_login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8961.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/lostpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8962.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8963.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8964.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  8965.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8966.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/lostpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8967.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/login_check'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8968.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8969.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/portal'), [=> 'ROLE_STUDENT'=> 'ROLE_TEACHER'=> 'ROLE_OWNER'], NULL);
  8970.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8971.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8972.         return $instance;
  8973.     }
  8974.     /**
  8975.      * Gets the private 'security.authentication.access_listener.two_factor.admin_secured_area' shared service.
  8976.      *
  8977.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  8978.      */
  8979.     protected function getSecurity_Authentication_AccessListener_TwoFactor_AdminSecuredAreaService()
  8980.     {
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/FirewallListenerInterface.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  8985.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  8986.         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())));
  8987.     }
  8988.     /**
  8989.      * Gets the private 'security.authentication.authentication_required_handler.two_factor.admin_secured_area' shared service.
  8990.      *
  8991.      * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  8992.      */
  8993.     protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_AdminSecuredAreaService()
  8994.     {
  8995.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  8998.         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()), []);
  8999.     }
  9000.     /**
  9001.      * Gets the private 'security.authentication.form_listener.two_factor.admin_secured_area' shared service.
  9002.      *
  9003.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  9004.      */
  9005.     protected function getSecurity_Authentication_FormListener_TwoFactor_AdminSecuredAreaService()
  9006.     {
  9007.         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()));
  9008.     }
  9009.     /**
  9010.      * Gets the private 'security.authentication.guard_handler' shared service.
  9011.      *
  9012.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9013.      *
  9014.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9015.      */
  9016.     protected function getSecurity_Authentication_GuardHandlerService()
  9017.     {
  9018.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9021.         $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']);
  9022.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9023.         return $instance;
  9024.     }
  9025.     /**
  9026.      * Gets the private 'security.authentication.kernel_exception_listener.two_factor.admin_secured_area' shared service.
  9027.      *
  9028.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  9029.      */
  9030.     protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_AdminSecuredAreaService()
  9031.     {
  9032.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  9033.         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()));
  9034.     }
  9035.     /**
  9036.      * Gets the private 'security.authentication.listener.anonymous.admin_secured_area' 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.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9041.      */
  9042.     protected function getSecurity_Authentication_Listener_Anonymous_AdminSecuredAreaService()
  9043.     {
  9044.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9045.         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()));
  9046.     }
  9047.     /**
  9048.      * Gets the private 'security.authentication.listener.anonymous.api' 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.api" service is deprecated, use the new authenticator system instead.
  9053.      */
  9054.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9055.     {
  9056.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api" service is deprecated, use the new authenticator system instead.');
  9057.         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()));
  9058.     }
  9059.     /**
  9060.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9061.      *
  9062.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9063.      *
  9064.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9065.      */
  9066.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9067.     {
  9068.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9069.         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()));
  9070.     }
  9071.     /**
  9072.      * Gets the private 'security.authentication.listener.anonymous.user_secured_area' shared service.
  9073.      *
  9074.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9075.      *
  9076.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.user_secured_area" service is deprecated, use the new authenticator system instead.
  9077.      */
  9078.     protected function getSecurity_Authentication_Listener_Anonymous_UserSecuredAreaService()
  9079.     {
  9080.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9081.         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()));
  9082.     }
  9083.     /**
  9084.      * Gets the private 'security.authentication.listener.form.admin_secured_area' shared service.
  9085.      *
  9086.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9087.      *
  9088.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9089.      */
  9090.     protected function getSecurity_Authentication_Listener_Form_AdminSecuredAreaService()
  9091.     {
  9092.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9100.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9101.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9102.         $b->setOptions(['use_referer' => true'login_path' => '/admin/login''default_target_path' => '/admin''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9103.         $b->setFirewallName('admin_secured_area');
  9104.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9105.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9106.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9107.         $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);
  9108.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9109.         return $instance;
  9110.     }
  9111.     /**
  9112.      * Gets the private 'security.authentication.listener.form.user_secured_area' shared service.
  9113.      *
  9114.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9115.      *
  9116.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.user_secured_area" service is deprecated, use the new authenticator system instead.
  9117.      */
  9118.     protected function getSecurity_Authentication_Listener_Form_UserSecuredAreaService()
  9119.     {
  9120.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9128.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9129.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9130.         $b->setOptions(['use_referer' => true'login_path' => '/portal/login''default_target_path' => '/portal''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9131.         $b->setFirewallName('user_secured_area');
  9132.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9133.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9134.         $d->setOptions(['login_path' => '/portal/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9135.         $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);
  9136.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9137.         return $instance;
  9138.     }
  9139.     /**
  9140.      * Gets the private 'security.authentication.listener.fos_oauth_server.api' shared service.
  9141.      *
  9142.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  9143.      */
  9144.     protected function getSecurity_Authentication_Listener_FosOauthServer_ApiService()
  9145.     {
  9146.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  9147.         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()));
  9148.     }
  9149.     /**
  9150.      * Gets the private 'security.authentication.listener.guard.admin_secured_area' shared service.
  9151.      *
  9152.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9153.      *
  9154.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9155.      */
  9156.     protected function getSecurity_Authentication_Listener_Guard_AdminSecuredAreaService()
  9157.     {
  9158.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9159.         $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 () {
  9160.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9161.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9162.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9163.         return $instance;
  9164.     }
  9165.     /**
  9166.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9167.      *
  9168.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9169.      *
  9170.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  9171.      */
  9172.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9173.     {
  9174.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  9175.         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 () {
  9176.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9177.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9178.     }
  9179.     /**
  9180.      * Gets the private 'security.authentication.listener.guard.user_secured_area' shared service.
  9181.      *
  9182.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9183.      *
  9184.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.user_secured_area" service is deprecated, use the new authenticator system instead.
  9185.      */
  9186.     protected function getSecurity_Authentication_Listener_Guard_UserSecuredAreaService()
  9187.     {
  9188.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9189.         $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 () {
  9190.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9191.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9192.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9193.         return $instance;
  9194.     }
  9195.     /**
  9196.      * Gets the private 'security.authentication.listener.rememberme.admin_secured_area' shared service.
  9197.      *
  9198.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9199.      *
  9200.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.admin_secured_area" service is deprecated, use the new authenticator system instead.
  9201.      */
  9202.     protected function getSecurity_Authentication_Listener_Rememberme_AdminSecuredAreaService()
  9203.     {
  9204.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.admin_secured_area" service is deprecated, use the new authenticator system instead.');
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9207.         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'))));
  9208.     }
  9209.     /**
  9210.      * Gets the private 'security.authentication.listener.rememberme.user_secured_area' shared service.
  9211.      *
  9212.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9213.      *
  9214.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.user_secured_area" service is deprecated, use the new authenticator system instead.
  9215.      */
  9216.     protected function getSecurity_Authentication_Listener_Rememberme_UserSecuredAreaService()
  9217.     {
  9218.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.user_secured_area" service is deprecated, use the new authenticator system instead.');
  9219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9221.         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'))));
  9222.     }
  9223.     /**
  9224.      * Gets the private 'security.authentication.listener.two_factor.admin_secured_area' shared service.
  9225.      *
  9226.      * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener
  9227.      */
  9228.     protected function getSecurity_Authentication_Listener_TwoFactor_AdminSecuredAreaService()
  9229.     {
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorListener.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9237.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Csrf/NullCsrfTokenManager.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  9242.         $a = ($this->privates['security.firewall_config.two_factor.admin_secured_area'] ?? $this->getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService());
  9243.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9244.         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()));
  9245.     }
  9246.     /**
  9247.      * Gets the private 'security.authentication.manager' shared service.
  9248.      *
  9249.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9250.      *
  9251.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9252.      */
  9253.     protected function getSecurity_Authentication_ManagerService()
  9254.     {
  9255.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9256.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9257.             yield => ($this->privates['security.authentication.provider.guard.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService());
  9258.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_Api_TwoFactorDecoratorService());
  9259.             yield => ($this->privates['security.authentication.provider.anonymous.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecoratorService());
  9260.             yield => ($this->privates['security.authentication.provider.guard.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecoratorService());
  9261.             yield => ($this->privates['security.authentication.provider.dao.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecoratorService());
  9262.             yield => ($this->privates['security.authentication.provider.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_Provider_TwoFactor_AdminSecuredAreaService());
  9263.             yield => ($this->privates['security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecoratorService());
  9264.             yield => ($this->privates['security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecoratorService());
  9265.             yield => ($this->privates['security.authentication.provider.guard.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecoratorService());
  9266.             yield => ($this->privates['security.authentication.provider.dao.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecoratorService());
  9267.             yield 10 => ($this->privates['security.authentication.provider.rememberme.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecoratorService());
  9268.             yield 11 => ($this->privates['security.authentication.provider.anonymous.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecoratorService());
  9269.             yield 12 => ($this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService());
  9270.         }, 13), true);
  9271.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9272.         return $instance;
  9273.     }
  9274.     /**
  9275.      * Gets the private 'security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator' shared service.
  9276.      *
  9277.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9278.      */
  9279.     protected function getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecoratorService()
  9280.     {
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9286.         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())));
  9287.     }
  9288.     /**
  9289.      * Gets the private 'security.authentication.provider.anonymous.admin_secured_area.two_factor_decorator.inner' shared service.
  9290.      *
  9291.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9292.      *
  9293.      * @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.
  9294.      */
  9295.     protected function getSecurity_Authentication_Provider_Anonymous_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9296.     {
  9297.         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.');
  9298.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9299.     }
  9300.     /**
  9301.      * Gets the private 'security.authentication.provider.anonymous.api.two_factor_decorator' shared service.
  9302.      *
  9303.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9304.      */
  9305.     protected function getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecoratorService()
  9306.     {
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9312.         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())));
  9313.     }
  9314.     /**
  9315.      * Gets the private 'security.authentication.provider.anonymous.api.two_factor_decorator.inner' shared service.
  9316.      *
  9317.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9318.      *
  9319.      * @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.
  9320.      */
  9321.     protected function getSecurity_Authentication_Provider_Anonymous_Api_TwoFactorDecorator_InnerService()
  9322.     {
  9323.         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.');
  9324.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9325.     }
  9326.     /**
  9327.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator' shared service.
  9328.      *
  9329.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9330.      */
  9331.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService()
  9332.     {
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9336.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9338.         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())));
  9339.     }
  9340.     /**
  9341.      * Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator.inner' shared service.
  9342.      *
  9343.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9344.      *
  9345.      * @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.
  9346.      */
  9347.     protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService()
  9348.     {
  9349.         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.');
  9350.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9351.     }
  9352.     /**
  9353.      * Gets the private 'security.authentication.provider.anonymous.user_secured_area.two_factor_decorator' shared service.
  9354.      *
  9355.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9356.      */
  9357.     protected function getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecoratorService()
  9358.     {
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9361.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9364.         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())));
  9365.     }
  9366.     /**
  9367.      * Gets the private 'security.authentication.provider.anonymous.user_secured_area.two_factor_decorator.inner' shared service.
  9368.      *
  9369.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9370.      *
  9371.      * @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.
  9372.      */
  9373.     protected function getSecurity_Authentication_Provider_Anonymous_UserSecuredArea_TwoFactorDecorator_InnerService()
  9374.     {
  9375.         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.');
  9376.         return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9377.     }
  9378.     /**
  9379.      * Gets the private 'security.authentication.provider.dao.admin_secured_area.two_factor_decorator' shared service.
  9380.      *
  9381.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9382.      */
  9383.     protected function getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecoratorService()
  9384.     {
  9385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9387.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9390.         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())));
  9391.     }
  9392.     /**
  9393.      * Gets the private 'security.authentication.provider.dao.admin_secured_area.two_factor_decorator.inner' shared service.
  9394.      *
  9395.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9396.      *
  9397.      * @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.
  9398.      */
  9399.     protected function getSecurity_Authentication_Provider_Dao_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9400.     {
  9401.         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.');
  9402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9404.         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);
  9405.     }
  9406.     /**
  9407.      * Gets the private 'security.authentication.provider.dao.user_secured_area.two_factor_decorator' shared service.
  9408.      *
  9409.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9410.      */
  9411.     protected function getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecoratorService()
  9412.     {
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9416.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9417.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9418.         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())));
  9419.     }
  9420.     /**
  9421.      * Gets the private 'security.authentication.provider.dao.user_secured_area.two_factor_decorator.inner' shared service.
  9422.      *
  9423.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9424.      *
  9425.      * @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.
  9426.      */
  9427.     protected function getSecurity_Authentication_Provider_Dao_UserSecuredArea_TwoFactorDecorator_InnerService()
  9428.     {
  9429.         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.');
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9432.         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);
  9433.     }
  9434.     /**
  9435.      * Gets the private 'security.authentication.provider.fos_oauth_server.api.two_factor_decorator' shared service.
  9436.      *
  9437.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9438.      */
  9439.     protected function getSecurity_Authentication_Provider_FosOauthServer_Api_TwoFactorDecoratorService()
  9440.     {
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9449.         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())));
  9450.     }
  9451.     /**
  9452.      * Gets the private 'security.authentication.provider.guard.admin_secured_area.two_factor_decorator' shared service.
  9453.      *
  9454.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9455.      */
  9456.     protected function getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecoratorService()
  9457.     {
  9458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9463.         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())));
  9464.     }
  9465.     /**
  9466.      * Gets the private 'security.authentication.provider.guard.admin_secured_area.two_factor_decorator.inner' shared service.
  9467.      *
  9468.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9469.      *
  9470.      * @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.
  9471.      */
  9472.     protected function getSecurity_Authentication_Provider_Guard_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9473.     {
  9474.         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.');
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9477.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9478.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9479.         }, 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()));
  9480.     }
  9481.     /**
  9482.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator' shared service.
  9483.      *
  9484.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9485.      */
  9486.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService()
  9487.     {
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9490.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9492.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9493.         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())));
  9494.     }
  9495.     /**
  9496.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator.inner' shared service.
  9497.      *
  9498.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9499.      *
  9500.      * @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.
  9501.      */
  9502.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecorator_InnerService()
  9503.     {
  9504.         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.');
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9507.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9508.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9509.         }, 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()));
  9510.     }
  9511.     /**
  9512.      * Gets the private 'security.authentication.provider.guard.user_secured_area.two_factor_decorator' shared service.
  9513.      *
  9514.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9515.      */
  9516.     protected function getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecoratorService()
  9517.     {
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9520.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9521.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9522.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9523.         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())));
  9524.     }
  9525.     /**
  9526.      * Gets the private 'security.authentication.provider.guard.user_secured_area.two_factor_decorator.inner' shared service.
  9527.      *
  9528.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9529.      *
  9530.      * @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.
  9531.      */
  9532.     protected function getSecurity_Authentication_Provider_Guard_UserSecuredArea_TwoFactorDecorator_InnerService()
  9533.     {
  9534.         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.');
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9537.         return new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9538.             yield => ($this->privates['App\\CmsBundle\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  9539.         }, 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()));
  9540.     }
  9541.     /**
  9542.      * Gets the private 'security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator' shared service.
  9543.      *
  9544.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9545.      */
  9546.     protected function getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecoratorService()
  9547.     {
  9548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9550.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9553.         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())));
  9554.     }
  9555.     /**
  9556.      * Gets the private 'security.authentication.provider.rememberme.admin_secured_area.two_factor_decorator.inner' shared service.
  9557.      *
  9558.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9559.      *
  9560.      * @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.
  9561.      */
  9562.     protected function getSecurity_Authentication_Provider_Rememberme_AdminSecuredArea_TwoFactorDecorator_InnerService()
  9563.     {
  9564.         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.');
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9567.         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');
  9568.     }
  9569.     /**
  9570.      * Gets the private 'security.authentication.provider.rememberme.user_secured_area.two_factor_decorator' shared service.
  9571.      *
  9572.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  9573.      */
  9574.     protected function getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecoratorService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9578.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  9579.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  9580.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  9581.         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())));
  9582.     }
  9583.     /**
  9584.      * Gets the private 'security.authentication.provider.rememberme.user_secured_area.two_factor_decorator.inner' shared service.
  9585.      *
  9586.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9587.      *
  9588.      * @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.
  9589.      */
  9590.     protected function getSecurity_Authentication_Provider_Rememberme_UserSecuredArea_TwoFactorDecorator_InnerService()
  9591.     {
  9592.         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.');
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9595.         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');
  9596.     }
  9597.     /**
  9598.      * Gets the private 'security.authentication.provider.two_factor.admin_secured_area' shared service.
  9599.      *
  9600.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider
  9601.      */
  9602.     protected function getSecurity_Authentication_Provider_TwoFactor_AdminSecuredAreaService()
  9603.     {
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/TwoFactorAuthenticationProvider.php';
  9607.         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()));
  9608.     }
  9609.     /**
  9610.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.admin_secured_area' shared service.
  9611.      *
  9612.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  9613.      */
  9614.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService()
  9615.     {
  9616.         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);
  9617.     }
  9618.     /**
  9619.      * Gets the private 'security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator' shared service.
  9620.      *
  9621.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  9622.      */
  9623.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()
  9624.     {
  9625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9627.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9630.         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 () {
  9631.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9632.         }, 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())));
  9633.     }
  9634.     /**
  9635.      * Gets the private 'security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator' shared service.
  9636.      *
  9637.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  9638.      */
  9639.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()
  9640.     {
  9641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9646.         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 () {
  9647.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9648.         }, 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())));
  9649.     }
  9650.     /**
  9651.      * Gets the private 'security.authentication.switchuser_listener.admin_secured_area' shared service.
  9652.      *
  9653.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9654.      */
  9655.     protected function getSecurity_Authentication_SwitchuserListener_AdminSecuredAreaService()
  9656.     {
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9662.         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);
  9663.     }
  9664.     /**
  9665.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  9666.      *
  9667.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9668.      */
  9669.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  9670.     {
  9671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9676.         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);
  9677.     }
  9678.     /**
  9679.      * Gets the private 'security.authentication.switchuser_listener.user_secured_area' shared service.
  9680.      *
  9681.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9682.      */
  9683.     protected function getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService()
  9684.     {
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9690.         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);
  9691.     }
  9692.     /**
  9693.      * Gets the private 'security.channel_listener' shared service.
  9694.      *
  9695.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9696.      */
  9697.     protected function getSecurity_ChannelListenerService()
  9698.     {
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9702.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9703.         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());
  9704.     }
  9705.     /**
  9706.      * Gets the private 'security.command.debug_firewall' shared service.
  9707.      *
  9708.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9709.      */
  9710.     protected function getSecurity_Command_DebugFirewallService()
  9711.     {
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9714.         $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);
  9715.         $instance->setName('debug:firewall');
  9716.         $instance->setDescription('Display information about your security firewall(s)');
  9717.         return $instance;
  9718.     }
  9719.     /**
  9720.      * Gets the private 'security.command.user_password_encoder' shared service.
  9721.      *
  9722.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9723.      *
  9724.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9725.      */
  9726.     protected function getSecurity_Command_UserPasswordEncoderService()
  9727.     {
  9728.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9729.         $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']);
  9730.         $instance->setName('security:encode-password');
  9731.         $instance->setDescription('Encode a password');
  9732.         return $instance;
  9733.     }
  9734.     /**
  9735.      * Gets the private 'security.command.user_password_hash' shared service.
  9736.      *
  9737.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9738.      */
  9739.     protected function getSecurity_Command_UserPasswordHashService()
  9740.     {
  9741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9742.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9743.         $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']);
  9744.         $instance->setName('security:hash-password');
  9745.         $instance->setDescription('Hash a user password');
  9746.         return $instance;
  9747.     }
  9748.     /**
  9749.      * Gets the private 'security.context_listener.0' shared service.
  9750.      *
  9751.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9752.      */
  9753.     protected function getSecurity_ContextListener_0Service()
  9754.     {
  9755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9758.         $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 () {
  9759.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  9760.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9761.         }, 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']);
  9762.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminSecuredArea_TwoFactorDecoratorService()));
  9763.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.user_secured_area.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_UserSecuredArea_TwoFactorDecoratorService()));
  9764.         return $instance;
  9765.     }
  9766.     /**
  9767.      * Gets the private 'security.csrf.token_storage' shared service.
  9768.      *
  9769.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9770.      */
  9771.     protected function getSecurity_Csrf_TokenStorageService()
  9772.     {
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9776.         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())));
  9777.     }
  9778.     /**
  9779.      * Gets the private 'security.encoder_factory.generic' shared service.
  9780.      *
  9781.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9782.      *
  9783.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9784.      */
  9785.     protected function getSecurity_EncoderFactory_GenericService()
  9786.     {
  9787.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9788.         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']]]);
  9789.     }
  9790.     /**
  9791.      * Gets the private 'security.event_dispatcher.admin_secured_area' shared service.
  9792.      *
  9793.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9794.      */
  9795.     protected function getSecurity_EventDispatcher_AdminSecuredAreaService()
  9796.     {
  9797.         $this->privates['security.event_dispatcher.admin_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9798.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9799.             return ($this->privates['security.logout.listener.default.admin_secured_area'] ?? $this->getSecurity_Logout_Listener_Default_AdminSecuredAreaService());
  9800.         }, => 'onLogout'], 64);
  9801.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9802.             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()));
  9803.         }, => 'onLogout'], 0);
  9804.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9805.             return ($this->privates['security.logout.listener.remember_me.admin_secured_area'] ?? $this->getSecurity_Logout_Listener_RememberMe_AdminSecuredAreaService());
  9806.         }, => 'onLogout'], 0);
  9807.         $instance->addListener('security.interactive_login', [=> function () {
  9808.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9809.         }, => 'onInteractiveLogin'], 0);
  9810.         $instance->addListener('security.interactive_login', [=> function () {
  9811.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9812.         }, => 'onSecurityInteractiveLogin'], 0);
  9813.         $instance->addListener('security.authentication.success', [=> function () {
  9814.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9815.         }, => 'onLogin'], 9223372036854775807);
  9816.         $instance->addListener('security.authentication.success', [=> function () {
  9817.             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()));
  9818.         }, => 'onLogin'], 9223372036854775806);
  9819.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9820.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9821.         }, => 'checkPassport'], 0);
  9822.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9823.             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()));
  9824.         }, => 'onSuccessfulLogin'], -63);
  9825.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9826.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9827.         }, => 'onSuccessfulLogin'], 0);
  9828.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9829.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9830.         }, => 'checkPassport'], 16);
  9831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9832.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9833.         }, => 'onLogout'], 0);
  9834.         return $instance;
  9835.     }
  9836.     /**
  9837.      * Gets the private 'security.event_dispatcher.api' shared service.
  9838.      *
  9839.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9840.      */
  9841.     protected function getSecurity_EventDispatcher_ApiService()
  9842.     {
  9843.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9844.         $instance->addListener('security.interactive_login', [=> function () {
  9845.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9846.         }, => 'onInteractiveLogin'], 0);
  9847.         $instance->addListener('security.interactive_login', [=> function () {
  9848.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9849.         }, => 'onSecurityInteractiveLogin'], 0);
  9850.         $instance->addListener('security.authentication.success', [=> function () {
  9851.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9852.         }, => 'onLogin'], 9223372036854775807);
  9853.         $instance->addListener('security.authentication.success', [=> function () {
  9854.             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()));
  9855.         }, => 'onLogin'], 9223372036854775806);
  9856.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9857.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9858.         }, => 'checkPassport'], 0);
  9859.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9860.             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()));
  9861.         }, => 'onSuccessfulLogin'], -63);
  9862.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9863.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9864.         }, => 'onSuccessfulLogin'], 0);
  9865.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9866.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9867.         }, => 'checkPassport'], 16);
  9868.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9869.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9870.         }, => 'onLogout'], 0);
  9871.         return $instance;
  9872.     }
  9873.     /**
  9874.      * Gets the private 'security.event_dispatcher.main' shared service.
  9875.      *
  9876.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9877.      */
  9878.     protected function getSecurity_EventDispatcher_MainService()
  9879.     {
  9880.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9881.         $instance->addListener('security.interactive_login', [=> function () {
  9882.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9883.         }, => 'onInteractiveLogin'], 0);
  9884.         $instance->addListener('security.interactive_login', [=> function () {
  9885.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9886.         }, => 'onSecurityInteractiveLogin'], 0);
  9887.         $instance->addListener('security.authentication.success', [=> function () {
  9888.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9889.         }, => 'onLogin'], 9223372036854775807);
  9890.         $instance->addListener('security.authentication.success', [=> function () {
  9891.             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()));
  9892.         }, => 'onLogin'], 9223372036854775806);
  9893.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9894.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9895.         }, => 'checkPassport'], 0);
  9896.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9897.             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()));
  9898.         }, => 'onSuccessfulLogin'], -63);
  9899.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9900.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9901.         }, => 'onSuccessfulLogin'], 0);
  9902.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9903.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9904.         }, => 'checkPassport'], 16);
  9905.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9906.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9907.         }, => 'onLogout'], 0);
  9908.         return $instance;
  9909.     }
  9910.     /**
  9911.      * Gets the private 'security.event_dispatcher.user_secured_area' shared service.
  9912.      *
  9913.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9914.      */
  9915.     protected function getSecurity_EventDispatcher_UserSecuredAreaService()
  9916.     {
  9917.         $this->privates['security.event_dispatcher.user_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9918.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9919.             return ($this->privates['security.logout.listener.default.user_secured_area'] ?? $this->getSecurity_Logout_Listener_Default_UserSecuredAreaService());
  9920.         }, => 'onLogout'], 64);
  9921.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9922.             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()));
  9923.         }, => 'onLogout'], 0);
  9924.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9925.             return ($this->privates['security.logout.listener.remember_me.user_secured_area'] ?? $this->getSecurity_Logout_Listener_RememberMe_UserSecuredAreaService());
  9926.         }, => 'onLogout'], 0);
  9927.         $instance->addListener('security.interactive_login', [=> function () {
  9928.             return ($this->privates['app.user_locale_listener'] ?? $this->getApp_UserLocaleListenerService());
  9929.         }, => 'onInteractiveLogin'], 0);
  9930.         $instance->addListener('security.interactive_login', [=> function () {
  9931.             return ($this->privates['account.security_listener'] ?? $this->getAccount_SecurityListenerService());
  9932.         }, => 'onSecurityInteractiveLogin'], 0);
  9933.         $instance->addListener('security.authentication.success', [=> function () {
  9934.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_AdminSecuredAreaService());
  9935.         }, => 'onLogin'], 9223372036854775807);
  9936.         $instance->addListener('security.authentication.success', [=> function () {
  9937.             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()));
  9938.         }, => 'onLogin'], 9223372036854775806);
  9939.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9940.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  9941.         }, => 'checkPassport'], 0);
  9942.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9943.             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()));
  9944.         }, => 'onSuccessfulLogin'], -63);
  9945.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9946.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->getSchebTwoFactor_Security_Listener_TrustedDeviceService());
  9947.         }, => 'onSuccessfulLogin'], 0);
  9948.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9949.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckBackupCodeService());
  9950.         }, => 'checkPassport'], 16);
  9951.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9952.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9953.         }, => 'onLogout'], 0);
  9954.         return $instance;
  9955.     }
  9956.     /**
  9957.      * Gets the private 'security.firewall.map' shared service.
  9958.      *
  9959.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9960.      */
  9961.     protected function getSecurity_Firewall_MapService()
  9962.     {
  9963.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.gArUn4e'] ?? $this->get_ServiceLocator_GArUn4eService()), new RewindableGenerator(function () {
  9964.             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')));
  9965.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9966.             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')));
  9967.             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')));
  9968.             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)/')));
  9969.             yield 'security.firewall.map.context.main' => NULL;
  9970.         }, 6));
  9971.     }
  9972.     /**
  9973.      * Gets the private 'security.firewall.map.context.admin_secured_area' shared service.
  9974.      *
  9975.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9976.      */
  9977.     protected function getSecurity_Firewall_Map_Context_AdminSecuredAreaService()
  9978.     {
  9979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9988.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9989.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9990.         return $this->privates['security.firewall.map.context.admin_secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9991.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9992.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9993.             yield => ($this->privates['security.authentication.listener.guard.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminSecuredAreaService());
  9994.             yield => ($this->privates['security.authentication.listener.form.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_AdminSecuredAreaService());
  9995.             yield => ($this->privates['security.authentication.listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_TwoFactor_AdminSecuredAreaService());
  9996.             yield => ($this->privates['security.authentication.listener.rememberme.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Rememberme_AdminSecuredAreaService());
  9997.             yield => ($this->privates['security.authentication.listener.anonymous.admin_secured_area'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminSecuredAreaService());
  9998.             yield => ($this->privates['security.authentication.switchuser_listener.admin_secured_area'] ?? $this->getSecurity_Authentication_SwitchuserListener_AdminSecuredAreaService());
  9999.             yield => ($this->privates['security.authentication.access_listener.two_factor.admin_secured_area'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_AdminSecuredAreaService());
  10000.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10001.         }, 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']));
  10002.     }
  10003.     /**
  10004.      * Gets the private 'security.firewall.map.context.api' shared service.
  10005.      *
  10006.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10007.      */
  10008.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10009.     {
  10010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10014.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/EntryPoint/OAuthEntryPoint.php';
  10015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10016.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10017.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10018.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10019.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_ApiService());
  10020.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  10021.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10022.         }, 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));
  10023.     }
  10024.     /**
  10025.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10026.      *
  10027.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10028.      */
  10029.     protected function getSecurity_Firewall_Map_Context_DevService()
  10030.     {
  10031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10033.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10034.             return new \EmptyIterator();
  10035.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10036.     }
  10037.     /**
  10038.      * Gets the private 'security.firewall.map.context.main' shared service.
  10039.      *
  10040.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10041.      */
  10042.     protected function getSecurity_Firewall_Map_Context_MainService()
  10043.     {
  10044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10049.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10050.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10051.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10052.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10053.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  10054.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10055.         }, 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())));
  10056.     }
  10057.     /**
  10058.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  10059.      *
  10060.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10061.      */
  10062.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  10063.     {
  10064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10066.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10067.             return new \EmptyIterator();
  10068.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10069.     }
  10070.     /**
  10071.      * Gets the private 'security.firewall.map.context.user_secured_area' shared service.
  10072.      *
  10073.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10074.      */
  10075.     protected function getSecurity_Firewall_Map_Context_UserSecuredAreaService()
  10076.     {
  10077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10086.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10087.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10088.         return $this->privates['security.firewall.map.context.user_secured_area'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10089.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10090.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10091.             yield => ($this->privates['security.authentication.listener.guard.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Guard_UserSecuredAreaService());
  10092.             yield => ($this->privates['security.authentication.listener.form.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Form_UserSecuredAreaService());
  10093.             yield => ($this->privates['security.authentication.listener.rememberme.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Rememberme_UserSecuredAreaService());
  10094.             yield => ($this->privates['security.authentication.listener.anonymous.user_secured_area'] ?? $this->getSecurity_Authentication_Listener_Anonymous_UserSecuredAreaService());
  10095.             yield => ($this->privates['security.authentication.switchuser_listener.user_secured_area'] ?? $this->getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService());
  10096.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10097.         }, 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']));
  10098.     }
  10099.     /**
  10100.      * Gets the private 'security.firewall_config.two_factor.admin_secured_area' shared service.
  10101.      *
  10102.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  10103.      */
  10104.     protected function getSecurity_FirewallConfig_TwoFactor_AdminSecuredAreaService()
  10105.     {
  10106.         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());
  10107.     }
  10108.     /**
  10109.      * Gets the private 'security.http_utils' shared service.
  10110.      *
  10111.      * @return \Symfony\Component\Security\Http\HttpUtils
  10112.      */
  10113.     protected function getSecurity_HttpUtilsService()
  10114.     {
  10115.         $a = ($this->services['router'] ?? $this->getRouterService());
  10116.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10117.     }
  10118.     /**
  10119.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10120.      *
  10121.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10122.      */
  10123.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10124.     {
  10125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10126.         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()));
  10127.     }
  10128.     /**
  10129.      * Gets the private 'security.logout.listener.default.admin_secured_area' shared service.
  10130.      *
  10131.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10132.      */
  10133.     protected function getSecurity_Logout_Listener_Default_AdminSecuredAreaService()
  10134.     {
  10135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10136.         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');
  10137.     }
  10138.     /**
  10139.      * Gets the private 'security.logout.listener.default.user_secured_area' shared service.
  10140.      *
  10141.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10142.      */
  10143.     protected function getSecurity_Logout_Listener_Default_UserSecuredAreaService()
  10144.     {
  10145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10146.         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');
  10147.     }
  10148.     /**
  10149.      * Gets the private 'security.logout.listener.remember_me.admin_secured_area' shared service.
  10150.      *
  10151.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10152.      */
  10153.     protected function getSecurity_Logout_Listener_RememberMe_AdminSecuredAreaService()
  10154.     {
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10156.         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()));
  10157.     }
  10158.     /**
  10159.      * Gets the private 'security.logout.listener.remember_me.user_secured_area' shared service.
  10160.      *
  10161.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10162.      */
  10163.     protected function getSecurity_Logout_Listener_RememberMe_UserSecuredAreaService()
  10164.     {
  10165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10166.         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()));
  10167.     }
  10168.     /**
  10169.      * Gets the private 'security.logout_url_generator' shared service.
  10170.      *
  10171.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10172.      */
  10173.     protected function getSecurity_LogoutUrlGeneratorService()
  10174.     {
  10175.         $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()));
  10176.         $instance->registerListener('admin_secured_area''/admin/logout''logout''_csrf_token'NULL'primary_auth');
  10177.         $instance->registerListener('user_secured_area''/portal/logout''logout''_csrf_token'NULL'primary_auth');
  10178.         return $instance;
  10179.     }
  10180.     /**
  10181.      * Gets the private 'security.password_hasher_factory' shared service.
  10182.      *
  10183.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10184.      */
  10185.     protected function getSecurity_PasswordHasherFactoryService()
  10186.     {
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10189.         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']]]);
  10190.     }
  10191.     /**
  10192.      * Gets the private 'security.role_hierarchy' shared service.
  10193.      *
  10194.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10195.      */
  10196.     protected function getSecurity_RoleHierarchyService()
  10197.     {
  10198.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10199.     }
  10200.     /**
  10201.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  10202.      *
  10203.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10204.      */
  10205.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  10206.     {
  10207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10210.         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);
  10211.     }
  10212.     /**
  10213.      * Gets the private 'security.user_password_hasher' shared service.
  10214.      *
  10215.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  10216.      */
  10217.     protected function getSecurity_UserPasswordHasherService()
  10218.     {
  10219.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  10221.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10222.     }
  10223.     /**
  10224.      * Gets the private 'security.validator.user_password' shared service.
  10225.      *
  10226.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10227.      */
  10228.     protected function getSecurity_Validator_UserPasswordService()
  10229.     {
  10230.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10231.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10233.         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()));
  10234.     }
  10235.     /**
  10236.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10237.      *
  10238.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10239.      */
  10240.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10241.     {
  10242.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10243.     }
  10244.     /**
  10245.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10246.      *
  10247.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10248.      */
  10249.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10250.     {
  10251.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10252.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10253.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10254.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10255.     }
  10256.     /**
  10257.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10258.      *
  10259.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10260.      */
  10261.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10262.     {
  10263.         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()));
  10264.     }
  10265.     /**
  10266.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10267.      *
  10268.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10269.      */
  10270.     protected function getSensioFrameworkExtra_View_ListenerService()
  10271.     {
  10272.         $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))));
  10273.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10274.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10275.         ], [
  10276.             'twig' => '?',
  10277.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10278.         return $instance;
  10279.     }
  10280.     /**
  10281.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10282.      *
  10283.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10284.      */
  10285.     protected function getSerializer_Mapping_CacheWarmerService()
  10286.     {
  10287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10290.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10291.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10292.         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'));
  10293.     }
  10294.     /**
  10295.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10296.      *
  10297.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10298.      */
  10299.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10300.     {
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10303.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10304.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10306.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10307.         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()))]));
  10308.     }
  10309.     /**
  10310.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10311.      *
  10312.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10313.      */
  10314.     protected function getSerializer_NameConverter_MetadataAwareService()
  10315.     {
  10316.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  10317.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  10318.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  10319.         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()));
  10320.     }
  10321.     /**
  10322.      * Gets the private 'session.factory' shared service.
  10323.      *
  10324.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10325.      */
  10326.     protected function getSession_FactoryService()
  10327.     {
  10328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10330.         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']);
  10331.     }
  10332.     /**
  10333.      * Gets the private 'session.storage.factory.service' shared service.
  10334.      *
  10335.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10336.      *
  10337.      * @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.
  10338.      */
  10339.     protected function getSession_Storage_Factory_ServiceService()
  10340.     {
  10341.         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.');
  10342.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10343.     }
  10344.     /**
  10345.      * Gets the private 'session.storage.metadata_bag' shared service.
  10346.      *
  10347.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10348.      *
  10349.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10350.      */
  10351.     protected function getSession_Storage_MetadataBagService()
  10352.     {
  10353.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10354.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10355.     }
  10356.     /**
  10357.      * Gets the private 'session.storage.native' shared service.
  10358.      *
  10359.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10360.      *
  10361.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10362.      */
  10363.     protected function getSession_Storage_NativeService()
  10364.     {
  10365.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  10369.         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());
  10370.     }
  10371.     /**
  10372.      * Gets the private 'session_listener' shared service.
  10373.      *
  10374.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10375.      */
  10376.     protected function getSessionListenerService()
  10377.     {
  10378.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10379.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10380.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10381.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10382.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10383.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10384.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10385.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10386.         ], [
  10387.             'initialized_session' => '?',
  10388.             'logger' => '?',
  10389.             'request_stack' => '?',
  10390.             'session' => '?',
  10391.             'session_collector' => '?',
  10392.             'session_factory' => '?',
  10393.             'session_storage' => '?',
  10394.         ]), true$this->parameters['session.storage.options']);
  10395.     }
  10396.     /**
  10397.      * Gets the private 'translation.extractor' shared service.
  10398.      *
  10399.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10400.      */
  10401.     protected function getTranslation_ExtractorService()
  10402.     {
  10403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10408.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10409.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10410.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10411.         return $instance;
  10412.     }
  10413.     /**
  10414.      * Gets the private 'translation.loader.csv' shared service.
  10415.      *
  10416.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10417.      */
  10418.     protected function getTranslation_Loader_CsvService()
  10419.     {
  10420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10424.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10425.     }
  10426.     /**
  10427.      * Gets the private 'translation.loader.dat' shared service.
  10428.      *
  10429.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10430.      */
  10431.     protected function getTranslation_Loader_DatService()
  10432.     {
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10436.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10437.     }
  10438.     /**
  10439.      * Gets the private 'translation.loader.ini' shared service.
  10440.      *
  10441.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10442.      */
  10443.     protected function getTranslation_Loader_IniService()
  10444.     {
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10449.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10450.     }
  10451.     /**
  10452.      * Gets the private 'translation.loader.json' shared service.
  10453.      *
  10454.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10455.      */
  10456.     protected function getTranslation_Loader_JsonService()
  10457.     {
  10458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10462.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10463.     }
  10464.     /**
  10465.      * Gets the private 'translation.loader.mo' shared service.
  10466.      *
  10467.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10468.      */
  10469.     protected function getTranslation_Loader_MoService()
  10470.     {
  10471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10475.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10476.     }
  10477.     /**
  10478.      * Gets the private 'translation.loader.php' shared service.
  10479.      *
  10480.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10481.      */
  10482.     protected function getTranslation_Loader_PhpService()
  10483.     {
  10484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10488.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10489.     }
  10490.     /**
  10491.      * Gets the private 'translation.loader.po' shared service.
  10492.      *
  10493.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10494.      */
  10495.     protected function getTranslation_Loader_PoService()
  10496.     {
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10501.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10502.     }
  10503.     /**
  10504.      * Gets the private 'translation.loader.qt' shared service.
  10505.      *
  10506.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10507.      */
  10508.     protected function getTranslation_Loader_QtService()
  10509.     {
  10510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10512.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10513.     }
  10514.     /**
  10515.      * Gets the private 'translation.loader.res' shared service.
  10516.      *
  10517.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10518.      */
  10519.     protected function getTranslation_Loader_ResService()
  10520.     {
  10521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10523.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10524.     }
  10525.     /**
  10526.      * Gets the private 'translation.loader.xliff' shared service.
  10527.      *
  10528.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10529.      */
  10530.     protected function getTranslation_Loader_XliffService()
  10531.     {
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10534.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10535.     }
  10536.     /**
  10537.      * Gets the private 'translation.loader.yml' shared service.
  10538.      *
  10539.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10540.      */
  10541.     protected function getTranslation_Loader_YmlService()
  10542.     {
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10547.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10548.     }
  10549.     /**
  10550.      * Gets the private 'translation.provider_collection' shared service.
  10551.      *
  10552.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10553.      */
  10554.     protected function getTranslation_ProviderCollectionService()
  10555.     {
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10558.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10559.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10560.         }, 1), []))->fromConfig([]);
  10561.     }
  10562.     /**
  10563.      * Gets the private 'translation.reader' shared service.
  10564.      *
  10565.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10566.      */
  10567.     protected function getTranslation_ReaderService()
  10568.     {
  10569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10585.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10586.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10587.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10588.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10589.         $instance->addLoader('yaml'$a);
  10590.         $instance->addLoader('yml'$a);
  10591.         $instance->addLoader('xlf'$b);
  10592.         $instance->addLoader('xliff'$b);
  10593.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10594.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10595.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10596.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10597.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10598.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10599.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10600.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10601.         $instance->addLoader('db', ($this->services['translation.loader.db'] ?? $this->getTranslation_Loader_DbService()));
  10602.         return $instance;
  10603.     }
  10604.     /**
  10605.      * Gets the private 'translation.warmer' shared service.
  10606.      *
  10607.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10608.      */
  10609.     protected function getTranslation_WarmerService()
  10610.     {
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10613.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10614.             'translator' => ['services''translator''getTranslatorService'false],
  10615.         ], [
  10616.             'translator' => '?',
  10617.         ]))->withContext('translation.warmer'$this));
  10618.     }
  10619.     /**
  10620.      * Gets the private 'translation.writer' shared service.
  10621.      *
  10622.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10623.      */
  10624.     protected function getTranslation_WriterService()
  10625.     {
  10626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10639.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10640.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10641.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10642.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10643.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10644.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10645.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10646.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10647.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10648.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10649.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10650.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10651.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10652.         return $instance;
  10653.     }
  10654.     /**
  10655.      * Gets the private 'translator.default' shared service.
  10656.      *
  10657.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10658.      */
  10659.     protected function getTranslator_DefaultService()
  10660.     {
  10661.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10662.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10663.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10664.             'translation.loader.db' => ['services''translation.loader.db''getTranslation_Loader_DbService'false],
  10665.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10666.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10667.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10668.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10669.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10670.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10671.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10672.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10673.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10674.         ], [
  10675.             'translation.loader.csv' => '?',
  10676.             'translation.loader.dat' => '?',
  10677.             'translation.loader.db' => '?',
  10678.             'translation.loader.ini' => '?',
  10679.             'translation.loader.json' => '?',
  10680.             'translation.loader.mo' => '?',
  10681.             'translation.loader.php' => '?',
  10682.             'translation.loader.po' => '?',
  10683.             'translation.loader.qt' => '?',
  10684.             'translation.loader.res' => '?',
  10685.             'translation.loader.xliff' => '?',
  10686.             'translation.loader.yml' => '?',
  10687.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'nl', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json'], 'translation.loader.db' => [=> 'db']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSOAuthServerBundle.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/SchebTwoFactorBundle.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/blog.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cms.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cookiebar.de.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/forms.de.db'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/frontend.de.db'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/login.de.db'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/messages.de.db'), 13 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/search.de.db'), 14 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/security.de.db'), 15 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop-backend.de.db'), 16 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop.de.db'), 17 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop_backend.de.db'), 18 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/FOSOAuthServerBundle.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/SchebTwoFactorBundle.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/blog.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cms.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cookiebar.nl.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/forms.nl.db'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/frontend.nl.db'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/login.nl.db'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/messages.nl.db'), 13 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/search.nl.db'), 14 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/security.nl.db'), 15 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop-backend.nl.db'), 16 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop.nl.db'), 17 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop_backend.nl.db'), 18 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'gb' => [=> (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/SchebTwoFactorBundle.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/blog.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cms.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/cookiebar.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/forms.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/frontend.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/login.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/messages.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/search.gb.db'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/security.gb.db'), 10 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop-backend.gb.db'), 11 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop.gb.db'), 12 => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations/webshop_backend.gb.db')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/CmsBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 22 => (\dirname(__DIR__4).'/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']]], []);
  10688.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10689.         $instance->setFallbackLocales([=> 'nl'=> 'nl']);
  10690.         return $instance;
  10691.     }
  10692.     /**
  10693.      * Gets the private 'trinity.form.type.cron_task' shared service.
  10694.      *
  10695.      * @return \App\CmsBundle\Form\CronTaskType
  10696.      */
  10697.     protected function getTrinity_Form_Type_CronTaskService()
  10698.     {
  10699.         return $this->privates['trinity.form.type.cron_task'] = new \App\CmsBundle\Form\CronTaskType($this);
  10700.     }
  10701.     /**
  10702.      * Gets the private 'twig.command.debug' shared service.
  10703.      *
  10704.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10705.      */
  10706.     protected function getTwig_Command_DebugService()
  10707.     {
  10708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10709.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10710.         $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()));
  10711.         $instance->setName('debug:twig');
  10712.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10713.         return $instance;
  10714.     }
  10715.     /**
  10716.      * Gets the private 'twig.command.lint' shared service.
  10717.      *
  10718.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10719.      */
  10720.     protected function getTwig_Command_LintService()
  10721.     {
  10722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10723.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10724.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10725.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10726.         $instance->setName('lint:twig');
  10727.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10728.         return $instance;
  10729.     }
  10730.     /**
  10731.      * Gets the private 'twig.form.renderer' shared service.
  10732.      *
  10733.      * @return \Symfony\Component\Form\FormRenderer
  10734.      */
  10735.     protected function getTwig_Form_RendererService()
  10736.     {
  10737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10742.         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()));
  10743.     }
  10744.     /**
  10745.      * Gets the private 'twig.mailer.message_listener' shared service.
  10746.      *
  10747.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10748.      */
  10749.     protected function getTwig_Mailer_MessageListenerService()
  10750.     {
  10751.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10754.         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())));
  10755.     }
  10756.     /**
  10757.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10758.      *
  10759.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10760.      */
  10761.     protected function getTwig_Runtime_HttpkernelService()
  10762.     {
  10763.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10769.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10770.         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, [
  10771.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  10772.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10773.         ], [
  10774.             'esi' => '?',
  10775.             'inline' => '?',
  10776.         ]), $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));
  10777.     }
  10778.     /**
  10779.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10780.      *
  10781.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10782.      */
  10783.     protected function getTwig_Runtime_SecurityCsrfService()
  10784.     {
  10785.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10786.         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()));
  10787.     }
  10788.     /**
  10789.      * Gets the private 'twig.runtime.serializer' shared service.
  10790.      *
  10791.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10792.      */
  10793.     protected function getTwig_Runtime_SerializerService()
  10794.     {
  10795.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10796.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10797.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10798.     }
  10799.     /**
  10800.      * Gets the private 'validator.builder' shared service.
  10801.      *
  10802.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10803.      */
  10804.     protected function getValidator_BuilderService()
  10805.     {
  10806.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10807.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10808.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10809.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10810.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10811.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10812.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10813.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10814.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10815.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10816.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10817.         ], [
  10818.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10819.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10820.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10821.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10822.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10823.             'doctrine.orm.validator.unique' => '?',
  10824.             'security.validator.user_password' => '?',
  10825.             'validator.expression' => '?',
  10826.         ])));
  10827.         if ($this->has('translator')) {
  10828.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10829.         }
  10830.         $instance->setTranslationDomain('validators');
  10831.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  10832.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/src/Trinity/SearchBundle/config/validation.yml'), => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle/config/validation.yml')]);
  10833.         $instance->enableAnnotationMapping(true);
  10834.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10835.         $instance->addMethodMapping('loadValidatorMetadata');
  10836.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10837.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10838.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10839.         return $instance;
  10840.     }
  10841.     /**
  10842.      * Gets the private 'validator.email' shared service.
  10843.      *
  10844.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10845.      */
  10846.     protected function getValidator_EmailService()
  10847.     {
  10848.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10850.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10851.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10852.     }
  10853.     /**
  10854.      * Gets the private 'validator.expression' shared service.
  10855.      *
  10856.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10857.      */
  10858.     protected function getValidator_ExpressionService()
  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/ExpressionValidator.php';
  10863.         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())));
  10864.     }
  10865.     /**
  10866.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10867.      *
  10868.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10869.      */
  10870.     protected function getValidator_Mapping_CacheWarmerService()
  10871.     {
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10875.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10876.     }
  10877.     /**
  10878.      * Gets the private 'validator.not_compromised_password' shared service.
  10879.      *
  10880.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10881.      */
  10882.     protected function getValidator_NotCompromisedPasswordService()
  10883.     {
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10886.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10887.         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);
  10888.     }
  10889.     /**
  10890.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10891.      *
  10892.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10893.      */
  10894.     protected function getVarDumper_Command_ServerDumpService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10898.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10899.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10900.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10901.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10902.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10903.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10904.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10905.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10906.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10907.         $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()))]);
  10908.         $instance->setName('server:dump');
  10909.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  10910.         return $instance;
  10911.     }
  10912.     /**
  10913.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10914.      *
  10915.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10916.      */
  10917.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10918.     {
  10919.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10920.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10921.         return $instance;
  10922.     }
  10923.     /**
  10924.      * Gets the private 'var_dumper.html_dumper' shared service.
  10925.      *
  10926.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10927.      */
  10928.     protected function getVarDumper_HtmlDumperService()
  10929.     {
  10930.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10931.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10932.         return $instance;
  10933.     }
  10934.     /**
  10935.      * Gets the private 'var_dumper.server_connection' shared service.
  10936.      *
  10937.      * @return \Symfony\Component\VarDumper\Server\Connection
  10938.      */
  10939.     protected function getVarDumper_ServerConnectionService()
  10940.     {
  10941.         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()]);
  10942.     }
  10943.     /**
  10944.      * Gets the private 'web_profiler.csp.handler' shared service.
  10945.      *
  10946.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10947.      */
  10948.     protected function getWebProfiler_Csp_HandlerService()
  10949.     {
  10950.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10951.     }
  10952.     /**
  10953.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10954.      *
  10955.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10956.      */
  10957.     protected function getWebProfiler_DebugToolbarService()
  10958.     {
  10959.         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()));
  10960.     }
  10961.     /**
  10962.      * Gets the public 'cache_clearer' alias.
  10963.      *
  10964.      * @return object The ".container.private.cache_clearer" service.
  10965.      */
  10966.     protected function getCacheClearerService()
  10967.     {
  10968.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10969.         return $this->get('.container.private.cache_clearer');
  10970.     }
  10971.     /**
  10972.      * Gets the public 'filesystem' alias.
  10973.      *
  10974.      * @return object The ".container.private.filesystem" service.
  10975.      */
  10976.     protected function getFilesystemService()
  10977.     {
  10978.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10979.         return $this->get('.container.private.filesystem');
  10980.     }
  10981.     /**
  10982.      * Gets the public 'serializer' alias.
  10983.      *
  10984.      * @return object The ".container.private.serializer" service.
  10985.      */
  10986.     protected function getSerializerService()
  10987.     {
  10988.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  10989.         return $this->get('.container.private.serializer');
  10990.     }
  10991.     /**
  10992.      * Gets the public 'security.csrf.token_manager' alias.
  10993.      *
  10994.      * @return object The ".container.private.security.csrf.token_manager" service.
  10995.      */
  10996.     protected function getSecurity_Csrf_TokenManagerService()
  10997.     {
  10998.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  10999.         return $this->get('.container.private.security.csrf.token_manager');
  11000.     }
  11001.     /**
  11002.      * Gets the public 'form.factory' alias.
  11003.      *
  11004.      * @return object The ".container.private.form.factory" service.
  11005.      */
  11006.     protected function getForm_FactoryService()
  11007.     {
  11008.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11009.         return $this->get('.container.private.form.factory');
  11010.     }
  11011.     /**
  11012.      * Gets the public 'form.type.file' alias.
  11013.      *
  11014.      * @return object The ".container.private.form.type.file" service.
  11015.      */
  11016.     protected function getForm_Type_FileService()
  11017.     {
  11018.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11019.         return $this->get('.container.private.form.type.file');
  11020.     }
  11021.     /**
  11022.      * Gets the public 'profiler' alias.
  11023.      *
  11024.      * @return object The ".container.private.profiler" service.
  11025.      */
  11026.     protected function getProfilerService()
  11027.     {
  11028.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11029.         return $this->get('.container.private.profiler');
  11030.     }
  11031.     /**
  11032.      * Gets the public 'security.authorization_checker' alias.
  11033.      *
  11034.      * @return object The ".container.private.security.authorization_checker" service.
  11035.      */
  11036.     protected function getSecurity_AuthorizationCheckerService()
  11037.     {
  11038.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11039.         return $this->get('.container.private.security.authorization_checker');
  11040.     }
  11041.     /**
  11042.      * Gets the public 'security.token_storage' alias.
  11043.      *
  11044.      * @return object The ".container.private.security.token_storage" service.
  11045.      */
  11046.     protected function getSecurity_TokenStorageService()
  11047.     {
  11048.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11049.         return $this->get('.container.private.security.token_storage');
  11050.     }
  11051.     /**
  11052.      * Gets the public 'twig' alias.
  11053.      *
  11054.      * @return object The ".container.private.twig" service.
  11055.      */
  11056.     protected function getTwigService()
  11057.     {
  11058.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11059.         return $this->get('.container.private.twig');
  11060.     }
  11061.     /**
  11062.      * Gets the public 'security.password_encoder' alias.
  11063.      *
  11064.      * @return object The ".container.private.security.password_encoder" service.
  11065.      */
  11066.     protected function getSecurity_PasswordEncoderService()
  11067.     {
  11068.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11069.         return $this->get('.container.private.security.password_encoder');
  11070.     }
  11071.     /**
  11072.      * Gets the public 'session' alias.
  11073.      *
  11074.      * @return object The ".container.private.session" service.
  11075.      */
  11076.     protected function getSessionService()
  11077.     {
  11078.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11079.         return $this->get('.container.private.session');
  11080.     }
  11081.     /**
  11082.      * Gets the public 'validator' alias.
  11083.      *
  11084.      * @return object The ".container.private.validator" service.
  11085.      */
  11086.     protected function getValidatorService()
  11087.     {
  11088.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11089.         return $this->get('.container.private.validator');
  11090.     }
  11091.     /**
  11092.      * @return array|bool|float|int|string|\UnitEnum|null
  11093.      */
  11094.     public function getParameter(string $name)
  11095.     {
  11096.         if (isset($this->buildParameters[$name])) {
  11097.             return $this->buildParameters[$name];
  11098.         }
  11099.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11100.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11101.         }
  11102.         if (isset($this->loadedDynamicParameters[$name])) {
  11103.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11104.         }
  11105.         return $this->parameters[$name];
  11106.     }
  11107.     public function hasParameter(string $name): bool
  11108.     {
  11109.         if (isset($this->buildParameters[$name])) {
  11110.             return true;
  11111.         }
  11112.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11113.     }
  11114.     public function setParameter(string $name$value): void
  11115.     {
  11116.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11117.     }
  11118.     public function getParameterBag(): ParameterBagInterface
  11119.     {
  11120.         if (null === $this->parameterBag) {
  11121.             $parameters $this->parameters;
  11122.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11123.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11124.             }
  11125.             foreach ($this->buildParameters as $name => $value) {
  11126.                 $parameters[$name] = $value;
  11127.             }
  11128.             $this->parameterBag = new FrozenParameterBag($parameters);
  11129.         }
  11130.         return $this->parameterBag;
  11131.     }
  11132.     private $loadedDynamicParameters = [
  11133.         'kernel.runtime_environment' => false,
  11134.         'kernel.build_dir' => false,
  11135.         'kernel.cache_dir' => false,
  11136.         'kernel.secret' => false,
  11137.         'debug.container.dump' => false,
  11138.         'serializer.mapping.cache.file' => false,
  11139.         'validator.mapping.cache.file' => false,
  11140.         'profiler.storage.dsn' => false,
  11141.         'qipsius_tcpdf.tcpdf' => false,
  11142.         'doctrine.orm.proxy_dir' => false,
  11143.     ];
  11144.     private $dynamicParameters = [];
  11145.     private function getDynamicParameter(string $name)
  11146.     {
  11147.         switch ($name) {
  11148.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11149.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11150.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11151.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11152.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11153.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11154.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11155.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11156.             case 'qipsius_tcpdf.tcpdf'$value = [
  11157.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  11158.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  11159.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  11160.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  11161.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  11162.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  11163.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  11164.                 'k_cell_height_ratio' => 1.25,
  11165.                 'k_title_magnification' => 1.3,
  11166.                 'k_small_ratio' => 0.6666666666666666,
  11167.                 'k_thai_topchars' => true,
  11168.                 'k_tcpdf_calls_in_html' => false,
  11169.                 'k_tcpdf_external_config' => true,
  11170.                 'k_tcpdf_throw_exception_error' => true,
  11171.                 'head_magnification' => 1.1,
  11172.                 'pdf_page_format' => 'A4',
  11173.                 'pdf_page_orientation' => 'P',
  11174.                 'pdf_creator' => 'TCPDF',
  11175.                 'pdf_author' => 'TCPDF',
  11176.                 'pdf_header_title' => '',
  11177.                 'pdf_header_string' => '',
  11178.                 'pdf_header_logo' => '',
  11179.                 'pdf_header_logo_width' => '',
  11180.                 'pdf_unit' => 'mm',
  11181.                 'pdf_margin_header' => 5,
  11182.                 'pdf_margin_footer' => 10,
  11183.                 'pdf_margin_top' => 27,
  11184.                 'pdf_margin_bottom' => 25,
  11185.                 'pdf_margin_left' => 15,
  11186.                 'pdf_margin_right' => 15,
  11187.                 'pdf_font_name_main' => 'helvetica',
  11188.                 'pdf_font_size_main' => 10,
  11189.                 'pdf_font_name_data' => 'helvetica',
  11190.                 'pdf_font_size_data' => 8,
  11191.                 'pdf_font_monospaced' => 'courier',
  11192.                 'pdf_image_scale_ratio' => 1.25,
  11193.             ]; break;
  11194.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11195.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11196.         }
  11197.         $this->loadedDynamicParameters[$name] = true;
  11198.         return $this->dynamicParameters[$name] = $value;
  11199.     }
  11200.     protected function getDefaultParameters(): array
  11201.     {
  11202.         return [
  11203.             'kernel.project_dir' => \dirname(__DIR__4),
  11204.             'kernel.environment' => 'dev',
  11205.             'kernel.debug' => true,
  11206.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11207.             'kernel.bundles' => [
  11208.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11209.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  11210.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11211.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  11212.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11213.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11214.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11215.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  11216.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11217.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11218.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  11219.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11220.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11221.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11222.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11223.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  11224.                 'CmsBundle' => 'App\\CmsBundle\\CmsBundle',
  11225.                 'TrinityApiBundle' => 'App\\Trinity\\ApiBundle\\TrinityApiBundle',
  11226.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  11227.                 'TrinityBlogBundle' => 'App\\Trinity\\BlogBundle\\TrinityBlogBundle',
  11228.                 'TrinityFormsBundle' => 'App\\Trinity\\FormsBundle\\TrinityFormsBundle',
  11229.                 'TrinitySearchBundle' => 'App\\Trinity\\SearchBundle\\TrinitySearchBundle',
  11230.                 'TrinitySliderBundle' => 'App\\Trinity\\SliderBundle\\TrinitySliderBundle',
  11231.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11232.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  11233.                 'TrinityWebshopBundle' => 'App\\Trinity\\WebshopBundle\\TrinityWebshopBundle',
  11234.             ],
  11235.             'kernel.bundles_metadata' => [
  11236.                 'FrameworkBundle' => [
  11237.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11238.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11239.                 ],
  11240.                 'QipsiusTCPDFBundle' => [
  11241.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  11242.                     'namespace' => 'Qipsius\\TCPDFBundle',
  11243.                 ],
  11244.                 'SecurityBundle' => [
  11245.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11246.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11247.                 ],
  11248.                 'FOSOAuthServerBundle' => [
  11249.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  11250.                     'namespace' => 'FOS\\OAuthServerBundle',
  11251.                 ],
  11252.                 'FOSRestBundle' => [
  11253.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11254.                     'namespace' => 'FOS\\RestBundle',
  11255.                 ],
  11256.                 'SensioFrameworkExtraBundle' => [
  11257.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11258.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11259.                 ],
  11260.                 'TwigBundle' => [
  11261.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11262.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11263.                 ],
  11264.                 'NelmioApiDocBundle' => [
  11265.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  11266.                     'namespace' => 'Nelmio\\ApiDocBundle',
  11267.                 ],
  11268.                 'DoctrineBundle' => [
  11269.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11270.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11271.                 ],
  11272.                 'DoctrineMigrationsBundle' => [
  11273.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11274.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11275.                 ],
  11276.                 'WhiteOctoberBreadcrumbsBundle' => [
  11277.                     'path' => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle'),
  11278.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  11279.                 ],
  11280.                 'WebProfilerBundle' => [
  11281.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11282.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11283.                 ],
  11284.                 'MonologBundle' => [
  11285.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11286.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11287.                 ],
  11288.                 'DebugBundle' => [
  11289.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11290.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11291.                 ],
  11292.                 'MakerBundle' => [
  11293.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11294.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11295.                 ],
  11296.                 'CocurSlugifyBundle' => [
  11297.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  11298.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  11299.                 ],
  11300.                 'CmsBundle' => [
  11301.                     'path' => (\dirname(__DIR__4).'/src/CmsBundle'),
  11302.                     'namespace' => 'App\\CmsBundle',
  11303.                 ],
  11304.                 'TrinityApiBundle' => [
  11305.                     'path' => (\dirname(__DIR__4).'/src/Trinity/ApiBundle'),
  11306.                     'namespace' => 'App\\Trinity\\ApiBundle',
  11307.                 ],
  11308.                 'SentryBundle' => [
  11309.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  11310.                     'namespace' => 'Sentry\\SentryBundle',
  11311.                 ],
  11312.                 'TrinityBlogBundle' => [
  11313.                     'path' => (\dirname(__DIR__4).'/src/Trinity/BlogBundle'),
  11314.                     'namespace' => 'App\\Trinity\\BlogBundle',
  11315.                 ],
  11316.                 'TrinityFormsBundle' => [
  11317.                     'path' => (\dirname(__DIR__4).'/src/Trinity/FormsBundle'),
  11318.                     'namespace' => 'App\\Trinity\\FormsBundle',
  11319.                 ],
  11320.                 'TrinitySearchBundle' => [
  11321.                     'path' => (\dirname(__DIR__4).'/src/Trinity/SearchBundle'),
  11322.                     'namespace' => 'App\\Trinity\\SearchBundle',
  11323.                 ],
  11324.                 'TrinitySliderBundle' => [
  11325.                     'path' => (\dirname(__DIR__4).'/src/Trinity/SliderBundle'),
  11326.                     'namespace' => 'App\\Trinity\\SliderBundle',
  11327.                 ],
  11328.                 'TwigExtraBundle' => [
  11329.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11330.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11331.                 ],
  11332.                 'SchebTwoFactorBundle' => [
  11333.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  11334.                     'namespace' => 'Scheb\\TwoFactorBundle',
  11335.                 ],
  11336.                 'TrinityWebshopBundle' => [
  11337.                     'path' => (\dirname(__DIR__4).'/src/Trinity/WebshopBundle'),
  11338.                     'namespace' => 'App\\Trinity\\WebshopBundle',
  11339.                 ],
  11340.             ],
  11341.             'kernel.charset' => 'UTF-8',
  11342.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11343.             'container.dumper.inline_class_loader' => true,
  11344.             'container.dumper.inline_factories' => true,
  11345.             'env(DATABASE_URL)' => 'mysql://pierreshopv5_web01:gy35U19c@localhost/pierreshopv5_web01',
  11346.             'locale' => 'nl',
  11347.             'database_host' => 'localhost',
  11348.             'database_port' => NULL,
  11349.             'database_name' => 'pierreshopv5_web01',
  11350.             'database_user' => 'pierreshopv5_web01',
  11351.             'database_password' => 'gy35U19c',
  11352.             'database_socket' => NULL,
  11353.             'trinity_title' => 'Easify',
  11354.             'trinity_url' => 'https://www.beyonit.nl',
  11355.             'trinity_support_email' => 'info@beyonit.nl',
  11356.             'trinity_support_phone' => '058 289 68 27',
  11357.             'trinity_company' => 'Béyonit B.V.',
  11358.             'trinity_company_url' => 'https://www.beyonit.nl',
  11359.             'trinity_cc_server' => 'https://trinitycms.nl',
  11360.             'trinity_disable_antibot' => false,
  11361.             'trinity_useragent_log' => false,
  11362.             'trinity_cache' => true,
  11363.             'trinity_webp' => true,
  11364.             'mailer_transport' => 'sendmail',
  11365.             'mailer_host' => '127.0.0.1',
  11366.             'mailer_user' => NULL,
  11367.             'mailer_password' => NULL,
  11368.             'cache_max_age' => 3600,
  11369.             'event_dispatcher.event_aliases' => [
  11370.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11371.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11372.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11373.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11374.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11375.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11376.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11377.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11378.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11379.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11380.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11381.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11382.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11383.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11384.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11385.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11386.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11387.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11388.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11389.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11390.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11391.             ],
  11392.             'fragment.renderer.hinclude.global_template' => NULL,
  11393.             'fragment.path' => '/_fragment',
  11394.             'kernel.http_method_override' => true,
  11395.             'kernel.trusted_hosts' => [
  11396.             ],
  11397.             'kernel.default_locale' => 'nl',
  11398.             'kernel.enabled_locales' => [
  11399.             ],
  11400.             'kernel.error_controller' => 'error_controller',
  11401.             'debug.file_link_format' => NULL,
  11402.             'asset.request_context.base_path' => NULL,
  11403.             'asset.request_context.secure' => NULL,
  11404.             'translator.logging' => false,
  11405.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11406.             'debug.error_handler.throw_at' => -1,
  11407.             'router.request_context.host' => 'localhost',
  11408.             'router.request_context.scheme' => 'http',
  11409.             'router.request_context.base_url' => '',
  11410.             'router.resource' => 'kernel::loadRoutes',
  11411.             'request_listener.http_port' => 80,
  11412.             'request_listener.https_port' => 443,
  11413.             'session.metadata.storage_key' => '_sf2_meta',
  11414.             'session.storage.options' => [
  11415.                 'cache_limiter' => '0',
  11416.                 'cookie_lifetime' => 3600,
  11417.                 'cookie_secure' => 'auto',
  11418.                 'cookie_httponly' => true,
  11419.                 'cookie_samesite' => 'lax',
  11420.                 'gc_maxlifetime' => 3600,
  11421.                 'gc_probability' => 1,
  11422.             ],
  11423.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  11424.             'session.metadata.update_threshold' => 0,
  11425.             'form.type_extension.csrf.enabled' => true,
  11426.             'form.type_extension.csrf.field_name' => '_token',
  11427.             'validator.translation_domain' => 'validators',
  11428.             'profiler_listener.only_exceptions' => false,
  11429.             'profiler_listener.only_main_requests' => false,
  11430.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  11431.             'qipsius_tcpdf.class' => 'TCPDF',
  11432.             'security.role_hierarchy.roles' => [
  11433.                 'ROLE_USER' => [
  11434.                     => 'ROLE_USER',
  11435.                 ],
  11436.                 'ROLE_ADMIN' => [
  11437.                     => 'ROLE_USER',
  11438.                 ],
  11439.                 'ROLE_SUPER_ADMIN' => [
  11440.                     => 'ROLE_USER',
  11441.                     => 'ROLE_ADMIN',
  11442.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11443.                 ],
  11444.             ],
  11445.             'security.access.denied_url' => '/',
  11446.             'security.authentication.manager.erase_credentials' => true,
  11447.             'security.authentication.session_strategy.strategy' => 'migrate',
  11448.             'security.access.always_authenticate_before_granting' => false,
  11449.             'security.authentication.hide_user_not_found' => true,
  11450.             'security.firewalls' => [
  11451.                 => 'oauth_token',
  11452.                 => 'api',
  11453.                 => 'admin_secured_area',
  11454.                 => 'user_secured_area',
  11455.                 => 'dev',
  11456.                 => 'main',
  11457.             ],
  11458.             'security.api._indexed_authenticators' => [
  11459.             ],
  11460.             'security.admin_secured_area._indexed_authenticators' => [
  11461.             ],
  11462.             'security.user_secured_area._indexed_authenticators' => [
  11463.             ],
  11464.             'security.main._indexed_authenticators' => [
  11465.             ],
  11466.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  11467.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  11468.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  11469.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  11470.             'fos_oauth_server.server.options' => [
  11471.                 'access_token_lifetime' => 1209600,
  11472.                 'refresh_token_lifetime' => 1209600,
  11473.                 'auth_code_lifetime' => 30,
  11474.             ],
  11475.             'fos_oauth_server.model_manager_name' => NULL,
  11476.             'fos_oauth_server.model.client.class' => 'App\\Trinity\\ApiBundle\\Entity\\Client',
  11477.             'fos_oauth_server.model.access_token.class' => 'App\\Trinity\\ApiBundle\\Entity\\AccessToken',
  11478.             'fos_oauth_server.model.refresh_token.class' => 'App\\Trinity\\ApiBundle\\Entity\\RefreshToken',
  11479.             'fos_oauth_server.model.auth_code.class' => 'App\\Trinity\\ApiBundle\\Entity\\AuthCode',
  11480.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  11481.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  11482.             'fos_oauth_server.authorize.form.validation_groups' => [
  11483.                 => 'Authorize',
  11484.                 => 'Default',
  11485.             ],
  11486.             'fos_rest.format_listener.rules' => NULL,
  11487.             'twig.form.resources' => [
  11488.                 => 'form_div_layout.html.twig',
  11489.                 => 'bootstrap_5_layout.html.twig',
  11490.             ],
  11491.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11492.             'nelmio_api_doc.areas' => [
  11493.                 => 'default',
  11494.             ],
  11495.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11496.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11497.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11498.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11499.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11500.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11501.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11502.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11503.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11504.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11505.             'doctrine.entity_managers' => [
  11506.                 'default' => 'doctrine.orm.default_entity_manager',
  11507.             ],
  11508.             'doctrine.default_entity_manager' => 'default',
  11509.             'doctrine.dbal.connection_factory.types' => [
  11510.             ],
  11511.             'doctrine.connections' => [
  11512.                 'default' => 'doctrine.dbal.default_connection',
  11513.             ],
  11514.             'doctrine.default_connection' => 'default',
  11515.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11516.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11517.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11518.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11519.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11520.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11521.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11522.             'doctrine.orm.cache.memcache_port' => 11211,
  11523.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11524.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11525.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11526.             'doctrine.orm.cache.memcached_port' => 11211,
  11527.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11528.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11529.             'doctrine.orm.cache.redis_host' => 'localhost',
  11530.             'doctrine.orm.cache.redis_port' => 6379,
  11531.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11532.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11533.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11534.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11535.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11536.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11537.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11538.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11539.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11540.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11541.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11542.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11543.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11544.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11545.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11546.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11547.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11548.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11549.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11550.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11551.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11552.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11553.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11554.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11555.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11556.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11557.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11558.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11559.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11560.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11561.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11562.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11563.             'doctrine.migrations.preferred_em' => NULL,
  11564.             'doctrine.migrations.preferred_connection' => NULL,
  11565.             'white_october_breadcrumbs.options' => [
  11566.                 'viewTemplate' => 'elements/breadcrumbs.html.twig',
  11567.                 'separator' => '/',
  11568.                 'separatorClass' => 'separator',
  11569.                 'listId' => 'wo-breadcrumbs',
  11570.                 'listClass' => 'breadcrumb',
  11571.                 'itemClass' => '',
  11572.                 'linkRel' => '',
  11573.                 'locale' => NULL,
  11574.                 'translation_domain' => NULL,
  11575.             ],
  11576.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11577.             'web_profiler.debug_toolbar.mode' => 2,
  11578.             'monolog.use_microseconds' => true,
  11579.             'monolog.swift_mailer.handlers' => [
  11580.             ],
  11581.             'monolog.handlers_to_channels' => [
  11582.                 'monolog.handler.deprecation_filter' => [
  11583.                     'type' => 'inclusive',
  11584.                     'elements' => [
  11585.                         => 'php',
  11586.                     ],
  11587.                 ],
  11588.                 'monolog.handler.console' => [
  11589.                     'type' => 'exclusive',
  11590.                     'elements' => [
  11591.                         => 'event',
  11592.                         => 'doctrine',
  11593.                         => 'console',
  11594.                     ],
  11595.                 ],
  11596.                 'monolog.handler.main' => [
  11597.                     'type' => 'exclusive',
  11598.                     'elements' => [
  11599.                         => 'event',
  11600.                     ],
  11601.                 ],
  11602.             ],
  11603.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11604.             'sentry.listener_priorities.request' => 1,
  11605.             'sentry.listener_priorities.sub_request' => 1,
  11606.             'sentry.listener_priorities.console' => 1,
  11607.             'sentry.listener_priorities.request_error' => 128,
  11608.             'sentry.listener_priorities.console_error' => 128,
  11609.             'sentry.listener_priorities.worker_error' => 99,
  11610.             'scheb_two_factor.model_manager_name' => NULL,
  11611.             'scheb_two_factor.security_tokens' => [
  11612.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  11613.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  11614.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  11615.             ],
  11616.             'scheb_two_factor.ip_whitelist' => [
  11617.             ],
  11618.             'scheb_two_factor.totp.issuer' => 'Easify TOTP',
  11619.             'scheb_two_factor.totp.server_name' => 'Easify',
  11620.             'scheb_two_factor.totp.window' => 1,
  11621.             'scheb_two_factor.totp.parameters' => [
  11622.             ],
  11623.             'scheb_two_factor.totp.template' => '@Cms/login/2fa.html.twig',
  11624.             'scheb_two_factor.trusted_device.enabled' => true,
  11625.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  11626.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  11627.             'scheb_two_factor.trusted_device.extend_lifetime' => true,
  11628.             'scheb_two_factor.trusted_device.cookie_secure' => false,
  11629.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  11630.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  11631.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  11632.             'maker.compatible_check.doctrine.supports_attributes' => true,
  11633.             'data_collector.templates' => [
  11634.                 'data_collector.request' => [
  11635.                     => 'request',
  11636.                     => '@WebProfiler/Collector/request.html.twig',
  11637.                 ],
  11638.                 'data_collector.time' => [
  11639.                     => 'time',
  11640.                     => '@WebProfiler/Collector/time.html.twig',
  11641.                 ],
  11642.                 'data_collector.memory' => [
  11643.                     => 'memory',
  11644.                     => '@WebProfiler/Collector/memory.html.twig',
  11645.                 ],
  11646.                 'data_collector.validator' => [
  11647.                     => 'validator',
  11648.                     => '@WebProfiler/Collector/validator.html.twig',
  11649.                 ],
  11650.                 'data_collector.ajax' => [
  11651.                     => 'ajax',
  11652.                     => '@WebProfiler/Collector/ajax.html.twig',
  11653.                 ],
  11654.                 'data_collector.form' => [
  11655.                     => 'form',
  11656.                     => '@WebProfiler/Collector/form.html.twig',
  11657.                 ],
  11658.                 'data_collector.exception' => [
  11659.                     => 'exception',
  11660.                     => '@WebProfiler/Collector/exception.html.twig',
  11661.                 ],
  11662.                 'data_collector.logger' => [
  11663.                     => 'logger',
  11664.                     => '@WebProfiler/Collector/logger.html.twig',
  11665.                 ],
  11666.                 'data_collector.events' => [
  11667.                     => 'events',
  11668.                     => '@WebProfiler/Collector/events.html.twig',
  11669.                 ],
  11670.                 'data_collector.router' => [
  11671.                     => 'router',
  11672.                     => '@WebProfiler/Collector/router.html.twig',
  11673.                 ],
  11674.                 'data_collector.cache' => [
  11675.                     => 'cache',
  11676.                     => '@WebProfiler/Collector/cache.html.twig',
  11677.                 ],
  11678.                 'data_collector.translation' => [
  11679.                     => 'translation',
  11680.                     => '@WebProfiler/Collector/translation.html.twig',
  11681.                 ],
  11682.                 'data_collector.security' => [
  11683.                     => 'security',
  11684.                     => '@Security/Collector/security.html.twig',
  11685.                 ],
  11686.                 'data_collector.twig' => [
  11687.                     => 'twig',
  11688.                     => '@WebProfiler/Collector/twig.html.twig',
  11689.                 ],
  11690.                 'data_collector.http_client' => [
  11691.                     => 'http_client',
  11692.                     => '@WebProfiler/Collector/http_client.html.twig',
  11693.                 ],
  11694.                 'data_collector.doctrine' => [
  11695.                     => 'db',
  11696.                     => '@Doctrine/Collector/db.html.twig',
  11697.                 ],
  11698.                 'data_collector.dump' => [
  11699.                     => 'dump',
  11700.                     => '@Debug/Profiler/dump.html.twig',
  11701.                 ],
  11702.                 'mailer.data_collector' => [
  11703.                     => 'mailer',
  11704.                     => '@WebProfiler/Collector/mailer.html.twig',
  11705.                 ],
  11706.                 'notifier.data_collector' => [
  11707.                     => 'notifier',
  11708.                     => '@WebProfiler/Collector/notifier.html.twig',
  11709.                 ],
  11710.                 'data_collector.config' => [
  11711.                     => 'config',
  11712.                     => '@WebProfiler/Collector/config.html.twig',
  11713.                 ],
  11714.             ],
  11715.             'console.command.ids' => [
  11716.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\ActivateBundleCommand',
  11717.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\BackupCommand',
  11718.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\BundleListCommand',
  11719.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CacheCommand',
  11720.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\ControlCommand',
  11721.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CreateBundleCommand',
  11722.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\CronTasksRunCommand',
  11723.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\FixTranslationsCommand',
  11724.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\InstallBundleCommand',
  11725.                 => 'console.command.public_alias.App\\CmsBundle\\Command\\LanguageCacheCommand',
  11726.                 10 => 'console.command.public_alias.App\\CmsBundle\\Command\\LanguageResetCommand',
  11727.                 11 => 'console.command.public_alias.App\\CmsBundle\\Command\\MailtestCommand',
  11728.                 12 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaCreateFullCommand',
  11729.                 13 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaRegenThumbnailsCommand',
  11730.                 14 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediaUsageCommand',
  11731.                 15 => 'console.command.public_alias.App\\CmsBundle\\Command\\MediadirCleanUpCommand',
  11732.                 16 => 'console.command.public_alias.App\\CmsBundle\\Command\\MigrateCommand',
  11733.                 17 => 'console.command.public_alias.App\\CmsBundle\\Command\\MissingmediaCommand',
  11734.                 18 => 'console.command.public_alias.App\\CmsBundle\\Command\\MonitorCommand',
  11735.                 19 => 'console.command.public_alias.App\\CmsBundle\\Command\\OptimizeCommand',
  11736.                 20 => 'console.command.public_alias.App\\CmsBundle\\Command\\ReportCommand',
  11737.                 21 => 'console.command.public_alias.App\\CmsBundle\\Command\\ResetDBCommand',
  11738.                 22 => 'console.command.public_alias.App\\CmsBundle\\Command\\RestoreCommand',
  11739.                 23 => 'console.command.public_alias.App\\CmsBundle\\Command\\ScheduleTask\\CronTasksDefaultCommand',
  11740.                 24 => 'console.command.public_alias.App\\CmsBundle\\Command\\ServerupdateCommand',
  11741.                 25 => 'console.command.public_alias.App\\CmsBundle\\Command\\StatsCommand',
  11742.                 26 => 'console.command.public_alias.App\\CmsBundle\\Command\\UpdateCommand',
  11743.                 27 => 'console.command.public_alias.App\\CmsBundle\\Command\\UserCommand',
  11744.                 28 => 'console.command.public_alias.App\\CmsBundle\\Command\\WebpCommand',
  11745.                 29 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\BlogMediaMigrationCommand',
  11746.                 30 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\GptCommand',
  11747.                 31 => 'console.command.public_alias.App\\Trinity\\BlogBundle\\Command\\WpCommand',
  11748.                 32 => 'console.command.public_alias.App\\Trinity\\SearchBundle\\Command\\IndexerCommand',
  11749.                 33 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\AbandonedCartsCommand',
  11750.                 34 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ActiveCampaignCommand',
  11751.                 35 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CacheIndexCommand',
  11752.                 36 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CheckPaymentsCommand',
  11753.                 37 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\CloneCommand',
  11754.                 38 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixCategoryDuplicatesCommand',
  11755.                 39 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixMediaCloneCommand',
  11756.                 40 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\FixrelationsCommand',
  11757.                 41 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCommand',
  11758.                 42 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportCyclesoftwareCommand',
  11759.                 43 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ImportMagentoOneCommand',
  11760.                 44 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\IndexCommand',
  11761.                 45 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\LinkCommand',
  11762.                 46 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\NotifyCommand',
  11763.                 47 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerExportCommand',
  11764.                 48 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\PicqerSyncCommand',
  11765.                 49 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\ProductSyncCommand',
  11766.                 50 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\RepairOrdersCommand',
  11767.                 51 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\SearchCommand',
  11768.                 52 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\TestCommand',
  11769.                 53 => 'console.command.public_alias.App\\Trinity\\WebshopBundle\\Command\\UpdatePricesCommand',
  11770.             ],
  11771.         ];
  11772.     }
  11773.     protected function throw($message)
  11774.     {
  11775.         throw new RuntimeException($message);
  11776.     }
  11777. }