var/cache/dev/ContainerPbCE5im/App_KernelDevDebugContainer.php line 1996

Open in your IDE?
  1. <?php
  2. namespace ContainerPbCE5im;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController' => 'getPermalinkControllerService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'filesystem' => 'getFilesystemService',
  55.             'serializer' => 'getSerializerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'twig' => 'getTwigService',
  61.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62.             'security.token_storage' => 'getSecurity_TokenStorageService',
  63.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64.             'session' => 'getSessionService',
  65.             'validator' => 'getValidatorService',
  66.         ];
  67.         $this->fileMap = [
  68.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  74.             '.container.private.session' => 'get_Container_Private_SessionService',
  75.             'App\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService',
  76.             'App\\Controller\\Admin\\InvoiceController' => 'getInvoiceControllerService',
  77.             'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
  78.             'App\\Controller\\PickupDeliveryController' => 'getPickupDeliveryControllerService',
  79.             'App\\Controller\\RegisterController' => 'getRegisterControllerService',
  80.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\AdminUserCrudController' => 'getAdminUserCrudControllerService',
  81.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  82.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\EmbedController' => 'getEmbedControllerService',
  83.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\IconPackController' => 'getIconPackControllerService',
  84.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\LinkController' => 'getLinkControllerService',
  85.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\LoggedInController' => 'getLoggedInControllerService',
  86.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudControllerService',
  87.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  88.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\PreferencesController' => 'getPreferencesControllerService',
  89.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  90.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadController' => 'getUploadControllerService',
  91.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadCrudController' => 'getUploadCrudControllerService',
  92.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadFolderCrudController' => 'getUploadFolderCrudControllerService',
  93.             'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\VisualEditorController' => 'getVisualEditorControllerService',
  94.             'Boldr\\Cms\\CmsBundle\\Controller\\GeneralController' => 'getGeneralControllerService',
  95.             'Boldr\\Cms\\CmsBundle\\Controller\\PageController' => 'getPageControllerService',
  96.             'Boldr\\Cms\\CmsBundle\\Controller\\SearchController' => 'getSearchControllerService',
  97.             'Boldr\\Cms\\CmsBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  98.             'Boldr\\Cms\\DebugBundle\\Controller\\AdminController' => 'getAdminControllerService',
  99.             'Boldr\\Cms\\JobsBundle\\Controller\\Admin\\JobOfferCrudController' => 'getJobOfferCrudControllerService',
  100.             'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController' => 'getJobOfferControllerService',
  101.             'Boldr\\Cms\\MaintenanceBundle\\Controller\\Admin\\MaintenancePageCrudController' => 'getMaintenancePageCrudControllerService',
  102.             'Boldr\\Cms\\MollieBundle\\Controller\\MollieWebhookController' => 'getMollieWebhookControllerService',
  103.             'Boldr\\Cms\\OpeningHoursBundle\\Controller\\Admin\\OpeningHoursController' => 'getOpeningHoursControllerService',
  104.             'Boldr\\Cms\\PopupBundle\\Controller\\Admin\\PopupCrudController' => 'getPopupCrudControllerService',
  105.             'Boldr\\Cms\\SiteOptionsBundle\\Controller\\Admin\\SiteOptionsController' => 'getSiteOptionsControllerService',
  106.             'Boldr\\Cms\\UsersBundle\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  107.             'Boldr\\Cms\\UsersBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  108.             'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\Controller\\CloudPrntController' => 'getCloudPrntControllerService',
  109.             'Boldr\\Shop\\IngredientsBundle\\Controller\\Admin\\IngredientCrudController' => 'getIngredientCrudControllerService',
  110.             'Boldr\\Shop\\MultishopBundle\\Controller\\Admin\\ShopCrudController' => 'getShopCrudControllerService',
  111.             'Boldr\\Shop\\MultishopBundle\\Controller\\OrderController' => 'getOrderController2Service',
  112.             'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\PrinterCrudController' => 'getPrinterCrudControllerService',
  113.             'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\ReceiptCrudController' => 'getReceiptCrudControllerService',
  114.             'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\ReprintController' => 'getReprintControllerService',
  115.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\AttributeCrudController' => 'getAttributeCrudControllerService',
  116.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  117.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CustomerCrudController' => 'getCustomerCrudControllerService',
  118.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\DiscountCrudController' => 'getDiscountCrudControllerService',
  119.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\GroupCrudController' => 'getGroupCrudControllerService',
  120.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\InvoiceCrudController' => 'getInvoiceCrudControllerService',
  121.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OptionCrudController' => 'getOptionCrudControllerService',
  122.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OrderCrudController' => 'getOrderCrudControllerService',
  123.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  124.             'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\ReportsController' => 'getReportsControllerService',
  125.             'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController' => 'getCategoryControllerService',
  126.             'Boldr\\Shop\\ShopBundle\\Controller\\CustomerController' => 'getCustomerController2Service',
  127.             'Boldr\\Shop\\ShopBundle\\Controller\\InvoiceController' => 'getInvoiceController2Service',
  128.             'Boldr\\Shop\\ShopBundle\\Controller\\OrderController' => 'getOrderController3Service',
  129.             'Boldr\\Shop\\ShopBundle\\Controller\\ProductController' => 'getProductControllerService',
  130.             'Boldr\\Shop\\ShopBundle\\Controller\\ShopController' => 'getShopControllerService',
  131.             'Boldr\\Shop\\SurchargeBundle\\Controller\\Admin\\SurchargeCrudController' => 'getSurchargeCrudControllerService',
  132.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  133.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  134.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  135.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  136.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  137.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  138.             'boldr_cms.homepage_provider.no_homepage_set' => 'getBoldrCms_HomepageProvider_NoHomepageSetService',
  139.             'cache.app_clearer' => 'getCache_AppClearerService',
  140.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  141.             'cache.system_clearer' => 'getCache_SystemClearerService',
  142.             'cache_warmer' => 'getCacheWarmerService',
  143.             'console.command_loader' => 'getConsole_CommandLoaderService',
  144.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  145.             'error_controller' => 'getErrorControllerService',
  146.             'routing.loader' => 'getRouting_LoaderService',
  147.             'services_resetter' => 'getServicesResetterService',
  148.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  149.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  150.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  151.         ];
  152.         $this->aliases = [
  153.             'App\\Kernel' => 'kernel',
  154.             'boldr_cms.homepage_provider.page' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  155.             'database_connection' => 'doctrine.dbal.default_connection',
  156.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  157.         ];
  158.         $this->privates['service_container'] = function () {
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  165.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  166.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  185.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  209.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  232.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Psr18Client.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  337.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  340.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  341.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  344.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/MailerHandler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/RawMessage.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/Message.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/Email.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/BaseUrlProvider.php';
  427.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Content/ContentManager.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  429.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Controller/PermalinkController.php';
  430.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Cookies/CookieManager.php';
  431.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/EventSubscriber/CookieSubscriber.php';
  432.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/EventSubscriber/LocaleSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AlignedAttachmentPresenterInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AlignedAttachmentPresenter.php';
  435.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AttachmentPresenterInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AttachmentPresenter.php';
  437.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Presenter/Menu/MenuPresenter.php';
  438.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/SiteConfiguration.php';
  439.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/SiteNameProviderInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/DefaultSiteNameProvider.php';
  441.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Upload/UploadStorageManager.php';
  442.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Storage/StorageBucketInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Storage/MigrationUploadsStorageBucket.php';
  444.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Storage/AbstractFilesystemStorageBucket.php';
  445.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Storage/UploadsStorageBucket.php';
  446.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Storage/StorageBucketFactoryInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Storage/DerivativesStorageBucketFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Upload/ImageFormatter.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  451.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  452.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  453.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  454.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  455.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  457.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  458.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  460.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/ShopContext.php';
  462.             include_once \dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/OpeningHoursManager.php';
  463.             include_once \dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/SiteOptionValueService.php';
  464.             include_once \dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src/Presenter/ShopPresenter.php';
  465.             include_once \dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src/DefaultShop/DefaultShopProviderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src/DefaultShop/ConfigurationDefaultShopProvider.php';
  467.             include_once \dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src/EventSubscriber/KernelEventSubscriber.php';
  468.             include_once \dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src/Presenter/MaintenancePagePresenter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  472.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  473.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  509.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  511.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  513.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  515.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  516.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  520.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  521.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  522.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  523.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Twig/TwigAliasLoader.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  546.             include_once \dirname(__DIR__4).'/src/TwigExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Twig/TwigExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Renderer/RendererInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Renderer/HtmlRenderer.php';
  553.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Twig/Extension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/TwigExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Presenter/OpeningHoursPresenter.php';
  557.             include_once \dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/TwigExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src/TwigExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/TwigExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  570.         };
  571.     }
  572.     public function compile(): void
  573.     {
  574.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  575.     }
  576.     public function isCompiled(): bool
  577.     {
  578.         return true;
  579.     }
  580.     public function getRemovedIds(): array
  581.     {
  582.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  583.     }
  584.     protected function load($file$lazyLoad true)
  585.     {
  586.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  587.             return $class::do($this$lazyLoad);
  588.         }
  589.         if ('.' === $file[-4]) {
  590.             $class substr($class0, -4);
  591.         } else {
  592.             $file .= '.php';
  593.         }
  594.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  595.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  596.     }
  597.     protected function createProxy($class\Closure $factory)
  598.     {
  599.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  600.         return $factory();
  601.     }
  602.     /**
  603.      * Gets the public '.container.private.profiler' shared service.
  604.      *
  605.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  606.      */
  607.     protected function get_Container_Private_ProfilerService()
  608.     {
  609.         $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  610.         if (isset($this->services['.container.private.profiler'])) {
  611.             return $this->services['.container.private.profiler'];
  612.         }
  613.         $b = new \Symfony\Bridge\Monolog\Logger('profiler');
  614.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  615.         $b->pushHandler($a);
  616.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  617.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $btrue);
  618.         $c = ($this->services['kernel'] ?? $this->get('kernel'));
  619.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  620.         $e = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  621.         $e->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  622.         $e->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  623.         $e->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  624.         $e->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  625.         $e->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  626.         $e->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  627.         $e->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  628.         $e->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  629.         $e->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  630.         $e->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  631.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  632.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  633.         $g = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  634.         $g->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  635.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  636.         if ($this->has('kernel')) {
  637.             $h->setKernel($c);
  638.         }
  639.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  640.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  641.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  642.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  643.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  644.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  645.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  646.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($b, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $d));
  647.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d));
  648.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  649.         $instance->add($e);
  650.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  651.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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()), true));
  652.         $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())));
  653.         $instance->add($f);
  654.         $instance->add($g);
  655.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  656.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  657.         $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()))));
  658.         $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()))));
  659.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  660.         $instance->add($h);
  661.         return $instance;
  662.     }
  663.     /**
  664.      * Gets the public '.container.private.security.authorization_checker' shared service.
  665.      *
  666.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  667.      */
  668.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  669.     {
  670.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  671.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  672.             return $this->services['.container.private.security.authorization_checker'];
  673.         }
  674.         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()), $afalsefalsefalse);
  675.     }
  676.     /**
  677.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  678.      *
  679.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  680.      */
  681.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  682.     {
  683.         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())));
  684.     }
  685.     /**
  686.      * Gets the public '.container.private.security.token_storage' shared service.
  687.      *
  688.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  689.      */
  690.     protected function get_Container_Private_Security_TokenStorageService()
  691.     {
  692.         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, [
  693.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  694.         ], [
  695.             'request_stack' => '?',
  696.         ]));
  697.     }
  698.     /**
  699.      * Gets the public '.container.private.twig' shared service.
  700.      *
  701.      * @return \Twig\Environment
  702.      */
  703.     protected function get_Container_Private_TwigService()
  704.     {
  705.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  706.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  707.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  710.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  712.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  713.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  714.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  715.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  717.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  718.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BoldrCmsBundle'), 'BoldrCms');
  719.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/views'), 'BoldrCms');
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/views'), '!BoldrCms');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  723.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BoldrUsersBundle'), 'BoldrUsers');
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/views'), 'BoldrUsers');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/views'), '!BoldrUsers');
  726.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BoldrShopBundle'), 'BoldrShop');
  727.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/views'), 'BoldrShop');
  728.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/views'), '!BoldrShop');
  729.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src/Resources/views'), 'BoldrReceiptPrinter');
  730.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src/Resources/views'), '!BoldrReceiptPrinter');
  731.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/cloudprnt-receipt-printer/src/Resources/views'), 'BoldrCloudPrntReceiptPrinter');
  732.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/cloudprnt-receipt-printer/src/Resources/views'), '!BoldrCloudPrntReceiptPrinter');
  733.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BoldrJobsBundle'), 'BoldrJobs');
  734.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src/Resources/views'), 'BoldrJobs');
  735.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src/Resources/views'), '!BoldrJobs');
  736.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/debug-bundle/src/Resources/views'), 'BoldrDebug');
  737.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/debug-bundle/src/Resources/views'), '!BoldrDebug');
  738.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/mollie-payment-method/src/Resources/views'), 'BoldrMolliePaymentMethod');
  739.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/mollie-payment-method/src/Resources/views'), '!BoldrMolliePaymentMethod');
  740.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/views'), 'BoldrOpeningHours');
  741.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/views'), '!BoldrOpeningHours');
  742.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/Resources/views'), 'BoldrSiteOptions');
  743.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/Resources/views'), '!BoldrSiteOptions');
  744.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BoldrContactMapSectionBundle'), 'BoldrContactMapSection');
  745.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/contact-map-section/src/Resources/views'), 'BoldrContactMapSection');
  746.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/contact-map-section/src/Resources/views'), '!BoldrContactMapSection');
  747.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/swiper-layout-bundle/src/Resources/views'), 'BoldrSwiperLayout');
  748.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/swiper-layout-bundle/src/Resources/views'), '!BoldrSwiperLayout');
  749.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BoldrCookiesBundle'), 'BoldrCookies');
  750.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/Resources/views'), 'BoldrCookies');
  751.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/Resources/views'), '!BoldrCookies');
  752.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src/Resources/views'), 'BoldrMaintenance');
  753.         $a->addPath((\dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src/Resources/views'), '!BoldrMaintenance');
  754.         $a->addPath((\dirname(__DIR__4).'/templates'));
  755.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  756.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  757.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  758.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(new \Boldr\Cms\CmsBundle\Twig\TwigAliasLoader($a), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  759.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  760.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  761.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  762.         $e = ($this->services['router'] ?? $this->getRouterService());
  763.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  764.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  765.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  766.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  767.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  768.         $j = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  769.         $k = ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] = new \Boldr\Cms\CmsBundle\Cookies\CookieManager()));
  770.         $l = new \Symfony\Bridge\Twig\AppVariable();
  771.         $l->setEnvironment('dev');
  772.         $l->setDebug(true);
  773.         if ($this->has('.container.private.security.token_storage')) {
  774.             $l->setTokenStorage($g);
  775.         }
  776.         if ($this->has('request_stack')) {
  777.             $l->setRequestStack($f);
  778.         }
  779.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  780.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  781.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  782.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  783.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  784.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  785.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  786.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  787.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  788.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  789.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  790.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  791.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  792.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  793.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  794.         $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())));
  795.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  796.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  797.         $instance->addExtension(new \App\TwigExtension($h, ($this->privates['Boldr\\Shop\\ShopBundle\\ShopContext'] ?? $this->getShopContextService()), $f, ($this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'] ?? $this->getDefaultShopProviderInterfaceService()), 9));
  798.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  799.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  800.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  801.         $instance->addExtension(new \Boldr\Cms\CmsBundle\Twig\TwigExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $h$f, ($this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\MenuPresenter'] ?? $this->getMenuPresenterService()), ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'] ?? $this->getPermalinkControllerService()), $e, ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'] ?? $this->getUploadStorageManagerService()), ($this->privates['Boldr\\Cms\\CmsBundle\\SiteConfiguration'] ?? $this->getSiteConfigurationService()), ($this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AttachmentPresenter'] ?? $this->getAttachmentPresenterService()), ($this->privates['psr18.http_client'] ?? $this->getPsr18_HttpClientService()), $j$j, new \Boldr\Cms\CmsBundle\Renderer\HtmlRenderer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  802.             'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\ImageView' => ['privates''Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlImageRenderer''getHtmlImageRendererService'true],
  803.             'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\VideoView' => ['privates''Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlVideoRenderer''getHtmlVideoRendererService'true],
  804.         ], [
  805.             'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\ImageView' => 'Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlImageRenderer',
  806.             'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\VideoView' => 'Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlVideoRenderer',
  807.         ])), ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] = new \Boldr\Cms\CmsBundle\Content\ContentManager())), $k, new RewindableGenerator(function () {
  808.             yield => ($this->privates['App\\AssetProvider'] ?? ($this->privates['App\\AssetProvider'] = new \App\AssetProvider()));
  809.             yield => ($this->privates['App\\Icon\\HbIconPack'] ?? ($this->privates['App\\Icon\\HbIconPack'] = new \App\Icon\HbIconPack()));
  810.             yield => ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\CmsAssetProvider'] ?? $this->load('getCmsAssetProviderService'));
  811.             yield => ($this->privates['Boldr\\Shop\\ShopBundle\\AssetProvider'] ?? $this->load('getAssetProviderService'));
  812.             yield => ($this->privates['Boldr\\Cms\\GoogleMapsBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Cms\\GoogleMapsBundle\\AssetProvider'] = new \Boldr\Cms\GoogleMapsBundle\AssetProvider('AIzaSyA4QZmfiHPGW3SsbunET8flncrf-50uqQY')));
  813.             yield => ($this->privates['Boldr\\Shop\\MultishopBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Shop\\MultishopBundle\\AssetProvider'] = new \Boldr\Shop\MultishopBundle\AssetProvider()));
  814.             yield => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\BrandsIconPack'] ?? $this->load('getBrandsIconPackService'));
  815.             yield => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\DuotoneIconPack'] ?? $this->load('getDuotoneIconPackService'));
  816.             yield => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\LightIconPack'] ?? $this->load('getLightIconPackService'));
  817.             yield => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\RegularIconPack'] ?? $this->load('getRegularIconPackService'));
  818.             yield 10 => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\SolidIconPack'] ?? $this->load('getSolidIconPackService'));
  819.             yield 11 => ($this->privates['Boldr\\Cms\\CookiesBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Cms\\CookiesBundle\\AssetProvider'] = new \Boldr\Cms\CookiesBundle\AssetProvider()));
  820.             yield 12 => ($this->privates['Boldr\\Shop\\GaEcommerceBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Shop\\GaEcommerceBundle\\AssetProvider'] = new \Boldr\Shop\GaEcommerceBundle\AssetProvider()));
  821.             yield 13 => ($this->privates['Boldr\\Cms\\PopupBundle\\AssetProvider'] ?? $this->load('getAssetProvider2Service'));
  822.         }, 14), ($this->privates['.service_locator.NaJ8wLa'] ?? $this->get_ServiceLocator_NaJ8wLaService())));
  823.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  824.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  825.         ], [
  826.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  827.         ])));
  828.         $instance->addExtension(new \Boldr\Shop\ShopBundle\Twig\Extension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  829.             'Boldr\\Shop\\ShopBundle\\CurrencyFormatter' => ['privates''Boldr\\Shop\\ShopBundle\\CurrencyFormatter''getCurrencyFormatterService'true],
  830.             'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter' => ['privates''Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter''getCurrencyPresenterService'true],
  831.             'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter' => ['privates''Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter''getCustomerPresenterService'true],
  832.             'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter' => ['privates''Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter''getOrderPresenterService'true],
  833.             'Boldr\\Shop\\ShopBundle\\ShopContext' => ['privates''Boldr\\Shop\\ShopBundle\\ShopContext''getShopContextService'false],
  834.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  835.         ], [
  836.             'Boldr\\Shop\\ShopBundle\\CurrencyFormatter' => 'Boldr\\Shop\\ShopBundle\\CurrencyFormatter',
  837.             'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter',
  838.             'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter',
  839.             'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter',
  840.             'Boldr\\Shop\\ShopBundle\\ShopContext' => 'Boldr\\Shop\\ShopBundle\\ShopContext',
  841.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  842.         ]))->withContext('Boldr\\Shop\\ShopBundle\\Twig\\Extension'$this)));
  843.         $instance->addExtension(new \Boldr\Cms\OpeningHoursBundle\TwigExtension($h$instance$f, new \Boldr\Cms\OpeningHoursBundle\Presenter\OpeningHoursPresenter($c), ($this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'] ?? $this->getOpeningHoursManagerService())));
  844.         $instance->addExtension(new \Boldr\Cms\SiteOptionsBundle\TwigExtension($f, ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] ?? $this->getSiteOptionValueServiceService()), 'nl'));
  845.         $instance->addExtension(new \Boldr\Shop\MultishopBundle\TwigExtension($h, ($this->privates['Boldr\\Shop\\MultishopBundle\\Presenter\\ShopPresenter'] ?? ($this->privates['Boldr\\Shop\\MultishopBundle\\Presenter\\ShopPresenter'] = new \Boldr\Shop\MultishopBundle\Presenter\ShopPresenter())), $f));
  846.         $instance->addExtension(new \Boldr\Cms\CookiesBundle\TwigExtension($k));
  847.         $instance->addGlobal('app'$l);
  848.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  849.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  850.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  851.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  852.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  853.         ], [
  854.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  855.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  856.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  857.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  858.         ])));
  859.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  860.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  861.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  862.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  863.         return $instance;
  864.     }
  865.     /**
  866.      * Gets the public '.container.private.validator' shared service.
  867.      *
  868.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  869.      */
  870.     protected function get_Container_Private_ValidatorService()
  871.     {
  872.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  873.         if (isset($this->services['.container.private.validator'])) {
  874.             return $this->services['.container.private.validator'];
  875.         }
  876.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  877.     }
  878.     /**
  879.      * Gets the public 'Boldr\Cms\CmsBundle\Controller\PermalinkController' shared autowired service.
  880.      *
  881.      * @return \Boldr\Cms\CmsBundle\Controller\PermalinkController
  882.      */
  883.     protected function getPermalinkControllerService()
  884.     {
  885.         $a = ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService());
  886.         if (isset($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'])) {
  887.             return $this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'];
  888.         }
  889.         $this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'] = $instance = new \Boldr\Cms\CmsBundle\Controller\PermalinkController($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  890.             'Boldr\\Cms\\CmsBundle\\Controller\\PageController' => ['services''Boldr\\Cms\\CmsBundle\\Controller\\PageController''getPageControllerService'true],
  891.             'Boldr\\Cms\\CmsBundle\\Controller\\SearchController' => ['services''Boldr\\Cms\\CmsBundle\\Controller\\SearchController''getSearchControllerService'true],
  892.             'Boldr\\Cms\\CmsBundle\\Entity\\Page' => ['services''Boldr\\Cms\\CmsBundle\\Controller\\PageController''getPageControllerService'true],
  893.             'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => ['services''Boldr\\Cms\\CmsBundle\\Controller\\SearchController''getSearchControllerService'true],
  894.             'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController' => ['services''Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController''getJobOfferControllerService'true],
  895.             'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => ['services''Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController''getJobOfferControllerService'true],
  896.             'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController' => ['services''Boldr\\Shop\\ShopBundle\\Controller\\CategoryController''getCategoryControllerService'true],
  897.             'Boldr\\Shop\\ShopBundle\\Controller\\ProductController' => ['services''Boldr\\Shop\\ShopBundle\\Controller\\ProductController''getProductControllerService'true],
  898.             'Boldr\\Shop\\ShopBundle\\Entity\\Category' => ['services''Boldr\\Shop\\ShopBundle\\Controller\\CategoryController''getCategoryControllerService'true],
  899.             'Boldr\\Shop\\ShopBundle\\Entity\\Product' => ['services''Boldr\\Shop\\ShopBundle\\Controller\\ProductController''getProductControllerService'true],
  900.         ], [
  901.             'Boldr\\Cms\\CmsBundle\\Controller\\PageController' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  902.             'Boldr\\Cms\\CmsBundle\\Controller\\SearchController' => 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController',
  903.             'Boldr\\Cms\\CmsBundle\\Entity\\Page' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  904.             'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController',
  905.             'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController' => 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController',
  906.             'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController',
  907.             'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController' => 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController',
  908.             'Boldr\\Shop\\ShopBundle\\Controller\\ProductController' => 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController',
  909.             'Boldr\\Shop\\ShopBundle\\Entity\\Category' => 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController',
  910.             'Boldr\\Shop\\ShopBundle\\Entity\\Product' => 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController',
  911.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  912.             'Boldr\\Cms\\CmsBundle\\Entity\\Page' => ['services''Boldr\\Cms\\CmsBundle\\Controller\\PageController''getPageControllerService'true],
  913.             'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => ['services''Boldr\\Cms\\CmsBundle\\Controller\\SearchController''getSearchControllerService'true],
  914.             'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => ['services''Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController''getJobOfferControllerService'true],
  915.             'Boldr\\Shop\\ShopBundle\\Entity\\Category' => ['services''Boldr\\Shop\\ShopBundle\\Controller\\CategoryController''getCategoryControllerService'true],
  916.             'Boldr\\Shop\\ShopBundle\\Entity\\Product' => ['services''Boldr\\Shop\\ShopBundle\\Controller\\ProductController''getProductControllerService'true],
  917.         ], [
  918.             'Boldr\\Cms\\CmsBundle\\Entity\\Page' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  919.             'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController',
  920.             'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController',
  921.             'Boldr\\Shop\\ShopBundle\\Entity\\Category' => 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController',
  922.             'Boldr\\Shop\\ShopBundle\\Entity\\Product' => 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController',
  923.         ]), new RewindableGenerator(function () {
  924.             yield => ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PageController'] ?? $this->load('getPageControllerService'));
  925.             yield => ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\SearchController'] ?? $this->load('getSearchControllerService'));
  926.             yield => ($this->services['Boldr\\Shop\\ShopBundle\\Controller\\CategoryController'] ?? $this->load('getCategoryControllerService'));
  927.             yield => ($this->services['Boldr\\Shop\\ShopBundle\\Controller\\ProductController'] ?? $this->load('getProductControllerService'));
  928.             yield => ($this->services['Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController'] ?? $this->load('getJobOfferControllerService'));
  929.         }, 5), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  930.             'Boldr\\Cms\\CmsBundle\\Entity\\Page' => ['privates''boldr_cms.page_permalinkable_serializer''getBoldrCms_PagePermalinkableSerializerService'true],
  931.             'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => ['privates''boldr_cms.search_permalinkable_serailizer''getBoldrCms_SearchPermalinkableSerailizerService'true],
  932.         ], [
  933.             'Boldr\\Cms\\CmsBundle\\Entity\\Page' => 'Boldr\\Cms\\CmsBundle\\Permalink\\DoctrineSerializer',
  934.             'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkableSerializer',
  935.         ]));
  936.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'$this));
  937.         return $instance;
  938.     }
  939.     /**
  940.      * Gets the public 'cache.app' shared service.
  941.      *
  942.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  943.      */
  944.     protected function getCache_AppService()
  945.     {
  946.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  947.         if (isset($this->services['cache.app'])) {
  948.             return $this->services['cache.app'];
  949.         }
  950.         $b = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('3c64xY+Sj2'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  951.         $b->setLogger($a);
  952.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($b);
  953.     }
  954.     /**
  955.      * Gets the public 'cache.system' shared service.
  956.      *
  957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  958.      */
  959.     protected function getCache_SystemService()
  960.     {
  961.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  962.         if (isset($this->services['cache.system'])) {
  963.             return $this->services['cache.system'];
  964.         }
  965.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LdmxAyGKE2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  966.     }
  967.     /**
  968.      * Gets the public 'cache.validator_expression_language' shared service.
  969.      *
  970.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  971.      */
  972.     protected function getCache_ValidatorExpressionLanguageService()
  973.     {
  974.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  975.         if (isset($this->services['cache.validator_expression_language'])) {
  976.             return $this->services['cache.validator_expression_language'];
  977.         }
  978.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-KwQZF3UMn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  979.     }
  980.     /**
  981.      * Gets the public 'data_collector.dump' shared service.
  982.      *
  983.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  984.      */
  985.     protected function getDataCollector_DumpService()
  986.     {
  987.         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()));
  988.     }
  989.     /**
  990.      * Gets the public 'doctrine' shared service.
  991.      *
  992.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  993.      */
  994.     protected function getDoctrineService()
  995.     {
  996.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  997.     }
  998.     /**
  999.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1000.      *
  1001.      * @return \Doctrine\DBAL\Connection
  1002.      */
  1003.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1004.     {
  1005.         $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  1006.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1007.             return $this->services['doctrine.dbal.default_connection'];
  1008.         }
  1009.         $b = new \Doctrine\DBAL\Configuration();
  1010.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1011.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1012.         $c->pushHandler($a);
  1013.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1014.         $b->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($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()))]));
  1015.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!cms_bundle_database_versions$)~')]));
  1016.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1017.             'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber' => ['privates''Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber''getDoctrineInheritanceMappingSubscriberService'true],
  1018.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1019.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1020.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1021.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1022.         ], [
  1023.             'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber' => '?',
  1024.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1025.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1026.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1027.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1028.         ]), [=> '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'=> 'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1029.     }
  1030.     /**
  1031.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1032.      *
  1033.      * @return \Doctrine\ORM\EntityManager
  1034.      */
  1035.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1036.     {
  1037.         if ($lazyLoad) {
  1038.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1039.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1040.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1041.                     $proxy->setProxyInitializer(null);
  1042.                     return true;
  1043.                 });
  1044.             });
  1045.         }
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1057.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1062.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1065.         $a = new \Doctrine\ORM\Configuration();
  1066.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1067.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1068.         $b->addDriver($c'App\\Entity');
  1069.         $b->addDriver($c'Boldr\\Cms\\SiteOptionsBundle\\Entity');
  1070.         $b->addDriver($c'Boldr\\Cms\\CmsBundle\\Entity');
  1071.         $b->addDriver($c'Boldr\\Cms\\UsersBundle\\Entity');
  1072.         $b->addDriver($c'Boldr\\Shop\\ShopBundle\\Entity');
  1073.         $b->addDriver($c'Boldr\\Shop\\ReceiptPrinterBundle\\Entity');
  1074.         $b->addDriver($c'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\Entity');
  1075.         $b->addDriver($c'Boldr\\Shop\\VatBundle\\Entity');
  1076.         $b->addDriver($c'Boldr\\Cms\\JobsBundle\\Entity');
  1077.         $b->addDriver($c'Boldr\\Shop\\MolliePaymentMethodBundle\\Entity');
  1078.         $b->addDriver($c'Boldr\\Shop\\SimplePriceProviderBundle\\Entity');
  1079.         $b->addDriver($c'Boldr\\Cms\\OpeningHoursBundle\\Entity');
  1080.         $b->addDriver($c'Boldr\\Shop\\IngredientsBundle\\Entity');
  1081.         $b->addDriver($c'Boldr\\Shop\\SurchargeBundle\\Entity');
  1082.         $b->addDriver($c'Boldr\\Shop\\MultishopBundle\\Entity');
  1083.         $b->addDriver($c'Boldr\\Shop\\AllergenBundle\\Entity');
  1084.         $b->addDriver($c'Boldr\\Shop\\ReceiptPrinterMultishopBundle\\Entity');
  1085.         $b->addDriver($c'Boldr\\Shop\\NForXBundle\\Entity');
  1086.         $b->addDriver($c'Boldr\\Cms\\MaintenanceBundle\\Entity');
  1087.         $b->addDriver($c'Boldr\\Cms\\MaintenanceUsersBundle\\Entity');
  1088.         $b->addDriver($c'Boldr\\Cms\\PopupBundle\\Entity');
  1089.         $a->setEntityNamespaces(['App' => 'App\\Entity''BoldrSiteOptionsBundle' => 'Boldr\\Cms\\SiteOptionsBundle\\Entity''BoldrCmsBundle' => 'Boldr\\Cms\\CmsBundle\\Entity''BoldrUsersBundle' => 'Boldr\\Cms\\UsersBundle\\Entity''BoldrShopBundle' => 'Boldr\\Shop\\ShopBundle\\Entity''BoldrReceiptPrinterBundle' => 'Boldr\\Shop\\ReceiptPrinterBundle\\Entity''BoldrCloudPrntReceiptPrinterBundle' => 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\Entity''BoldrVatBundle' => 'Boldr\\Shop\\VatBundle\\Entity''BoldrJobsBundle' => 'Boldr\\Cms\\JobsBundle\\Entity''BoldrMolliePaymentMethodBundle' => 'Boldr\\Shop\\MolliePaymentMethodBundle\\Entity''BoldrSimplePriceProviderBundle' => 'Boldr\\Shop\\SimplePriceProviderBundle\\Entity''BoldrOpeningHoursBundle' => 'Boldr\\Cms\\OpeningHoursBundle\\Entity''BoldrIngredientsBundle' => 'Boldr\\Shop\\IngredientsBundle\\Entity''BoldrSurchargeBundle' => 'Boldr\\Shop\\SurchargeBundle\\Entity''BoldrMultishopBundle' => 'Boldr\\Shop\\MultishopBundle\\Entity''BoldrAllergenBundle' => 'Boldr\\Shop\\AllergenBundle\\Entity''BoldrReceiptPrinterMultishopBundle' => 'Boldr\\Shop\\ReceiptPrinterMultishopBundle\\Entity''BoldrNForXBundle' => 'Boldr\\Shop\\NForXBundle\\Entity''BoldrMaintenanceBundle' => 'Boldr\\Cms\\MaintenanceBundle\\Entity''BoldrMaintenanceUsersBundle' => 'Boldr\\Cms\\MaintenanceUsersBundle\\Entity''BoldrPopupBundle' => 'Boldr\\Cms\\PopupBundle\\Entity']);
  1090.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1091.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1092.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1093.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1094.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1095.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1096.         ], [
  1097.             'doctrine.ulid_generator' => '?',
  1098.             'doctrine.uuid_generator' => '?',
  1099.         ])));
  1100.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1101.         $a->setProxyNamespace('Proxies');
  1102.         $a->setAutoGenerateProxyClasses(true);
  1103.         $a->setSchemaIgnoreClasses([]);
  1104.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1105.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1106.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1107.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1108.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1109.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1110.             'App\\Repository\\CustomerOptionsRepository' => ['privates''App\\Repository\\CustomerOptionsRepository''getCustomerOptionsRepositoryService'true],
  1111.             'App\\Repository\\OrderEmployeeRepository' => ['privates''App\\Repository\\OrderEmployeeRepository''getOrderEmployeeRepositoryService'true],
  1112.             'App\\Repository\\PrinterOptionsRepository' => ['privates''App\\Repository\\PrinterOptionsRepository''getPrinterOptionsRepositoryService'true],
  1113.             'Boldr\\Cms\\CmsBundle\\Repository\\AttachmentRepository' => ['privates''Boldr\\Cms\\CmsBundle\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  1114.             'Boldr\\Cms\\CmsBundle\\Repository\\PageRepository' => ['privates''Boldr\\Cms\\CmsBundle\\Repository\\PageRepository''getPageRepositoryService'true],
  1115.             'Boldr\\Cms\\CmsBundle\\Repository\\PageTranslationRepository' => ['privates''Boldr\\Cms\\CmsBundle\\Repository\\PageTranslationRepository''getPageTranslationRepositoryService'true],
  1116.             'Boldr\\Cms\\CmsBundle\\Repository\\UploadFolderRepository' => ['privates''Boldr\\Cms\\CmsBundle\\Repository\\UploadFolderRepository''getUploadFolderRepositoryService'true],
  1117.             'Boldr\\Cms\\CmsBundle\\Repository\\UploadRepository' => ['privates''Boldr\\Cms\\CmsBundle\\Repository\\UploadRepository''getUploadRepositoryService'true],
  1118.             'Boldr\\Cms\\JobsBundle\\Repository\\JobOfferRepository' => ['privates''Boldr\\Cms\\JobsBundle\\Repository\\JobOfferRepository''getJobOfferRepositoryService'true],
  1119.             'Boldr\\Cms\\OpeningHoursBundle\\Repository\\SetRepository' => ['privates''Boldr\\Cms\\OpeningHoursBundle\\Repository\\SetRepository''getSetRepositoryService'true],
  1120.             'Boldr\\Cms\\PopupBundle\\Repository\\PopupRepository' => ['privates''Boldr\\Cms\\PopupBundle\\Repository\\PopupRepository''getPopupRepositoryService'true],
  1121.         ], [
  1122.             'App\\Repository\\CustomerOptionsRepository' => '?',
  1123.             'App\\Repository\\OrderEmployeeRepository' => '?',
  1124.             'App\\Repository\\PrinterOptionsRepository' => '?',
  1125.             'Boldr\\Cms\\CmsBundle\\Repository\\AttachmentRepository' => '?',
  1126.             'Boldr\\Cms\\CmsBundle\\Repository\\PageRepository' => '?',
  1127.             'Boldr\\Cms\\CmsBundle\\Repository\\PageTranslationRepository' => '?',
  1128.             'Boldr\\Cms\\CmsBundle\\Repository\\UploadFolderRepository' => '?',
  1129.             'Boldr\\Cms\\CmsBundle\\Repository\\UploadRepository' => '?',
  1130.             'Boldr\\Cms\\JobsBundle\\Repository\\JobOfferRepository' => '?',
  1131.             'Boldr\\Cms\\OpeningHoursBundle\\Repository\\SetRepository' => '?',
  1132.             'Boldr\\Cms\\PopupBundle\\Repository\\PopupRepository' => '?',
  1133.         ])));
  1134.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1135.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1136.         return $instance;
  1137.     }
  1138.     /**
  1139.      * Gets the public 'event_dispatcher' shared service.
  1140.      *
  1141.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1142.      */
  1143.     protected function getEventDispatcherService()
  1144.     {
  1145.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1146.         $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())));
  1147.         $instance->addListener('kernel.controller', [=> function () {
  1148.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1149.         }, => 'onKernelController'], 0);
  1150.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1151.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1152.         }, => 'checkPassport'], 1024);
  1153.         $instance->addListener('kernel.response', [=> function () {
  1154.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1155.         }, => 'onKernelResponse'], 0);
  1156.         $instance->addListener('kernel.response', [=> function () {
  1157.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1158.         }, => 'onKernelResponse'], 0);
  1159.         $instance->addListener('kernel.exception', [=> function () {
  1160.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1161.         }, => 'onKernelException'], -64);
  1162.         $instance->addListener('kernel.view', [=> function () {
  1163.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1164.         }, => 'onKernelView'], 0);
  1165.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [=> function () {
  1166.             return ($this->privates['App\\EventSubscriber\\OrderEventSubscriber'] ?? $this->load('getOrderEventSubscriberService'));
  1167.         }, => 'onOrderStateUpdated'], 0);
  1168.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\ShopPagePreloadEvent', [=> function () {
  1169.             return ($this->privates['App\\EventSubscriber\\PreloadEventSubscriber'] ?? $this->load('getPreloadEventSubscriberService'));
  1170.         }, => 'onShopPagePreload'], 0);
  1171.         $instance->addListener('Boldr\\Shop\\ReceiptPrinterBundle\\Event\\QueueReceiptEvent', [=> function () {
  1172.             return ($this->privates['App\\EventSubscriber\\ReceiptEventSubscriber'] ?? $this->load('getReceiptEventSubscriberService'));
  1173.         }, => 'onQueueReceipt'], 10);
  1174.         $instance->addListener('kernel.response', [=> function () {
  1175.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1176.         }, => 'onKernelResponse'], 0);
  1177.         $instance->addListener('kernel.response', [=> function () {
  1178.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1179.         }, => 'onKernelResponse'], -1024);
  1180.         $instance->addListener('kernel.request', [=> function () {
  1181.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1182.         }, => 'setDefaultLocale'], 100);
  1183.         $instance->addListener('kernel.request', [=> function () {
  1184.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1185.         }, => 'onKernelRequest'], 16);
  1186.         $instance->addListener('kernel.finish_request', [=> function () {
  1187.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1188.         }, => 'onKernelFinishRequest'], 0);
  1189.         $instance->addListener('kernel.request', [=> function () {
  1190.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1191.         }, => 'onKernelRequest'], 256);
  1192.         $instance->addListener('kernel.response', [=> function () {
  1193.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1194.         }, => 'onResponse'], -255);
  1195.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1196.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1197.         }, => 'onControllerArguments'], 0);
  1198.         $instance->addListener('kernel.exception', [=> function () {
  1199.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1200.         }, => 'logKernelException'], 0);
  1201.         $instance->addListener('kernel.exception', [=> function () {
  1202.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1203.         }, => 'onKernelException'], -128);
  1204.         $instance->addListener('kernel.response', [=> function () {
  1205.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1206.         }, => 'removeCspHeader'], -128);
  1207.         $instance->addListener('kernel.request', [=> function () {
  1208.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1209.         }, => 'onKernelRequest'], 15);
  1210.         $instance->addListener('kernel.finish_request', [=> function () {
  1211.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1212.         }, => 'onKernelFinishRequest'], -15);
  1213.         $instance->addListener('console.error', [=> function () {
  1214.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1215.         }, => 'onConsoleError'], -128);
  1216.         $instance->addListener('console.terminate', [=> function () {
  1217.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1218.         }, => 'onConsoleTerminate'], -128);
  1219.         $instance->addListener('console.error', [=> function () {
  1220.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1221.         }, => 'onConsoleError'], 0);
  1222.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1223.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1224.         }, => 'onMessage'], -255);
  1225.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1226.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1227.         }, => 'onMessage'], -255);
  1228.         $instance->addListener('kernel.request', [=> function () {
  1229.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1230.         }, => 'configure'], 2048);
  1231.         $instance->addListener('console.command', [=> function () {
  1232.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1233.         }, => 'configure'], 2048);
  1234.         $instance->addListener('kernel.request', [=> function () {
  1235.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1236.         }, => 'onKernelRequest'], 32);
  1237.         $instance->addListener('kernel.finish_request', [=> function () {
  1238.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1239.         }, => 'onKernelFinishRequest'], 0);
  1240.         $instance->addListener('kernel.exception', [=> function () {
  1241.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1242.         }, => 'onKernelException'], -64);
  1243.         $instance->addListener('kernel.response', [=> function () {
  1244.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1245.         }, => 'onKernelResponse'], 0);
  1246.         $instance->addListener('kernel.request', [=> function () {
  1247.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1248.         }, => 'onKernelRequest'], 128);
  1249.         $instance->addListener('kernel.response', [=> function () {
  1250.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1251.         }, => 'onKernelResponse'], -1000);
  1252.         $instance->addListener('kernel.finish_request', [=> function () {
  1253.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1254.         }, => 'onFinishRequest'], 0);
  1255.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1256.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1257.         }, => 'onNotification'], -255);
  1258.         $instance->addListener('kernel.response', [=> function () {
  1259.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1260.         }, => 'onKernelResponse'], -100);
  1261.         $instance->addListener('kernel.exception', [=> function () {
  1262.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1263.         }, => 'onKernelException'], 0);
  1264.         $instance->addListener('kernel.terminate', [=> function () {
  1265.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1266.         }, => 'onKernelTerminate'], -1024);
  1267.         $instance->addListener('kernel.controller', [=> function () {
  1268.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1269.         }, => 'onKernelController'], 0);
  1270.         $instance->addListener('kernel.response', [=> function () {
  1271.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1272.         }, => 'onKernelResponse'], 0);
  1273.         $instance->addListener('kernel.controller', [=> function () {
  1274.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1275.         }, => 'onKernelController'], 0);
  1276.         $instance->addListener('kernel.controller', [=> function () {
  1277.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1278.         }, => 'onKernelController'], 0);
  1279.         $instance->addListener('kernel.controller', [=> function () {
  1280.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1281.         }, => 'onKernelController'], -128);
  1282.         $instance->addListener('kernel.view', [=> function () {
  1283.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1284.         }, => 'onKernelView'], 0);
  1285.         $instance->addListener('kernel.controller', [=> function () {
  1286.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1287.         }, => 'onKernelController'], 0);
  1288.         $instance->addListener('kernel.response', [=> function () {
  1289.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1290.         }, => 'onKernelResponse'], 0);
  1291.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1292.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1293.         }, => 'onKernelControllerArguments'], 0);
  1294.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1295.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1296.         }, => 'onKernelControllerArguments'], 0);
  1297.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1298.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1299.         }, => 'onMessage'], 0);
  1300.         $instance->addListener('kernel.response', [=> function () {
  1301.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1302.         }, => 'onKernelResponse'], -128);
  1303.         $instance->addListener('console.command', [=> function () {
  1304.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1305.         }, => 'configure'], 1024);
  1306.         $instance->addListener('console.error', [=> function () {
  1307.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1308.         }, => 'onConsoleError'], 0);
  1309.         $instance->addListener('console.terminate', [=> function () {
  1310.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1311.         }, => 'onConsoleTerminate'], 0);
  1312.         $instance->addListener('kernel.response', [=> function () {
  1313.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1314.         }, => 'onKernelResponse'], 0);
  1315.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1316.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1317.         }, => 'checkPassport'], 0);
  1318.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1319.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1320.         }, => 'onLoginSuccess'], 0);
  1321.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1322.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1323.         }, => 'onVoterVote'], 0);
  1324.         $instance->addListener('kernel.request', [=> function () {
  1325.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1326.         }, => 'configureLogoutUrlGenerator'], 8);
  1327.         $instance->addListener('kernel.request', [=> function () {
  1328.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1329.         }, => 'onKernelRequest'], 8);
  1330.         $instance->addListener('kernel.finish_request', [=> function () {
  1331.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1332.         }, => 'onKernelFinishRequest'], 0);
  1333.         $instance->addListener('kernel.request', [=> function () {
  1334.             return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\CookieSubscriber'] ?? $this->getCookieSubscriberService());
  1335.         }, => 'onKernelRequest'], 20);
  1336.         $instance->addListener('kernel.response', [=> function () {
  1337.             return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\CookieSubscriber'] ?? $this->getCookieSubscriberService());
  1338.         }, => 'onKernelResponse'], 0);
  1339.         $instance->addListener('kernel.request', [=> function () {
  1340.             return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1341.         }, => 'onKernelRequest'], 25);
  1342.         $instance->addListener('kernel.response', [=> function () {
  1343.             return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1344.         }, => 'onKernelResponse'], 0);
  1345.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1346.             return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\MailSubscriber'] ?? $this->load('getMailSubscriberService'));
  1347.         }, => 'onMessage'], 0);
  1348.         $instance->addListener('kernel.request', [=> function () {
  1349.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1350.         }, => 'handleLegacyEaContext'], 10);
  1351.         $instance->addListener('kernel.request', [=> function () {
  1352.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1353.         }, => 'onKernelRequest'], 0);
  1354.         $instance->addListener('kernel.controller', [=> function () {
  1355.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1356.         }, => 'onKernelController'], 128);
  1357.         $instance->addListener('Boldr\\Cms\\UsersBundle\\Event\\UserCreatedEvent', [=> function () {
  1358.             return ($this->privates['Boldr\\Cms\\UsersBundle\\EventSubscriber\\UserEventSubscriber'] ?? $this->load('getUserEventSubscriberService'));
  1359.         }, => 'onUserCreated'], 10);
  1360.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\PaymentCreatedEvent', [=> function () {
  1361.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1362.         }, => 'onPaymentCreated'], 10);
  1363.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\PaymentStatusUpdatedEvent', [=> function () {
  1364.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1365.         }, => 'onPaymentStatusUpdated'], 10);
  1366.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceCreatedEvent', [=> function () {
  1367.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1368.         }, => 'onInvoiceCreated'], 10);
  1369.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceProFormaUpdatedEvent', [=> function () {
  1370.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1371.         }, => 'onInvoiceProFormaUpdated'], 10);
  1372.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceStatusUpdatedEvent', [=> function () {
  1373.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1374.         }, => 'onInvoiceStatusUpdated'], 10);
  1375.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  1376.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\OrderAdminEventSubscriber'] ?? $this->load('getOrderAdminEventSubscriberService'));
  1377.         }, => 'onAfterEntityUpdatedEvent'], 10);
  1378.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeCrudActionEvent', [=> function () {
  1379.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\OrderAdminEventSubscriber'] ?? $this->load('getOrderAdminEventSubscriberService'));
  1380.         }, => 'onBeforeCrudActionEvent'], 10);
  1381.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [=> function () {
  1382.             return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\OrderEventSubscriber'] ?? $this->load('getOrderEventSubscriber3Service'));
  1383.         }, => 'onOrderStateUpdated'], 10);
  1384.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [=> function () {
  1385.             return ($this->privates['Boldr\\Shop\\ReceiptPrinterBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber3Service'));
  1386.         }, => 'onOrderStateChanged'], 10);
  1387.         $instance->addListener('Boldr\\Shop\\ReceiptPrinterBundle\\Event\\QueueReceiptEvent', [=> function () {
  1388.             return ($this->privates['Boldr\\Shop\\ReceiptPrinterBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber3Service'));
  1389.         }, => 'onQueueReceipt'], 10);
  1390.         $instance->addListener('Boldr\\Cms\\MollieBundle\\Event\\MolliePaymentUpdatedEvent', [=> function () {
  1391.             return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\MollieEventSubscriber'] ?? $this->load('getMollieEventSubscriberService'));
  1392.         }, => 'onMolliePaymentUpdated'], 10);
  1393.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceStatusUpdatedEvent', [=> function () {
  1394.             return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\MollieEventSubscriber'] ?? $this->load('getMollieEventSubscriberService'));
  1395.         }, => 'onInvoiceStateUpdated'], 0);
  1396.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\PaymentStatusUpdatedEvent', [=> function () {
  1397.             return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\MollieEventSubscriber'] ?? $this->load('getMollieEventSubscriberService'));
  1398.         }, => 'onPaymentStatusUpdated'], 10);
  1399.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [=> function () {
  1400.             return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\OrderEventSubscriber'] ?? $this->load('getOrderEventSubscriber2Service'));
  1401.         }, => 'onOrderStateUpdated'], 10);
  1402.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  1403.             return ($this->privates['Boldr\\Shop\\SimplePriceProviderBundle\\EventSubscriber\\EaEventSubscriber'] ?? $this->load('getEaEventSubscriberService'));
  1404.         }, => 'onAfterEntityUpdated'], 0);
  1405.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [=> function () {
  1406.             return ($this->privates['Boldr\\Shop\\MultishopBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber2Service'));
  1407.         }, => 'onOrderStateUpdated'], 0);
  1408.         $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderUpdatedEvent', [=> function () {
  1409.             return ($this->privates['Boldr\\Shop\\MultishopBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber2Service'));
  1410.         }, => 'onOrderUpdated'], 0);
  1411.         $instance->addListener('Boldr\\Shop\\ReceiptPrinterMultishopBundle\\EventSubscriber\\QueueReceiptEvent', [=> function () {
  1412.             return ($this->privates['Boldr\\Shop\\ReceiptPrinterMultishopBundle\\EventSubscriber\\PrinterEventSubscriber'] ?? ($this->privates['Boldr\\Shop\\ReceiptPrinterMultishopBundle\\EventSubscriber\\PrinterEventSubscriber'] = new \Boldr\Shop\ReceiptPrinterMultishopBundle\EventSubscriber\PrinterEventSubscriber()));
  1413.         }, => 'onReceiptQueued'], 0);
  1414.         $instance->addListener('kernel.request', [=> function () {
  1415.             return ($this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'] ?? $this->getKernelEventSubscriberService());
  1416.         }, => 'onKernelRequest'], 0);
  1417.         $instance->addListener('Boldr\\Cms\\MaintenanceBundle\\Event\\MaintenancePageEvent', [=> function () {
  1418.             return ($this->privates['Boldr\\Cms\\MaintenanceUsersBundle\\EventSubscriber'] ?? $this->load('getEventSubscriberService'));
  1419.         }, => 'onMaintenancePage'], 10);
  1420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1421.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1422.         }, => 'checkPassport'], 512);
  1423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1424.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1425.         }, => 'onLogout'], 0);
  1426.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1427.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1428.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1429.         return $instance;
  1430.     }
  1431.     /**
  1432.      * Gets the public 'http_kernel' shared service.
  1433.      *
  1434.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1435.      */
  1436.     protected function getHttpKernelService()
  1437.     {
  1438.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1439.         if (isset($this->services['http_kernel'])) {
  1440.             return $this->services['http_kernel'];
  1441.         }
  1442.         $b = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  1443.         if (isset($this->services['http_kernel'])) {
  1444.             return $this->services['http_kernel'];
  1445.         }
  1446.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1447.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1448.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1449.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1450.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1451.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1452.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1453.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1454.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1455.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1456.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1457.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1458.     }
  1459.     /**
  1460.      * Gets the public 'request_stack' shared service.
  1461.      *
  1462.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1463.      */
  1464.     protected function getRequestStackService()
  1465.     {
  1466.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1467.     }
  1468.     /**
  1469.      * Gets the public 'router' shared service.
  1470.      *
  1471.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1472.      */
  1473.     protected function getRouterService()
  1474.     {
  1475.         $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  1476.         if (isset($this->services['router'])) {
  1477.             return $this->services['router'];
  1478.         }
  1479.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  1480.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1481.         $b->pushHandler($a);
  1482.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1483.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1484.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1485.         ], [
  1486.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1487.         ]))->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))), $b'nl');
  1488.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1489.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the public 'translator' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1496.      */
  1497.     protected function getTranslatorService()
  1498.     {
  1499.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1500.     }
  1501.     /**
  1502.      * Gets the public 'var_dumper.cloner' shared service.
  1503.      *
  1504.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1505.      */
  1506.     protected function getVarDumper_ClonerService()
  1507.     {
  1508.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1509.         $instance->setMaxItems(2500);
  1510.         $instance->setMinDepth(1);
  1511.         $instance->setMaxString(-1);
  1512.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1513.         return $instance;
  1514.     }
  1515.     /**
  1516.      * Gets the private '.debug.http_client' shared service.
  1517.      *
  1518.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1519.      */
  1520.     protected function get_Debug_HttpClientService()
  1521.     {
  1522.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1523.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1524.         $this->privates['.debug.http_client'] = $instance = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1525.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1526.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1527.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1528.         $a->setLogger($b);
  1529.         return $instance;
  1530.     }
  1531.     /**
  1532.      * Gets the private '.service_locator.0dWp9EE' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1535.      */
  1536.     protected function get_ServiceLocator_0dWp9EEService()
  1537.     {
  1538.         return $this->privates['.service_locator.0dWp9EE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1539.             'security.firewall.map.context.boldr_cms_admin' => ['privates''security.firewall.map.context.boldr_cms_admin''getSecurity_Firewall_Map_Context_BoldrCmsAdminService'true],
  1540.             'security.firewall.map.context.boldr_users' => ['privates''security.firewall.map.context.boldr_users''getSecurity_Firewall_Map_Context_BoldrUsersService'true],
  1541.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1542.         ], [
  1543.             'security.firewall.map.context.boldr_cms_admin' => '?',
  1544.             'security.firewall.map.context.boldr_users' => '?',
  1545.             'security.firewall.map.context.dev' => '?',
  1546.         ]);
  1547.     }
  1548.     /**
  1549.      * Gets the private '.service_locator.NaJ8wLa' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1552.      */
  1553.     protected function get_ServiceLocator_NaJ8wLaService()
  1554.     {
  1555.         return $this->privates['.service_locator.NaJ8wLa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1556.             'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLink' => ['privates''Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLinkGenerator''getPermalinkableLinkGeneratorService'true],
  1557.             'Boldr\\Cms\\CmsBundle\\Link\\UploadLink' => ['privates''Boldr\\Cms\\CmsBundle\\Link\\UploadLinkGenerator''getUploadLinkGeneratorService'true],
  1558.             'Boldr\\Cms\\CmsBundle\\Link\\UrlLink' => ['privates''Boldr\\Cms\\CmsBundle\\Link\\UrlLinkGenerator''getUrlLinkGeneratorService'true],
  1559.             'Boldr\\Shop\\ShopBundle\\Link\\ShopLink' => ['privates''Boldr\\Shop\\ShopBundle\\Link\\ShopLinks''getShopLinksService'true],
  1560.         ], [
  1561.             'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLink' => 'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLinkGenerator',
  1562.             'Boldr\\Cms\\CmsBundle\\Link\\UploadLink' => 'Boldr\\Cms\\CmsBundle\\Link\\UploadLinkGenerator',
  1563.             'Boldr\\Cms\\CmsBundle\\Link\\UrlLink' => 'Boldr\\Cms\\CmsBundle\\Link\\UrlLinkGenerator',
  1564.             'Boldr\\Shop\\ShopBundle\\Link\\ShopLink' => 'Boldr\\Shop\\ShopBundle\\Link\\ShopLinks',
  1565.         ]);
  1566.     }
  1567.     /**
  1568.      * Gets the private '.service_locator.mx0UMmY' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1571.      */
  1572.     protected function get_ServiceLocator_Mx0UMmYService()
  1573.     {
  1574.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1575.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1576.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'true],
  1577.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1578.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1579.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1580.             'router' => ['services''router''getRouterService'false],
  1581.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1582.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  1583.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1584.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1585.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1586.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1587.         ], [
  1588.             'doctrine' => '?',
  1589.             'form.factory' => '?',
  1590.             'http_kernel' => '?',
  1591.             'parameter_bag' => '?',
  1592.             'request_stack' => '?',
  1593.             'router' => '?',
  1594.             'security.authorization_checker' => '?',
  1595.             'security.csrf.token_manager' => '?',
  1596.             'security.token_storage' => '?',
  1597.             'serializer' => '?',
  1598.             'session' => '.session.deprecated',
  1599.             'twig' => '?',
  1600.         ]);
  1601.     }
  1602.     /**
  1603.      * Gets the private 'Boldr\Cms\CmsBundle\BaseUrlProvider' shared autowired service.
  1604.      *
  1605.      * @return \Boldr\Cms\CmsBundle\BaseUrlProvider
  1606.      */
  1607.     protected function getBaseUrlProviderService()
  1608.     {
  1609.         return $this->privates['Boldr\\Cms\\CmsBundle\\BaseUrlProvider'] = new \Boldr\Cms\CmsBundle\BaseUrlProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1610.     }
  1611.     /**
  1612.      * Gets the private 'Boldr\Cms\CmsBundle\Content\ContentManager' shared autowired service.
  1613.      *
  1614.      * @return \Boldr\Cms\CmsBundle\Content\ContentManager
  1615.      */
  1616.     protected function getContentManagerService()
  1617.     {
  1618.         return $this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] = new \Boldr\Cms\CmsBundle\Content\ContentManager();
  1619.     }
  1620.     /**
  1621.      * Gets the private 'Boldr\Cms\CmsBundle\EventSubscriber\CookieSubscriber' shared autowired service.
  1622.      *
  1623.      * @return \Boldr\Cms\CmsBundle\EventSubscriber\CookieSubscriber
  1624.      */
  1625.     protected function getCookieSubscriberService()
  1626.     {
  1627.         return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\CookieSubscriber'] = new \Boldr\Cms\CmsBundle\EventSubscriber\CookieSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] = new \Boldr\Cms\CmsBundle\Cookies\CookieManager())));
  1628.     }
  1629.     /**
  1630.      * Gets the private 'Boldr\Cms\CmsBundle\EventSubscriber\LocaleSubscriber' shared autowired service.
  1631.      *
  1632.      * @return \Boldr\Cms\CmsBundle\EventSubscriber\LocaleSubscriber
  1633.      */
  1634.     protected function getLocaleSubscriberService()
  1635.     {
  1636.         $a = ($this->services['router'] ?? $this->getRouterService());
  1637.         if (isset($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'])) {
  1638.             return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'];
  1639.         }
  1640.         $b = ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'] ?? $this->getPermalinkControllerService());
  1641.         if (isset($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'])) {
  1642.             return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'];
  1643.         }
  1644.         return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'] = new \Boldr\Cms\CmsBundle\EventSubscriber\LocaleSubscriber($this->parameters['boldr_cms.enabled_locales'], new RewindableGenerator(function () {
  1645.             yield => ($this->privates['Boldr\\Cms\\CmsBundle\\Locale\\AcceptHeaderLocaleDeterminer'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Locale\\AcceptHeaderLocaleDeterminer'] = new \Boldr\Cms\CmsBundle\Locale\AcceptHeaderLocaleDeterminer()));
  1646.             yield => ($this->privates['Boldr\\Shop\\ShopBundle\\CustomerLocaleDeterminer'] ?? $this->load('getCustomerLocaleDeterminerService'));
  1647.         }, 2), [], $a$btruetrue);
  1648.     }
  1649.     /**
  1650.      * Gets the private 'Boldr\Cms\CmsBundle\Presenter\Attachment\AlignedAttachmentPresenter' shared autowired service.
  1651.      *
  1652.      * @return \Boldr\Cms\CmsBundle\Presenter\Attachment\AlignedAttachmentPresenter
  1653.      */
  1654.     protected function getAlignedAttachmentPresenterService()
  1655.     {
  1656.         return $this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AlignedAttachmentPresenter'] = new \Boldr\Cms\CmsBundle\Presenter\Attachment\AlignedAttachmentPresenter(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'] ?? $this->getUploadStorageManagerService()), ($this->privates['Boldr\\Cms\\CmsBundle\\BaseUrlProvider'] ?? $this->getBaseUrlProviderService()), $this->parameters['boldr_cms.media.sizes']);
  1657.     }
  1658.     /**
  1659.      * Gets the private 'Boldr\Cms\CmsBundle\Presenter\Attachment\AttachmentPresenter' shared autowired service.
  1660.      *
  1661.      * @return \Boldr\Cms\CmsBundle\Presenter\Attachment\AttachmentPresenter
  1662.      */
  1663.     protected function getAttachmentPresenterService()
  1664.     {
  1665.         return $this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AttachmentPresenter'] = new \Boldr\Cms\CmsBundle\Presenter\Attachment\AttachmentPresenter(($this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AlignedAttachmentPresenter'] ?? $this->getAlignedAttachmentPresenterService()));
  1666.     }
  1667.     /**
  1668.      * Gets the private 'Boldr\Cms\CmsBundle\Presenter\Menu\MenuPresenter' shared autowired service.
  1669.      *
  1670.      * @return \Boldr\Cms\CmsBundle\Presenter\Menu\MenuPresenter
  1671.      */
  1672.     protected function getMenuPresenterService()
  1673.     {
  1674.         return $this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\MenuPresenter'] = new \Boldr\Cms\CmsBundle\Presenter\Menu\MenuPresenter(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1675.             'Boldr\\Cms\\CmsBundle\\Entity\\HomeMenuItem' => ['privates''Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\HomeMenuItemPresenter''getHomeMenuItemPresenterService'true],
  1676.             'Boldr\\Cms\\CmsBundle\\Entity\\PageMenuItem' => ['privates''App\\Presenter\\PageMenuItemPresenterDecorator''getPageMenuItemPresenterDecoratorService'true],
  1677.             'Boldr\\Cms\\CmsBundle\\Entity\\UrlMenuItem' => ['privates''Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\UrlMenuItemPresenter''getUrlMenuItemPresenterService'true],
  1678.             'Boldr\\Shop\\ShopBundle\\Entity\\CartMenuItem' => ['privates''Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CartMenuItemPresenter''getCartMenuItemPresenterService'true],
  1679.             'Boldr\\Shop\\ShopBundle\\Entity\\CategoryMenuItem' => ['privates''Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CategoryMenuItemPresenter''getCategoryMenuItemPresenterService'true],
  1680.         ], [
  1681.             'Boldr\\Cms\\CmsBundle\\Entity\\HomeMenuItem' => 'Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\HomeMenuItemPresenter',
  1682.             'Boldr\\Cms\\CmsBundle\\Entity\\PageMenuItem' => '?',
  1683.             'Boldr\\Cms\\CmsBundle\\Entity\\UrlMenuItem' => 'Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\UrlMenuItemPresenter',
  1684.             'Boldr\\Shop\\ShopBundle\\Entity\\CartMenuItem' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CartMenuItemPresenter',
  1685.             'Boldr\\Shop\\ShopBundle\\Entity\\CategoryMenuItem' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CategoryMenuItemPresenter',
  1686.         ]), true);
  1687.     }
  1688.     /**
  1689.      * Gets the private 'Boldr\Cms\CmsBundle\SiteConfiguration' shared autowired service.
  1690.      *
  1691.      * @return \Boldr\Cms\CmsBundle\SiteConfiguration
  1692.      */
  1693.     protected function getSiteConfigurationService()
  1694.     {
  1695.         $a = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1696.         return $this->privates['Boldr\\Cms\\CmsBundle\\SiteConfiguration'] = new \Boldr\Cms\CmsBundle\SiteConfiguration($a, new \Boldr\Cms\CmsBundle\DefaultSiteNameProvider($a));
  1697.     }
  1698.     /**
  1699.      * Gets the private 'Boldr\Cms\CmsBundle\Upload\UploadStorageManager' shared autowired service.
  1700.      *
  1701.      * @return \Boldr\Cms\CmsBundle\Upload\UploadStorageManager
  1702.      */
  1703.     protected function getUploadStorageManagerService()
  1704.     {
  1705.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1706.         if (isset($this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'])) {
  1707.             return $this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'];
  1708.         }
  1709.         return $this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'] = new \Boldr\Cms\CmsBundle\Upload\UploadStorageManager($this->parameters['boldr_cms.media.sizes'], new \Boldr\Cms\CmsBundle\Storage\MigrationUploadsStorageBucket(new \Boldr\Cms\CmsBundle\Storage\UploadsStorageBucket(\dirname(__DIR__4), 'uploads'), \dirname(__DIR__4), '/uploads/media'), new \Boldr\Cms\CmsBundle\Storage\DerivativesStorageBucketFactory(\dirname(__DIR__4), 'uploads'), $a, new \Boldr\Cms\CmsBundle\Upload\ImageFormatter(\dirname(__DIR__4)), ($this->privates['mime_types'] ?? $this->getMimeTypesService()));
  1710.     }
  1711.     /**
  1712.      * Gets the private 'Boldr\Cms\MaintenanceBundle\EventSubscriber\KernelEventSubscriber' shared autowired service.
  1713.      *
  1714.      * @return \Boldr\Cms\MaintenanceBundle\EventSubscriber\KernelEventSubscriber
  1715.      */
  1716.     protected function getKernelEventSubscriberService()
  1717.     {
  1718.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1719.         if (isset($this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'])) {
  1720.             return $this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'];
  1721.         }
  1722.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1723.         if (isset($this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'])) {
  1724.             return $this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'];
  1725.         }
  1726.         return $this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'] = new \Boldr\Cms\MaintenanceBundle\EventSubscriber\KernelEventSubscriber(($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] ?? $this->getSiteOptionValueServiceService()), new \Boldr\Cms\MaintenanceBundle\Presenter\MaintenancePagePresenter(($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] = new \Boldr\Cms\CmsBundle\Content\ContentManager()))), $a$b);
  1727.     }
  1728.     /**
  1729.      * Gets the private 'Boldr\Cms\OpeningHoursBundle\OpeningHoursManager' shared autowired service.
  1730.      *
  1731.      * @return \Boldr\Cms\OpeningHoursBundle\OpeningHoursManager
  1732.      */
  1733.     protected function getOpeningHoursManagerService()
  1734.     {
  1735.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1736.         if (isset($this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'])) {
  1737.             return $this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'];
  1738.         }
  1739.         return $this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'] = new \Boldr\Cms\OpeningHoursBundle\OpeningHoursManager($a);
  1740.     }
  1741.     /**
  1742.      * Gets the private 'Boldr\Cms\SiteOptionsBundle\SiteOptionValueService' shared autowired service.
  1743.      *
  1744.      * @return \Boldr\Cms\SiteOptionsBundle\SiteOptionValueService
  1745.      */
  1746.     protected function getSiteOptionValueServiceService()
  1747.     {
  1748.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1749.         if (isset($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'])) {
  1750.             return $this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'];
  1751.         }
  1752.         return $this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] = new \Boldr\Cms\SiteOptionsBundle\SiteOptionValueService($this->parameters['boldr_site_options.options'], new RewindableGenerator(function () {
  1753.             yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType'] ?? $this->load('getAttachmentOptionTypeService'));
  1754.             yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\ComponentOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\ComponentOptionType'] ?? $this->load('getComponentOptionTypeService'));
  1755.             yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType'] ?? $this->load('getEntityOptionTypeService'));
  1756.             yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType'] ?? ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType'] = new \Boldr\Cms\SiteOptionsBundle\OptionType\FormOptionType()));
  1757.             yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType'] ?? ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType'] = new \Boldr\Cms\SiteOptionsBundle\OptionType\LinkOptionType()));
  1758.         }, 5), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), $a);
  1759.     }
  1760.     /**
  1761.      * Gets the private 'Boldr\Shop\MultishopBundle\DefaultShop\DefaultShopProviderInterface' shared autowired service.
  1762.      *
  1763.      * @return \Boldr\Shop\MultishopBundle\DefaultShop\ConfigurationDefaultShopProvider
  1764.      */
  1765.     protected function getDefaultShopProviderInterfaceService()
  1766.     {
  1767.         $a = ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] ?? $this->getSiteOptionValueServiceService());
  1768.         if (isset($this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'])) {
  1769.             return $this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'];
  1770.         }
  1771.         return $this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'] = new \Boldr\Shop\MultishopBundle\DefaultShop\ConfigurationDefaultShopProvider($a);
  1772.     }
  1773.     /**
  1774.      * Gets the private 'Boldr\Shop\MultishopBundle\Presenter\ShopPresenter' shared autowired service.
  1775.      *
  1776.      * @return \Boldr\Shop\MultishopBundle\Presenter\ShopPresenter
  1777.      */
  1778.     protected function getShopPresenterService()
  1779.     {
  1780.         return $this->privates['Boldr\\Shop\\MultishopBundle\\Presenter\\ShopPresenter'] = new \Boldr\Shop\MultishopBundle\Presenter\ShopPresenter();
  1781.     }
  1782.     /**
  1783.      * Gets the private 'Boldr\Shop\ShopBundle\ShopContext' shared autowired service.
  1784.      *
  1785.      * @return \Boldr\Shop\ShopBundle\ShopContext
  1786.      */
  1787.     protected function getShopContextService()
  1788.     {
  1789.         return $this->privates['Boldr\\Shop\\ShopBundle\\ShopContext'] = new \Boldr\Shop\ShopBundle\ShopContext((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1790.             'entity_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  1791.             'order_flow_manager' => ['privates''Boldr\\Shop\\MolliePaymentMethodBundle\\MolliePaymentOrderFlowManagerDecorator''getMolliePaymentOrderFlowManagerDecoratorService'true],
  1792.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1793.             'security' => ['privates''security.helper''getSecurity_HelperService'true],
  1794.         ], [
  1795.             'entity_manager' => '?',
  1796.             'order_flow_manager' => '?',
  1797.             'request_stack' => '?',
  1798.             'security' => '?',
  1799.         ]))->withContext('Boldr\\Shop\\ShopBundle\\ShopContext'$this), 'EUR'$this->parameters['boldr_shop.currencies']);
  1800.     }
  1801.     /**
  1802.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1803.      *
  1804.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1805.      */
  1806.     protected function getAdminRouterSubscriberService()
  1807.     {
  1808.         $a = ($this->services['router'] ?? $this->getRouterService());
  1809.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1810.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1811.         }
  1812.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1813.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1814.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1815.         }
  1816.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService());
  1817.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1818.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1819.         }
  1820.         $d = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  1821.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1822.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1823.         }
  1824.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1825.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1826.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1827.         }
  1828.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  1829.         $g = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1830.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$f, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $f$a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $g$b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController']))), $g$c$d$a$a$e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1831.     }
  1832.     /**
  1833.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1834.      *
  1835.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1836.      */
  1837.     protected function getActionFactoryService()
  1838.     {
  1839.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1840.     }
  1841.     /**
  1842.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1843.      *
  1844.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1845.      */
  1846.     protected function getControllerFactoryService()
  1847.     {
  1848.         $a = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  1849.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'])) {
  1850.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'];
  1851.         }
  1852.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), $a);
  1853.     }
  1854.     /**
  1855.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1856.      *
  1857.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1858.      */
  1859.     protected function getEntityFactoryService()
  1860.     {
  1861.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1862.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1863.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1864.         }
  1865.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1866.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1867.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1868.             yield => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\GetterFieldConfigurator'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\GetterFieldConfigurator'] = new \Boldr\Cms\CmsBundle\Admin\GetterFieldConfigurator()));
  1869.             yield => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\ImageFieldConfigurator'] ?? $this->load('getImageFieldConfiguratorService'));
  1870.             yield => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\SectionsFieldConfigurator'] ?? $this->load('getSectionsFieldConfiguratorService'));
  1871.             yield => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\SlugConfigurator'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\SlugConfigurator'] = new \Boldr\Cms\CmsBundle\Admin\SlugConfigurator()));
  1872.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1873.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1874.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1875.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1876.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1877.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1878.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1879.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1880.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1881.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1882.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1883.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1884.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1885.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1886.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1887.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1888.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1889.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1890.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1891.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfigurator2Service'));
  1892.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1893.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1894.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1895.             yield 28 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1896.             yield 29 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1897.             yield 30 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1898.         }, 31)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1899.     }
  1900.     /**
  1901.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1902.      *
  1903.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1904.      */
  1905.     protected function getAdminContextProviderService()
  1906.     {
  1907.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1911.      *
  1912.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1913.      */
  1914.     protected function getCrudControllerRegistryService()
  1915.     {
  1916.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\AdminUserCrudController'=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\MenuCrudController'=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\PageCrudController'=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadCrudController'=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadFolderCrudController'=> 'Boldr\\Cms\\UsersBundle\\Controller\\Admin\\UserCrudController'=> 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\AttributeCrudController'=> 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CategoryCrudController'=> 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CustomerCrudController'=> 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\DiscountCrudController'10 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\GroupCrudController'11 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\InvoiceCrudController'12 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OptionCrudController'13 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OrderCrudController'14 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\ProductCrudController'15 => 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\PrinterCrudController'16 => 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\ReceiptCrudController'17 => 'Boldr\\Cms\\JobsBundle\\Controller\\Admin\\JobOfferCrudController'18 => 'Boldr\\Shop\\IngredientsBundle\\Controller\\Admin\\IngredientCrudController'19 => 'Boldr\\Shop\\SurchargeBundle\\Controller\\Admin\\SurchargeCrudController'20 => 'Boldr\\Shop\\MultishopBundle\\Controller\\Admin\\ShopCrudController'21 => 'Boldr\\Cms\\MaintenanceBundle\\Controller\\Admin\\MaintenancePageCrudController'22 => 'Boldr\\Cms\\PopupBundle\\Controller\\Admin\\PopupCrudController']);
  1917.     }
  1918.     /**
  1919.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1920.      *
  1921.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1922.      */
  1923.     protected function getAdminUrlGeneratorService()
  1924.     {
  1925.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1926.             $a = ($this->services['router'] ?? $this->getRouterService());
  1927.             if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  1928.                 return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  1929.             }
  1930.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1931.         };
  1932.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1933.     }
  1934.     /**
  1935.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1936.      *
  1937.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1938.      */
  1939.     protected function getAuthorizationCheckerService()
  1940.     {
  1941.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1942.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1943.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1944.         }
  1945.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1946.     }
  1947.     /**
  1948.      * Gets the private 'annotations.cache_adapter' shared service.
  1949.      *
  1950.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1951.      */
  1952.     protected function getAnnotations_CacheAdapterService()
  1953.     {
  1954.         $a = ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  1955.         if (isset($this->privates['annotations.cache_adapter'])) {
  1956.             return $this->privates['annotations.cache_adapter'];
  1957.         }
  1958.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), $a);
  1959.     }
  1960.     /**
  1961.      * Gets the private 'annotations.cached_reader' shared service.
  1962.      *
  1963.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1964.      */
  1965.     protected function getAnnotations_CachedReaderService()
  1966.     {
  1967.         $a = ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService());
  1968.         if (isset($this->privates['annotations.cached_reader'])) {
  1969.             return $this->privates['annotations.cached_reader'];
  1970.         }
  1971.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $atrue);
  1972.     }
  1973.     /**
  1974.      * Gets the private 'annotations.reader' shared service.
  1975.      *
  1976.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1977.      */
  1978.     protected function getAnnotations_ReaderService()
  1979.     {
  1980.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1981.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1982.         $a->registerUniqueLoader('class_exists');
  1983.         $instance->addGlobalIgnoredName('required'$a);
  1984.         return $instance;
  1985.     }
  1986.     /**
  1987.      * Gets the private 'assets.packages' shared service.
  1988.      *
  1989.      * @return \Symfony\Component\Asset\Packages
  1990.      */
  1991.     protected function getAssets_PackagesService()
  1992.     {
  1993.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''true)), new RewindableGenerator(function () {
  1994.             return new \EmptyIterator();
  1995.         }, 0));
  1996.     }
  1997.     /**
  1998.      * Gets the private 'cache.annotations' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2001.      */
  2002.     protected function getCache_AnnotationsService()
  2003.     {
  2004.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2005.         if (isset($this->privates['cache.annotations'])) {
  2006.             return $this->privates['cache.annotations'];
  2007.         }
  2008.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4dl2iJMDsc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2009.     }
  2010.     /**
  2011.      * Gets the private 'cache.app.taggable' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  2014.      */
  2015.     protected function getCache_App_TaggableService()
  2016.     {
  2017.         $a = ($this->services['cache.app'] ?? $this->getCache_AppService());
  2018.         if (isset($this->privates['cache.app.taggable'])) {
  2019.             return $this->privates['cache.app.taggable'];
  2020.         }
  2021.         return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter($a);
  2022.     }
  2023.     /**
  2024.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2027.      */
  2028.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2029.     {
  2030.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2031.     }
  2032.     /**
  2033.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2034.      *
  2035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2036.      */
  2037.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2038.     {
  2039.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2040.     }
  2041.     /**
  2042.      * Gets the private 'cache.property_info' shared service.
  2043.      *
  2044.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2045.      */
  2046.     protected function getCache_PropertyInfoService()
  2047.     {
  2048.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2049.         if (isset($this->privates['cache.property_info'])) {
  2050.             return $this->privates['cache.property_info'];
  2051.         }
  2052.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zYx8ebHqVy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2053.     }
  2054.     /**
  2055.      * Gets the private 'cache.security_expression_language' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2058.      */
  2059.     protected function getCache_SecurityExpressionLanguageService()
  2060.     {
  2061.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2062.         if (isset($this->privates['cache.security_expression_language'])) {
  2063.             return $this->privates['cache.security_expression_language'];
  2064.         }
  2065.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ClnyiTQmbX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2066.     }
  2067.     /**
  2068.      * Gets the private 'cache.serializer' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2071.      */
  2072.     protected function getCache_SerializerService()
  2073.     {
  2074.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2075.         if (isset($this->privates['cache.serializer'])) {
  2076.             return $this->privates['cache.serializer'];
  2077.         }
  2078.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yDSrlKTYFJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'cache.validator' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2084.      */
  2085.     protected function getCache_ValidatorService()
  2086.     {
  2087.         $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2088.         if (isset($this->privates['cache.validator'])) {
  2089.             return $this->privates['cache.validator'];
  2090.         }
  2091.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T79HG6Ejjw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2092.     }
  2093.     /**
  2094.      * Gets the private 'config_cache_factory' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2097.      */
  2098.     protected function getConfigCacheFactoryService()
  2099.     {
  2100.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2101.             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)));
  2102.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2103.         }, 2));
  2104.     }
  2105.     /**
  2106.      * Gets the private 'data_collector.form' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2109.      */
  2110.     protected function getDataCollector_FormService()
  2111.     {
  2112.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2113.     }
  2114.     /**
  2115.      * Gets the private 'data_collector.request' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2118.      */
  2119.     protected function getDataCollector_RequestService()
  2120.     {
  2121.         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())));
  2122.     }
  2123.     /**
  2124.      * Gets the private 'debug.controller_resolver' shared service.
  2125.      *
  2126.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2127.      */
  2128.     protected function getDebug_ControllerResolverService()
  2129.     {
  2130.         $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2131.         if (isset($this->privates['debug.controller_resolver'])) {
  2132.             return $this->privates['debug.controller_resolver'];
  2133.         }
  2134.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this$a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2135.     }
  2136.     /**
  2137.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2138.      *
  2139.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2140.      */
  2141.     protected function getDebug_DebugHandlersListenerService()
  2142.     {
  2143.         $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  2144.         if (isset($this->privates['debug.debug_handlers_listener'])) {
  2145.             return $this->privates['debug.debug_handlers_listener'];
  2146.         }
  2147.         $b = new \Symfony\Bridge\Monolog\Logger('php');
  2148.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2149.         $b->pushHandler($a);
  2150.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2151.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$bNULL, -1truetrueNULL);
  2152.     }
  2153.     /**
  2154.      * Gets the private 'debug.file_link_formatter' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2157.      */
  2158.     protected function getDebug_FileLinkFormatterService()
  2159.     {
  2160.         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 () {
  2161.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2162.         });
  2163.     }
  2164.     /**
  2165.      * Gets the private 'debug.log_processor' shared service.
  2166.      *
  2167.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2168.      */
  2169.     protected function getDebug_LogProcessorService()
  2170.     {
  2171.         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())));
  2172.     }
  2173.     /**
  2174.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2175.      *
  2176.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2177.      */
  2178.     protected function getDebug_Security_Access_DecisionManagerService()
  2179.     {
  2180.         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 () {
  2181.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2182.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2183.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2184.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2185.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2186.     }
  2187.     /**
  2188.      * Gets the private 'debug.security.firewall' shared service.
  2189.      *
  2190.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2191.      */
  2192.     protected function getDebug_Security_FirewallService()
  2193.     {
  2194.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2195.         if (isset($this->privates['debug.security.firewall'])) {
  2196.             return $this->privates['debug.security.firewall'];
  2197.         }
  2198.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2199.         if (isset($this->privates['debug.security.firewall'])) {
  2200.             return $this->privates['debug.security.firewall'];
  2201.         }
  2202.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2203.     }
  2204.     /**
  2205.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2206.      *
  2207.      * @return \Doctrine\Migrations\DependencyFactory
  2208.      */
  2209.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2210.     {
  2211.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2212.         if (isset($this->privates['doctrine.migrations.dependency_factory'])) {
  2213.             return $this->privates['doctrine.migrations.dependency_factory'];
  2214.         }
  2215.         $b = new \Doctrine\Migrations\Configuration\Configuration();
  2216.         $b->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2217.         $b->setAllOrNothing(false);
  2218.         $b->setCheckDatabasePlatform(true);
  2219.         $b->setTransactional(true);
  2220.         $b->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2221.         $b->addMigrationsDirectory('Boldr\\Cms\\CmsBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/migrations'));
  2222.         $b->addMigrationsDirectory('Boldr\\Cms\\UsersBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/users-bundle/migrations'));
  2223.         $b->addMigrationsDirectory('Boldr\\Shop\\ShopBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/migrations'));
  2224.         $b->addMigrationsDirectory('Boldr\\Shop\\ReceiptPrinterBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/migrations'));
  2225.         $b->addMigrationsDirectory('Boldr\\Cms\\JobsBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/migrations'));
  2226.         $b->addMigrationsDirectory('Boldr\\Cms\\OpeningHoursBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/migrations'));
  2227.         $b->addMigrationsDirectory('Boldr\\Cms\\SiteOptionsBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/migrations'));
  2228.         $b->addMigrationsDirectory('Boldr\\Shop\\SurchargeBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/surcharge-bundle/migrations'));
  2229.         $b->addMigrationsDirectory('Boldr\\Cms\\PopupBundle\\Migrations', (\dirname(__DIR__4).'/vendor/boldr/popup-bundle/migrations'));
  2230.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($b), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), $a);
  2231.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2232.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2233.         });
  2234.         return $instance;
  2235.     }
  2236.     /**
  2237.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2238.      *
  2239.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2240.      */
  2241.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2242.     {
  2243.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2244.         if (isset($this->privates['doctrine.orm.default_annotation_metadata_driver'])) {
  2245.             return $this->privates['doctrine.orm.default_annotation_metadata_driver'];
  2246.         }
  2247.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($a, [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/cloudprnt-receipt-printer/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/boldr/mollie-payment-method/src/Entity'), 10 => (\dirname(__DIR__4).'/vendor/boldr/simple-price-provider/src/Entity'), 11 => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Entity'), 12 => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src/Entity'), 13 => (\dirname(__DIR__4).'/vendor/boldr/surcharge-bundle/src/Entity'), 14 => (\dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src/Entity'), 15 => (\dirname(__DIR__4).'/vendor/boldr/allergen-bundle/src/Entity'), 16 => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-multishop-bundle/src/Entity'), 17 => (\dirname(__DIR__4).'/vendor/boldr/n-for-x-bundle/src/Entity'), 18 => (\dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src/Entity'), 19 => (\dirname(__DIR__4).'/vendor/boldr/maintenance-users-bundle/src/Entity'), 20 => (\dirname(__DIR__4).'/vendor/boldr/popup-bundle/src/Entity')]);
  2248.     }
  2249.     /**
  2250.      * Gets the private 'exception_listener' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2253.      */
  2254.     protected function getExceptionListener2Service()
  2255.     {
  2256.         $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2257.         if (isset($this->privates['exception_listener'])) {
  2258.             return $this->privates['exception_listener'];
  2259.         }
  2260.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller'$atrue, []);
  2261.     }
  2262.     /**
  2263.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2264.      *
  2265.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2266.      */
  2267.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2268.     {
  2269.         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())));
  2270.     }
  2271.     /**
  2272.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2273.      *
  2274.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2275.      */
  2276.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2277.     {
  2278.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2279.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2280.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2281.         }
  2282.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2283.     }
  2284.     /**
  2285.      * Gets the private 'locale_aware_listener' shared service.
  2286.      *
  2287.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2288.      */
  2289.     protected function getLocaleAwareListenerService()
  2290.     {
  2291.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2292.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('nl')));
  2293.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2294.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2295.     }
  2296.     /**
  2297.      * Gets the private 'locale_listener' shared service.
  2298.      *
  2299.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2300.      */
  2301.     protected function getLocaleListenerService()
  2302.     {
  2303.         $a = ($this->services['router'] ?? $this->getRouterService());
  2304.         if (isset($this->privates['locale_listener'])) {
  2305.             return $this->privates['locale_listener'];
  2306.         }
  2307.         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'$afalse, []);
  2308.     }
  2309.     /**
  2310.      * Gets the private 'mailer.mailer' shared service.
  2311.      *
  2312.      * @return \Symfony\Component\Mailer\Mailer
  2313.      */
  2314.     protected function getMailer_MailerService()
  2315.     {
  2316.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2317.         if (isset($this->privates['mailer.mailer'])) {
  2318.             return $this->privates['mailer.mailer'];
  2319.         }
  2320.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2321.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  2322.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  2323.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  2324.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  2325.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  2326.     }
  2327.     /**
  2328.      * Gets the private 'mime_types' shared service.
  2329.      *
  2330.      * @return \Symfony\Component\Mime\MimeTypes
  2331.      */
  2332.     protected function getMimeTypesService()
  2333.     {
  2334.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2335.         $instance->setDefault($instance);
  2336.         return $instance;
  2337.     }
  2338.     /**
  2339.      * Gets the private 'monolog.handler.main' shared service.
  2340.      *
  2341.      * @return \Monolog\Handler\GroupHandler
  2342.      */
  2343.     protected function getMonolog_Handler_MainService()
  2344.     {
  2345.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2346.         $b = new \Monolog\Processor\PsrLogMessageProcessor();
  2347.         $a->pushProcessor($b);
  2348.         $c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2349.         if (isset($this->privates['monolog.handler.main'])) {
  2350.             return $this->privates['monolog.handler.main'];
  2351.         }
  2352.         $d = new \Symfony\Component\Mime\Email();
  2353.         $d->from($this->getEnv('SHOP_NOREPLY_EMAIL'));
  2354.         $d->to('aron@dondr.nl');
  2355.         $d->subject('[Helens Bakery] An Error Occurred! %message%');
  2356.         $e = new \Symfony\Bridge\Monolog\Handler\MailerHandler($c$d'critical'true);
  2357.         $e->pushProcessor($b);
  2358.         $e->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  2359.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\GroupHandler([=> $a=> new \Monolog\Handler\DeduplicationHandler($e, ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 40060true)], true);
  2360.     }
  2361.     /**
  2362.      * Gets the private 'monolog.logger' shared service.
  2363.      *
  2364.      * @return \Symfony\Bridge\Monolog\Logger
  2365.      */
  2366.     protected function getMonolog_LoggerService()
  2367.     {
  2368.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2369.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2370.         $instance->useMicrosecondTimestamps(true);
  2371.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2372.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2373.         return $instance;
  2374.     }
  2375.     /**
  2376.      * Gets the private 'monolog.logger.cache' shared service.
  2377.      *
  2378.      * @return \Symfony\Bridge\Monolog\Logger
  2379.      */
  2380.     protected function getMonolog_Logger_CacheService()
  2381.     {
  2382.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2383.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2384.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2385.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2386.         return $instance;
  2387.     }
  2388.     /**
  2389.      * Gets the private 'monolog.logger.request' shared service.
  2390.      *
  2391.      * @return \Symfony\Bridge\Monolog\Logger
  2392.      */
  2393.     protected function getMonolog_Logger_RequestService()
  2394.     {
  2395.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2396.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2397.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2398.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'monolog.logger.security' shared service.
  2403.      *
  2404.      * @return \Symfony\Bridge\Monolog\Logger
  2405.      */
  2406.     protected function getMonolog_Logger_SecurityService()
  2407.     {
  2408.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2409.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2410.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2411.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2412.         return $instance;
  2413.     }
  2414.     /**
  2415.      * Gets the private 'nyholm.psr7.psr17_factory' shared service.
  2416.      *
  2417.      * @return \Nyholm\Psr7\Factory\Psr17Factory
  2418.      */
  2419.     protected function getNyholm_Psr7_Psr17FactoryService()
  2420.     {
  2421.         return $this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory();
  2422.     }
  2423.     /**
  2424.      * Gets the private 'parameter_bag' shared service.
  2425.      *
  2426.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2427.      */
  2428.     protected function getParameterBagService()
  2429.     {
  2430.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2431.     }
  2432.     /**
  2433.      * Gets the private 'profiler_listener' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2436.      */
  2437.     protected function getProfilerListenerService()
  2438.     {
  2439.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2440.         if (isset($this->privates['profiler_listener'])) {
  2441.             return $this->privates['profiler_listener'];
  2442.         }
  2443.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2444.     }
  2445.     /**
  2446.      * Gets the private 'property_info' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2449.      */
  2450.     protected function getPropertyInfoService()
  2451.     {
  2452.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2453.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2454.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2455.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2456.         }, 3), new RewindableGenerator(function () {
  2457.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2458.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2459.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2460.         }, 3), new RewindableGenerator(function () {
  2461.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2462.         }, 1), new RewindableGenerator(function () {
  2463.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2464.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2465.         }, 2), new RewindableGenerator(function () {
  2466.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2467.         }, 1));
  2468.     }
  2469.     /**
  2470.      * Gets the private 'psr18.http_client' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\HttpClient\Psr18Client
  2473.      */
  2474.     protected function getPsr18_HttpClientService()
  2475.     {
  2476.         $a = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  2477.         if (isset($this->privates['psr18.http_client'])) {
  2478.             return $this->privates['psr18.http_client'];
  2479.         }
  2480.         $b = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  2481.         return $this->privates['psr18.http_client'] = new \Symfony\Component\HttpClient\Psr18Client($a$b$b);
  2482.     }
  2483.     /**
  2484.      * Gets the private 'router.expression_language_provider' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2487.      */
  2488.     protected function getRouter_ExpressionLanguageProviderService()
  2489.     {
  2490.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2491.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2492.         ], [
  2493.             'env' => 'Closure',
  2494.         ]));
  2495.     }
  2496.     /**
  2497.      * Gets the private 'router.request_context' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\Routing\RequestContext
  2500.      */
  2501.     protected function getRouter_RequestContextService()
  2502.     {
  2503.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''monitor.boldrdev.nl''https'80443);
  2504.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2505.         return $instance;
  2506.     }
  2507.     /**
  2508.      * Gets the private 'router_listener' shared service.
  2509.      *
  2510.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2511.      */
  2512.     protected function getRouterListenerService()
  2513.     {
  2514.         $a = ($this->services['router'] ?? $this->getRouterService());
  2515.         if (isset($this->privates['router_listener'])) {
  2516.             return $this->privates['router_listener'];
  2517.         }
  2518.         $b = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2519.         if (isset($this->privates['router_listener'])) {
  2520.             return $this->privates['router_listener'];
  2521.         }
  2522.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $b\dirname(__DIR__4), true);
  2523.     }
  2524.     /**
  2525.      * Gets the private 'security.context_listener.0' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2528.      */
  2529.     protected function getSecurity_ContextListener_0Service()
  2530.     {
  2531.         $a = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  2532.         if (isset($this->privates['security.context_listener.0'])) {
  2533.             return $this->privates['security.context_listener.0'];
  2534.         }
  2535.         $b = ($this->privates['security.event_dispatcher.boldr_cms_admin'] ?? $this->getSecurity_EventDispatcher_BoldrCmsAdminService());
  2536.         if (isset($this->privates['security.context_listener.0'])) {
  2537.             return $this->privates['security.context_listener.0'];
  2538.         }
  2539.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2540.             yield => ($this->privates['security.user.provider.concrete.boldr_admins'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrAdminsService'));
  2541.             yield => ($this->privates['security.user.provider.concrete.boldr_users'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrUsersService'));
  2542.         }, 2), 'boldr_cms_admin'$a$b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2543.     }
  2544.     /**
  2545.      * Gets the private 'security.context_listener.1' shared service.
  2546.      *
  2547.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2548.      */
  2549.     protected function getSecurity_ContextListener_1Service()
  2550.     {
  2551.         $a = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  2552.         if (isset($this->privates['security.context_listener.1'])) {
  2553.             return $this->privates['security.context_listener.1'];
  2554.         }
  2555.         $b = ($this->privates['security.event_dispatcher.boldr_users'] ?? $this->getSecurity_EventDispatcher_BoldrUsersService());
  2556.         if (isset($this->privates['security.context_listener.1'])) {
  2557.             return $this->privates['security.context_listener.1'];
  2558.         }
  2559.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2560.             yield => ($this->privates['security.user.provider.concrete.boldr_admins'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrAdminsService'));
  2561.             yield => ($this->privates['security.user.provider.concrete.boldr_users'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrUsersService'));
  2562.         }, 2), 'boldr_users'$a$b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2563.     }
  2564.     /**
  2565.      * Gets the private 'security.csrf.token_storage' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2568.      */
  2569.     protected function getSecurity_Csrf_TokenStorageService()
  2570.     {
  2571.         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())));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'security.event_dispatcher.boldr_cms_admin' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2577.      */
  2578.     protected function getSecurity_EventDispatcher_BoldrCmsAdminService()
  2579.     {
  2580.         $this->privates['security.event_dispatcher.boldr_cms_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2581.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2582.             return ($this->privates['security.listener.boldr_cms_admin.user_provider'] ?? $this->load('getSecurity_Listener_BoldrCmsAdmin_UserProviderService'));
  2583.         }, => 'checkPassport'], 2048);
  2584.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2585.             return ($this->privates['security.listener.session.boldr_cms_admin'] ?? $this->load('getSecurity_Listener_Session_BoldrCmsAdminService'));
  2586.         }, => 'onSuccessfulLogin'], 0);
  2587.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2588.             return ($this->privates['security.logout.listener.default.boldr_cms_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_BoldrCmsAdminService'));
  2589.         }, => 'onLogout'], 64);
  2590.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2591.             return ($this->privates['security.logout.listener.session.boldr_cms_admin'] ?? ($this->privates['security.logout.listener.session.boldr_cms_admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2592.         }, => 'onLogout'], 0);
  2593.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2594.             return ($this->privates['security.listener.user_checker.boldr_cms_admin'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrCmsAdminService'));
  2595.         }, => 'preCheckCredentials'], 256);
  2596.         $instance->addListener('security.authentication.success', [=> function () {
  2597.             return ($this->privates['security.listener.user_checker.boldr_cms_admin'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrCmsAdminService'));
  2598.         }, => 'postCheckCredentials'], 256);
  2599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2600.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2601.         }, => 'checkPassport'], 1024);
  2602.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2603.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2604.         }, => 'checkPassport'], 0);
  2605.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2606.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2607.         }, => 'onLoginSuccess'], 0);
  2608.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2609.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2610.         }, => 'checkPassport'], 512);
  2611.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2612.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2613.         }, => 'onLogout'], 0);
  2614.         return $instance;
  2615.     }
  2616.     /**
  2617.      * Gets the private 'security.event_dispatcher.boldr_users' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2620.      */
  2621.     protected function getSecurity_EventDispatcher_BoldrUsersService()
  2622.     {
  2623.         $this->privates['security.event_dispatcher.boldr_users'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2624.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2625.             return ($this->privates['security.listener.boldr_users.user_provider'] ?? $this->load('getSecurity_Listener_BoldrUsers_UserProviderService'));
  2626.         }, => 'checkPassport'], 2048);
  2627.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2628.             return ($this->privates['security.listener.session.boldr_users'] ?? $this->load('getSecurity_Listener_Session_BoldrUsersService'));
  2629.         }, => 'onSuccessfulLogin'], 0);
  2630.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2631.             return ($this->privates['security.logout.listener.default.boldr_users'] ?? $this->load('getSecurity_Logout_Listener_Default_BoldrUsersService'));
  2632.         }, => 'onLogout'], 64);
  2633.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2634.             return ($this->privates['security.logout.listener.session.boldr_users'] ?? ($this->privates['security.logout.listener.session.boldr_users'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2635.         }, => 'onLogout'], 0);
  2636.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2637.             return ($this->privates['security.listener.user_checker.boldr_users'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrUsersService'));
  2638.         }, => 'preCheckCredentials'], 256);
  2639.         $instance->addListener('security.authentication.success', [=> function () {
  2640.             return ($this->privates['security.listener.user_checker.boldr_users'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrUsersService'));
  2641.         }, => 'postCheckCredentials'], 256);
  2642.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2643.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2644.         }, => 'checkPassport'], 1024);
  2645.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2646.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2647.         }, => 'checkPassport'], 0);
  2648.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2649.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2650.         }, => 'onLoginSuccess'], 0);
  2651.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2652.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2653.         }, => 'checkPassport'], 512);
  2654.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2655.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2656.         }, => 'onLogout'], 0);
  2657.         return $instance;
  2658.     }
  2659.     /**
  2660.      * Gets the private 'security.firewall.map' shared service.
  2661.      *
  2662.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2663.      */
  2664.     protected function getSecurity_Firewall_MapService()
  2665.     {
  2666.         $a = ($this->privates['.service_locator.0dWp9EE'] ?? $this->get_ServiceLocator_0dWp9EEService());
  2667.         if (isset($this->privates['security.firewall.map'])) {
  2668.             return $this->privates['security.firewall.map'];
  2669.         }
  2670.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2671.             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)/')));
  2672.             yield 'security.firewall.map.context.boldr_cms_admin' => ($this->privates['.security.request_matcher.7lbPsE1'] ?? ($this->privates['.security.request_matcher.7lbPsE1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(boldr-admin|boldr-login|boldr-logout)')));
  2673.             yield 'security.firewall.map.context.boldr_users' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2674.         }, 3));
  2675.     }
  2676.     /**
  2677.      * Gets the private 'security.logout_url_generator' shared service.
  2678.      *
  2679.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2680.      */
  2681.     protected function getSecurity_LogoutUrlGeneratorService()
  2682.     {
  2683.         $a = ($this->services['router'] ?? $this->getRouterService());
  2684.         if (isset($this->privates['security.logout_url_generator'])) {
  2685.             return $this->privates['security.logout_url_generator'];
  2686.         }
  2687.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2688.         $instance->registerListener('boldr_cms_admin''cms_logout''logout''_csrf_token'NULLNULL);
  2689.         $instance->registerListener('boldr_users''boldr_users_logout''logout''_csrf_token'NULLNULL);
  2690.         return $instance;
  2691.     }
  2692.     /**
  2693.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2694.      *
  2695.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2696.      */
  2697.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2698.     {
  2699.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2700.         if (isset($this->privates['sensio_framework_extra.controller.listener'])) {
  2701.             return $this->privates['sensio_framework_extra.controller.listener'];
  2702.         }
  2703.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener($a);
  2704.     }
  2705.     /**
  2706.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2707.      *
  2708.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2709.      */
  2710.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2711.     {
  2712.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2713.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2714.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2715.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2716.     }
  2717.     /**
  2718.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2719.      *
  2720.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2721.      */
  2722.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2723.     {
  2724.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2725.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2726.             return $this->privates['sensio_framework_extra.security.listener'];
  2727.         }
  2728.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2729.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2730.             return $this->privates['sensio_framework_extra.security.listener'];
  2731.         }
  2732.         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['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a$b);
  2733.     }
  2734.     /**
  2735.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2736.      *
  2737.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2738.      */
  2739.     protected function getSensioFrameworkExtra_View_ListenerService()
  2740.     {
  2741.         $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))));
  2742.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2743.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2744.         ], [
  2745.             'twig' => '?',
  2746.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2747.         return $instance;
  2748.     }
  2749.     /**
  2750.      * Gets the private 'session_listener' shared service.
  2751.      *
  2752.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2753.      */
  2754.     protected function getSessionListenerService()
  2755.     {
  2756.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2757.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2758.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2759.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2760.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2761.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2762.         ], [
  2763.             'initialized_session' => '?',
  2764.             'logger' => '?',
  2765.             'session' => '?',
  2766.             'session_collector' => '?',
  2767.             'session_factory' => '?',
  2768.         ]), true$this->parameters['session.storage.options']);
  2769.     }
  2770.     /**
  2771.      * Gets the private 'translator.default' shared service.
  2772.      *
  2773.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2774.      */
  2775.     protected function getTranslator_DefaultService()
  2776.     {
  2777.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2778.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2779.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2780.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2781.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2782.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2783.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2784.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2785.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2786.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2787.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2788.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2789.         ], [
  2790.             'translation.loader.csv' => '?',
  2791.             'translation.loader.dat' => '?',
  2792.             'translation.loader.ini' => '?',
  2793.             'translation.loader.json' => '?',
  2794.             'translation.loader.mo' => '?',
  2795.             'translation.loader.php' => '?',
  2796.             'translation.loader.po' => '?',
  2797.             'translation.loader.qt' => '?',
  2798.             'translation.loader.res' => '?',
  2799.             'translation.loader.xliff' => '?',
  2800.             'translation.loader.yml' => '?',
  2801.         ]), 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']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/boldr/cms-bundle/src/Resources/translations/BoldrCmsBundle.de.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/translations/BoldrUsersBundle.de.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/BoldrOpeningHoursBundle.de.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/Resources/translations/BoldrCookiesBundle.de.yaml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.de.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], '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/boldr/cms-bundle/src/Resources/translations/BoldrCmsBundle.en.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/translations/admin.en.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/translations/security.en.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/translations/BoldrUsersBundle.en.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/translations/admin.en.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/translations/BoldrShopBundle.en.yaml'), 10 => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/translations/admin.en.yaml'), 11 => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src/Resources/translations/admin.en.yaml'), 12 => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src/Resources/translations/BoldrVatBundle.en.yaml'), 13 => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src/Resources/translations/admin.en.yaml'), 14 => (\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src/Resources/translations/admin.en.yaml'), 15 => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/BoldrOpeningHoursBundle.en.yaml'), 16 => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/admin.en.yaml'), 17 => (\dirname(__DIR__4).'/vendor/boldr/contact-details-option/src/Resources/translations/admin.en.yaml'), 18 => (\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/Resources/translations/admin.en.yaml'), 19 => (\dirname(__DIR__4).'/vendor/boldr/social-media-links-option/src/Resources/translations/admin.en.yaml'), 20 => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/BoldrIngredientsBundle.en.yaml'), 21 => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/admin.en.yaml'), 22 => (\dirname(__DIR__4).'/vendor/boldr/surcharge-bundle/src/Resources/translations/admin.en.yaml'), 23 => (\dirname(__DIR__4).'/vendor/boldr/swiper-layout-bundle/src/Resources/translations/admin.en.yaml'), 24 => (\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/Resources/translations/BoldrCookiesBundle.en.yaml'), 25 => (\dirname(__DIR__4).'/vendor/boldr/n-for-x-bundle/src/Resources/translations/BoldrNForXBundle.en.yaml'), 26 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.en.xlf'), 27 => (\dirname(__DIR__4).'/translations/BoldrShopBundle.en.yaml'), 28 => (\dirname(__DIR__4).'/translations/HelensBakery.en.yaml'), 29 => (\dirname(__DIR__4).'/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.fr.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/translations/BoldrCmsBundle.nl.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/translations/admin.nl.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src/Resources/translations/security.nl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/translations/BoldrUsersBundle.nl.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/translations/admin.nl.yaml'), => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/translations/BoldrShopBundle.nl.yaml'), 10 => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/translations/admin.nl.yaml'), 11 => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src/Resources/translations/admin.nl.yaml'), 12 => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src/Resources/translations/BoldrVatBundle.nl.yaml'), 13 => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src/Resources/translations/admin.nl.yaml'), 14 => (\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src/Resources/translations/admin.nl.yaml'), 15 => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/BoldrOpeningHoursBundle.nl.yaml'), 16 => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/admin.nl.yaml'), 17 => (\dirname(__DIR__4).'/vendor/boldr/contact-details-option/src/Resources/translations/admin.nl.yaml'), 18 => (\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/Resources/translations/admin.nl.yaml'), 19 => (\dirname(__DIR__4).'/vendor/boldr/social-media-links-option/src/Resources/translations/admin.nl.yaml'), 20 => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/BoldrIngredientsBundle.nl.yaml'), 21 => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/admin.nl.yaml'), 22 => (\dirname(__DIR__4).'/vendor/boldr/surcharge-bundle/src/Resources/translations/admin.nl.yaml'), 23 => (\dirname(__DIR__4).'/vendor/boldr/allergen-bundle/src/Resources/translations/admin.nl.yaml'), 24 => (\dirname(__DIR__4).'/vendor/boldr/swiper-layout-bundle/src/Resources/translations/admin.nl.yaml'), 25 => (\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/Resources/translations/BoldrCookiesBundle.nl.yaml'), 26 => (\dirname(__DIR__4).'/vendor/boldr/n-for-x-bundle/src/Resources/translations/BoldrNForXBundle.nl.yaml'), 27 => (\dirname(__DIR__4).'/vendor/boldr/popup-bundle/src/Resources/translations/admin.nl.yaml'), 28 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.nl.xlf'), 29 => (\dirname(__DIR__4).'/translations/BoldrShopBundle.nl.yaml'), 30 => (\dirname(__DIR__4).'/translations/HelensBakery.nl.yaml'), 31 => (\dirname(__DIR__4).'/translations/messages.nl.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], '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')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], '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/boldr/cms-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/boldr/contact-details-option/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/boldr/social-media-links-option/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/boldr/surcharge-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/boldr/allergen-bundle/src/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/boldr/swiper-layout-bundle/src/Resources/translations'), 18 => (\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src/Resources/translations'), 19 => (\dirname(__DIR__4).'/vendor/boldr/n-for-x-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__4).'/vendor/boldr/popup-bundle/src/Resources/translations'), 21 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations'), 22 => (\dirname(__DIR__4).'/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/boldr/cloudprnt-receipt-printer/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/boldr/mollie-bundle/src/translations'), 36 => (\dirname(__DIR__4).'/vendor/boldr/debug-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/boldr/mollie-payment-method/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/boldr/simple-price-provider/src/translations'), 39 => (\dirname(__DIR__4).'/vendor/boldr/google-maps-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/vendor/boldr/contact-map-section/src/translations'), 41 => (\dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/vendor/boldr/font-awesome-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/vendor/boldr/customizable-login-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-multishop-bundle/src/translations'), 45 => (\dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src/translations'), 46 => (\dirname(__DIR__4).'/vendor/boldr/maintenance-users-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/vendor/boldr/ga-ecommerce-bundle/src/translations'), 49 => (\dirname(__DIR__4).'/vendor/boldr/privacy-policy-page-option/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/boldr/cms-bundle/src/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/boldr/users-bundle/src/Resources/translations'=> 'vendor/boldr/shop-bundle/src/Resources/translations'=> 'vendor/boldr/receipt-printer-bundle/src/Resources/translations'=> 'vendor/boldr/vat-bundle/src/Resources/translations'=> 'vendor/boldr/jobs-bundle/src/Resources/translations'10 => 'vendor/boldr/opening-hours-bundle/src/Resources/translations'11 => 'vendor/boldr/contact-details-option/src/Resources/translations'12 => 'vendor/boldr/site-options-bundle/src/Resources/translations'13 => 'vendor/boldr/social-media-links-option/src/Resources/translations'14 => 'vendor/boldr/ingredients-bundle/src/Resources/translations'15 => 'vendor/boldr/surcharge-bundle/src/Resources/translations'16 => 'vendor/boldr/allergen-bundle/src/Resources/translations'17 => 'vendor/boldr/swiper-layout-bundle/src/Resources/translations'18 => 'vendor/boldr/cookies-bundle/src/Resources/translations'19 => 'vendor/boldr/n-for-x-bundle/src/Resources/translations'20 => 'vendor/boldr/popup-bundle/src/Resources/translations'21 => 'vendor/rollerworks/password-strength-validator/src/Resources/translations'22 => 'translations'23 => 'vendor/symfony/framework-bundle/translations'24 => 'vendor/sensio/framework-extra-bundle/src/translations'25 => 'vendor/symfony/twig-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/symfony/monolog-bundle/translations'28 => 'vendor/symfony/debug-bundle/translations'29 => 'vendor/symfony/maker-bundle/src/translations'30 => 'vendor/doctrine/doctrine-bundle/translations'31 => 'vendor/doctrine/doctrine-migrations-bundle/translations'32 => 'vendor/symfony/security-bundle/translations'33 => 'vendor/twig/extra-bundle/translations'34 => 'vendor/boldr/cloudprnt-receipt-printer/src/translations'35 => 'vendor/boldr/mollie-bundle/src/translations'36 => 'vendor/boldr/debug-bundle/src/translations'37 => 'vendor/boldr/mollie-payment-method/src/translations'38 => 'vendor/boldr/simple-price-provider/src/translations'39 => 'vendor/boldr/google-maps-bundle/src/translations'40 => 'vendor/boldr/contact-map-section/src/translations'41 => 'vendor/boldr/multishop-bundle/src/translations'42 => 'vendor/boldr/font-awesome-bundle/src/translations'43 => 'vendor/boldr/customizable-login-bundle/src/translations'44 => 'vendor/boldr/receipt-printer-multishop-bundle/src/translations'45 => 'vendor/boldr/maintenance-bundle/src/translations'46 => 'vendor/boldr/maintenance-users-bundle/src/translations'47 => 'vendor/rollerworks/password-strength-bundle/src/translations'48 => 'vendor/boldr/ga-ecommerce-bundle/src/translations'49 => 'vendor/boldr/privacy-policy-page-option/src/translations']]], []);
  2802.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2803.         $instance->setFallbackLocales([=> 'en']);
  2804.         return $instance;
  2805.     }
  2806.     /**
  2807.      * Gets the private 'validator.builder' shared service.
  2808.      *
  2809.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2810.      */
  2811.     protected function getValidator_BuilderService()
  2812.     {
  2813.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2814.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2815.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2816.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => ['privates''Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator''getBlacklistValidatorService'true],
  2817.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates''rollerworks_password_strength.validator.password_strength.library''getRollerworksPasswordStrength_Validator_PasswordStrength_LibraryService'true],
  2818.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2819.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2820.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2821.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2822.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2823.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2824.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2825.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2826.         ], [
  2827.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => '?',
  2828.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  2829.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2830.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2831.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2832.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2833.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2834.             'doctrine.orm.validator.unique' => '?',
  2835.             'security.validator.user_password' => '?',
  2836.             'validator.expression' => '?',
  2837.         ])));
  2838.         if ($this->has('translator')) {
  2839.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2840.         }
  2841.         $instance->setTranslationDomain('validators');
  2842.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2843.         $instance->enableAnnotationMapping(true);
  2844.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2845.         $instance->addMethodMapping('loadValidatorMetadata');
  2846.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2847.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2848.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2849.         return $instance;
  2850.     }
  2851.     /**
  2852.      * Gets the private 'var_dumper.html_dumper' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2855.      */
  2856.     protected function getVarDumper_HtmlDumperService()
  2857.     {
  2858.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2859.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2860.         return $instance;
  2861.     }
  2862.     /**
  2863.      * Gets the private 'var_dumper.server_connection' shared service.
  2864.      *
  2865.      * @return \Symfony\Component\VarDumper\Server\Connection
  2866.      */
  2867.     protected function getVarDumper_ServerConnectionService()
  2868.     {
  2869.         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()]);
  2870.     }
  2871.     /**
  2872.      * Gets the private 'web_profiler.csp.handler' shared service.
  2873.      *
  2874.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2875.      */
  2876.     protected function getWebProfiler_Csp_HandlerService()
  2877.     {
  2878.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2879.     }
  2880.     /**
  2881.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2882.      *
  2883.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2884.      */
  2885.     protected function getWebProfiler_DebugToolbarService()
  2886.     {
  2887.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2888.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2889.             return $this->privates['web_profiler.debug_toolbar'];
  2890.         }
  2891.         $b = ($this->services['router'] ?? $this->getRouterService());
  2892.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2893.             return $this->privates['web_profiler.debug_toolbar'];
  2894.         }
  2895.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2896.     }
  2897.     /**
  2898.      * Gets the public 'cache_clearer' alias.
  2899.      *
  2900.      * @return object The ".container.private.cache_clearer" service.
  2901.      */
  2902.     protected function getCacheClearerService()
  2903.     {
  2904.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2905.         return $this->get('.container.private.cache_clearer');
  2906.     }
  2907.     /**
  2908.      * Gets the public 'filesystem' alias.
  2909.      *
  2910.      * @return object The ".container.private.filesystem" service.
  2911.      */
  2912.     protected function getFilesystemService()
  2913.     {
  2914.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2915.         return $this->get('.container.private.filesystem');
  2916.     }
  2917.     /**
  2918.      * Gets the public 'serializer' alias.
  2919.      *
  2920.      * @return object The ".container.private.serializer" service.
  2921.      */
  2922.     protected function getSerializerService()
  2923.     {
  2924.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2925.         return $this->get('.container.private.serializer');
  2926.     }
  2927.     /**
  2928.      * Gets the public 'security.csrf.token_manager' alias.
  2929.      *
  2930.      * @return object The ".container.private.security.csrf.token_manager" service.
  2931.      */
  2932.     protected function getSecurity_Csrf_TokenManagerService()
  2933.     {
  2934.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2935.         return $this->get('.container.private.security.csrf.token_manager');
  2936.     }
  2937.     /**
  2938.      * Gets the public 'form.factory' alias.
  2939.      *
  2940.      * @return object The ".container.private.form.factory" service.
  2941.      */
  2942.     protected function getForm_FactoryService()
  2943.     {
  2944.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2945.         return $this->get('.container.private.form.factory');
  2946.     }
  2947.     /**
  2948.      * Gets the public 'form.type.file' alias.
  2949.      *
  2950.      * @return object The ".container.private.form.type.file" service.
  2951.      */
  2952.     protected function getForm_Type_FileService()
  2953.     {
  2954.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2955.         return $this->get('.container.private.form.type.file');
  2956.     }
  2957.     /**
  2958.      * Gets the public 'profiler' alias.
  2959.      *
  2960.      * @return object The ".container.private.profiler" service.
  2961.      */
  2962.     protected function getProfilerService()
  2963.     {
  2964.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2965.         return $this->get('.container.private.profiler');
  2966.     }
  2967.     /**
  2968.      * Gets the public 'twig' alias.
  2969.      *
  2970.      * @return object The ".container.private.twig" service.
  2971.      */
  2972.     protected function getTwigService()
  2973.     {
  2974.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2975.         return $this->get('.container.private.twig');
  2976.     }
  2977.     /**
  2978.      * Gets the public 'security.authorization_checker' alias.
  2979.      *
  2980.      * @return object The ".container.private.security.authorization_checker" service.
  2981.      */
  2982.     protected function getSecurity_AuthorizationCheckerService()
  2983.     {
  2984.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2985.         return $this->get('.container.private.security.authorization_checker');
  2986.     }
  2987.     /**
  2988.      * Gets the public 'security.token_storage' alias.
  2989.      *
  2990.      * @return object The ".container.private.security.token_storage" service.
  2991.      */
  2992.     protected function getSecurity_TokenStorageService()
  2993.     {
  2994.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2995.         return $this->get('.container.private.security.token_storage');
  2996.     }
  2997.     /**
  2998.      * Gets the public 'security.password_encoder' alias.
  2999.      *
  3000.      * @return object The ".container.private.security.password_encoder" service.
  3001.      */
  3002.     protected function getSecurity_PasswordEncoderService()
  3003.     {
  3004.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3005.         return $this->get('.container.private.security.password_encoder');
  3006.     }
  3007.     /**
  3008.      * Gets the public 'session' alias.
  3009.      *
  3010.      * @return object The ".container.private.session" service.
  3011.      */
  3012.     protected function getSessionService()
  3013.     {
  3014.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3015.         return $this->get('.container.private.session');
  3016.     }
  3017.     /**
  3018.      * Gets the public 'validator' alias.
  3019.      *
  3020.      * @return object The ".container.private.validator" service.
  3021.      */
  3022.     protected function getValidatorService()
  3023.     {
  3024.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3025.         return $this->get('.container.private.validator');
  3026.     }
  3027.     /**
  3028.      * @return array|bool|float|int|string|\UnitEnum|null
  3029.      */
  3030.     public function getParameter(string $name)
  3031.     {
  3032.         if (isset($this->buildParameters[$name])) {
  3033.             return $this->buildParameters[$name];
  3034.         }
  3035.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3036.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3037.         }
  3038.         if (isset($this->loadedDynamicParameters[$name])) {
  3039.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3040.         }
  3041.         return $this->parameters[$name];
  3042.     }
  3043.     public function hasParameter(string $name): bool
  3044.     {
  3045.         if (isset($this->buildParameters[$name])) {
  3046.             return true;
  3047.         }
  3048.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3049.     }
  3050.     public function setParameter(string $name$value): void
  3051.     {
  3052.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3053.     }
  3054.     public function getParameterBag(): ParameterBagInterface
  3055.     {
  3056.         if (null === $this->parameterBag) {
  3057.             $parameters $this->parameters;
  3058.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3059.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3060.             }
  3061.             foreach ($this->buildParameters as $name => $value) {
  3062.                 $parameters[$name] = $value;
  3063.             }
  3064.             $this->parameterBag = new FrozenParameterBag($parameters);
  3065.         }
  3066.         return $this->parameterBag;
  3067.     }
  3068.     private $loadedDynamicParameters = [
  3069.         'kernel.runtime_environment' => false,
  3070.         'kernel.build_dir' => false,
  3071.         'kernel.cache_dir' => false,
  3072.         'kernel.secret' => false,
  3073.         'debug.container.dump' => false,
  3074.         'serializer.mapping.cache.file' => false,
  3075.         'validator.mapping.cache.file' => false,
  3076.         'profiler.storage.dsn' => false,
  3077.         'doctrine.orm.proxy_dir' => false,
  3078.         'boldr_users.sender_email' => false,
  3079.         'boldr_shop.default_noreply_email' => false,
  3080.         'boldr_shop.shop_order_email' => false,
  3081.         'boldr_mollie.api_key' => false,
  3082.     ];
  3083.     private $dynamicParameters = [];
  3084.     private function getDynamicParameter(string $name)
  3085.     {
  3086.         switch ($name) {
  3087.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3088.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3089.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3090.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3091.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3092.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3093.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3094.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3095.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3096.             case 'boldr_users.sender_email'$value $this->getEnv('NOREPLY_EMAIL'); break;
  3097.             case 'boldr_shop.default_noreply_email'$value $this->getEnv('SHOP_NOREPLY_EMAIL'); break;
  3098.             case 'boldr_shop.shop_order_email'$value $this->getEnv('SHOP_ORDER_EMAIL'); break;
  3099.             case 'boldr_mollie.api_key'$value $this->getEnv('MOLLIE_API_KEY'); break;
  3100.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3101.         }
  3102.         $this->loadedDynamicParameters[$name] = true;
  3103.         return $this->dynamicParameters[$name] = $value;
  3104.     }
  3105.     protected function getDefaultParameters(): array
  3106.     {
  3107.         return [
  3108.             'kernel.project_dir' => \dirname(__DIR__4),
  3109.             'kernel.environment' => 'dev',
  3110.             'kernel.debug' => true,
  3111.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3112.             'kernel.bundles' => [
  3113.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3114.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3115.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3116.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3117.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3118.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3119.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3120.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3121.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3122.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3123.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3124.                 'BoldrCmsBundle' => 'Boldr\\Cms\\CmsBundle\\BoldrCmsBundle',
  3125.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3126.                 'BoldrUsersBundle' => 'Boldr\\Cms\\UsersBundle\\BoldrUsersBundle',
  3127.                 'BoldrShopBundle' => 'Boldr\\Shop\\ShopBundle\\BoldrShopBundle',
  3128.                 'BoldrReceiptPrinterBundle' => 'Boldr\\Shop\\ReceiptPrinterBundle\\BoldrReceiptPrinterBundle',
  3129.                 'BoldrCloudPrntReceiptPrinterBundle' => 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\BoldrCloudPrntReceiptPrinterBundle',
  3130.                 'BoldrVatBundle' => 'Boldr\\Shop\\VatBundle\\BoldrVatBundle',
  3131.                 'BoldrMollieBundle' => 'Boldr\\Cms\\MollieBundle\\BoldrMollieBundle',
  3132.                 'BoldrJobsBundle' => 'Boldr\\Cms\\JobsBundle\\BoldrJobsBundle',
  3133.                 'BoldrDebugBundle' => 'Boldr\\Cms\\DebugBundle\\BoldrDebugBundle',
  3134.                 'BoldrMolliePaymentMethodBundle' => 'Boldr\\Shop\\MolliePaymentMethodBundle\\BoldrMolliePaymentMethodBundle',
  3135.                 'BoldrSimplePriceProviderBundle' => 'Boldr\\Shop\\SimplePriceProviderBundle\\BoldrSimplePriceProviderBundle',
  3136.                 'BoldrOpeningHoursBundle' => 'Boldr\\Cms\\OpeningHoursBundle\\BoldrOpeningHoursBundle',
  3137.                 'BoldrContactDetailsOptionBundle' => 'Boldr\\Cms\\ContactDetailsOptionBundle\\BoldrContactDetailsOptionBundle',
  3138.                 'BoldrSiteOptionsBundle' => 'Boldr\\Cms\\SiteOptionsBundle\\BoldrSiteOptionsBundle',
  3139.                 'BoldrSocialMediaLinksOptionBundle' => 'Boldr\\Cms\\SocialMediaLinksOptionBundle\\BoldrSocialMediaLinksOptionBundle',
  3140.                 'BoldrGoogleMapsBundle' => 'Boldr\\Cms\\GoogleMapsBundle\\BoldrGoogleMapsBundle',
  3141.                 'BoldrContactMapSectionBundle' => 'Boldr\\Cms\\ContactMapSectionBundle\\BoldrContactMapSectionBundle',
  3142.                 'BoldrIngredientsBundle' => 'Boldr\\Shop\\IngredientsBundle\\BoldrIngredientsBundle',
  3143.                 'BoldrSurchargeBundle' => 'Boldr\\Shop\\SurchargeBundle\\BoldrSurchargeBundle',
  3144.                 'BoldrMultishopBundle' => 'Boldr\\Shop\\MultishopBundle\\BoldrMultishopBundle',
  3145.                 'BoldrFontAwesomeBundle' => 'Boldr\\Cms\\FontAwesomeBundle\\BoldrFontAwesomeBundle',
  3146.                 'BoldrAllergenBundle' => 'Boldr\\Shop\\AllergenBundle\\BoldrAllergenBundle',
  3147.                 'BoldrSwiperLayoutBundle' => 'Boldr\\Cms\\SwiperLayoutBundle\\BoldrSwiperLayoutBundle',
  3148.                 'BoldrCustomizableLoginBundle' => 'Boldr\\Cms\\CustomizableLoginBundle\\BoldrCustomizableLoginBundle',
  3149.                 'BoldrReceiptPrinterMultishopBundle' => 'Boldr\\Shop\\ReceiptPrinterMultishopBundle\\BoldrReceiptPrinterMultishopBundle',
  3150.                 'BoldrCookiesBundle' => 'Boldr\\Cms\\CookiesBundle\\BoldrCookiesBundle',
  3151.                 'BoldrNForXBundle' => 'Boldr\\Shop\\NForXBundle\\BoldrNForXBundle',
  3152.                 'BoldrMaintenanceBundle' => 'Boldr\\Cms\\MaintenanceBundle\\BoldrMaintenanceBundle',
  3153.                 'BoldrMaintenanceUsersBundle' => 'Boldr\\Cms\\MaintenanceUsersBundle\\BoldrMaintenanceUsersBundle',
  3154.                 'RollerworksPasswordStrengthBundle' => 'Rollerworks\\Bundle\\PasswordStrengthBundle\\RollerworksPasswordStrengthBundle',
  3155.                 'BoldrGaEcommerceBundle' => 'Boldr\\Shop\\GaEcommerceBundle\\BoldrGaEcommerceBundle',
  3156.                 'BoldrPopupBundle' => 'Boldr\\Cms\\PopupBundle\\BoldrPopupBundle',
  3157.                 'BoldrPrivacyPolicyPageOptionBundle' => 'Boldr\\Cms\\PrivacyPolicyPageOptionBundle\\BoldrPrivacyPolicyPageOptionBundle',
  3158.             ],
  3159.             'kernel.bundles_metadata' => [
  3160.                 'FrameworkBundle' => [
  3161.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3162.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3163.                 ],
  3164.                 'SensioFrameworkExtraBundle' => [
  3165.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3166.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3167.                 ],
  3168.                 'TwigBundle' => [
  3169.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3170.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3171.                 ],
  3172.                 'WebProfilerBundle' => [
  3173.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3174.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3175.                 ],
  3176.                 'MonologBundle' => [
  3177.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3178.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3179.                 ],
  3180.                 'DebugBundle' => [
  3181.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3182.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3183.                 ],
  3184.                 'MakerBundle' => [
  3185.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3186.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3187.                 ],
  3188.                 'DoctrineBundle' => [
  3189.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3190.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3191.                 ],
  3192.                 'DoctrineMigrationsBundle' => [
  3193.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3194.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3195.                 ],
  3196.                 'SecurityBundle' => [
  3197.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3198.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3199.                 ],
  3200.                 'TwigExtraBundle' => [
  3201.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3202.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3203.                 ],
  3204.                 'BoldrCmsBundle' => [
  3205.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/cms-bundle/src'),
  3206.                     'namespace' => 'Boldr\\Cms\\CmsBundle',
  3207.                 ],
  3208.                 'EasyAdminBundle' => [
  3209.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3210.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3211.                 ],
  3212.                 'BoldrUsersBundle' => [
  3213.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/users-bundle/src'),
  3214.                     'namespace' => 'Boldr\\Cms\\UsersBundle',
  3215.                 ],
  3216.                 'BoldrShopBundle' => [
  3217.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/shop-bundle/src'),
  3218.                     'namespace' => 'Boldr\\Shop\\ShopBundle',
  3219.                 ],
  3220.                 'BoldrReceiptPrinterBundle' => [
  3221.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-bundle/src'),
  3222.                     'namespace' => 'Boldr\\Shop\\ReceiptPrinterBundle',
  3223.                 ],
  3224.                 'BoldrCloudPrntReceiptPrinterBundle' => [
  3225.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/cloudprnt-receipt-printer/src'),
  3226.                     'namespace' => 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle',
  3227.                 ],
  3228.                 'BoldrVatBundle' => [
  3229.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/vat-bundle/src'),
  3230.                     'namespace' => 'Boldr\\Shop\\VatBundle',
  3231.                 ],
  3232.                 'BoldrMollieBundle' => [
  3233.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/mollie-bundle/src'),
  3234.                     'namespace' => 'Boldr\\Cms\\MollieBundle',
  3235.                 ],
  3236.                 'BoldrJobsBundle' => [
  3237.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/jobs-bundle/src'),
  3238.                     'namespace' => 'Boldr\\Cms\\JobsBundle',
  3239.                 ],
  3240.                 'BoldrDebugBundle' => [
  3241.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/debug-bundle/src'),
  3242.                     'namespace' => 'Boldr\\Cms\\DebugBundle',
  3243.                 ],
  3244.                 'BoldrMolliePaymentMethodBundle' => [
  3245.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/mollie-payment-method/src'),
  3246.                     'namespace' => 'Boldr\\Shop\\MolliePaymentMethodBundle',
  3247.                 ],
  3248.                 'BoldrSimplePriceProviderBundle' => [
  3249.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/simple-price-provider/src'),
  3250.                     'namespace' => 'Boldr\\Shop\\SimplePriceProviderBundle',
  3251.                 ],
  3252.                 'BoldrOpeningHoursBundle' => [
  3253.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/opening-hours-bundle/src'),
  3254.                     'namespace' => 'Boldr\\Cms\\OpeningHoursBundle',
  3255.                 ],
  3256.                 'BoldrContactDetailsOptionBundle' => [
  3257.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/contact-details-option/src'),
  3258.                     'namespace' => 'Boldr\\Cms\\ContactDetailsOptionBundle',
  3259.                 ],
  3260.                 'BoldrSiteOptionsBundle' => [
  3261.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/site-options-bundle/src'),
  3262.                     'namespace' => 'Boldr\\Cms\\SiteOptionsBundle',
  3263.                 ],
  3264.                 'BoldrSocialMediaLinksOptionBundle' => [
  3265.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/social-media-links-option/src'),
  3266.                     'namespace' => 'Boldr\\Cms\\SocialMediaLinksOptionBundle',
  3267.                 ],
  3268.                 'BoldrGoogleMapsBundle' => [
  3269.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/google-maps-bundle/src'),
  3270.                     'namespace' => 'Boldr\\Cms\\GoogleMapsBundle',
  3271.                 ],
  3272.                 'BoldrContactMapSectionBundle' => [
  3273.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/contact-map-section/src'),
  3274.                     'namespace' => 'Boldr\\Cms\\ContactMapSectionBundle',
  3275.                 ],
  3276.                 'BoldrIngredientsBundle' => [
  3277.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/ingredients-bundle/src'),
  3278.                     'namespace' => 'Boldr\\Shop\\IngredientsBundle',
  3279.                 ],
  3280.                 'BoldrSurchargeBundle' => [
  3281.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/surcharge-bundle/src'),
  3282.                     'namespace' => 'Boldr\\Shop\\SurchargeBundle',
  3283.                 ],
  3284.                 'BoldrMultishopBundle' => [
  3285.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/multishop-bundle/src'),
  3286.                     'namespace' => 'Boldr\\Shop\\MultishopBundle',
  3287.                 ],
  3288.                 'BoldrFontAwesomeBundle' => [
  3289.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/font-awesome-bundle/src'),
  3290.                     'namespace' => 'Boldr\\Cms\\FontAwesomeBundle',
  3291.                 ],
  3292.                 'BoldrAllergenBundle' => [
  3293.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/allergen-bundle/src'),
  3294.                     'namespace' => 'Boldr\\Shop\\AllergenBundle',
  3295.                 ],
  3296.                 'BoldrSwiperLayoutBundle' => [
  3297.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/swiper-layout-bundle/src'),
  3298.                     'namespace' => 'Boldr\\Cms\\SwiperLayoutBundle',
  3299.                 ],
  3300.                 'BoldrCustomizableLoginBundle' => [
  3301.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/customizable-login-bundle/src'),
  3302.                     'namespace' => 'Boldr\\Cms\\CustomizableLoginBundle',
  3303.                 ],
  3304.                 'BoldrReceiptPrinterMultishopBundle' => [
  3305.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/receipt-printer-multishop-bundle/src'),
  3306.                     'namespace' => 'Boldr\\Shop\\ReceiptPrinterMultishopBundle',
  3307.                 ],
  3308.                 'BoldrCookiesBundle' => [
  3309.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/cookies-bundle/src'),
  3310.                     'namespace' => 'Boldr\\Cms\\CookiesBundle',
  3311.                 ],
  3312.                 'BoldrNForXBundle' => [
  3313.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/n-for-x-bundle/src'),
  3314.                     'namespace' => 'Boldr\\Shop\\NForXBundle',
  3315.                 ],
  3316.                 'BoldrMaintenanceBundle' => [
  3317.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/maintenance-bundle/src'),
  3318.                     'namespace' => 'Boldr\\Cms\\MaintenanceBundle',
  3319.                 ],
  3320.                 'BoldrMaintenanceUsersBundle' => [
  3321.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/maintenance-users-bundle/src'),
  3322.                     'namespace' => 'Boldr\\Cms\\MaintenanceUsersBundle',
  3323.                 ],
  3324.                 'RollerworksPasswordStrengthBundle' => [
  3325.                     'path' => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-bundle/src'),
  3326.                     'namespace' => 'Rollerworks\\Bundle\\PasswordStrengthBundle',
  3327.                 ],
  3328.                 'BoldrGaEcommerceBundle' => [
  3329.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/ga-ecommerce-bundle/src'),
  3330.                     'namespace' => 'Boldr\\Shop\\GaEcommerceBundle',
  3331.                 ],
  3332.                 'BoldrPopupBundle' => [
  3333.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/popup-bundle/src'),
  3334.                     'namespace' => 'Boldr\\Cms\\PopupBundle',
  3335.                 ],
  3336.                 'BoldrPrivacyPolicyPageOptionBundle' => [
  3337.                     'path' => (\dirname(__DIR__4).'/vendor/boldr/privacy-policy-page-option/src'),
  3338.                     'namespace' => 'Boldr\\Cms\\PrivacyPolicyPageOptionBundle',
  3339.                 ],
  3340.             ],
  3341.             'kernel.charset' => 'UTF-8',
  3342.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3343.             'router.request_context.host' => 'monitor.boldrdev.nl',
  3344.             'router.request_context.scheme' => 'https',
  3345.             'router.request_context.base_url' => '',
  3346.             'asset.request_context.base_path' => '',
  3347.             'asset.request_context.secure' => true,
  3348.             'event_dispatcher.event_aliases' => [
  3349.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3350.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3351.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3352.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3353.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3354.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3355.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3356.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3357.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3358.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3359.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3360.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3361.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3362.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3363.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3364.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3365.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3366.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3367.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3368.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3369.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3370.             ],
  3371.             'fragment.renderer.hinclude.global_template' => NULL,
  3372.             'fragment.path' => '/_fragment',
  3373.             'kernel.http_method_override' => false,
  3374.             'kernel.trusted_hosts' => [
  3375.             ],
  3376.             'kernel.default_locale' => 'nl',
  3377.             'kernel.enabled_locales' => [
  3378.             ],
  3379.             'kernel.error_controller' => 'error_controller',
  3380.             'debug.file_link_format' => NULL,
  3381.             'translator.logging' => false,
  3382.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3383.             'debug.error_handler.throw_at' => -1,
  3384.             'router.resource' => 'kernel::loadRoutes',
  3385.             'request_listener.http_port' => 80,
  3386.             'request_listener.https_port' => 443,
  3387.             'session.metadata.storage_key' => '_sf2_meta',
  3388.             'session.storage.options' => [
  3389.                 'cache_limiter' => '0',
  3390.                 'cookie_lifetime' => 0,
  3391.                 'cookie_secure' => 'auto',
  3392.                 'cookie_httponly' => true,
  3393.                 'cookie_samesite' => 'lax',
  3394.                 'gc_maxlifetime' => 604800,
  3395.                 'gc_probability' => 1,
  3396.             ],
  3397.             'session.save_path' => NULL,
  3398.             'session.metadata.update_threshold' => 0,
  3399.             'form.type_extension.csrf.enabled' => true,
  3400.             'form.type_extension.csrf.field_name' => '_token',
  3401.             'validator.translation_domain' => 'validators',
  3402.             'profiler_listener.only_exceptions' => false,
  3403.             'profiler_listener.only_main_requests' => false,
  3404.             'twig.form.resources' => [
  3405.                 => 'form_div_layout.html.twig',
  3406.                 => 'form-theme.html.twig',
  3407.             ],
  3408.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3409.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3410.             'web_profiler.debug_toolbar.mode' => 2,
  3411.             'monolog.use_microseconds' => true,
  3412.             'monolog.swift_mailer.handlers' => [
  3413.             ],
  3414.             'monolog.handlers_to_channels' => [
  3415.                 'monolog.handler.main' => NULL,
  3416.             ],
  3417.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3418.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3419.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3420.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3421.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3422.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3423.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3424.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3425.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3426.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3427.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3428.             'doctrine.entity_managers' => [
  3429.                 'default' => 'doctrine.orm.default_entity_manager',
  3430.             ],
  3431.             'doctrine.default_entity_manager' => 'default',
  3432.             'doctrine.dbal.connection_factory.types' => [
  3433.                 'uuid' => [
  3434.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3435.                 ],
  3436.                 'ulid' => [
  3437.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3438.                 ],
  3439.             ],
  3440.             'doctrine.connections' => [
  3441.                 'default' => 'doctrine.dbal.default_connection',
  3442.             ],
  3443.             'doctrine.default_connection' => 'default',
  3444.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3445.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3446.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3447.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3448.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3449.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3450.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3451.             'doctrine.orm.cache.memcache_port' => 11211,
  3452.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3453.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3454.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3455.             'doctrine.orm.cache.memcached_port' => 11211,
  3456.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3457.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3458.             'doctrine.orm.cache.redis_host' => 'localhost',
  3459.             'doctrine.orm.cache.redis_port' => 6379,
  3460.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3461.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3462.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3463.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3464.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3465.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3466.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3467.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3468.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3469.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3470.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3471.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3472.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3473.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3474.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3475.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3476.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3477.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3478.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3479.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3480.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3481.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3482.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3483.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3484.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3485.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3486.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3487.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3488.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3489.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3490.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3491.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3492.             'doctrine.migrations.preferred_em' => NULL,
  3493.             'doctrine.migrations.preferred_connection' => NULL,
  3494.             'security.role_hierarchy.roles' => [
  3495.             ],
  3496.             'security.access.denied_url' => NULL,
  3497.             'security.authentication.manager.erase_credentials' => true,
  3498.             'security.authentication.session_strategy.strategy' => 'migrate',
  3499.             'security.access.always_authenticate_before_granting' => false,
  3500.             'security.authentication.hide_user_not_found' => true,
  3501.             'security.firewalls' => [
  3502.                 => 'dev',
  3503.                 => 'boldr_cms_admin',
  3504.                 => 'boldr_users',
  3505.             ],
  3506.             'boldr_cms.site_name' => 'Helen\'s Bakery',
  3507.             'boldr_cms.homepage_provider' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  3508.             'boldr_cms.homepage_id' => 1,
  3509.             'boldr_cms.minify_assets' => false,
  3510.             'boldr_cms.info_api_key' => NULL,
  3511.             'boldr_cms.prefix_permalinks_with_locale' => true,
  3512.             'boldr_cms.use_header_locale' => true,
  3513.             'boldr_cms.page_types' => [
  3514.             ],
  3515.             'boldr_cms.available_locales' => [
  3516.                 => 'nl',
  3517.                 => 'en',
  3518.             ],
  3519.             'boldr_cms.disabled_locales' => [
  3520.             ],
  3521.             'boldr_cms.enabled_locales' => [
  3522.                 => 'nl',
  3523.                 => 'en',
  3524.             ],
  3525.             'boldr_cms.locale_base_urls' => [
  3526.             ],
  3527.             'locale_prefixes.variable' => '/{_locale}',
  3528.             'supported_locales_route_mask' => 'nl|en',
  3529.             'admin_supported_locales_route_mask' => 'nl|en',
  3530.             'boldr_cms.menu_locations' => [
  3531.                 => 'header',
  3532.                 => 'footer',
  3533.             ],
  3534.             'boldr_cms.cache_menu_views' => true,
  3535.             'boldr_cms.uploads.folder' => 'uploads',
  3536.             'boldr_cms.uploads.derivatives_public_folder' => 'uploads',
  3537.             'boldr_cms.media.uploads_folder' => '/uploads/media',
  3538.             'boldr_cms.media.max_upload_size' => 8388608,
  3539.             'boldr_cms.media.resized_uploads_folder' => '/uploads/resized',
  3540.             'boldr_cms.media.sizes' => [
  3541.                 'hb_header_large' => [
  3542.                     'width' => 1920,
  3543.                     'height' => 630,
  3544.                     'behavior' => 'crop',
  3545.                     'folder' => NULL,
  3546.                     'background' => 'transparent',
  3547.                     'overlay' => NULL,
  3548.                 ],
  3549.                 'hb_header_small' => [
  3550.                     'width' => 1920,
  3551.                     'height' => 380,
  3552.                     'behavior' => 'crop',
  3553.                     'folder' => NULL,
  3554.                     'background' => 'transparent',
  3555.                     'overlay' => NULL,
  3556.                 ],
  3557.                 'hb_header_mobile' => [
  3558.                     'width' => 700,
  3559.                     'height' => 400,
  3560.                     'behavior' => 'crop',
  3561.                     'folder' => NULL,
  3562.                     'background' => 'transparent',
  3563.                     'overlay' => NULL,
  3564.                 ],
  3565.                 'boldr_cms_upload_selector_thumbnail' => [
  3566.                     'width' => 200,
  3567.                     'height' => 200,
  3568.                     'behavior' => 'crop',
  3569.                 ],
  3570.                 'boldr_cms_upload_selector_preview' => [
  3571.                     'width' => 600,
  3572.                     'height' => 600,
  3573.                     'behavior' => 'scale',
  3574.                 ],
  3575.                 'small' => [
  3576.                     'width' => 500,
  3577.                     'height' => 500,
  3578.                     'behavior' => 'scale',
  3579.                 ],
  3580.                 'medium' => [
  3581.                     'width' => 1024,
  3582.                     'height' => 1024,
  3583.                     'behavior' => 'scale',
  3584.                 ],
  3585.                 'large' => [
  3586.                     'width' => 1920,
  3587.                     'height' => 1920,
  3588.                     'behavior' => 'scale',
  3589.                 ],
  3590.             ],
  3591.             'boldr_cms.media.allowed_types' => [
  3592.                 => 'png',
  3593.                 => 'gif',
  3594.                 => 'jpg',
  3595.                 => 'jpeg',
  3596.                 => 'svg',
  3597.                 => 'mp4',
  3598.                 => 'mp3',
  3599.                 => 'wav',
  3600.                 => 'm4v',
  3601.             ],
  3602.             'boldr_cms.media.image_sizes' => [
  3603.                 'hb_header_large' => [
  3604.                     'width' => 1920,
  3605.                     'height' => 630,
  3606.                     'behavior' => 'crop',
  3607.                     'folder' => NULL,
  3608.                     'background' => 'transparent',
  3609.                     'overlay' => NULL,
  3610.                 ],
  3611.                 'hb_header_small' => [
  3612.                     'width' => 1920,
  3613.                     'height' => 380,
  3614.                     'behavior' => 'crop',
  3615.                     'folder' => NULL,
  3616.                     'background' => 'transparent',
  3617.                     'overlay' => NULL,
  3618.                 ],
  3619.                 'hb_header_mobile' => [
  3620.                     'width' => 700,
  3621.                     'height' => 400,
  3622.                     'behavior' => 'crop',
  3623.                     'folder' => NULL,
  3624.                     'background' => 'transparent',
  3625.                     'overlay' => NULL,
  3626.                 ],
  3627.                 'boldr_cms_upload_selector_thumbnail' => [
  3628.                     'width' => 200,
  3629.                     'height' => 200,
  3630.                     'behavior' => 'crop',
  3631.                 ],
  3632.                 'boldr_cms_upload_selector_preview' => [
  3633.                     'width' => 600,
  3634.                     'height' => 600,
  3635.                     'behavior' => 'scale',
  3636.                 ],
  3637.                 'small' => [
  3638.                     'width' => 500,
  3639.                     'height' => 500,
  3640.                     'behavior' => 'scale',
  3641.                 ],
  3642.                 'medium' => [
  3643.                     'width' => 1024,
  3644.                     'height' => 1024,
  3645.                     'behavior' => 'scale',
  3646.                 ],
  3647.                 'large' => [
  3648.                     'width' => 1920,
  3649.                     'height' => 1920,
  3650.                     'behavior' => 'scale',
  3651.                 ],
  3652.             ],
  3653.             'boldr_cms.media.image_srcset_sizes' => [
  3654.                 => 'large',
  3655.                 => 'medium',
  3656.                 => 'small',
  3657.             ],
  3658.             'boldr_cms.media.image_formats' => [
  3659.                 'image/png' => [
  3660.                     => 'image/png',
  3661.                     => 'image/webp',
  3662.                 ],
  3663.                 'image/jpeg' => [
  3664.                     => 'image/jpeg',
  3665.                     => 'image/webp',
  3666.                 ],
  3667.                 'image/webp' => [
  3668.                     => 'image/jpeg',
  3669.                     => 'image/webp',
  3670.                 ],
  3671.             ],
  3672.             'boldr_cms.search_configurations' => [
  3673.             ],
  3674.             'boldr_cms.page_layouts' => [
  3675.                 'default' => [
  3676.                     'label' => 'Default',
  3677.                     'template' => '@BoldrCms/page.html.twig',
  3678.                 ],
  3679.             ],
  3680.             'boldr_cms.default_heading_style' => 'default',
  3681.             'boldr_cms.heading_styles' => [
  3682.                 'large' => [
  3683.                     'label' => 'Hoofdkop',
  3684.                     'css_class' => 'boldr-section-heading-style-large',
  3685.                     'supports_subheading' => false,
  3686.                 ],
  3687.             ],
  3688.             'boldr_cms.button_styles' => [
  3689.                 'filled' => [
  3690.                     'css_class' => 'boldr-button-filled',
  3691.                     'label' => 'Filled',
  3692.                 ],
  3693.                 'filled_large' => [
  3694.                     'css_class' => 'boldr-button-filled-large',
  3695.                     'label' => 'Filled Large',
  3696.                 ],
  3697.                 'outline_dark' => [
  3698.                     'css_class' => 'boldr-button-outline-dark',
  3699.                     'label' => 'Outline (dark bg.)',
  3700.                 ],
  3701.                 'outline_light' => [
  3702.                     'css_class' => 'boldr-button-outline-light',
  3703.                     'label' => 'Outline (light bg.)',
  3704.                 ],
  3705.             ],
  3706.             'boldr_cms.primary_button_style' => 'filled',
  3707.             'boldr_cms.secondary_button_style' => 'outline_light',
  3708.             'boldr_cms.section_styles' => [
  3709.                 'default' => [
  3710.                     'label' => 'section_styles.default',
  3711.                     'css_class' => '',
  3712.                 ],
  3713.             ],
  3714.             'boldr_cms.default_section_style' => 'default',
  3715.             'boldr_cms.admin_groups' => [
  3716.                 'superadmin' => [
  3717.                     'display_name' => 'Superbeheerder',
  3718.                     'roles' => [
  3719.                         => 'ROLE_SECTION_LAYOUT',
  3720.                         => 'ROLE_MENUS',
  3721.                         => 'ROLE_ADMINS',
  3722.                         => 'ROLE_TECHNICAL_OPTIONS',
  3723.                         => 'ROLE_PUBLISH_CHANGES',
  3724.                     ],
  3725.                 ],
  3726.             ],
  3727.             'boldr_cms.email_stylesheet' => 'assets/email/style.css',
  3728.             'easyadmin.config' => [
  3729.             ],
  3730.             'boldr_users.username_is_email_address' => true,
  3731.             'boldr_shop.order_price_calculator_passes' => [
  3732.                 => 'Boldr\\Shop\\SimplePriceProviderBundle\\Price\\PriceCalculatorPass',
  3733.                 => 'Boldr\\Shop\\NForXBundle\\Price\\PriceCalculatorPass',
  3734.                 => 'Boldr\\Shop\\SurchargeBundle\\Price\\PriceCalculatorPass',
  3735.                 => 'Boldr\\Shop\\ShopBundle\\Price\\Order\\SelectOptionPriceCalculatorPass',
  3736.                 => 'Boldr\\Shop\\ShopBundle\\Option\\OptionOrderPriceCalculatorPass',
  3737.                 => 'Boldr\\Shop\\ShopBundle\\Price\\Order\\DiscountOrderPriceCalculatorPass',
  3738.                 => 'Boldr\\Shop\\VatBundle\\Price\\PriceCalculatorPass',
  3739.             ],
  3740.             'boldr_shop.catalog_price_calculator_passes' => [
  3741.                 => 'Boldr\\Shop\\SimplePriceProviderBundle\\Price\\PriceCalculatorPass',
  3742.                 => 'Boldr\\Shop\\SurchargeBundle\\Price\\PriceCalculatorPass',
  3743.                 => 'Boldr\\Shop\\VatBundle\\Price\\PriceCalculatorPass',
  3744.             ],
  3745.             'boldr_shop.invoice_item_generators' => [
  3746.                 => 'Boldr\\Shop\\ShopBundle\\Invoice\\OrderItemInvoiceItemGenerator',
  3747.                 => 'Boldr\\Shop\\ShopBundle\\Invoice\\DiscountInvoiceItemGenerator',
  3748.             ],
  3749.             'boldr_shop.order_item_states' => [
  3750.             ],
  3751.             'boldr_shop.default_order_item_state' => '',
  3752.             'boldr_shop.manual_invoice_pro_forma_default' => true,
  3753.             'boldr_shop.currencies' => [
  3754.                 'EUR' => [
  3755.                     'display_name' => 'Euro',
  3756.                     'decimal_separator' => ',',
  3757.                     'thousands_separator' => '.',
  3758.                     'symbol_before' => '€',
  3759.                     'symbol_after' => '',
  3760.                     'decimals' => 2,
  3761.                 ],
  3762.             ],
  3763.             'boldr_shop.default_currency' => 'EUR',
  3764.             'boldr_shop.terms_as_checkbox' => false,
  3765.             'boldr_shop.privacy_policy_page_id' => 4,
  3766.             'boldr_shop.terms_of_service_page_id' => 9,
  3767.             'boldr_shop.product_media_sizes' => [
  3768.                 => 'small',
  3769.                 => 'medium',
  3770.                 => 'large',
  3771.             ],
  3772.             'boldr_shop.price_modifier_categories' => [
  3773.                 'statiegeld' => [
  3774.                     'display_name' => 'Statiegeld',
  3775.                     'collect_subtotal' => false,
  3776.                     'include_in_item_price' => false,
  3777.                     'display_as_surcharge' => true,
  3778.                 ],
  3779.                 'product' => [
  3780.                     'display_name' => 'Verpakking',
  3781.                     'collect_subtotal' => false,
  3782.                     'include_in_item_price' => false,
  3783.                     'display_as_surcharge' => true,
  3784.                 ],
  3785.                 'toeslag' => [
  3786.                     'display_name' => 'SUP-toeslag',
  3787.                     'collect_subtotal' => false,
  3788.                     'include_in_item_price' => false,
  3789.                     'display_as_surcharge' => true,
  3790.                 ],
  3791.                 'discount' => [
  3792.                     'display_name' => 'price_modifier_categories.discount',
  3793.                     'include_in_item_price' => false,
  3794.                     'collect_subtotal' => true,
  3795.                     'display_as_surcharge' => true,
  3796.                 ],
  3797.                 'product_option' => [
  3798.                     'display_name' => 'price_modifier_categories.product_option',
  3799.                     'include_in_item_price' => false,
  3800.                     'display_as_surcharge' => true,
  3801.                     'collect_subtotal' => false,
  3802.                 ],
  3803.             ],
  3804.             'boldr_shop.optional_features.product_descriptions' => true,
  3805.             'boldr_shop.optional_features.product_attributes' => false,
  3806.             'boldr_shop.optional_features.catalog_pages' => false,
  3807.             'boldr_shop.optional_features.order_pages' => false,
  3808.             'boldr_shop.optional_features.customer_phone_number' => true,
  3809.             'boldr_shop.optional_features.customer_phone_number_required' => true,
  3810.             'boldr_receipt_printer.receipt_order_states' => [
  3811.                 => 'confirmed',
  3812.             ],
  3813.             'boldr_cloudprnt_receipt_printer.templates' => [
  3814.                 '72mm-default' => '72mm Default',
  3815.             ],
  3816.             'boldr_cloudprnt_receipt_printer.receipt_templates' => [
  3817.                 'shop' => [
  3818.                     'label' => 'Orderbon',
  3819.                     'template' => 'receipts/shop.html.twig',
  3820.                     'stylesheet' => 'assets/receipts/order.css',
  3821.                 ],
  3822.                 '72mm-default' => [
  3823.                     'label' => '72mm default template',
  3824.                     'template' => '@BoldrCloudPrntReceiptPrinter/templates/72mm-default.html.twig',
  3825.                     'stylesheet' => '@BoldrCloudPrntReceiptPrinterBundle/Resources/assets/receipts/72mm-default.css',
  3826.                 ],
  3827.             ],
  3828.             'boldr_vat.vat_rates' => [
  3829.                 'low' => [
  3830.                     'display_name' => 'BTW 9%',
  3831.                     'percentage' => 0.0899999999999999966693309261245303787291049957275390625,
  3832.                 ],
  3833.                 'high' => [
  3834.                     'display_name' => 'BTW 21%',
  3835.                     'percentage' => 0.2099999999999999922284388276239042170345783233642578125,
  3836.                 ],
  3837.             ],
  3838.             'boldr_vat.display_by_default' => true,
  3839.             'boldr_vat.prices_include_vat' => true,
  3840.             'boldr_vat.modifier_vat_rates' => [
  3841.                 'discount' => 'inherit',
  3842.                 'product_options' => 'inherit',
  3843.                 'statiegeld' => NULL,
  3844.                 'toeslag' => 'low',
  3845.                 'n_for_x' => 'inherit',
  3846.                 'shipping' => 'high',
  3847.             ],
  3848.             'boldr_vat.allow_configure_per_product' => false,
  3849.             'boldr_vat.allow_configure_per_category' => true,
  3850.             'boldr_opening_hours.use_sets' => true,
  3851.             'boldr_opening_hours.use_preparation_time' => true,
  3852.             'boldr_opening_hours.use_holidays' => true,
  3853.             'boldr_opening_hours.use_by_appointment' => false,
  3854.             'boldr_site_options.options' => [
  3855.                 'default_header_image' => [
  3856.                     'label' => 'Standaard headerafbeelding',
  3857.                     'section' => 'theme',
  3858.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType',
  3859.                     'role' => NULL,
  3860.                     'required' => false,
  3861.                     'options' => [
  3862.                     ],
  3863.                 ],
  3864.                 'gesneden_in_doos_category' => [
  3865.                     'label' => 'Categorie gesneden in doos',
  3866.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  3867.                     'options' => [
  3868.                         'class' => 'Boldr\\Shop\\ShopBundle\\Entity\\Category',
  3869.                         'label' => 'name',
  3870.                         'label_translated' => true,
  3871.                     ],
  3872.                     'role' => NULL,
  3873.                     'required' => false,
  3874.                 ],
  3875.                 'gesneden_in_doos_amount' => [
  3876.                     'label' => 'Minimum aantal gesneden in doos',
  3877.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3878.                     'options' => [
  3879.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType',
  3880.                         'form_options' => [
  3881.                             'html5' => true,
  3882.                         ],
  3883.                     ],
  3884.                     'role' => NULL,
  3885.                     'required' => false,
  3886.                 ],
  3887.                 'bezorging_warme_broodjes' => [
  3888.                     'label' => 'Categorie "Warme broodjes" bezorgbon',
  3889.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  3890.                     'options' => [
  3891.                         'class' => 'Boldr\\Shop\\ShopBundle\\Entity\\Category',
  3892.                         'label' => 'name',
  3893.                         'multiple' => true,
  3894.                         'label_translated' => true,
  3895.                     ],
  3896.                     'role' => NULL,
  3897.                     'required' => false,
  3898.                 ],
  3899.                 'laatste_tijd_bezorging' => [
  3900.                     'label' => 'Bezorgbestellingen voor',
  3901.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3902.                     'options' => [
  3903.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType',
  3904.                     ],
  3905.                     'role' => NULL,
  3906.                     'required' => false,
  3907.                 ],
  3908.                 'bezorging_bericht' => [
  3909.                     'label' => 'Bericht bij bezorging',
  3910.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3911.                     'options' => [
  3912.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  3913.                     ],
  3914.                     'role' => NULL,
  3915.                     'required' => false,
  3916.                 ],
  3917.                 'bestellijst_pdf' => [
  3918.                     'label' => 'Bestellijst PDF',
  3919.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType',
  3920.                     'role' => NULL,
  3921.                     'required' => false,
  3922.                     'options' => [
  3923.                     ],
  3924.                 ],
  3925.                 'job_application_email' => [
  3926.                     'label' => 'E-mail voor solliciaties',
  3927.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3928.                     'options' => [
  3929.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType',
  3930.                     ],
  3931.                     'role' => NULL,
  3932.                     'required' => false,
  3933.                 ],
  3934.                 'job_offers_page' => [
  3935.                     'label' => 'Vacaturepagina',
  3936.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  3937.                     'options' => [
  3938.                         'class' => 'Boldr\\Cms\\CmsBundle\\Entity\\Page',
  3939.                         'label' => 'title',
  3940.                         'label_translated' => true,
  3941.                     ],
  3942.                     'role' => NULL,
  3943.                     'required' => false,
  3944.                 ],
  3945.                 'contact_details_address' => [
  3946.                     'label' => 'boldr_contact_details_option.address',
  3947.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3948.                     'options' => [
  3949.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType',
  3950.                     ],
  3951.                     'section' => 'contact_details',
  3952.                     'role' => NULL,
  3953.                     'required' => false,
  3954.                 ],
  3955.                 'contact_details_postal_code' => [
  3956.                     'label' => 'boldr_contact_details_option.postal_code',
  3957.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3958.                     'options' => [
  3959.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType',
  3960.                     ],
  3961.                     'section' => 'contact_details',
  3962.                     'role' => NULL,
  3963.                     'required' => false,
  3964.                 ],
  3965.                 'contact_details_city' => [
  3966.                     'label' => 'boldr_contact_details_option.city',
  3967.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3968.                     'options' => [
  3969.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType',
  3970.                     ],
  3971.                     'section' => 'contact_details',
  3972.                     'role' => NULL,
  3973.                     'required' => false,
  3974.                 ],
  3975.                 'contact_details_contact_methods' => [
  3976.                     'label' => 'boldr_contact_details_option.contact_methods',
  3977.                     'options' => [
  3978.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType',
  3979.                         'form_options' => [
  3980.                             'allow_add' => true,
  3981.                             'allow_delete' => true,
  3982.                             'block_prefix' => 'collection_table',
  3983.                             'entry_type' => 'Boldr\\Cms\\ContactDetailsOptionBundle\\Form\\ContactMethodType',
  3984.                             'entry_options' => [
  3985.                                 'label' => false,
  3986.                                 'block_prefix' => 'collection_table_entry',
  3987.                             ],
  3988.                         ],
  3989.                     ],
  3990.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3991.                     'section' => 'contact_details',
  3992.                     'role' => NULL,
  3993.                     'required' => false,
  3994.                 ],
  3995.                 'social_media_links' => [
  3996.                     'label' => 'Social media links',
  3997.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3998.                     'options' => [
  3999.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType',
  4000.                         'form_options' => [
  4001.                             'allow_add' => true,
  4002.                             'allow_delete' => true,
  4003.                             'block_prefix' => 'collection_table',
  4004.                             'entry_type' => 'Boldr\\Cms\\SocialMediaLinksOptionBundle\\Form\\SocialMediaLinkType',
  4005.                             'entry_options' => [
  4006.                                 'label' => false,
  4007.                                 'block_prefix' => 'collection_table_entry',
  4008.                             ],
  4009.                         ],
  4010.                     ],
  4011.                     'role' => NULL,
  4012.                     'required' => false,
  4013.                 ],
  4014.                 'default_shop' => [
  4015.                     'label' => 'Standaard-winkel',
  4016.                     'section' => 'multishop',
  4017.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  4018.                     'options' => [
  4019.                         'class' => 'Boldr\\Shop\\MultishopBundle\\Entity\\Shop',
  4020.                         'label' => 'name',
  4021.                     ],
  4022.                     'role' => NULL,
  4023.                     'required' => false,
  4024.                 ],
  4025.                 'login_page_background' => [
  4026.                     'label' => 'Achtergrond',
  4027.                     'section' => 'login_page',
  4028.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType',
  4029.                     'role' => NULL,
  4030.                     'required' => false,
  4031.                     'options' => [
  4032.                     ],
  4033.                 ],
  4034.                 'login_page_primary_color' => [
  4035.                     'label' => 'Primaire kleur',
  4036.                     'section' => 'login_page',
  4037.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  4038.                     'options' => [
  4039.                         'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType',
  4040.                     ],
  4041.                     'role' => NULL,
  4042.                     'required' => false,
  4043.                 ],
  4044.                 'login_page_logo' => [
  4045.                     'label' => 'Logo',
  4046.                     'section' => 'login_page',
  4047.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType',
  4048.                     'role' => NULL,
  4049.                     'required' => false,
  4050.                     'options' => [
  4051.                     ],
  4052.                 ],
  4053.                 'maintenance_page' => [
  4054.                     'label' => 'Onderhoudspagina',
  4055.                     'section' => 'general',
  4056.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  4057.                     'options' => [
  4058.                         'class' => 'Boldr\\Cms\\MaintenanceBundle\\Entity\\MaintenancePage',
  4059.                         'label' => 'name',
  4060.                         'placeholder' => 'Onderhoudspagina niet tonen',
  4061.                     ],
  4062.                     'role' => NULL,
  4063.                     'required' => false,
  4064.                 ],
  4065.                 'boldr_privacy_policy_page' => [
  4066.                     'label' => 'Privacybeleidspagina',
  4067.                     'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  4068.                     'options' => [
  4069.                         'class' => 'Boldr\\Cms\\CmsBundle\\Entity\\Page',
  4070.                         'label' => 'title',
  4071.                         'label_translated' => true,
  4072.                     ],
  4073.                     'role' => NULL,
  4074.                     'required' => false,
  4075.                 ],
  4076.             ],
  4077.             'boldr_site_options.sections' => [
  4078.                 'theme' => [
  4079.                     'label' => 'Thema-opties',
  4080.                     'collapsible' => false,
  4081.                 ],
  4082.                 'contact_details' => [
  4083.                     'label' => 'boldr_contact_details_option.contact_details',
  4084.                     'collapsible' => false,
  4085.                 ],
  4086.                 'multishop' => [
  4087.                     'label' => 'Multishop',
  4088.                     'collapsible' => false,
  4089.                 ],
  4090.                 'login_page' => [
  4091.                     'label' => 'Inlogpagina',
  4092.                     'collapsible' => false,
  4093.                 ],
  4094.             ],
  4095.             'boldr_google_maps.api_key' => 'AIzaSyA4QZmfiHPGW3SsbunET8flncrf-50uqQY',
  4096.             'rollerworks_password_strength.blacklist_provider' => 'rollerworks_password_strength.blacklist.provider.noop',
  4097.             'rollerworks_password_strength.blacklist.sqlite.dsn' => '',
  4098.             'data_collector.templates' => [
  4099.                 'data_collector.request' => [
  4100.                     => 'request',
  4101.                     => '@WebProfiler/Collector/request.html.twig',
  4102.                 ],
  4103.                 'data_collector.time' => [
  4104.                     => 'time',
  4105.                     => '@WebProfiler/Collector/time.html.twig',
  4106.                 ],
  4107.                 'data_collector.memory' => [
  4108.                     => 'memory',
  4109.                     => '@WebProfiler/Collector/memory.html.twig',
  4110.                 ],
  4111.                 'data_collector.validator' => [
  4112.                     => 'validator',
  4113.                     => '@WebProfiler/Collector/validator.html.twig',
  4114.                 ],
  4115.                 'data_collector.ajax' => [
  4116.                     => 'ajax',
  4117.                     => '@WebProfiler/Collector/ajax.html.twig',
  4118.                 ],
  4119.                 'data_collector.form' => [
  4120.                     => 'form',
  4121.                     => '@WebProfiler/Collector/form.html.twig',
  4122.                 ],
  4123.                 'data_collector.exception' => [
  4124.                     => 'exception',
  4125.                     => '@WebProfiler/Collector/exception.html.twig',
  4126.                 ],
  4127.                 'data_collector.logger' => [
  4128.                     => 'logger',
  4129.                     => '@WebProfiler/Collector/logger.html.twig',
  4130.                 ],
  4131.                 'data_collector.events' => [
  4132.                     => 'events',
  4133.                     => '@WebProfiler/Collector/events.html.twig',
  4134.                 ],
  4135.                 'data_collector.router' => [
  4136.                     => 'router',
  4137.                     => '@WebProfiler/Collector/router.html.twig',
  4138.                 ],
  4139.                 'data_collector.cache' => [
  4140.                     => 'cache',
  4141.                     => '@WebProfiler/Collector/cache.html.twig',
  4142.                 ],
  4143.                 'data_collector.translation' => [
  4144.                     => 'translation',
  4145.                     => '@WebProfiler/Collector/translation.html.twig',
  4146.                 ],
  4147.                 'data_collector.security' => [
  4148.                     => 'security',
  4149.                     => '@Security/Collector/security.html.twig',
  4150.                 ],
  4151.                 'data_collector.twig' => [
  4152.                     => 'twig',
  4153.                     => '@WebProfiler/Collector/twig.html.twig',
  4154.                 ],
  4155.                 'data_collector.http_client' => [
  4156.                     => 'http_client',
  4157.                     => '@WebProfiler/Collector/http_client.html.twig',
  4158.                 ],
  4159.                 'data_collector.doctrine' => [
  4160.                     => 'db',
  4161.                     => '@Doctrine/Collector/db.html.twig',
  4162.                 ],
  4163.                 'doctrine_migrations.migrations_collector' => [
  4164.                     => 'doctrine_migrations',
  4165.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4166.                 ],
  4167.                 'data_collector.dump' => [
  4168.                     => 'dump',
  4169.                     => '@Debug/Profiler/dump.html.twig',
  4170.                 ],
  4171.                 'mailer.data_collector' => [
  4172.                     => 'mailer',
  4173.                     => '@WebProfiler/Collector/mailer.html.twig',
  4174.                 ],
  4175.                 'notifier.data_collector' => [
  4176.                     => 'notifier',
  4177.                     => '@WebProfiler/Collector/notifier.html.twig',
  4178.                 ],
  4179.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  4180.                     => 'easyadmin',
  4181.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  4182.                 ],
  4183.                 'data_collector.config' => [
  4184.                     => 'config',
  4185.                     => '@WebProfiler/Collector/config.html.twig',
  4186.                 ],
  4187.             ],
  4188.             'console.command.ids' => [
  4189.             ],
  4190.         ];
  4191.     }
  4192.     protected function throw($message)
  4193.     {
  4194.         throw new RuntimeException($message);
  4195.     }
  4196. }