var/cache/dev/ContainerWUcs456/App_KernelDevDebugContainer.php line 2098

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