Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/ContainerCKzmma7/App_KernelDevDebugContainer.php line 427

Open in your IDE?
  1. <?php
  2. namespace ContainerCKzmma7;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  51.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  52.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  53.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  54.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  55.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  56.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  57.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  58.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  59.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  60.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  61.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  62.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  63.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  64.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  65.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  66.             'request_stack' => 'getRequestStackService',
  67.             'router' => 'getRouterService',
  68.             'translator' => 'getTranslatorService',
  69.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  70.             'cache_clearer' => 'getCacheClearerService',
  71.             'filesystem' => 'getFilesystemService',
  72.             'serializer' => 'getSerializerService',
  73.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  74.             'form.factory' => 'getForm_FactoryService',
  75.             'form.type.file' => 'getForm_Type_FileService',
  76.             'profiler' => 'getProfilerService',
  77.             'twig' => 'getTwigService',
  78.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  79.             'security.token_storage' => 'getSecurity_TokenStorageService',
  80.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  81.             'session' => 'getSessionService',
  82.             'validator' => 'getValidatorService',
  83.         ];
  84.         $this->fileMap = [
  85.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  86.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  87.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  88.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  89.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  90.             'App\\Controller\\Account\\AccountController' => 'getAccountControllerService',
  91.             'App\\Controller\\Account\\AddressController' => 'getAddressControllerService',
  92.             'App\\Controller\\Account\\BookingController' => 'getBookingControllerService',
  93.             'App\\Controller\\Account\\DeliveryNoteController' => 'getDeliveryNoteControllerService',
  94.             'App\\Controller\\Account\\EstimationRequestController' => 'getEstimationRequestControllerService',
  95.             'App\\Controller\\Account\\InvoiceController' => 'getInvoiceControllerService',
  96.             'App\\Controller\\Account\\PaymentController' => 'getPaymentControllerService',
  97.             'App\\Controller\\Account\\ProfileController' => 'getProfileControllerService',
  98.             'App\\Controller\\Account\\ShippingController' => 'getShippingControllerService',
  99.             'App\\Controller\\Account\\SupportRequestController' => 'getSupportRequestControllerService',
  100.             'App\\Controller\\Admin\\AddressCrudController' => 'getAddressCrudControllerService',
  101.             'App\\Controller\\Admin\\AdminCrudController' => 'getAdminCrudControllerService',
  102.             'App\\Controller\\Admin\\BatchCrudController' => 'getBatchCrudControllerService',
  103.             'App\\Controller\\Admin\\BookingConfigCrudController' => 'getBookingConfigCrudControllerService',
  104.             'App\\Controller\\Admin\\BookingCrudController' => 'getBookingCrudControllerService',
  105.             'App\\Controller\\Admin\\CarrierCrudController' => 'getCarrierCrudControllerService',
  106.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  107.             'App\\Controller\\Admin\\DeliveryNoteCrudController' => 'getDeliveryNoteCrudControllerService',
  108.             'App\\Controller\\Admin\\DiscountBannerCrudController' => 'getDiscountBannerCrudControllerService',
  109.             'App\\Controller\\Admin\\DiscountCodeCrudController' => 'getDiscountCodeCrudControllerService',
  110.             'App\\Controller\\Admin\\EstimationRequestCrudController' => 'getEstimationRequestCrudControllerService',
  111.             'App\\Controller\\Admin\\ExportController' => 'getExportControllerService',
  112.             'App\\Controller\\Admin\\ExportDataController' => 'getExportDataControllerService',
  113.             'App\\Controller\\Admin\\GuardChargeConfigCrudController' => 'getGuardChargeConfigCrudControllerService',
  114.             'App\\Controller\\Admin\\GuardController' => 'getGuardControllerService',
  115.             'App\\Controller\\Admin\\GuardIgnoredController' => 'getGuardIgnoredControllerService',
  116.             'App\\Controller\\Admin\\ImportController' => 'getImportControllerService',
  117.             'App\\Controller\\Admin\\InvoiceCreditCrudController' => 'getInvoiceCreditCrudControllerService',
  118.             'App\\Controller\\Admin\\InvoiceCrudController' => 'getInvoiceCrudControllerService',
  119.             'App\\Controller\\Admin\\InvoiceDraftCrudController' => 'getInvoiceDraftCrudControllerService',
  120.             'App\\Controller\\Admin\\InvoiceRowTypeCrudController' => 'getInvoiceRowTypeCrudControllerService',
  121.             'App\\Controller\\Admin\\LabelController' => 'getLabelControllerService',
  122.             'App\\Controller\\Admin\\LabelCrudController' => 'getLabelCrudControllerService',
  123.             'App\\Controller\\Admin\\LoginController' => 'getLoginControllerService',
  124.             'App\\Controller\\Admin\\MySendingBoxLetterCrudController' => 'getMySendingBoxLetterCrudControllerService',
  125.             'App\\Controller\\Admin\\OrderVoucherController' => 'getOrderVoucherControllerService',
  126.             'App\\Controller\\Admin\\OrderVoucherHandDeliveryController' => 'getOrderVoucherHandDeliveryControllerService',
  127.             'App\\Controller\\Admin\\PreparationVoucherCrudController' => 'getPreparationVoucherCrudControllerService',
  128.             'App\\Controller\\Admin\\PreparationVoucherHandDeliveryCrudController' => 'getPreparationVoucherHandDeliveryCrudControllerService',
  129.             'App\\Controller\\Admin\\SaleCrudController' => 'getSaleCrudControllerService',
  130.             'App\\Controller\\Admin\\SaleRequestController' => 'getSaleRequestControllerService',
  131.             'App\\Controller\\Admin\\ShipmentCrudController' => 'getShipmentCrudControllerService',
  132.             'App\\Controller\\Admin\\SupportRequestCauseSAVCrudController' => 'getSupportRequestCauseSAVCrudControllerService',
  133.             'App\\Controller\\Admin\\SupportRequestCrudController' => 'getSupportRequestCrudControllerService',
  134.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  135.             'App\\Controller\\Admin\\ZonePriceCrudController' => 'getZonePriceCrudControllerService',
  136.             'App\\Controller\\CronController' => 'getCronControllerService',
  137.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  138.             'App\\Controller\\Error\\ErrorController' => 'getErrorControllerService',
  139.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  140.             'App\\Controller\\LoginController' => 'getLoginController2Service',
  141.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  142.             'App\\Controller\\WebhookController' => 'getWebhookControllerService',
  143.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  144.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  145.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  146.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  147.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  148.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  149.             'cache.app_clearer' => 'getCache_AppClearerService',
  150.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  151.             'cache.system_clearer' => 'getCache_SystemClearerService',
  152.             'cache_warmer' => 'getCacheWarmerService',
  153.             'console.command_loader' => 'getConsole_CommandLoaderService',
  154.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  155.             'error_controller' => 'getErrorController2Service',
  156.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  157.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  158.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  159.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  160.             'monolog.logger.exception' => 'getMonolog_Logger_ExceptionService',
  161.             'routing.loader' => 'getRouting_LoaderService',
  162.             'services_resetter' => 'getServicesResetterService',
  163.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  164.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  165.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  166.         ];
  167.         $this->aliases = [
  168.             'App\\Kernel' => 'kernel',
  169.             'database_connection' => 'doctrine.dbal.default_connection',
  170.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  171.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  172.         ];
  173.         $this->privates['service_container'] = function () {
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  180.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  183.             include_once \dirname(__DIR__4).'/src/EventSubscriber/RequestSubscriber.php';
  184.             include_once \dirname(__DIR__4).'/src/Service/BrandService.php';
  185.             include_once \dirname(__DIR__4).'/src/Service/ColissimoService.php';
  186.             include_once \dirname(__DIR__4).'/src/Service/GuardChargeService.php';
  187.             include_once \dirname(__DIR__4).'/src/Service/KheopsService.php';
  188.             include_once \dirname(__DIR__4).'/src/Service/LabelService.php';
  189.             include_once \dirname(__DIR__4).'/src/Service/PdfGenerationService.php';
  190.             include_once \dirname(__DIR__4).'/src/Service/SessionService.php';
  191.             include_once \dirname(__DIR__4).'/src/Service/ShipmentService.php';
  192.             include_once \dirname(__DIR__4).'/src/Service/StripeService.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  228.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  410.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  430.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  431.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  432.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  436.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  437.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  439.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  449.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  452.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  454.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  456.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  458.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  459.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  460.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  461.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  462.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  463.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  464.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  466.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  468.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  469.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  470.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  471.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  472.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  473.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  474.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  477.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  478.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  479.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  481.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  482.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  483.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  484.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  485.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  486.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  487.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  488.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  489.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  492.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  498.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  575.             include_once \dirname(__DIR__4).'/src/Twig/BarcodeExtension.php';
  576.             include_once \dirname(__DIR__4).'/src/Twig/FormatExtension.php';
  577.             include_once \dirname(__DIR__4).'/src/Twig/ImageExtension.php';
  578.             include_once \dirname(__DIR__4).'/src/Service/ImageService.php';
  579.             include_once \dirname(__DIR__4).'/src/Twig/TwigExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  589.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  591.             include_once \dirname(__DIR__4).'/src/Service/ConstantsService.php';
  592.             include_once \dirname(__DIR__4).'/src/Service/DiscountBannerService.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  602.         };
  603.     }
  604.     public function compile(): void
  605.     {
  606.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  607.     }
  608.     public function isCompiled(): bool
  609.     {
  610.         return true;
  611.     }
  612.     public function getRemovedIds(): array
  613.     {
  614.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  615.     }
  616.     protected function load($file$lazyLoad true)
  617.     {
  618.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  619.             return $class::do($this$lazyLoad);
  620.         }
  621.         if ('.' === $file[-4]) {
  622.             $class substr($class0, -4);
  623.         } else {
  624.             $file .= '.php';
  625.         }
  626.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  627.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  628.     }
  629.     protected function createProxy($class\Closure $factory)
  630.     {
  631.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  632.         return $factory();
  633.     }
  634.     /**
  635.      * Gets the public '.container.private.filesystem' shared service.
  636.      *
  637.      * @return \Symfony\Component\Filesystem\Filesystem
  638.      */
  639.     protected function get_Container_Private_FilesystemService()
  640.     {
  641.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  642.     }
  643.     /**
  644.      * Gets the public '.container.private.profiler' shared service.
  645.      *
  646.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  647.      */
  648.     protected function get_Container_Private_ProfilerService()
  649.     {
  650.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  651.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  652.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  653.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  654.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  655.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  656.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  657.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  658.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  659.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  660.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  661.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  662.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  663.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  664.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  665.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  666.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  667.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  668.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  669.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  670.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  671.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  672.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  673.         $e->registerClient('auctionis.client', ($this->privates['.debug.auctionis.client'] ?? $this->get_Debug_Auctionis_ClientService()));
  674.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  675.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  676.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  677.         if ($this->has('kernel')) {
  678.             $g->setKernel($b);
  679.         }
  680.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  681.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  682.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  683.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  684.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  685.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  686.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  687.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  688.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  689.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  690.         $instance->add($d);
  691.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  692.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  693.         $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())));
  694.         $instance->add($e);
  695.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  696.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  697.         $instance->add($f);
  698.         $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()))));
  699.         $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()))));
  700.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  701.         $instance->add($g);
  702.         return $instance;
  703.     }
  704.     /**
  705.      * Gets the public '.container.private.security.authorization_checker' shared service.
  706.      *
  707.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  708.      */
  709.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  710.     {
  711.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  712.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  713.             return $this->services['.container.private.security.authorization_checker'];
  714.         }
  715.         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);
  716.     }
  717.     /**
  718.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  719.      *
  720.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  721.      */
  722.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  723.     {
  724.         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())));
  725.     }
  726.     /**
  727.      * Gets the public '.container.private.security.token_storage' shared service.
  728.      *
  729.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  730.      */
  731.     protected function get_Container_Private_Security_TokenStorageService()
  732.     {
  733.         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, [
  734.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  735.         ], [
  736.             'request_stack' => '?',
  737.         ]));
  738.     }
  739.     /**
  740.      * Gets the public '.container.private.session' shared service.
  741.      *
  742.      * @return \Symfony\Component\HttpFoundation\Session\Session
  743.      */
  744.     protected function get_Container_Private_SessionService()
  745.     {
  746.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  747.         if (isset($this->services['.container.private.session'])) {
  748.             return $this->services['.container.private.session'];
  749.         }
  750.         return $this->services['.container.private.session'] = $a->createSession();
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.twig' shared service.
  754.      *
  755.      * @return \Twig\Environment
  756.      */
  757.     protected function get_Container_Private_TwigService()
  758.     {
  759.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  760.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  761.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  762.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  766.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  767.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  768.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  769.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  770.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  771.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  772.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  773.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  774.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  775.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  776.         $a->addPath((\dirname(__DIR__4).'/templates'));
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  780.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  781.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  782.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  783.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  784.         $e = ($this->services['router'] ?? $this->getRouterService());
  785.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  786.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  787.         $h = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  788.         $i = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  789.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  790.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  791.         $k = new \Symfony\Bridge\Twig\AppVariable();
  792.         $k->setEnvironment('dev');
  793.         $k->setDebug(true);
  794.         if ($this->has('.container.private.security.token_storage')) {
  795.             $k->setTokenStorage($g);
  796.         }
  797.         if ($this->has('request_stack')) {
  798.             $k->setRequestStack($f);
  799.         }
  800.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  802.         $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())));
  803.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  804.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  805.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  806.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  807.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  808.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  809.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  810.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  811.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  812.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  813.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  814.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  817.         $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)));
  818.         $instance->addExtension(new \App\Twig\BarcodeExtension());
  819.         $instance->addExtension(new \App\Twig\FormatExtension());
  820.         $instance->addExtension(new \App\Twig\ImageExtension(new \App\Service\ImageService($h, ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), $i), $i));
  821.         $instance->addExtension(new \App\Twig\TwigExtension());
  822.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  823.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  824.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  825.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  826.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  827.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  828.         ], [
  829.             'webpack_encore.entrypoint_lookup_collection' => '?',
  830.             'webpack_encore.tag_renderer' => '?',
  831.         ])));
  832.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  833.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  834.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  835.         ], [
  836.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  837.         ]), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  838.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension($h));
  839.         $instance->addGlobal('app'$k);
  840.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  841.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  842.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  843.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  844.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  845.         ], [
  846.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  847.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  848.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  849.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  850.         ])));
  851.         $instance->addGlobal('brandService', ($this->privates['App\\Service\\BrandService'] ?? $this->getBrandServiceService()));
  852.         $instance->addGlobal('stripeService', ($this->privates['App\\Service\\StripeService'] ?? $this->getStripeServiceService()));
  853.         $instance->addGlobal('guardChargeService', ($this->privates['App\\Service\\GuardChargeService'] ?? $this->getGuardChargeServiceService()));
  854.         $instance->addGlobal('shipmentService', ($this->privates['App\\Service\\ShipmentService'] ?? $this->getShipmentServiceService()));
  855.         $instance->addGlobal('colissimoService', ($this->privates['App\\Service\\ColissimoService'] ?? $this->getColissimoServiceService()));
  856.         $instance->addGlobal('kheopsService', ($this->privates['App\\Service\\KheopsService'] ?? ($this->privates['App\\Service\\KheopsService'] = new \App\Service\KheopsService())));
  857.         $instance->addGlobal('constantsService', new \App\Service\ConstantsService());
  858.         $instance->addGlobal('sessionService', ($this->privates['App\\Service\\SessionService'] ?? $this->getSessionServiceService()));
  859.         $instance->addGlobal('discountBannerService', new \App\Service\DiscountBannerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $f));
  860.         $instance->addGlobal('parameters', ['supported_locales' => 'fr|en''default_locale' => 'fr']);
  861.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  862.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  863.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  864.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  865.         return $instance;
  866.     }
  867.     /**
  868.      * Gets the public '.container.private.validator' shared service.
  869.      *
  870.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  871.      */
  872.     protected function get_Container_Private_ValidatorService()
  873.     {
  874.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  875.         if (isset($this->services['.container.private.validator'])) {
  876.             return $this->services['.container.private.validator'];
  877.         }
  878.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  879.     }
  880.     /**
  881.      * Gets the public 'cache.app' shared service.
  882.      *
  883.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  884.      */
  885.     protected function getCache_AppService()
  886.     {
  887.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('zCdBy8kzqo'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  888.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  889.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  890.     }
  891.     /**
  892.      * Gets the public 'cache.system' shared service.
  893.      *
  894.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  895.      */
  896.     protected function getCache_SystemService()
  897.     {
  898.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DNmvYUp3XC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  899.     }
  900.     /**
  901.      * Gets the public 'cache.validator_expression_language' shared service.
  902.      *
  903.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  904.      */
  905.     protected function getCache_ValidatorExpressionLanguageService()
  906.     {
  907.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zS3TYDXDWr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  908.     }
  909.     /**
  910.      * Gets the public 'data_collector.dump' shared service.
  911.      *
  912.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  913.      */
  914.     protected function getDataCollector_DumpService()
  915.     {
  916.         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()));
  917.     }
  918.     /**
  919.      * Gets the public 'doctrine' shared service.
  920.      *
  921.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  922.      */
  923.     protected function getDoctrineService()
  924.     {
  925.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  926.     }
  927.     /**
  928.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  929.      *
  930.      * @return \Doctrine\DBAL\Connection
  931.      */
  932.     protected function getDoctrine_Dbal_DefaultConnectionService()
  933.     {
  934.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  935.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  936.             return $this->services['doctrine.dbal.default_connection'];
  937.         }
  938.         $b = new \Doctrine\DBAL\Configuration();
  939.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  940.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  941.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  942.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  943.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  944.         $d->setConnectionName('default');
  945.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  946.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  947.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  948.     }
  949.     /**
  950.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  951.      *
  952.      * @return \Doctrine\ORM\EntityManager
  953.      */
  954.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  955.     {
  956.         if ($lazyLoad) {
  957.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  958.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  959.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  960.                     $proxy->setProxyInitializer(null);
  961.                     return true;
  962.                 });
  963.             });
  964.         }
  965.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  966.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  967.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  969.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  970.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  971.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  972.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  980.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  983.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  984.         $a = new \Doctrine\ORM\Configuration();
  985.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  986.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')], false))), 'App\\Entity');
  987.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  988.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  989.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  990.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  991.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  992.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  993.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  994.         ], [
  995.             'doctrine.ulid_generator' => '?',
  996.             'doctrine.uuid_generator' => '?',
  997.         ])));
  998.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  999.         $a->setProxyNamespace('Proxies');
  1000.         $a->setAutoGenerateProxyClasses(true);
  1001.         $a->setSchemaIgnoreClasses([]);
  1002.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1003.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1004.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1005.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1006.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1007.         $a->setLazyGhostObjectEnabled(false);
  1008.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1009.             'App\\Repository\\AddressRepository' => ['privates''App\\Repository\\AddressRepository''getAddressRepositoryService'true],
  1010.             'App\\Repository\\BatchRepository' => ['privates''App\\Repository\\BatchRepository''getBatchRepositoryService'true],
  1011.             'App\\Repository\\BookingConfigDateRepository' => ['privates''App\\Repository\\BookingConfigDateRepository''getBookingConfigDateRepositoryService'true],
  1012.             'App\\Repository\\BookingConfigHourRepository' => ['privates''App\\Repository\\BookingConfigHourRepository''getBookingConfigHourRepositoryService'true],
  1013.             'App\\Repository\\BookingConfigRepository' => ['privates''App\\Repository\\BookingConfigRepository''getBookingConfigRepositoryService'true],
  1014.             'App\\Repository\\BookingConfigSlotRepository' => ['privates''App\\Repository\\BookingConfigSlotRepository''getBookingConfigSlotRepositoryService'true],
  1015.             'App\\Repository\\BookingRepository' => ['privates''App\\Repository\\BookingRepository''getBookingRepositoryService'true],
  1016.             'App\\Repository\\BrandRepository' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'true],
  1017.             'App\\Repository\\CarrierInsurancePriceRangeRepository' => ['privates''App\\Repository\\CarrierInsurancePriceRangeRepository''getCarrierInsurancePriceRangeRepositoryService'true],
  1018.             'App\\Repository\\CarrierPriceRangeRepository' => ['privates''App\\Repository\\CarrierPriceRangeRepository''getCarrierPriceRangeRepositoryService'true],
  1019.             'App\\Repository\\CarrierRepository' => ['privates''App\\Repository\\CarrierRepository''getCarrierRepositoryService'true],
  1020.             'App\\Repository\\CarrierSignaturePriceRangeRepository' => ['privates''App\\Repository\\CarrierSignaturePriceRangeRepository''getCarrierSignaturePriceRangeRepositoryService'true],
  1021.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'true],
  1022.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1023.             'App\\Repository\\DeliveryNoteDeliveryConfigRepository' => ['privates''App\\Repository\\DeliveryNoteDeliveryConfigRepository''getDeliveryNoteDeliveryConfigRepositoryService'true],
  1024.             'App\\Repository\\DeliveryNoteRepository' => ['privates''App\\Repository\\DeliveryNoteRepository''getDeliveryNoteRepositoryService'true],
  1025.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'true],
  1026.             'App\\Repository\\DiscountBannerRepository' => ['privates''App\\Repository\\DiscountBannerRepository''getDiscountBannerRepositoryService'true],
  1027.             'App\\Repository\\DiscountCodeRepository' => ['privates''App\\Repository\\DiscountCodeRepository''getDiscountCodeRepositoryService'true],
  1028.             'App\\Repository\\EstimationRequestAttachmentRepository' => ['privates''App\\Repository\\EstimationRequestAttachmentRepository''getEstimationRequestAttachmentRepositoryService'true],
  1029.             'App\\Repository\\EstimationRequestMessageRepository' => ['privates''App\\Repository\\EstimationRequestMessageRepository''getEstimationRequestMessageRepositoryService'true],
  1030.             'App\\Repository\\EstimationRequestObjectRepository' => ['privates''App\\Repository\\EstimationRequestObjectRepository''getEstimationRequestObjectRepositoryService'true],
  1031.             'App\\Repository\\EstimationRequestRepository' => ['privates''App\\Repository\\EstimationRequestRepository''getEstimationRequestRepositoryService'true],
  1032.             'App\\Repository\\GeodisLocalitiesRepository' => ['privates''App\\Repository\\GeodisLocalitiesRepository''getGeodisLocalitiesRepositoryService'true],
  1033.             'App\\Repository\\GuardChargeConfigRepository' => ['privates''App\\Repository\\GuardChargeConfigRepository''getGuardChargeConfigRepositoryService'true],
  1034.             'App\\Repository\\InvoiceCreditRepository' => ['privates''App\\Repository\\InvoiceCreditRepository''getInvoiceCreditRepositoryService'true],
  1035.             'App\\Repository\\InvoiceDraftRepository' => ['privates''App\\Repository\\InvoiceDraftRepository''getInvoiceDraftRepositoryService'true],
  1036.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  1037.             'App\\Repository\\InvoiceTypeRepository' => ['privates''App\\Repository\\InvoiceTypeRepository''getInvoiceTypeRepositoryService'true],
  1038.             'App\\Repository\\LabelRepository' => ['privates''App\\Repository\\LabelRepository''getLabelRepositoryService'true],
  1039.             'App\\Repository\\MySendingBoxLetterRepository' => ['privates''App\\Repository\\MySendingBoxLetterRepository''getMySendingBoxLetterRepositoryService'true],
  1040.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1041.             'App\\Repository\\RegionRepository' => ['privates''App\\Repository\\RegionRepository''getRegionRepositoryService'true],
  1042.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1043.             'App\\Repository\\ShipmentRepository' => ['privates''App\\Repository\\ShipmentRepository''getShipmentRepositoryService'true],
  1044.             'App\\Repository\\SupportRequestCauseSAVRepository' => ['privates''App\\Repository\\SupportRequestCauseSAVRepository''getSupportRequestCauseSAVRepositoryService'true],
  1045.             'App\\Repository\\SupportRequestMessageAttachmentRepository' => ['privates''App\\Repository\\SupportRequestMessageAttachmentRepository''getSupportRequestMessageAttachmentRepositoryService'true],
  1046.             'App\\Repository\\SupportRequestMessageRepository' => ['privates''App\\Repository\\SupportRequestMessageRepository''getSupportRequestMessageRepositoryService'true],
  1047.             'App\\Repository\\SupportRequestRepository' => ['privates''App\\Repository\\SupportRequestRepository''getSupportRequestRepositoryService'true],
  1048.             'App\\Repository\\TmpCountriesRepository' => ['privates''App\\Repository\\TmpCountriesRepository''getTmpCountriesRepositoryService'true],
  1049.             'App\\Repository\\TmpRegionsRepository' => ['privates''App\\Repository\\TmpRegionsRepository''getTmpRegionsRepositoryService'true],
  1050.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1051.             'App\\Repository\\ZonePriceRepository' => ['privates''App\\Repository\\ZonePriceRepository''getZonePriceRepositoryService'true],
  1052.         ], [
  1053.             'App\\Repository\\AddressRepository' => '?',
  1054.             'App\\Repository\\BatchRepository' => '?',
  1055.             'App\\Repository\\BookingConfigDateRepository' => '?',
  1056.             'App\\Repository\\BookingConfigHourRepository' => '?',
  1057.             'App\\Repository\\BookingConfigRepository' => '?',
  1058.             'App\\Repository\\BookingConfigSlotRepository' => '?',
  1059.             'App\\Repository\\BookingRepository' => '?',
  1060.             'App\\Repository\\BrandRepository' => '?',
  1061.             'App\\Repository\\CarrierInsurancePriceRangeRepository' => '?',
  1062.             'App\\Repository\\CarrierPriceRangeRepository' => '?',
  1063.             'App\\Repository\\CarrierRepository' => '?',
  1064.             'App\\Repository\\CarrierSignaturePriceRangeRepository' => '?',
  1065.             'App\\Repository\\CityRepository' => '?',
  1066.             'App\\Repository\\CountryRepository' => '?',
  1067.             'App\\Repository\\DeliveryNoteDeliveryConfigRepository' => '?',
  1068.             'App\\Repository\\DeliveryNoteRepository' => '?',
  1069.             'App\\Repository\\DepartmentRepository' => '?',
  1070.             'App\\Repository\\DiscountBannerRepository' => '?',
  1071.             'App\\Repository\\DiscountCodeRepository' => '?',
  1072.             'App\\Repository\\EstimationRequestAttachmentRepository' => '?',
  1073.             'App\\Repository\\EstimationRequestMessageRepository' => '?',
  1074.             'App\\Repository\\EstimationRequestObjectRepository' => '?',
  1075.             'App\\Repository\\EstimationRequestRepository' => '?',
  1076.             'App\\Repository\\GeodisLocalitiesRepository' => '?',
  1077.             'App\\Repository\\GuardChargeConfigRepository' => '?',
  1078.             'App\\Repository\\InvoiceCreditRepository' => '?',
  1079.             'App\\Repository\\InvoiceDraftRepository' => '?',
  1080.             'App\\Repository\\InvoiceRepository' => '?',
  1081.             'App\\Repository\\InvoiceTypeRepository' => '?',
  1082.             'App\\Repository\\LabelRepository' => '?',
  1083.             'App\\Repository\\MySendingBoxLetterRepository' => '?',
  1084.             'App\\Repository\\PaymentRepository' => '?',
  1085.             'App\\Repository\\RegionRepository' => '?',
  1086.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1087.             'App\\Repository\\ShipmentRepository' => '?',
  1088.             'App\\Repository\\SupportRequestCauseSAVRepository' => '?',
  1089.             'App\\Repository\\SupportRequestMessageAttachmentRepository' => '?',
  1090.             'App\\Repository\\SupportRequestMessageRepository' => '?',
  1091.             'App\\Repository\\SupportRequestRepository' => '?',
  1092.             'App\\Repository\\TmpCountriesRepository' => '?',
  1093.             'App\\Repository\\TmpRegionsRepository' => '?',
  1094.             'App\\Repository\\UserRepository' => '?',
  1095.             'App\\Repository\\ZonePriceRepository' => '?',
  1096.         ])));
  1097.         $a->addCustomNumericFunction('compute_batch_guardcharge''App\\DQL\\ComputeBatchGuardchargeDQL');
  1098.         $a->addCustomNumericFunction('compute_guardcharge''App\\DQL\\ComputeGuardchargeDQL');
  1099.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1100.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1101.         return $instance;
  1102.     }
  1103.     /**
  1104.      * Gets the public 'event_dispatcher' shared service.
  1105.      *
  1106.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1107.      */
  1108.     protected function getEventDispatcherService()
  1109.     {
  1110.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1111.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1112.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1113.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1114.         $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())));
  1115.         $instance->addListener('kernel.controller', [=> function () {
  1116.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1117.         }, => 'onKernelController'], 0);
  1118.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1119.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1120.         }, => 'checkPassport'], 1024);
  1121.         $instance->addListener('kernel.response', [=> function () {
  1122.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1123.         }, => 'onKernelResponse'], 0);
  1124.         $instance->addListener('kernel.exception', [=> function () {
  1125.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1126.         }, => 'onKernelException'], 0);
  1127.         $instance->addListener('kernel.exception', [=> function () {
  1128.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1129.         }, => 'onKernelException'], -64);
  1130.         $instance->addListener('kernel.view', [=> function () {
  1131.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1132.         }, => 'onKernelView'], 0);
  1133.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  1134.             return ($this->privates['App\\EventSubscriber\\EasyAdminEventSubscriber'] ?? $this->load('getEasyAdminEventSubscriberService'));
  1135.         }, => 'setUserBillingAddress'], 0);
  1136.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  1137.             return ($this->privates['App\\EventSubscriber\\EasyAdminEventSubscriber'] ?? $this->load('getEasyAdminEventSubscriberService'));
  1138.         }, => 'resetWharehouseStatus'], 0);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  1141.         }, => 'onKernelRequest'], 0);
  1142.         $instance->addListener('kernel.request', [=> function () {
  1143.             return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  1144.         }, => 'onMaintenance'], 9223372036854774807);
  1145.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  1146.             return ($this->privates['App\\EventSubscriber\\UserAdminSubscriber'] ?? $this->load('getUserAdminSubscriberService'));
  1147.         }, => 'encodeUserPassword'], 0);
  1148.         $instance->addListener('kernel.response', [=> function () {
  1149.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1150.         }, => 'onKernelResponse'], 0);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1153.         }, => 'onKernelResponse'], -1024);
  1154.         $instance->addListener('kernel.request', [=> function () {
  1155.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1156.         }, => 'setDefaultLocale'], 100);
  1157.         $instance->addListener('kernel.request', [=> function () {
  1158.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1159.         }, => 'onKernelRequest'], 16);
  1160.         $instance->addListener('kernel.finish_request', [=> function () {
  1161.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1162.         }, => 'onKernelFinishRequest'], 0);
  1163.         $instance->addListener('kernel.request', [=> function () {
  1164.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1165.         }, => 'onKernelRequest'], 256);
  1166.         $instance->addListener('kernel.response', [=> function () {
  1167.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1168.         }, => 'onResponse'], -255);
  1169.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1170.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1171.         }, => 'onControllerArguments'], 0);
  1172.         $instance->addListener('kernel.exception', [=> function () {
  1173.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1174.         }, => 'logKernelException'], 0);
  1175.         $instance->addListener('kernel.exception', [=> function () {
  1176.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1177.         }, => 'onKernelException'], -128);
  1178.         $instance->addListener('kernel.response', [=> function () {
  1179.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1180.         }, => 'removeCspHeader'], -128);
  1181.         $instance->addListener('kernel.request', [=> function () {
  1182.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1183.         }, => 'onKernelRequest'], 15);
  1184.         $instance->addListener('kernel.finish_request', [=> function () {
  1185.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1186.         }, => 'onKernelFinishRequest'], -15);
  1187.         $instance->addListener('console.error', [=> function () {
  1188.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1189.         }, => 'onConsoleError'], -128);
  1190.         $instance->addListener('console.terminate', [=> function () {
  1191.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1192.         }, => 'onConsoleTerminate'], -128);
  1193.         $instance->addListener('console.error', [=> function () {
  1194.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1195.         }, => 'onConsoleError'], 0);
  1196.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1197.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAIL_SENDER'), [=> $this->getEnv('DEV_MAIL_RECIPIENTS')])));
  1198.         }, => 'onMessage'], -255);
  1199.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1200.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1201.         }, => 'onMessage'], -255);
  1202.         $instance->addListener('kernel.request', [=> function () {
  1203.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1204.         }, => 'configure'], 2048);
  1205.         $instance->addListener('console.command', [=> function () {
  1206.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1207.         }, => 'configure'], 2048);
  1208.         $instance->addListener('kernel.request', [=> function () {
  1209.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1210.         }, => 'onKernelRequest'], 32);
  1211.         $instance->addListener('kernel.finish_request', [=> function () {
  1212.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1213.         }, => 'onKernelFinishRequest'], 0);
  1214.         $instance->addListener('kernel.exception', [=> function () {
  1215.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1216.         }, => 'onKernelException'], -64);
  1217.         $instance->addListener('kernel.response', [=> function () {
  1218.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1219.         }, => 'onKernelResponse'], 0);
  1220.         $instance->addListener('kernel.request', [=> function () {
  1221.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1222.         }, => 'onKernelRequest'], 128);
  1223.         $instance->addListener('kernel.response', [=> function () {
  1224.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1225.         }, => 'onKernelResponse'], -1000);
  1226.         $instance->addListener('kernel.finish_request', [=> function () {
  1227.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1228.         }, => 'onFinishRequest'], 0);
  1229.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1230.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1231.         }, => 'onMessageFailed'], 100);
  1232.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1233.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1234.         }, => 'onMessageFailed'], 200);
  1235.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1236.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1237.         }, => 'onMessageFailed'], -100);
  1238.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1239.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1240.         }, => 'onWorkerStarted'], 0);
  1241.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1242.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1243.         }, => 'onWorkerRunning'], 0);
  1244.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1245.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1246.         }, => 'onMessageFailed'], 0);
  1247.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1248.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1249.         }, => 'onWorkerRunning'], 0);
  1250.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1251.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1252.         }, => 'onNotification'], -255);
  1253.         $instance->addListener('kernel.response', [=> function () {
  1254.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1255.         }, => 'onKernelResponse'], -100);
  1256.         $instance->addListener('kernel.exception', [=> function () {
  1257.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1258.         }, => 'onKernelException'], 0);
  1259.         $instance->addListener('kernel.terminate', [=> function () {
  1260.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1261.         }, => 'onKernelTerminate'], -1024);
  1262.         $instance->addListener('kernel.controller', [=> function () {
  1263.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1264.         }, => 'onKernelController'], 0);
  1265.         $instance->addListener('kernel.response', [=> function () {
  1266.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1267.         }, => 'onKernelResponse'], 0);
  1268.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1269.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1270.         }, => 'onWorkerMessageHandled'], 0);
  1271.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1272.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1273.         }, => 'onWorkerMessageFailed'], 0);
  1274.         $instance->addListener('console.command', [=> function () {
  1275.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1276.         }, => 'configure'], 1024);
  1277.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1278.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1279.         }, => 'onMessage'], 0);
  1280.         $instance->addListener('kernel.response', [=> function () {
  1281.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1282.         }, => 'onKernelResponse'], -128);
  1283.         $instance->addListener('kernel.response', [=> function () {
  1284.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1285.         }, => 'onKernelResponse'], 0);
  1286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1287.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1288.         }, => 'checkPassport'], 0);
  1289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1290.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1291.         }, => 'onLoginSuccess'], 0);
  1292.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1293.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1294.         }, => 'onVoterVote'], 0);
  1295.         $instance->addListener('kernel.request', [=> function () {
  1296.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1297.         }, => 'configureLogoutUrlGenerator'], 8);
  1298.         $instance->addListener('kernel.request', [=> function () {
  1299.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1300.         }, => 'onKernelRequest'], 8);
  1301.         $instance->addListener('kernel.finish_request', [=> function () {
  1302.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1303.         }, => 'onKernelFinishRequest'], 0);
  1304.         $instance->addListener('console.command', [=> function () {
  1305.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1306.         }, => 'onCommand'], 255);
  1307.         $instance->addListener('console.terminate', [=> function () {
  1308.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1309.         }, => 'onTerminate'], -255);
  1310.         $instance->addListener('console.error', [=> function () {
  1311.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1312.         }, => 'onConsoleError'], 0);
  1313.         $instance->addListener('console.terminate', [=> function () {
  1314.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1315.         }, => 'onConsoleTerminate'], 0);
  1316.         $instance->addListener('kernel.controller', [=> function () {
  1317.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1318.         }, => 'onKernelController'], 0);
  1319.         $instance->addListener('kernel.controller', [=> function () {
  1320.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1321.         }, => 'onKernelController'], 0);
  1322.         $instance->addListener('kernel.controller', [=> function () {
  1323.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1324.         }, => 'onKernelController'], -128);
  1325.         $instance->addListener('kernel.view', [=> function () {
  1326.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1327.         }, => 'onKernelView'], 0);
  1328.         $instance->addListener('kernel.controller', [=> function () {
  1329.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1330.         }, => 'onKernelController'], 0);
  1331.         $instance->addListener('kernel.response', [=> function () {
  1332.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1333.         }, => 'onKernelResponse'], 0);
  1334.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1335.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1336.         }, => 'onKernelControllerArguments'], 0);
  1337.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1338.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1339.         }, => 'onKernelControllerArguments'], 0);
  1340.         $instance->addListener('kernel.finish_request', [=> function () {
  1341.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1342.         }, => 'resetAssets'], 0);
  1343.         $instance->addListener('kernel.request', [=> function () {
  1344.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1345.         }, => 'onKernelRequest'], 0);
  1346.         $instance->addListener('kernel.controller', [=> function () {
  1347.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1348.         }, => 'onKernelController'], 128);
  1349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1350.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1351.         }, => 'checkPassport'], 512);
  1352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1353.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1354.         }, => 'onLogout'], 0);
  1355.         return $instance;
  1356.     }
  1357.     /**
  1358.      * Gets the public 'http_kernel' shared service.
  1359.      *
  1360.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1361.      */
  1362.     protected function getHttpKernelService()
  1363.     {
  1364.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1365.         if (isset($this->services['http_kernel'])) {
  1366.             return $this->services['http_kernel'];
  1367.         }
  1368.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1369.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1370.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1371.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1372.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1373.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1374.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1375.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1376.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1377.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1378.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1379.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1380.     }
  1381.     /**
  1382.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  1383.      *
  1384.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  1385.      */
  1386.     protected function getLiipImagine_Binary_Loader_DefaultService()
  1387.     {
  1388.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  1389.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> \dirname(__DIR__4)], false));
  1390.     }
  1391.     /**
  1392.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1393.      *
  1394.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1395.      */
  1396.     protected function getLiipImagine_Cache_ManagerService()
  1397.     {
  1398.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1399.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1400.             return $this->services['liip_imagine.cache.manager'];
  1401.         }
  1402.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  1403.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1404.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1405.         return $instance;
  1406.     }
  1407.     /**
  1408.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1409.      *
  1410.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1411.      */
  1412.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1413.     {
  1414.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1415.     }
  1416.     /**
  1417.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1418.      *
  1419.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1420.      */
  1421.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1422.     {
  1423.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1424.     }
  1425.     /**
  1426.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1427.      *
  1428.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1429.      */
  1430.     protected function getLiipImagine_Cache_SignerService()
  1431.     {
  1432.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1433.     }
  1434.     /**
  1435.      * Gets the public 'liip_imagine.data.manager' shared service.
  1436.      *
  1437.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  1438.      */
  1439.     protected function getLiipImagine_Data_ManagerService()
  1440.     {
  1441.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  1442.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  1443.         return $instance;
  1444.     }
  1445.     /**
  1446.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  1447.      *
  1448.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  1449.      */
  1450.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  1451.     {
  1452.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  1453.     }
  1454.     /**
  1455.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  1456.      *
  1457.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  1458.      */
  1459.     protected function getLiipImagine_Filter_Loader_FixedService()
  1460.     {
  1461.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  1462.     }
  1463.     /**
  1464.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  1465.      *
  1466.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  1467.      */
  1468.     protected function getLiipImagine_Filter_Loader_FlipService()
  1469.     {
  1470.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  1471.     }
  1472.     /**
  1473.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  1474.      *
  1475.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  1476.      */
  1477.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  1478.     {
  1479.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  1480.     }
  1481.     /**
  1482.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  1483.      *
  1484.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  1485.      */
  1486.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  1487.     {
  1488.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  1489.     }
  1490.     /**
  1491.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  1492.      *
  1493.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  1494.      */
  1495.     protected function getLiipImagine_Filter_Loader_ResampleService()
  1496.     {
  1497.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  1498.     }
  1499.     /**
  1500.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  1501.      *
  1502.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  1503.      */
  1504.     protected function getLiipImagine_Filter_Loader_RotateService()
  1505.     {
  1506.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  1507.     }
  1508.     /**
  1509.      * Gets the public 'liip_imagine.filter.manager' shared service.
  1510.      *
  1511.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  1512.      */
  1513.     protected function getLiipImagine_Filter_ManagerService()
  1514.     {
  1515.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  1516.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  1517.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  1518.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  1519.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  1520.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  1521.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  1522.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  1523.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  1524.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  1525.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  1526.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  1527.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  1528.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  1529.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  1530.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  1531.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  1532.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  1533.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  1534.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  1535.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  1536.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  1537.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  1538.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  1539.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  1540.         return $instance;
  1541.     }
  1542.     /**
  1543.      * Gets the public 'messenger.default_bus' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1546.      */
  1547.     protected function getMessenger_DefaultBusService()
  1548.     {
  1549.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1550.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1551.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1552.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1553.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1554.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1555.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1556.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1557.         }, 7)));
  1558.     }
  1559.     /**
  1560.      * Gets the public 'monolog.logger.deprecation' shared service.
  1561.      *
  1562.      * @return \Symfony\Bridge\Monolog\Logger
  1563.      */
  1564.     protected function getMonolog_Logger_DeprecationService()
  1565.     {
  1566.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1567.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1568.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1569.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1570.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1571.         return $instance;
  1572.     }
  1573.     /**
  1574.      * Gets the public 'request_stack' shared service.
  1575.      *
  1576.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1577.      */
  1578.     protected function getRequestStackService()
  1579.     {
  1580.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1581.     }
  1582.     /**
  1583.      * Gets the public 'router' shared service.
  1584.      *
  1585.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1586.      */
  1587.     protected function getRouterService()
  1588.     {
  1589.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1590.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1591.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1592.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1593.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1594.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1595.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1596.         ], [
  1597.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1598.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1599.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1600.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'translator' shared service.
  1605.      *
  1606.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1607.      */
  1608.     protected function getTranslatorService()
  1609.     {
  1610.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1611.     }
  1612.     /**
  1613.      * Gets the public 'var_dumper.cloner' shared service.
  1614.      *
  1615.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1616.      */
  1617.     protected function getVarDumper_ClonerService()
  1618.     {
  1619.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1620.         $instance->setMaxItems(2500);
  1621.         $instance->setMinDepth(1);
  1622.         $instance->setMaxString(-1);
  1623.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the private '.debug.auctionis.client' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1630.      */
  1631.     protected function get_Debug_Auctionis_ClientService()
  1632.     {
  1633.         return $this->privates['.debug.auctionis.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('AUCTIONIS_API_URL'), ['proxy' => $this->getEnv('AUCTIONIS_DEV_PROXY_URL'), 'verify_peer' => false'verify_host' => false'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1634.     }
  1635.     /**
  1636.      * Gets the private '.debug.http_client' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1639.      */
  1640.     protected function get_Debug_HttpClientService()
  1641.     {
  1642.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1643.     }
  1644.     /**
  1645.      * Gets the private '.debug.http_client.inner' shared service.
  1646.      *
  1647.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  1648.      */
  1649.     protected function get_Debug_HttpClient_InnerService()
  1650.     {
  1651.         $this->privates['.debug.http_client.inner'] = $instance \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1652.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  1653.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1654.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1655.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1656.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1657.         $instance->setLogger($a);
  1658.         return $instance;
  1659.     }
  1660.     /**
  1661.      * Gets the private '.service_locator.2weK6Dz' shared service.
  1662.      *
  1663.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1664.      */
  1665.     protected function get_ServiceLocator_2weK6DzService()
  1666.     {
  1667.         return $this->privates['.service_locator.2weK6Dz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1668.             'security.firewall.map.context.admin_secured_area' => ['privates''security.firewall.map.context.admin_secured_area''getSecurity_Firewall_Map_Context_AdminSecuredAreaService'true],
  1669.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1670.             'security.firewall.map.context.user_secured_area' => ['privates''security.firewall.map.context.user_secured_area''getSecurity_Firewall_Map_Context_UserSecuredAreaService'true],
  1671.         ], [
  1672.             'security.firewall.map.context.admin_secured_area' => '?',
  1673.             'security.firewall.map.context.dev' => '?',
  1674.             'security.firewall.map.context.user_secured_area' => '?',
  1675.         ]);
  1676.     }
  1677.     /**
  1678.      * Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
  1679.      *
  1680.      * @return \App\EventSubscriber\RequestSubscriber
  1681.      */
  1682.     protected function getRequestSubscriberService()
  1683.     {
  1684.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1685.         if (isset($this->privates['App\\EventSubscriber\\RequestSubscriber'])) {
  1686.             return $this->privates['App\\EventSubscriber\\RequestSubscriber'];
  1687.         }
  1688.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1689.         if (isset($this->privates['App\\EventSubscriber\\RequestSubscriber'])) {
  1690.             return $this->privates['App\\EventSubscriber\\RequestSubscriber'];
  1691.         }
  1692.         return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1693.     }
  1694.     /**
  1695.      * Gets the private 'App\Service\BrandService' shared autowired service.
  1696.      *
  1697.      * @return \App\Service\BrandService
  1698.      */
  1699.     protected function getBrandServiceService()
  1700.     {
  1701.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1702.         if (isset($this->privates['App\\Service\\BrandService'])) {
  1703.             return $this->privates['App\\Service\\BrandService'];
  1704.         }
  1705.         return $this->privates['App\\Service\\BrandService'] = new \App\Service\BrandService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a);
  1706.     }
  1707.     /**
  1708.      * Gets the private 'App\Service\ColissimoService' shared autowired service.
  1709.      *
  1710.      * @return \App\Service\ColissimoService
  1711.      */
  1712.     protected function getColissimoServiceService()
  1713.     {
  1714.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1715.         if (isset($this->privates['App\\Service\\ColissimoService'])) {
  1716.             return $this->privates['App\\Service\\ColissimoService'];
  1717.         }
  1718.         $b = ($this->privates['App\\Service\\PdfGenerationService'] ?? $this->getPdfGenerationServiceService());
  1719.         if (isset($this->privates['App\\Service\\ColissimoService'])) {
  1720.             return $this->privates['App\\Service\\ColissimoService'];
  1721.         }
  1722.         $c = ($this->privates['App\\Service\\LabelService'] ?? $this->getLabelServiceService());
  1723.         if (isset($this->privates['App\\Service\\ColissimoService'])) {
  1724.             return $this->privates['App\\Service\\ColissimoService'];
  1725.         }
  1726.         return $this->privates['App\\Service\\ColissimoService'] = new \App\Service\ColissimoService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\BrandService'] ?? $this->getBrandServiceService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$b$c);
  1727.     }
  1728.     /**
  1729.      * Gets the private 'App\Service\GuardChargeService' shared autowired service.
  1730.      *
  1731.      * @return \App\Service\GuardChargeService
  1732.      */
  1733.     protected function getGuardChargeServiceService()
  1734.     {
  1735.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1736.         if (isset($this->privates['App\\Service\\GuardChargeService'])) {
  1737.             return $this->privates['App\\Service\\GuardChargeService'];
  1738.         }
  1739.         return $this->privates['App\\Service\\GuardChargeService'] = new \App\Service\GuardChargeService($a);
  1740.     }
  1741.     /**
  1742.      * Gets the private 'App\Service\KheopsService' shared autowired service.
  1743.      *
  1744.      * @return \App\Service\KheopsService
  1745.      */
  1746.     protected function getKheopsServiceService()
  1747.     {
  1748.         return $this->privates['App\\Service\\KheopsService'] = new \App\Service\KheopsService();
  1749.     }
  1750.     /**
  1751.      * Gets the private 'App\Service\LabelService' shared autowired service.
  1752.      *
  1753.      * @return \App\Service\LabelService
  1754.      */
  1755.     protected function getLabelServiceService()
  1756.     {
  1757.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1758.         if (isset($this->privates['App\\Service\\LabelService'])) {
  1759.             return $this->privates['App\\Service\\LabelService'];
  1760.         }
  1761.         return $this->privates['App\\Service\\LabelService'] = new \App\Service\LabelService($a);
  1762.     }
  1763.     /**
  1764.      * Gets the private 'App\Service\PdfGenerationService' shared autowired service.
  1765.      *
  1766.      * @return \App\Service\PdfGenerationService
  1767.      */
  1768.     protected function getPdfGenerationServiceService()
  1769.     {
  1770.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1771.         if (isset($this->privates['App\\Service\\PdfGenerationService'])) {
  1772.             return $this->privates['App\\Service\\PdfGenerationService'];
  1773.         }
  1774.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1775.         if (isset($this->privates['App\\Service\\PdfGenerationService'])) {
  1776.             return $this->privates['App\\Service\\PdfGenerationService'];
  1777.         }
  1778.         return $this->privates['App\\Service\\PdfGenerationService'] = new \App\Service\PdfGenerationService($a, ($this->privates['App\\Service\\KheopsService'] ?? ($this->privates['App\\Service\\KheopsService'] = new \App\Service\KheopsService())), $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  1779.     }
  1780.     /**
  1781.      * Gets the private 'App\Service\SessionService' shared autowired service.
  1782.      *
  1783.      * @return \App\Service\SessionService
  1784.      */
  1785.     protected function getSessionServiceService()
  1786.     {
  1787.         return $this->privates['App\\Service\\SessionService'] = new \App\Service\SessionService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1788.     }
  1789.     /**
  1790.      * Gets the private 'App\Service\ShipmentService' shared autowired service.
  1791.      *
  1792.      * @return \App\Service\ShipmentService
  1793.      */
  1794.     protected function getShipmentServiceService()
  1795.     {
  1796.         $a = ($this->privates['App\\Service\\BrandService'] ?? $this->getBrandServiceService());
  1797.         if (isset($this->privates['App\\Service\\ShipmentService'])) {
  1798.             return $this->privates['App\\Service\\ShipmentService'];
  1799.         }
  1800.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1801.         if (isset($this->privates['App\\Service\\ShipmentService'])) {
  1802.             return $this->privates['App\\Service\\ShipmentService'];
  1803.         }
  1804.         return $this->privates['App\\Service\\ShipmentService'] = new \App\Service\ShipmentService(($this->privates['App\\Service\\KheopsService'] ?? ($this->privates['App\\Service\\KheopsService'] = new \App\Service\KheopsService())), $a$b);
  1805.     }
  1806.     /**
  1807.      * Gets the private 'App\Service\StripeService' shared autowired service.
  1808.      *
  1809.      * @return \App\Service\StripeService
  1810.      */
  1811.     protected function getStripeServiceService()
  1812.     {
  1813.         return $this->privates['App\\Service\\StripeService'] = new \App\Service\StripeService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\GuardChargeService'] ?? $this->getGuardChargeServiceService()), ($this->privates['App\\Service\\BrandService'] ?? $this->getBrandServiceService()));
  1814.     }
  1815.     /**
  1816.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1817.      *
  1818.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1819.      */
  1820.     protected function getAdminRouterSubscriberService()
  1821.     {
  1822.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1823.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1824.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1825.         }
  1826.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1827.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1828.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1829.         }
  1830.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  1831.         $d = ($this->services['router'] ?? $this->getRouterService());
  1832.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory($c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($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()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher($c)), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AddressCrudController'=> 'App\\Controller\\Admin\\AdminCrudController'=> 'App\\Controller\\Admin\\BatchCrudController'=> 'App\\Controller\\Admin\\BookingConfigCrudController'=> 'App\\Controller\\Admin\\BookingCrudController'=> 'App\\Controller\\Admin\\CarrierCrudController'=> 'App\\Controller\\Admin\\DeliveryNoteCrudController'=> 'App\\Controller\\Admin\\DiscountBannerCrudController'=> 'App\\Controller\\Admin\\DiscountCodeCrudController'=> 'App\\Controller\\Admin\\EstimationRequestCrudController'10 => 'App\\Controller\\Admin\\GuardChargeConfigCrudController'11 => 'App\\Controller\\Admin\\GuardController'12 => 'App\\Controller\\Admin\\GuardIgnoredController'13 => 'App\\Controller\\Admin\\InvoiceCreditCrudController'14 => 'App\\Controller\\Admin\\InvoiceCrudController'15 => 'App\\Controller\\Admin\\InvoiceDraftCrudController'16 => 'App\\Controller\\Admin\\InvoiceRowTypeCrudController'17 => 'App\\Controller\\Admin\\LabelCrudController'18 => 'App\\Controller\\Admin\\MySendingBoxLetterCrudController'19 => 'App\\Controller\\Admin\\PreparationVoucherCrudController'20 => 'App\\Controller\\Admin\\PreparationVoucherHandDeliveryCrudController'21 => 'App\\Controller\\Admin\\ShipmentCrudController'22 => 'App\\Controller\\Admin\\SupportRequestCauseSAVCrudController'23 => 'App\\Controller\\Admin\\SupportRequestCrudController'24 => 'App\\Controller\\Admin\\UserCrudController'25 => 'App\\Controller\\Admin\\ZonePriceCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b);
  1833.     }
  1834.     /**
  1835.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1836.      *
  1837.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1838.      */
  1839.     protected function getActionFactoryService()
  1840.     {
  1841.         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()), (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()));
  1842.     }
  1843.     /**
  1844.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1845.      *
  1846.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1847.      */
  1848.     protected function getControllerFactoryService()
  1849.     {
  1850.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1851.     }
  1852.     /**
  1853.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1854.      *
  1855.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1856.      */
  1857.     protected function getEntityFactoryService()
  1858.     {
  1859.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1860.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1861.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1862.         }
  1863.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1864.         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 () {
  1865.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1866.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1867.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1868.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1869.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1870.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1871.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  1872.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1873.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1874.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1875.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1876.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1877.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1878.             yield 13 => ($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))));
  1879.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1880.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1881.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1882.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1883.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1884.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1885.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  1886.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  1887.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1888.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1889.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1890.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1891.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1892.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1893.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1894.     }
  1895.     /**
  1896.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1897.      *
  1898.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1899.      */
  1900.     protected function getAdminContextProviderService()
  1901.     {
  1902.         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())));
  1903.     }
  1904.     /**
  1905.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1906.      *
  1907.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1908.      */
  1909.     protected function getAdminUrlGeneratorService()
  1910.     {
  1911.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1912.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($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.'', [=> 'App\\Controller\\Admin\\DashboardController']))));
  1913.         };
  1914.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1915.     }
  1916.     /**
  1917.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1918.      *
  1919.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1920.      */
  1921.     protected function getAuthorizationCheckerService()
  1922.     {
  1923.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1924.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1925.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1926.         }
  1927.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1928.     }
  1929.     /**
  1930.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1931.      *
  1932.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1933.      */
  1934.     protected function getResetAssetsEventListenerService()
  1935.     {
  1936.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1937.     }
  1938.     /**
  1939.      * Gets the private 'annotations.cache_adapter' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1942.      */
  1943.     protected function getAnnotations_CacheAdapterService()
  1944.     {
  1945.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1946.     }
  1947.     /**
  1948.      * Gets the private 'annotations.cached_reader' shared service.
  1949.      *
  1950.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1951.      */
  1952.     protected function getAnnotations_CachedReaderService()
  1953.     {
  1954.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1955.     }
  1956.     /**
  1957.      * Gets the private 'annotations.reader' shared service.
  1958.      *
  1959.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1960.      */
  1961.     protected function getAnnotations_ReaderService()
  1962.     {
  1963.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1964.         $instance->addGlobalIgnoredName('required'NULL);
  1965.         return $instance;
  1966.     }
  1967.     /**
  1968.      * Gets the private 'assets.packages' shared service.
  1969.      *
  1970.      * @return \Symfony\Component\Asset\Packages
  1971.      */
  1972.     protected function getAssets_PackagesService()
  1973.     {
  1974.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1975.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1976.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  1977.         }, 1));
  1978.     }
  1979.     /**
  1980.      * Gets the private 'cache.annotations' shared service.
  1981.      *
  1982.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1983.      */
  1984.     protected function getCache_AnnotationsService()
  1985.     {
  1986.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ggVnlVZOKh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1987.     }
  1988.     /**
  1989.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1992.      */
  1993.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1994.     {
  1995.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1996.     }
  1997.     /**
  1998.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2001.      */
  2002.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2003.     {
  2004.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2005.     }
  2006.     /**
  2007.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2008.      *
  2009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2010.      */
  2011.     protected function getCache_Messenger_RestartWorkersSignalService()
  2012.     {
  2013.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('QDk4lgUKDm'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2014.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2015.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2016.     }
  2017.     /**
  2018.      * Gets the private 'cache.property_info' shared service.
  2019.      *
  2020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2021.      */
  2022.     protected function getCache_PropertyInfoService()
  2023.     {
  2024.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lXHGy3lKhZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2025.     }
  2026.     /**
  2027.      * Gets the private 'cache.security_expression_language' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2030.      */
  2031.     protected function getCache_SecurityExpressionLanguageService()
  2032.     {
  2033.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8rPUNo+N0X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'cache.serializer' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2039.      */
  2040.     protected function getCache_SerializerService()
  2041.     {
  2042.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F+RbXvH2Ie'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2043.     }
  2044.     /**
  2045.      * Gets the private 'cache.validator' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2048.      */
  2049.     protected function getCache_ValidatorService()
  2050.     {
  2051.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BB+d28gWkh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2052.     }
  2053.     /**
  2054.      * Gets the private 'cache.webpack_encore' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2057.      */
  2058.     protected function getCache_WebpackEncoreService()
  2059.     {
  2060.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MeNxyBL9Ec'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2061.     }
  2062.     /**
  2063.      * Gets the private 'config_cache_factory' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2066.      */
  2067.     protected function getConfigCacheFactoryService()
  2068.     {
  2069.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2070.             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)));
  2071.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2072.         }, 2));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'data_collector.form' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2078.      */
  2079.     protected function getDataCollector_FormService()
  2080.     {
  2081.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2082.     }
  2083.     /**
  2084.      * Gets the private 'data_collector.request' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2087.      */
  2088.     protected function getDataCollector_RequestService()
  2089.     {
  2090.         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())));
  2091.     }
  2092.     /**
  2093.      * Gets the private 'debug.controller_resolver' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2096.      */
  2097.     protected function getDebug_ControllerResolverService()
  2098.     {
  2099.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2105.      */
  2106.     protected function getDebug_DebugHandlersListenerService()
  2107.     {
  2108.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2109.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2110.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2111.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2112.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2113.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2114.     }
  2115.     /**
  2116.      * Gets the private 'debug.file_link_formatter' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2119.      */
  2120.     protected function getDebug_FileLinkFormatterService()
  2121.     {
  2122.         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 () {
  2123.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2124.         });
  2125.     }
  2126.     /**
  2127.      * Gets the private 'debug.log_processor' shared service.
  2128.      *
  2129.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2130.      */
  2131.     protected function getDebug_LogProcessorService()
  2132.     {
  2133.         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())));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2139.      */
  2140.     protected function getDebug_Security_Access_DecisionManagerService()
  2141.     {
  2142.         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 () {
  2143.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2144.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2145.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2146.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2147.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2148.     }
  2149.     /**
  2150.      * Gets the private 'debug.security.firewall' shared service.
  2151.      *
  2152.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2153.      */
  2154.     protected function getDebug_Security_FirewallService()
  2155.     {
  2156.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2157.         if (isset($this->privates['debug.security.firewall'])) {
  2158.             return $this->privates['debug.security.firewall'];
  2159.         }
  2160.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2161.         if (isset($this->privates['debug.security.firewall'])) {
  2162.             return $this->privates['debug.security.firewall'];
  2163.         }
  2164.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2165.     }
  2166.     /**
  2167.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2168.      *
  2169.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2170.      */
  2171.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2172.     {
  2173.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2174.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2175.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2176.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2177.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2178.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2179.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  2180.         ], [
  2181.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2182.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2183.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2184.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2185.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2186.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2187.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable']]);
  2188.     }
  2189.     /**
  2190.      * Gets the private 'exception_listener' shared service.
  2191.      *
  2192.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2193.      */
  2194.     protected function getExceptionListener2Service()
  2195.     {
  2196.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2197.     }
  2198.     /**
  2199.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2200.      *
  2201.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2202.      */
  2203.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2204.     {
  2205.         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())));
  2206.     }
  2207.     /**
  2208.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2209.      *
  2210.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2211.      */
  2212.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2213.     {
  2214.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2215.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2216.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2217.         }
  2218.         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);
  2219.     }
  2220.     /**
  2221.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  2222.      *
  2223.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  2224.      */
  2225.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  2226.     {
  2227.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  2228.     }
  2229.     /**
  2230.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2231.      *
  2232.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2233.      */
  2234.     protected function getLiipImagine_Filter_ConfigurationService()
  2235.     {
  2236.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2237.     }
  2238.     /**
  2239.      * Gets the private 'liip_imagine.gd' shared service.
  2240.      *
  2241.      * @return \Imagine\Gd\Imagine
  2242.      */
  2243.     protected function getLiipImagine_GdService()
  2244.     {
  2245.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  2246.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  2247.         return $instance;
  2248.     }
  2249.     /**
  2250.      * Gets the private 'locale_aware_listener' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2253.      */
  2254.     protected function getLocaleAwareListenerService()
  2255.     {
  2256.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2257.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2258.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2259.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2260.     }
  2261.     /**
  2262.      * Gets the private 'locale_listener' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2265.      */
  2266.     protected function getLocaleListenerService()
  2267.     {
  2268.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2269.     }
  2270.     /**
  2271.      * Gets the private 'monolog.handler.console' shared service.
  2272.      *
  2273.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2274.      */
  2275.     protected function getMonolog_Handler_ConsoleService()
  2276.     {
  2277.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2278.     }
  2279.     /**
  2280.      * Gets the private 'monolog.handler.main' shared service.
  2281.      *
  2282.      * @return \Monolog\Handler\StreamHandler
  2283.      */
  2284.     protected function getMonolog_Handler_MainService()
  2285.     {
  2286.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2287.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private 'monolog.logger' shared service.
  2292.      *
  2293.      * @return \Symfony\Bridge\Monolog\Logger
  2294.      */
  2295.     protected function getMonolog_LoggerService()
  2296.     {
  2297.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2298.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2299.         $instance->useMicrosecondTimestamps(true);
  2300.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2301.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2302.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2303.         return $instance;
  2304.     }
  2305.     /**
  2306.      * Gets the private 'monolog.logger.cache' shared service.
  2307.      *
  2308.      * @return \Symfony\Bridge\Monolog\Logger
  2309.      */
  2310.     protected function getMonolog_Logger_CacheService()
  2311.     {
  2312.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2313.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2314.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2315.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2317.         return $instance;
  2318.     }
  2319.     /**
  2320.      * Gets the private 'monolog.logger.request' shared service.
  2321.      *
  2322.      * @return \Symfony\Bridge\Monolog\Logger
  2323.      */
  2324.     protected function getMonolog_Logger_RequestService()
  2325.     {
  2326.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2327.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2328.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2329.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the private 'monolog.logger.security' shared service.
  2335.      *
  2336.      * @return \Symfony\Bridge\Monolog\Logger
  2337.      */
  2338.     protected function getMonolog_Logger_SecurityService()
  2339.     {
  2340.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2341.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2342.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2343.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2344.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2345.         return $instance;
  2346.     }
  2347.     /**
  2348.      * Gets the private 'parameter_bag' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2351.      */
  2352.     protected function getParameterBagService()
  2353.     {
  2354.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2355.     }
  2356.     /**
  2357.      * Gets the private 'profiler_listener' shared service.
  2358.      *
  2359.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2360.      */
  2361.     protected function getProfilerListenerService()
  2362.     {
  2363.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2364.         if (isset($this->privates['profiler_listener'])) {
  2365.             return $this->privates['profiler_listener'];
  2366.         }
  2367.         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);
  2368.     }
  2369.     /**
  2370.      * Gets the private 'property_info' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2373.      */
  2374.     protected function getPropertyInfoService()
  2375.     {
  2376.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2377.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2378.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2379.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2380.         }, 3), new RewindableGenerator(function () {
  2381.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2382.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2383.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2384.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2385.         }, 4), new RewindableGenerator(function () {
  2386.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2387.         }, 1), new RewindableGenerator(function () {
  2388.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2389.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2390.         }, 2), new RewindableGenerator(function () {
  2391.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2392.         }, 1));
  2393.     }
  2394.     /**
  2395.      * Gets the private 'router.expression_language_provider' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2398.      */
  2399.     protected function getRouter_ExpressionLanguageProviderService()
  2400.     {
  2401.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2402.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2403.         ], [
  2404.             'env' => 'Closure',
  2405.         ]));
  2406.     }
  2407.     /**
  2408.      * Gets the private 'router.request_context' shared service.
  2409.      *
  2410.      * @return \Symfony\Component\Routing\RequestContext
  2411.      */
  2412.     protected function getRouter_RequestContextService()
  2413.     {
  2414.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2415.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the private 'router_listener' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2422.      */
  2423.     protected function getRouterListenerService()
  2424.     {
  2425.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2426.     }
  2427.     /**
  2428.      * Gets the private 'security.context_listener.0' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2431.      */
  2432.     protected function getSecurity_ContextListener_0Service()
  2433.     {
  2434.         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 () {
  2435.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2436.             yield => ($this->privates['security.user.provider.concrete.app_admin_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppAdminProviderService'));
  2437.         }, 2), 'firewalls', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin_secured_area'] ?? $this->getSecurity_EventDispatcher_AdminSecuredAreaService()), ($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']);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'security.csrf.token_storage' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2443.      */
  2444.     protected function getSecurity_Csrf_TokenStorageService()
  2445.     {
  2446.         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())));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'security.event_dispatcher.admin_secured_area' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2452.      */
  2453.     protected function getSecurity_EventDispatcher_AdminSecuredAreaService()
  2454.     {
  2455.         $this->privates['security.event_dispatcher.admin_secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2456.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2457.             return ($this->privates['security.listener.admin_secured_area.user_provider'] ?? $this->load('getSecurity_Listener_AdminSecuredArea_UserProviderService'));
  2458.         }, => 'checkPassport'], 2048);
  2459.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2460.             return ($this->privates['security.listener.session.admin_secured_area'] ?? $this->load('getSecurity_Listener_Session_AdminSecuredAreaService'));
  2461.         }, => 'onSuccessfulLogin'], 0);
  2462.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2463.             return ($this->privates['security.logout.listener.default.admin_secured_area'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminSecuredAreaService'));
  2464.         }, => 'onLogout'], 64);
  2465.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2466.             return ($this->privates['security.logout.listener.session.admin_secured_area'] ?? ($this->privates['security.logout.listener.session.admin_secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2467.         }, => 'onLogout'], 0);
  2468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2469.             return ($this->privates['security.listener.user_checker.admin_secured_area'] ?? $this->load('getSecurity_Listener_UserChecker_AdminSecuredAreaService'));
  2470.         }, => 'preCheckCredentials'], 256);
  2471.         $instance->addListener('security.authentication.success', [=> function () {
  2472.             return ($this->privates['security.listener.user_checker.admin_secured_area'] ?? $this->load('getSecurity_Listener_UserChecker_AdminSecuredAreaService'));
  2473.         }, => 'postCheckCredentials'], 256);
  2474.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2475.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2476.         }, => 'checkPassport'], 1024);
  2477.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2478.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2479.         }, => 'checkPassport'], 0);
  2480.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2481.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2482.         }, => 'onLoginSuccess'], 0);
  2483.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2484.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2485.         }, => 'checkPassport'], 512);
  2486.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2487.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2488.         }, => 'onLogout'], 0);
  2489.         return $instance;
  2490.     }
  2491.     /**
  2492.      * Gets the private 'security.firewall.map' shared service.
  2493.      *
  2494.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2495.      */
  2496.     protected function getSecurity_Firewall_MapService()
  2497.     {
  2498.         $a = ($this->privates['.service_locator.2weK6Dz'] ?? $this->get_ServiceLocator_2weK6DzService());
  2499.         if (isset($this->privates['security.firewall.map'])) {
  2500.             return $this->privates['security.firewall.map'];
  2501.         }
  2502.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2503.             yield 'security.firewall.map.context.admin_secured_area' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  2504.             yield 'security.firewall.map.context.user_secured_area' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2505.             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)/')));
  2506.         }, 3));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'security.helper' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Security\Core\Security
  2512.      */
  2513.     protected function getSecurity_HelperService()
  2514.     {
  2515.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2516.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2517.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2518.         ], [
  2519.             'security.authorization_checker' => '?',
  2520.             'security.token_storage' => '?',
  2521.         ]));
  2522.     }
  2523.     /**
  2524.      * Gets the private 'security.logout_url_generator' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2527.      */
  2528.     protected function getSecurity_LogoutUrlGeneratorService()
  2529.     {
  2530.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2531.         $instance->registerListener('admin_secured_area''admin_logout''logout''_csrf_token'NULL'firewalls');
  2532.         $instance->registerListener('user_secured_area''app_logout''logout''_csrf_token'NULL'firewalls');
  2533.         return $instance;
  2534.     }
  2535.     /**
  2536.      * Gets the private 'security.role_hierarchy' shared service.
  2537.      *
  2538.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2539.      */
  2540.     protected function getSecurity_RoleHierarchyService()
  2541.     {
  2542.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2543.     }
  2544.     /**
  2545.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2546.      *
  2547.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2548.      */
  2549.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2550.     {
  2551.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2552.     }
  2553.     /**
  2554.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2555.      *
  2556.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2557.      */
  2558.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2559.     {
  2560.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2561.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2562.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2563.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2564.     }
  2565.     /**
  2566.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2567.      *
  2568.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2569.      */
  2570.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2571.     {
  2572.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2573.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2574.             return $this->privates['sensio_framework_extra.security.listener'];
  2575.         }
  2576.         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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2580.      *
  2581.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2582.      */
  2583.     protected function getSensioFrameworkExtra_View_ListenerService()
  2584.     {
  2585.         $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))));
  2586.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2587.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2588.         ], [
  2589.             'twig' => '?',
  2590.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the private 'session.factory' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2597.      */
  2598.     protected function getSession_FactoryService()
  2599.     {
  2600.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2601.         if (isset($this->privates['session.factory'])) {
  2602.             return $this->privates['session.factory'];
  2603.         }
  2604.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  2605.     }
  2606.     /**
  2607.      * Gets the private 'session_listener' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2610.      */
  2611.     protected function getSessionListenerService()
  2612.     {
  2613.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2614.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2615.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2616.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2617.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2618.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2619.         ], [
  2620.             'initialized_session' => '?',
  2621.             'logger' => '?',
  2622.             'session' => '?',
  2623.             'session_collector' => '?',
  2624.             'session_factory' => '?',
  2625.         ]), true$this->parameters['session.storage.options']);
  2626.     }
  2627.     /**
  2628.      * Gets the private 'translator.default' shared service.
  2629.      *
  2630.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2631.      */
  2632.     protected function getTranslator_DefaultService()
  2633.     {
  2634.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2635.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2636.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2637.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2638.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2639.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2640.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2641.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2642.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2643.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2644.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2645.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2646.         ], [
  2647.             'translation.loader.csv' => '?',
  2648.             'translation.loader.dat' => '?',
  2649.             'translation.loader.ini' => '?',
  2650.             'translation.loader.json' => '?',
  2651.             'translation.loader.mo' => '?',
  2652.             'translation.loader.php' => '?',
  2653.             'translation.loader.po' => '?',
  2654.             'translation.loader.qt' => '?',
  2655.             'translation.loader.res' => '?',
  2656.             'translation.loader.xliff' => '?',
  2657.             'translation.loader.yml' => '?',
  2658.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/mails/beforeGuardCharge.en.yaml'), => (\dirname(__DIR__4).'/translations/mails/confirmBooking.en.yaml'), => (\dirname(__DIR__4).'/translations/mails/confirmPayment.en.yaml'), => (\dirname(__DIR__4).'/translations/mails/confirmShipping.en.yaml'), => (\dirname(__DIR__4).'/translations/mails/deliveryNoteNotPaid.en.yaml'), 10 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-action-required.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-confirmBooking.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-return-label.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/mails/forgotPassword.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/mails/missedAppointment.en.yaml'), 15 => (\dirname(__DIR__4).'/translations/mails/newImportUser.en.yaml'), 16 => (\dirname(__DIR__4).'/translations/mails/newNote.en.yaml'), 17 => (\dirname(__DIR__4).'/translations/mails/newUser.en.yaml'), 18 => (\dirname(__DIR__4).'/translations/mails/orderPreparation.en.yaml'), 19 => (\dirname(__DIR__4).'/translations/mails/orderPreparationBollore.en.yaml'), 20 => (\dirname(__DIR__4).'/translations/mails/remindGuardCharge.en.yaml'), 21 => (\dirname(__DIR__4).'/translations/mails/support-request/action-required.en.yaml'), 22 => (\dirname(__DIR__4).'/translations/mails/support-request/bankdata-required.en.yaml'), 23 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-bollore.en.yaml'), 24 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-label.en.yaml'), 25 => (\dirname(__DIR__4).'/translations/mails/support-request/refunded.en.yaml'), 26 => (\dirname(__DIR__4).'/translations/mails/support-request/request-closed.en.yaml'), 27 => (\dirname(__DIR__4).'/translations/mails/support-request/action-required.en.yaml'), 28 => (\dirname(__DIR__4).'/translations/mails/support-request/bankdata-required.en.yaml'), 29 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-bollore.en.yaml'), 30 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-label.en.yaml'), 31 => (\dirname(__DIR__4).'/translations/mails/support-request/refunded.en.yaml'), 32 => (\dirname(__DIR__4).'/translations/mails/support-request/request-closed.en.yaml'), 33 => (\dirname(__DIR__4).'/translations/mails/beforeGuardCharge.en.yaml'), 34 => (\dirname(__DIR__4).'/translations/mails/confirmBooking.en.yaml'), 35 => (\dirname(__DIR__4).'/translations/mails/confirmPayment.en.yaml'), 36 => (\dirname(__DIR__4).'/translations/mails/confirmShipping.en.yaml'), 37 => (\dirname(__DIR__4).'/translations/mails/deliveryNoteNotPaid.en.yaml'), 38 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-action-required.en.yaml'), 39 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-confirmBooking.en.yaml'), 40 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-return-label.en.yaml'), 41 => (\dirname(__DIR__4).'/translations/mails/forgotPassword.en.yaml'), 42 => (\dirname(__DIR__4).'/translations/mails/missedAppointment.en.yaml'), 43 => (\dirname(__DIR__4).'/translations/mails/newImportUser.en.yaml'), 44 => (\dirname(__DIR__4).'/translations/mails/newNote.en.yaml'), 45 => (\dirname(__DIR__4).'/translations/mails/newUser.en.yaml'), 46 => (\dirname(__DIR__4).'/translations/mails/orderPreparation.en.yaml'), 47 => (\dirname(__DIR__4).'/translations/mails/orderPreparationBollore.en.yaml'), 48 => (\dirname(__DIR__4).'/translations/mails/remindGuardCharge.en.yaml'), 49 => (\dirname(__DIR__4).'/translations/mails/support-request/action-required.en.yaml'), 50 => (\dirname(__DIR__4).'/translations/mails/support-request/bankdata-required.en.yaml'), 51 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-bollore.en.yaml'), 52 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-label.en.yaml'), 53 => (\dirname(__DIR__4).'/translations/mails/support-request/refunded.en.yaml'), 54 => (\dirname(__DIR__4).'/translations/mails/support-request/request-closed.en.yaml'), 55 => (\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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/mails/beforeGuardCharge.fr.yaml'), => (\dirname(__DIR__4).'/translations/mails/confirmBooking.fr.yaml'), => (\dirname(__DIR__4).'/translations/mails/confirmPayment.fr.yaml'), => (\dirname(__DIR__4).'/translations/mails/confirmShipping.fr.yaml'), => (\dirname(__DIR__4).'/translations/mails/deliveryNoteNotPaid.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-action-required.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-confirmBooking.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-return-label.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/mails/forgotPassword.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/mails/missedAppointment.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/mails/newImportUser.fr.yaml'), 16 => (\dirname(__DIR__4).'/translations/mails/newNote.fr.yaml'), 17 => (\dirname(__DIR__4).'/translations/mails/newUser.fr.yaml'), 18 => (\dirname(__DIR__4).'/translations/mails/orderPreparation.fr.yaml'), 19 => (\dirname(__DIR__4).'/translations/mails/orderPreparationBollore.fr.yaml'), 20 => (\dirname(__DIR__4).'/translations/mails/remindGuardCharge.fr.yaml'), 21 => (\dirname(__DIR__4).'/translations/mails/support-request/action-required.fr.yaml'), 22 => (\dirname(__DIR__4).'/translations/mails/support-request/bankdata-required.fr.yaml'), 23 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-bollore.fr.yaml'), 24 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-label.fr.yaml'), 25 => (\dirname(__DIR__4).'/translations/mails/support-request/refunded.fr.yaml'), 26 => (\dirname(__DIR__4).'/translations/mails/support-request/request-closed.fr.yaml'), 27 => (\dirname(__DIR__4).'/translations/mails/support-request/action-required.fr.yaml'), 28 => (\dirname(__DIR__4).'/translations/mails/support-request/bankdata-required.fr.yaml'), 29 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-bollore.fr.yaml'), 30 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-label.fr.yaml'), 31 => (\dirname(__DIR__4).'/translations/mails/support-request/refunded.fr.yaml'), 32 => (\dirname(__DIR__4).'/translations/mails/support-request/request-closed.fr.yaml'), 33 => (\dirname(__DIR__4).'/translations/mails/beforeGuardCharge.fr.yaml'), 34 => (\dirname(__DIR__4).'/translations/mails/confirmBooking.fr.yaml'), 35 => (\dirname(__DIR__4).'/translations/mails/confirmPayment.fr.yaml'), 36 => (\dirname(__DIR__4).'/translations/mails/confirmShipping.fr.yaml'), 37 => (\dirname(__DIR__4).'/translations/mails/deliveryNoteNotPaid.fr.yaml'), 38 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-action-required.fr.yaml'), 39 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-confirmBooking.fr.yaml'), 40 => (\dirname(__DIR__4).'/translations/mails/estimation-request/estimation-return-label.fr.yaml'), 41 => (\dirname(__DIR__4).'/translations/mails/forgotPassword.fr.yaml'), 42 => (\dirname(__DIR__4).'/translations/mails/missedAppointment.fr.yaml'), 43 => (\dirname(__DIR__4).'/translations/mails/newImportUser.fr.yaml'), 44 => (\dirname(__DIR__4).'/translations/mails/newNote.fr.yaml'), 45 => (\dirname(__DIR__4).'/translations/mails/newUser.fr.yaml'), 46 => (\dirname(__DIR__4).'/translations/mails/orderPreparation.fr.yaml'), 47 => (\dirname(__DIR__4).'/translations/mails/orderPreparationBollore.fr.yaml'), 48 => (\dirname(__DIR__4).'/translations/mails/remindGuardCharge.fr.yaml'), 49 => (\dirname(__DIR__4).'/translations/mails/support-request/action-required.fr.yaml'), 50 => (\dirname(__DIR__4).'/translations/mails/support-request/bankdata-required.fr.yaml'), 51 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-bollore.fr.yaml'), 52 => (\dirname(__DIR__4).'/translations/mails/support-request/batch-return-label.fr.yaml'), 53 => (\dirname(__DIR__4).'/translations/mails/support-request/refunded.fr.yaml'), 54 => (\dirname(__DIR__4).'/translations/mails/support-request/request-closed.fr.yaml'), 55 => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.he.php')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], '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')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations/mails'), => (\dirname(__DIR__4).'/translations/mails/support-request'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations/mails'=> 'translations/mails/support-request'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/twig/extra-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/sensio/framework-extra-bundle/src/translations'19 => 'vendor/symfony/webpack-encore-bundle/src/translations'20 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations'22 => 'vendor/liip/imagine-bundle/translations']]], []);
  2659.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2660.         $instance->setFallbackLocales([=> 'fr']);
  2661.         return $instance;
  2662.     }
  2663.     /**
  2664.      * Gets the private 'validator.builder' shared service.
  2665.      *
  2666.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2667.      */
  2668.     protected function getValidator_BuilderService()
  2669.     {
  2670.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2671.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2672.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2673.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2674.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2675.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2676.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2677.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2678.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2679.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2680.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2681.         ], [
  2682.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2683.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2684.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2685.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2686.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2687.             'doctrine.orm.validator.unique' => '?',
  2688.             'security.validator.user_password' => '?',
  2689.             'validator.expression' => '?',
  2690.         ])));
  2691.         if ($this->has('translator')) {
  2692.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2693.         }
  2694.         $instance->setTranslationDomain('validators');
  2695.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2696.         $instance->enableAnnotationMapping(true);
  2697.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2698.         $instance->addMethodMapping('loadValidatorMetadata');
  2699.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2700.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2701.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2702.         return $instance;
  2703.     }
  2704.     /**
  2705.      * Gets the private 'var_dumper.html_dumper' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2708.      */
  2709.     protected function getVarDumper_HtmlDumperService()
  2710.     {
  2711.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2712.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2713.         return $instance;
  2714.     }
  2715.     /**
  2716.      * Gets the private 'var_dumper.server_connection' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\VarDumper\Server\Connection
  2719.      */
  2720.     protected function getVarDumper_ServerConnectionService()
  2721.     {
  2722.         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()]);
  2723.     }
  2724.     /**
  2725.      * Gets the private 'web_profiler.csp.handler' shared service.
  2726.      *
  2727.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2728.      */
  2729.     protected function getWebProfiler_Csp_HandlerService()
  2730.     {
  2731.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2732.     }
  2733.     /**
  2734.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2735.      *
  2736.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2737.      */
  2738.     protected function getWebProfiler_DebugToolbarService()
  2739.     {
  2740.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2741.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2742.             return $this->privates['web_profiler.debug_toolbar'];
  2743.         }
  2744.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2745.     }
  2746.     /**
  2747.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2748.      *
  2749.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2750.      */
  2751.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2752.     {
  2753.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2754.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2755.         ], [
  2756.             '_default' => '?',
  2757.         ]), '_default');
  2758.     }
  2759.     /**
  2760.      * Gets the public 'cache_clearer' alias.
  2761.      *
  2762.      * @return object The ".container.private.cache_clearer" service.
  2763.      */
  2764.     protected function getCacheClearerService()
  2765.     {
  2766.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2767.         return $this->get('.container.private.cache_clearer');
  2768.     }
  2769.     /**
  2770.      * Gets the public 'filesystem' alias.
  2771.      *
  2772.      * @return object The ".container.private.filesystem" service.
  2773.      */
  2774.     protected function getFilesystemService()
  2775.     {
  2776.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2777.         return $this->get('.container.private.filesystem');
  2778.     }
  2779.     /**
  2780.      * Gets the public 'serializer' alias.
  2781.      *
  2782.      * @return object The ".container.private.serializer" service.
  2783.      */
  2784.     protected function getSerializerService()
  2785.     {
  2786.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2787.         return $this->get('.container.private.serializer');
  2788.     }
  2789.     /**
  2790.      * Gets the public 'security.csrf.token_manager' alias.
  2791.      *
  2792.      * @return object The ".container.private.security.csrf.token_manager" service.
  2793.      */
  2794.     protected function getSecurity_Csrf_TokenManagerService()
  2795.     {
  2796.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2797.         return $this->get('.container.private.security.csrf.token_manager');
  2798.     }
  2799.     /**
  2800.      * Gets the public 'form.factory' alias.
  2801.      *
  2802.      * @return object The ".container.private.form.factory" service.
  2803.      */
  2804.     protected function getForm_FactoryService()
  2805.     {
  2806.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2807.         return $this->get('.container.private.form.factory');
  2808.     }
  2809.     /**
  2810.      * Gets the public 'form.type.file' alias.
  2811.      *
  2812.      * @return object The ".container.private.form.type.file" service.
  2813.      */
  2814.     protected function getForm_Type_FileService()
  2815.     {
  2816.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2817.         return $this->get('.container.private.form.type.file');
  2818.     }
  2819.     /**
  2820.      * Gets the public 'profiler' alias.
  2821.      *
  2822.      * @return object The ".container.private.profiler" service.
  2823.      */
  2824.     protected function getProfilerService()
  2825.     {
  2826.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2827.         return $this->get('.container.private.profiler');
  2828.     }
  2829.     /**
  2830.      * Gets the public 'twig' alias.
  2831.      *
  2832.      * @return object The ".container.private.twig" service.
  2833.      */
  2834.     protected function getTwigService()
  2835.     {
  2836.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2837.         return $this->get('.container.private.twig');
  2838.     }
  2839.     /**
  2840.      * Gets the public 'security.authorization_checker' alias.
  2841.      *
  2842.      * @return object The ".container.private.security.authorization_checker" service.
  2843.      */
  2844.     protected function getSecurity_AuthorizationCheckerService()
  2845.     {
  2846.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2847.         return $this->get('.container.private.security.authorization_checker');
  2848.     }
  2849.     /**
  2850.      * Gets the public 'security.token_storage' alias.
  2851.      *
  2852.      * @return object The ".container.private.security.token_storage" service.
  2853.      */
  2854.     protected function getSecurity_TokenStorageService()
  2855.     {
  2856.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2857.         return $this->get('.container.private.security.token_storage');
  2858.     }
  2859.     /**
  2860.      * Gets the public 'security.password_encoder' alias.
  2861.      *
  2862.      * @return object The ".container.private.security.password_encoder" service.
  2863.      */
  2864.     protected function getSecurity_PasswordEncoderService()
  2865.     {
  2866.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2867.         return $this->get('.container.private.security.password_encoder');
  2868.     }
  2869.     /**
  2870.      * Gets the public 'session' alias.
  2871.      *
  2872.      * @return object The ".container.private.session" service.
  2873.      */
  2874.     protected function getSessionService()
  2875.     {
  2876.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2877.         return $this->get('.container.private.session');
  2878.     }
  2879.     /**
  2880.      * Gets the public 'validator' alias.
  2881.      *
  2882.      * @return object The ".container.private.validator" service.
  2883.      */
  2884.     protected function getValidatorService()
  2885.     {
  2886.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2887.         return $this->get('.container.private.validator');
  2888.     }
  2889.     /**
  2890.      * @return array|bool|float|int|string|\UnitEnum|null
  2891.      */
  2892.     public function getParameter(string $name)
  2893.     {
  2894.         if (isset($this->buildParameters[$name])) {
  2895.             return $this->buildParameters[$name];
  2896.         }
  2897.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2898.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2899.         }
  2900.         if (isset($this->loadedDynamicParameters[$name])) {
  2901.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2902.         }
  2903.         return $this->parameters[$name];
  2904.     }
  2905.     public function hasParameter(string $name): bool
  2906.     {
  2907.         if (isset($this->buildParameters[$name])) {
  2908.             return true;
  2909.         }
  2910.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2911.     }
  2912.     public function setParameter(string $name$value): void
  2913.     {
  2914.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2915.     }
  2916.     public function getParameterBag(): ParameterBagInterface
  2917.     {
  2918.         if (null === $this->parameterBag) {
  2919.             $parameters $this->parameters;
  2920.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2921.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2922.             }
  2923.             foreach ($this->buildParameters as $name => $value) {
  2924.                 $parameters[$name] = $value;
  2925.             }
  2926.             $this->parameterBag = new FrozenParameterBag($parameters);
  2927.         }
  2928.         return $this->parameterBag;
  2929.     }
  2930.     private $loadedDynamicParameters = [
  2931.         'kernel.runtime_environment' => false,
  2932.         'kernel.build_dir' => false,
  2933.         'kernel.cache_dir' => false,
  2934.         'env' => false,
  2935.         'remote_invoicing_key' => false,
  2936.         'brand' => false,
  2937.         'google.calendar.auth_config' => false,
  2938.         'google.calendar.id' => false,
  2939.         'google.estimation_calendar.id' => false,
  2940.         'google.maps.key' => false,
  2941.         'stripe.api_key.payment.secret' => false,
  2942.         'stripe.api_key.payment.public' => false,
  2943.         'stripe.api_key.delivery.secret' => false,
  2944.         'stripe.api_key.delivery.public' => false,
  2945.         'stripe.api_key.fees.secret' => false,
  2946.         'stripe.api_key.fees.public' => false,
  2947.         'stripe.webhook.payment.secret' => false,
  2948.         'stripe.webhook.payment_delivery.secret' => false,
  2949.         'stripe.webhook.payment_fees.secret' => false,
  2950.         'image_upload_dir' => false,
  2951.         'guardcharge_alert_mail_to' => false,
  2952.         'sav_mail_to' => false,
  2953.         'warehouse_mail_to' => false,
  2954.         'estimation_mail_to' => false,
  2955.         'colissimo.login' => false,
  2956.         'colissimo.password' => false,
  2957.         'mysendingbox.live_key' => false,
  2958.         'mysendingbox.test_key' => false,
  2959.         'bollore_quote_mail.to' => false,
  2960.         'bollore_quote_mail.cc' => false,
  2961.         'geodis.test.shipment.id' => false,
  2962.         'geodis.test.shipment.key' => false,
  2963.         'geodis.live.shipment.id' => false,
  2964.         'geodis.live.shipment.key' => false,
  2965.         'geodis.test.suivi_zoom.id' => false,
  2966.         'geodis.test.suivi_zoom.key' => false,
  2967.         'geodis.live.suivi_zoom.id' => false,
  2968.         'geodis.live.suivi_zoom.key' => false,
  2969.         'chronopost.login' => false,
  2970.         'chronopost.password' => false,
  2971.         'alert_old_preparation_vouchers_mail_to' => false,
  2972.         'label_reception.estimation.mailto' => false,
  2973.         'label_reception.support.mailto' => false,
  2974.         'label_reception.npai.mailto' => false,
  2975.         'label_reception.damaged.mailto' => false,
  2976.         'label_reception.notfound.parcel.estimation.mailto' => false,
  2977.         'label_reception.notfound.pallet.estimation.mailto' => false,
  2978.         'label_reception.notfound.pallet.support.mailto' => false,
  2979.         'label_reception.notfound.purchase.mailto' => false,
  2980.         'kernel.secret' => false,
  2981.         'debug.container.dump' => false,
  2982.         'serializer.mapping.cache.file' => false,
  2983.         'validator.mapping.cache.file' => false,
  2984.         'profiler.storage.dsn' => false,
  2985.         'doctrine.orm.proxy_dir' => false,
  2986.     ];
  2987.     private $dynamicParameters = [];
  2988.     private function getDynamicParameter(string $name)
  2989.     {
  2990.         switch ($name) {
  2991.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2992.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2993.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2994.             case 'env'$value $this->getEnv('APP_ENV'); break;
  2995.             case 'remote_invoicing_key'$value $this->getEnv('REMOTE_INVOICING_KEY'); break;
  2996.             case 'brand'$value $this->getEnv('APP_BRAND'); break;
  2997.             case 'google.calendar.auth_config'$value $this->getEnv('GOOGLE_AUTH_CONFIG'); break;
  2998.             case 'google.calendar.id'$value $this->getEnv('GOOGLE_CALENDAR_ID'); break;
  2999.             case 'google.estimation_calendar.id'$value $this->getEnv('GOOGLE_ESTIMATION_CALENDAR_ID'); break;
  3000.             case 'google.maps.key'$value $this->getEnv('GOOGLE_MAPS_KEY'); break;
  3001.             case 'stripe.api_key.payment.secret'$value $this->getEnv('STRIPE_API_KEY'); break;
  3002.             case 'stripe.api_key.payment.public'$value $this->getEnv('STRIPE_API_KEY_PUBLIC'); break;
  3003.             case 'stripe.api_key.delivery.secret'$value $this->getEnv('STRIPE_API_KEY_DELIVERY'); break;
  3004.             case 'stripe.api_key.delivery.public'$value $this->getEnv('STRIPE_API_KEY_DELIVERY_PUBLIC'); break;
  3005.             case 'stripe.api_key.fees.secret'$value $this->getEnv('STRIPE_API_KEY_FEES'); break;
  3006.             case 'stripe.api_key.fees.public'$value $this->getEnv('STRIPE_API_KEY_FEES_PUBLIC'); break;
  3007.             case 'stripe.webhook.payment.secret'$value $this->getEnv('WEBHOOK_CAPTURE_PAYMENT_SECRET'); break;
  3008.             case 'stripe.webhook.payment_delivery.secret'$value $this->getEnv('WEBHOOK_CAPTURE_PAYMENT_DELIVERY_SECRET'); break;
  3009.             case 'stripe.webhook.payment_fees.secret'$value $this->getEnv('WEBHOOK_CAPTURE_PAYMENT_FEES_SECRET'); break;
  3010.             case 'image_upload_dir'$value $this->getEnv('IMAGE_UPLOAD_DIR'); break;
  3011.             case 'guardcharge_alert_mail_to'$value $this->getEnv('GUARD_CHARGE_ALERT_MAIL_TO'); break;
  3012.             case 'sav_mail_to'$value $this->getEnv('json:SAV_MAIL_TO'); break;
  3013.             case 'warehouse_mail_to'$value $this->getEnv('json:WAREHOUSE_MAIL_TO'); break;
  3014.             case 'estimation_mail_to'$value $this->getEnv('json:ESTIMATION_MAIL_TO'); break;
  3015.             case 'colissimo.login'$value $this->getEnv('COLISSIMO_LOGIN'); break;
  3016.             case 'colissimo.password'$value $this->getEnv('COLISSIMO_PASSWORD'); break;
  3017.             case 'mysendingbox.live_key'$value $this->getEnv('MY_SENDING_BOX_LIVE_KEY'); break;
  3018.             case 'mysendingbox.test_key'$value $this->getEnv('MY_SENDING_BOX_TEST_KEY'); break;
  3019.             case 'bollore_quote_mail.to'$value $this->getEnv('BOLLORE_QUOTE_EMAIL_TO'); break;
  3020.             case 'bollore_quote_mail.cc'$value $this->getEnv('BOLLORE_QUOTE_EMAIL_CC'); break;
  3021.             case 'geodis.test.shipment.id'$value $this->getEnv('GEODIS_TEST_SHIPMENT_ID'); break;
  3022.             case 'geodis.test.shipment.key'$value $this->getEnv('GEODIS_TEST_SHIPMENT_KEY'); break;
  3023.             case 'geodis.live.shipment.id'$value $this->getEnv('GEODIS_LIVE_SHIPMENT_ID'); break;
  3024.             case 'geodis.live.shipment.key'$value $this->getEnv('GEODIS_LIVE_SHIPMENT_KEY'); break;
  3025.             case 'geodis.test.suivi_zoom.id'$value $this->getEnv('GEODIS_TEST_SUIVI_ZOOM_ID'); break;
  3026.             case 'geodis.test.suivi_zoom.key'$value $this->getEnv('GEODIS_TEST_SUIVI_ZOOM_KEY'); break;
  3027.             case 'geodis.live.suivi_zoom.id'$value $this->getEnv('GEODIS_LIVE_SUIVI_ZOOM_ID'); break;
  3028.             case 'geodis.live.suivi_zoom.key'$value $this->getEnv('GEODIS_LIVE_SUIVI_ZOOM_KEY'); break;
  3029.             case 'chronopost.login'$value $this->getEnv('CHRONOPOST_LOGIN'); break;
  3030.             case 'chronopost.password'$value $this->getEnv('CHRONOPOST_PASSWORD'); break;
  3031.             case 'alert_old_preparation_vouchers_mail_to'$value $this->getEnv('ALERT_OLD_PREPARATION_VOUCHERS'); break;
  3032.             case 'label_reception.estimation.mailto'$value $this->getEnv('LABEL_RECEPTION_ESTIMATION_MAIL_TO'); break;
  3033.             case 'label_reception.support.mailto'$value $this->getEnv('LABEL_RECEPTION_SUPPORT_MAIL_TO'); break;
  3034.             case 'label_reception.npai.mailto'$value $this->getEnv('LABEL_RECEPTION_NPAI_MAIL_TO'); break;
  3035.             case 'label_reception.damaged.mailto'$value $this->getEnv('LABEL_RECEPTION_DAMAGED_MAIL_TO'); break;
  3036.             case 'label_reception.notfound.parcel.estimation.mailto'$value $this->getEnv('LABEL_RECEPTION_NOT_FOUND_PARCEL_ESTIMATION_MAIL_TO'); break;
  3037.             case 'label_reception.notfound.pallet.estimation.mailto'$value $this->getEnv('LABEL_RECEPTION_NOT_FOUND_PALLET_ESTIMATION_MAIL_TO'); break;
  3038.             case 'label_reception.notfound.pallet.support.mailto'$value $this->getEnv('LABEL_RECEPTION_NOT_FOUND_PALLET_SUPPORT_MAIL_TO'); break;
  3039.             case 'label_reception.notfound.purchase.mailto'$value $this->getEnv('LABEL_RECEPTION_NOT_FOUND_PURCHASE_MAIL_TO'); break;
  3040.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3041.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3042.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3043.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3044.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3045.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3046.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3047.         }
  3048.         $this->loadedDynamicParameters[$name] = true;
  3049.         return $this->dynamicParameters[$name] = $value;
  3050.     }
  3051.     protected function getDefaultParameters(): array
  3052.     {
  3053.         return [
  3054.             'kernel.project_dir' => \dirname(__DIR__4),
  3055.             'kernel.environment' => 'dev',
  3056.             'kernel.debug' => true,
  3057.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3058.             'kernel.bundles' => [
  3059.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3060.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3061.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3062.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3063.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3064.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3065.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3066.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3067.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3068.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3069.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3070.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3071.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3072.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3073.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3074.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3075.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3076.             ],
  3077.             'kernel.bundles_metadata' => [
  3078.                 'FrameworkBundle' => [
  3079.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3080.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3081.                 ],
  3082.                 'DoctrineBundle' => [
  3083.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3084.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3085.                 ],
  3086.                 'DoctrineMigrationsBundle' => [
  3087.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3088.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3089.                 ],
  3090.                 'DebugBundle' => [
  3091.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3092.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3093.                 ],
  3094.                 'TwigBundle' => [
  3095.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3096.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3097.                 ],
  3098.                 'WebProfilerBundle' => [
  3099.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3100.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3101.                 ],
  3102.                 'TwigExtraBundle' => [
  3103.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3104.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3105.                 ],
  3106.                 'SecurityBundle' => [
  3107.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3108.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3109.                 ],
  3110.                 'MonologBundle' => [
  3111.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3112.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3113.                 ],
  3114.                 'MakerBundle' => [
  3115.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3116.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3117.                 ],
  3118.                 'SensioFrameworkExtraBundle' => [
  3119.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3120.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3121.                 ],
  3122.                 'WebpackEncoreBundle' => [
  3123.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3124.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3125.                 ],
  3126.                 'FOSJsRoutingBundle' => [
  3127.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3128.                     'namespace' => 'FOS\\JsRoutingBundle',
  3129.                 ],
  3130.                 'EasyAdminBundle' => [
  3131.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3132.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3133.                 ],
  3134.                 'StofDoctrineExtensionsBundle' => [
  3135.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3136.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3137.                 ],
  3138.                 'SymfonyCastsResetPasswordBundle' => [
  3139.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3140.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3141.                 ],
  3142.                 'LiipImagineBundle' => [
  3143.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3144.                     'namespace' => 'Liip\\ImagineBundle',
  3145.                 ],
  3146.             ],
  3147.             'kernel.charset' => 'UTF-8',
  3148.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3149.             'app.supported_locales' => 'fr|en',
  3150.             'app.default_locale' => 'fr',
  3151.             'event_dispatcher.event_aliases' => [
  3152.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3153.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3154.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3155.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3156.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3157.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3158.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3159.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3160.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3161.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3162.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3163.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3164.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3165.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3166.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3167.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3168.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3169.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3170.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3171.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3172.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3173.             ],
  3174.             'fragment.renderer.hinclude.global_template' => NULL,
  3175.             'fragment.path' => '/_fragment',
  3176.             'kernel.http_method_override' => false,
  3177.             'kernel.trusted_hosts' => [
  3178.             ],
  3179.             'kernel.default_locale' => 'fr',
  3180.             'kernel.enabled_locales' => [
  3181.             ],
  3182.             'kernel.error_controller' => 'error_controller',
  3183.             'debug.file_link_format' => NULL,
  3184.             'asset.request_context.base_path' => NULL,
  3185.             'asset.request_context.secure' => NULL,
  3186.             'translator.logging' => false,
  3187.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3188.             'debug.error_handler.throw_at' => -1,
  3189.             'router.request_context.host' => 'localhost',
  3190.             'router.request_context.scheme' => 'http',
  3191.             'router.request_context.base_url' => '',
  3192.             'router.resource' => 'kernel::loadRoutes',
  3193.             'request_listener.http_port' => 80,
  3194.             'request_listener.https_port' => 443,
  3195.             'session.metadata.storage_key' => '_sf2_meta',
  3196.             'session.storage.options' => [
  3197.                 'cache_limiter' => '0',
  3198.                 'cookie_secure' => 'auto',
  3199.                 'cookie_httponly' => true,
  3200.                 'cookie_samesite' => 'lax',
  3201.                 'gc_probability' => 1,
  3202.             ],
  3203.             'session.save_path' => NULL,
  3204.             'session.metadata.update_threshold' => 0,
  3205.             'form.type_extension.csrf.enabled' => true,
  3206.             'form.type_extension.csrf.field_name' => '_token',
  3207.             'validator.translation_domain' => 'validators',
  3208.             'profiler_listener.only_exceptions' => false,
  3209.             'profiler_listener.only_main_requests' => false,
  3210.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3211.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3212.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3213.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3214.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3215.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3216.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3217.             'doctrine.entity_managers' => [
  3218.                 'default' => 'doctrine.orm.default_entity_manager',
  3219.             ],
  3220.             'doctrine.default_entity_manager' => 'default',
  3221.             'doctrine.dbal.connection_factory.types' => [
  3222.                 'uuid' => [
  3223.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3224.                 ],
  3225.                 'ulid' => [
  3226.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3227.                 ],
  3228.             ],
  3229.             'doctrine.connections' => [
  3230.                 'default' => 'doctrine.dbal.default_connection',
  3231.             ],
  3232.             'doctrine.default_connection' => 'default',
  3233.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3234.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3235.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3236.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3237.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3238.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3239.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3240.             'doctrine.orm.cache.memcache_port' => 11211,
  3241.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3242.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3243.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3244.             'doctrine.orm.cache.memcached_port' => 11211,
  3245.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3246.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3247.             'doctrine.orm.cache.redis_host' => 'localhost',
  3248.             'doctrine.orm.cache.redis_port' => 6379,
  3249.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3250.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3251.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3252.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3253.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3254.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3255.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3256.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3257.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3258.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3259.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3260.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3261.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3262.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3263.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3264.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3265.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3266.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3267.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3268.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3269.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3270.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3271.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3272.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3273.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3274.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3275.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3276.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3277.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3278.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3279.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3280.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3281.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3282.             'doctrine.migrations.preferred_em' => NULL,
  3283.             'doctrine.migrations.preferred_connection' => NULL,
  3284.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3285.             'twig.form.resources' => [
  3286.                 => 'form_div_layout.html.twig',
  3287.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3288.                 => 'bootstrap_5_layout.html.twig',
  3289.             ],
  3290.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3291.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3292.             'web_profiler.debug_toolbar.mode' => 2,
  3293.             'security.role_hierarchy.roles' => [
  3294.                 'ROLE_SUPER_ADMIN' => [
  3295.                     => 'ROLE_CREATE_USER',
  3296.                     => 'ROLE_LIST_ADDRESSES',
  3297.                     => 'ROLE_SECRETARY_MANAGER',
  3298.                     => 'ROLE_RECEPTION',
  3299.                     => 'ROLE_EDIT_DELIVERYNOTE',
  3300.                     => 'ROLE_LOGISTICIAN',
  3301.                     => 'ROLE_WAREHOUSE_EMPLOYEE',
  3302.                     => 'ROLE_SUPPORT',
  3303.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3304.                     => 'ROLE_SALE_ADMINISTRATOR',
  3305.                     10 => 'ROLE_DISCOUNT_MANAGER',
  3306.                     11 => 'ROLE_WAREHOUSE_HAND_DELIVERY',
  3307.                 ],
  3308.                 'ROLE_SECRETARY_MANAGER' => [
  3309.                     => 'ROLE_SECRETARY',
  3310.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3311.                     => 'ROLE_LIST_ADDRESSES',
  3312.                 ],
  3313.                 'ROLE_SECRETARY' => [
  3314.                     => 'ROLE_ADMIN',
  3315.                     => 'ROLE_EMPLOYEE',
  3316.                     => 'ROLE_ACCOUNTING',
  3317.                 ],
  3318.                 'ROLE_LOGISTICIAN' => [
  3319.                     => 'ROLE_ADMIN',
  3320.                     => 'ROLE_EMPLOYEE',
  3321.                     => 'ROLE_LIST_ADDRESSES',
  3322.                 ],
  3323.                 'ROLE_SALE_ADMINISTRATOR' => [
  3324.                     => 'ROLE_EMPLOYEE',
  3325.                     => 'ROLE_MANDAT',
  3326.                 ],
  3327.                 'ROLE_MANDAT' => [
  3328.                     => 'ROLE_ADMIN',
  3329.                 ],
  3330.                 'ROLE_SUPPORT' => [
  3331.                     => 'ROLE_ADMIN',
  3332.                 ],
  3333.                 'ROLE_EMPLOYEE' => [
  3334.                     => 'ROLE_ADMIN',
  3335.                 ],
  3336.                 'ROLE_WAREHOUSE_EMPLOYEE' => [
  3337.                     => 'ROLE_ADMIN',
  3338.                 ],
  3339.                 'ROLE_WAREHOUSE_HAND_DELIVERY' => [
  3340.                     => 'ROLE_ADMIN',
  3341.                 ],
  3342.                 'ROLE_DISCOUNT_MANAGER' => [
  3343.                     => 'ROLE_ADMIN',
  3344.                 ],
  3345.                 'ROLE_EDIT_DELIVERYNOTE' => [
  3346.                     => 'ROLE_ADMIN',
  3347.                 ],
  3348.                 'ROLE_RECEPTION' => [
  3349.                     => 'ROLE_ADMIN',
  3350.                 ],
  3351.                 'ROLE_CREATE_USER' => [
  3352.                     => 'ROLE_ADMIN',
  3353.                 ],
  3354.                 'ROLE_LIST_ADDRESSES' => [
  3355.                     => 'ROLE_ADMIN',
  3356.                 ],
  3357.                 'ROLE_ACCOUNTING' => [
  3358.                     => 'ROLE_ADMIN',
  3359.                 ],
  3360.             ],
  3361.             'security.access.denied_url' => NULL,
  3362.             'security.authentication.manager.erase_credentials' => true,
  3363.             'security.authentication.session_strategy.strategy' => 'migrate',
  3364.             'security.access.always_authenticate_before_granting' => false,
  3365.             'security.authentication.hide_user_not_found' => true,
  3366.             'security.firewalls' => [
  3367.                 => 'admin_secured_area',
  3368.                 => 'user_secured_area',
  3369.                 => 'dev',
  3370.             ],
  3371.             'monolog.use_microseconds' => true,
  3372.             'monolog.swift_mailer.handlers' => [
  3373.             ],
  3374.             'monolog.handlers_to_channels' => [
  3375.                 'monolog.handler.console' => [
  3376.                     'type' => 'exclusive',
  3377.                     'elements' => [
  3378.                         => 'event',
  3379.                         => 'doctrine',
  3380.                         => 'console',
  3381.                     ],
  3382.                 ],
  3383.                 'monolog.handler.main' => [
  3384.                     'type' => 'exclusive',
  3385.                     'elements' => [
  3386.                         => 'event',
  3387.                     ],
  3388.                 ],
  3389.             ],
  3390.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  3391.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  3392.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  3393.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  3394.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  3395.             'fos_js_routing.request_context_base_url' => NULL,
  3396.             'fos_js_routing.cache_control' => [
  3397.                 'enabled' => false,
  3398.             ],
  3399.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3400.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  3401.             'stof_doctrine_extensions.translation_fallback' => false,
  3402.             'stof_doctrine_extensions.persist_default_translation' => false,
  3403.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3404.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3405.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3406.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3407.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3408.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3409.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3410.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3411.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3412.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3413.             'liip_imagine.resolvers' => [
  3414.                 'default' => [
  3415.                     'web_path' => [
  3416.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3417.                         'cache_prefix' => 'media/cache',
  3418.                     ],
  3419.                 ],
  3420.             ],
  3421.             'liip_imagine.loaders' => [
  3422.                 'default' => [
  3423.                     'filesystem' => [
  3424.                         'data_root' => [
  3425.                             => \dirname(__DIR__4),
  3426.                         ],
  3427.                         'locator' => 'filesystem',
  3428.                         'allow_unresolvable_data_roots' => false,
  3429.                         'bundle_resources' => [
  3430.                             'enabled' => false,
  3431.                             'access_control_type' => 'blacklist',
  3432.                             'access_control_list' => [
  3433.                             ],
  3434.                         ],
  3435.                     ],
  3436.                 ],
  3437.             ],
  3438.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3439.             'liip_imagine.jpegoptim.stripAll' => true,
  3440.             'liip_imagine.jpegoptim.max' => NULL,
  3441.             'liip_imagine.jpegoptim.progressive' => true,
  3442.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3443.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3444.             'liip_imagine.optipng.level' => 7,
  3445.             'liip_imagine.optipng.stripAll' => true,
  3446.             'liip_imagine.optipng.tempDir' => NULL,
  3447.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3448.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3449.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3450.             'liip_imagine.cwebp.tempDir' => NULL,
  3451.             'liip_imagine.cwebp.q' => 75,
  3452.             'liip_imagine.cwebp.alphaQ' => 100,
  3453.             'liip_imagine.cwebp.m' => 4,
  3454.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3455.             'liip_imagine.cwebp.alphaMethod' => 1,
  3456.             'liip_imagine.cwebp.exact' => false,
  3457.             'liip_imagine.cwebp.metadata' => [
  3458.                 => 'none',
  3459.             ],
  3460.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3461.             'liip_imagine.cache.resolver.default' => 'default',
  3462.             'liip_imagine.default_image' => NULL,
  3463.             'liip_imagine.filter_sets' => [
  3464.                 'width_filter' => [
  3465.                     'quality' => 100,
  3466.                     'jpeg_quality' => NULL,
  3467.                     'png_compression_level' => NULL,
  3468.                     'png_compression_filter' => NULL,
  3469.                     'format' => NULL,
  3470.                     'animated' => false,
  3471.                     'cache' => NULL,
  3472.                     'data_loader' => NULL,
  3473.                     'default_image' => NULL,
  3474.                     'filters' => [
  3475.                         'relative_resize' => [
  3476.                             'widen' => 1,
  3477.                         ],
  3478.                     ],
  3479.                     'post_processors' => [
  3480.                     ],
  3481.                 ],
  3482.             ],
  3483.             'liip_imagine.binary.loader.default' => 'default',
  3484.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3485.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3486.             'liip_imagine.webp.generate' => false,
  3487.             'liip_imagine.webp.options' => [
  3488.                 'quality' => 100,
  3489.                 'cache' => NULL,
  3490.                 'data_loader' => NULL,
  3491.                 'post_processors' => [
  3492.                 ],
  3493.             ],
  3494.             'data_collector.templates' => [
  3495.                 'data_collector.request' => [
  3496.                     => 'request',
  3497.                     => '@WebProfiler/Collector/request.html.twig',
  3498.                 ],
  3499.                 'data_collector.time' => [
  3500.                     => 'time',
  3501.                     => '@WebProfiler/Collector/time.html.twig',
  3502.                 ],
  3503.                 'data_collector.memory' => [
  3504.                     => 'memory',
  3505.                     => '@WebProfiler/Collector/memory.html.twig',
  3506.                 ],
  3507.                 'data_collector.validator' => [
  3508.                     => 'validator',
  3509.                     => '@WebProfiler/Collector/validator.html.twig',
  3510.                 ],
  3511.                 'data_collector.ajax' => [
  3512.                     => 'ajax',
  3513.                     => '@WebProfiler/Collector/ajax.html.twig',
  3514.                 ],
  3515.                 'data_collector.form' => [
  3516.                     => 'form',
  3517.                     => '@WebProfiler/Collector/form.html.twig',
  3518.                 ],
  3519.                 'data_collector.exception' => [
  3520.                     => 'exception',
  3521.                     => '@WebProfiler/Collector/exception.html.twig',
  3522.                 ],
  3523.                 'data_collector.logger' => [
  3524.                     => 'logger',
  3525.                     => '@WebProfiler/Collector/logger.html.twig',
  3526.                 ],
  3527.                 'data_collector.events' => [
  3528.                     => 'events',
  3529.                     => '@WebProfiler/Collector/events.html.twig',
  3530.                 ],
  3531.                 'data_collector.router' => [
  3532.                     => 'router',
  3533.                     => '@WebProfiler/Collector/router.html.twig',
  3534.                 ],
  3535.                 'data_collector.cache' => [
  3536.                     => 'cache',
  3537.                     => '@WebProfiler/Collector/cache.html.twig',
  3538.                 ],
  3539.                 'data_collector.translation' => [
  3540.                     => 'translation',
  3541.                     => '@WebProfiler/Collector/translation.html.twig',
  3542.                 ],
  3543.                 'data_collector.security' => [
  3544.                     => 'security',
  3545.                     => '@Security/Collector/security.html.twig',
  3546.                 ],
  3547.                 'data_collector.twig' => [
  3548.                     => 'twig',
  3549.                     => '@WebProfiler/Collector/twig.html.twig',
  3550.                 ],
  3551.                 'data_collector.http_client' => [
  3552.                     => 'http_client',
  3553.                     => '@WebProfiler/Collector/http_client.html.twig',
  3554.                 ],
  3555.                 'data_collector.doctrine' => [
  3556.                     => 'db',
  3557.                     => '@Doctrine/Collector/db.html.twig',
  3558.                 ],
  3559.                 'data_collector.dump' => [
  3560.                     => 'dump',
  3561.                     => '@Debug/Profiler/dump.html.twig',
  3562.                 ],
  3563.                 'data_collector.messenger' => [
  3564.                     => 'messenger',
  3565.                     => '@WebProfiler/Collector/messenger.html.twig',
  3566.                 ],
  3567.                 'mailer.data_collector' => [
  3568.                     => 'mailer',
  3569.                     => '@WebProfiler/Collector/mailer.html.twig',
  3570.                 ],
  3571.                 'notifier.data_collector' => [
  3572.                     => 'notifier',
  3573.                     => '@WebProfiler/Collector/notifier.html.twig',
  3574.                 ],
  3575.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3576.                     => 'easyadmin',
  3577.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3578.                 ],
  3579.                 'data_collector.config' => [
  3580.                     => 'config',
  3581.                     => '@WebProfiler/Collector/config.html.twig',
  3582.                 ],
  3583.             ],
  3584.             'console.command.ids' => [
  3585.             ],
  3586.         ];
  3587.     }
  3588.     protected function throw($message)
  3589.     {
  3590.         throw new RuntimeException($message);
  3591.     }
  3592. }