var/cache/dev/ContainerWShrI7g/App_KernelDevDebugContainer.php line 1323

Open in your IDE?
  1. <?php
  2. namespace ContainerWShrI7g;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'request_stack' => 'getRequestStackService',
  49.             'router' => 'getRouterService',
  50.             'translator' => 'getTranslatorService',
  51.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  52.             'cache_clearer' => 'getCacheClearerService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'serializer' => 'getSerializerService',
  55.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  56.             'form.factory' => 'getForm_FactoryService',
  57.             'form.type.file' => 'getForm_Type_FileService',
  58.             'profiler' => 'getProfilerService',
  59.             'twig' => 'getTwigService',
  60.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  61.             'security.token_storage' => 'getSecurity_TokenStorageService',
  62.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  63.             'session' => 'getSessionService',
  64.             'validator' => 'getValidatorService',
  65.         ];
  66.         $this->fileMap = [
  67.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  68.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  69.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  70.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  71.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  72.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73.             '.container.private.session' => 'get_Container_Private_SessionService',
  74.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  75.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  76.             'App\\Controller\\CustomerController' => 'getCustomerControllerService',
  77.             'App\\Controller\\FrontController' => 'getFrontControllerService',
  78.             'App\\Controller\\ProviderController' => 'getProviderControllerService',
  79.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  80.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  81.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  82.             'App\\Controller\\ServePrivateFileController' => 'getServePrivateFileControllerService',
  83.             'App\\Controller\\SupportController' => 'getSupportControllerService',
  84.             'App\\Iwip\\DatatablesBundle\\Controller\\DatatablesController' => 'getDatatablesControllerService',
  85.             'App\\Iwip\\ExporterBundle\\Controller\\ExporterController' => 'getExporterControllerService',
  86.             'App\\Iwip\\ImporterBundle\\Controller\\ImporterController' => 'getImporterControllerService',
  87.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  88.             'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
  89.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  90.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  91.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  92.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  93.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  94.             'Vich\\UploaderBundle\\Naming\\HashNamer.documents' => 'getHashNamer_DocumentsService',
  95.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  96.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  97.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  98.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  99.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  100.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  101.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  102.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  103.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  104.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  105.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  106.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  107.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  108.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  109.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  110.             'cache.app_clearer' => 'getCache_AppClearerService',
  111.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  112.             'cache.system_clearer' => 'getCache_SystemClearerService',
  113.             'cache_warmer' => 'getCacheWarmerService',
  114.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  115.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  116.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  117.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  118.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  119.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  120.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  121.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  122.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  123.             'console.command_loader' => 'getConsole_CommandLoaderService',
  124.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  125.             'cron.executor' => 'getCron_ExecutorService',
  126.             'cron.manager' => 'getCron_ManagerService',
  127.             'cron.resolver' => 'getCron_ResolverService',
  128.             'cron.validator' => 'getCron_ValidatorService',
  129.             'error_controller' => 'getErrorControllerService',
  130.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  131.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  132.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  133.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  134.             'routing.loader' => 'getRouting_LoaderService',
  135.             'services_resetter' => 'getServicesResetterService',
  136.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  137.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  138.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  139.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  140.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  141.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  142.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  143.         ];
  144.         $this->aliases = [
  145.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  146.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  147.             'App\\Kernel' => 'kernel',
  148.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  149.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  150.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  151.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  152.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  153.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  154.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  155.             'database_connection' => 'doctrine.dbal.default_connection',
  156.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  157.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  158.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  159.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  160.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  161.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  162.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  163.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  164.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  165.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  166.         ];
  167.         $this->privates['service_container'] = function () {
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  174.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  176.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PasswordChangeSubscriber.php';
  177.             include_once \dirname(__DIR__4).'/src/EventSubscriber/TwigEventSubscriber.php';
  178.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  179.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  180.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  181.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  183.             include_once \dirname(__DIR__4).'/src/Repository/EnterpriseContactPositionRepository.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  218.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  338.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  340.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  341.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Service/VersionManagerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Service/VersionManager.php';
  419.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Writer/WriterInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Writer/VersionWriter.php';
  421.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Formatter/FormatterInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Formatter/GitDescribeFormatter.php';
  423.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/ProviderInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/VersionProvider.php';
  425.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/GitRepositoryProvider.php';
  426.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/RevisionProvider.php';
  427.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/InitialVersionProvider.php';
  428.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  430.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  431.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  432.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  438.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  439.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  451.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  457.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  494.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  586.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  715.             include_once \dirname(__DIR__4).'/src/Iwip/DatatablesBundle/Twig/DatatablesExtension.php';
  716.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Twig/VersionExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  728.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  730.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  737.         };
  738.     }
  739.     public function compile(): void
  740.     {
  741.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  742.     }
  743.     public function isCompiled(): bool
  744.     {
  745.         return true;
  746.     }
  747.     public function getRemovedIds(): array
  748.     {
  749.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  750.     }
  751.     protected function load($file$lazyLoad true)
  752.     {
  753.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  754.             return $class::do($this$lazyLoad);
  755.         }
  756.         if ('.' === $file[-4]) {
  757.             $class substr($class0, -4);
  758.         } else {
  759.             $file .= '.php';
  760.         }
  761.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  762.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  763.     }
  764.     protected function createProxy($class\Closure $factory)
  765.     {
  766.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  767.         return $factory();
  768.     }
  769.     /**
  770.      * Gets the public '.container.private.profiler' shared service.
  771.      *
  772.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  773.      */
  774.     protected function get_Container_Private_ProfilerService()
  775.     {
  776.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  777.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  778.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  779.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  780.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  781.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  782.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  783.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  784.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  785.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  786.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  787.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  788.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  789.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  790.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  791.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  792.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  793.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  794.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  795.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  796.         $d->addInstance('shivas_versioning.cache.version', ($this->privates['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()));
  797.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  798.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  799.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  800.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  801.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  802.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  803.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  804.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  805.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  806.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  807.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  808.         if ($this->has('kernel')) {
  809.             $g->setKernel($b);
  810.         }
  811.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  812.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  813.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  814.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  815.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  816.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  817.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  818.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  819.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  820.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  821.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  822.         $instance->add($d);
  823.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  824.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  825.         $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())));
  826.         $instance->add($e);
  827.         $instance->add($f);
  828.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  829.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  830.         $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()))));
  831.         $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()))));
  832.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  833.         $instance->add($g);
  834.         return $instance;
  835.     }
  836.     /**
  837.      * Gets the public '.container.private.security.authorization_checker' shared service.
  838.      *
  839.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  840.      */
  841.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  842.     {
  843.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  844.     }
  845.     /**
  846.      * Gets the public '.container.private.security.token_storage' shared service.
  847.      *
  848.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  849.      */
  850.     protected function get_Container_Private_Security_TokenStorageService()
  851.     {
  852.         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, [
  853.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  854.         ], [
  855.             'request_stack' => '?',
  856.         ]));
  857.     }
  858.     /**
  859.      * Gets the public '.container.private.serializer' shared service.
  860.      *
  861.      * @return \Symfony\Component\Serializer\Serializer
  862.      */
  863.     protected function get_Container_Private_SerializerService()
  864.     {
  865.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  866.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  867.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  868.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  869.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  870.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  871.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  872.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  873.         $i = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  874.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$iNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$d));
  875.         $k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  876.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  877.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  878.         $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  879.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  880.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  881.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  882.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
  883.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$l$a$b$rNULL);
  884.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => $e=> $j=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), => $j=> $e=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$mNULL$kNULL$l), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$n$k), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ktrue), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$n$m$o$a$l$p, [], new RewindableGenerator(function () {
  885.             return new \EmptyIterator();
  886.         }, 0), $q), 14 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$n$m$a$l$p, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  887.             return new \EmptyIterator();
  888.         }, 0), $f$q), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 17 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p$l$b$rNULL)), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 22 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o$m$nNULL), 'page''pagination'$f$a), $f$m$i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$n$o), 26 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  889.     }
  890.     /**
  891.      * Gets the public '.container.private.twig' shared service.
  892.      *
  893.      * @return \Twig\Environment
  894.      */
  895.     protected function get_Container_Private_TwigService()
  896.     {
  897.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  898.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  899.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  900.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  901.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
  912.         $a->addPath((\dirname(__DIR__4).'/src/Iwip/ImporterBundle/Resources/views'), 'IwipImporter');
  913.         $a->addPath((\dirname(__DIR__4).'/src/Iwip/ImporterBundle/Resources/views'), '!IwipImporter');
  914.         $a->addPath((\dirname(__DIR__4).'/src/Iwip/ExporterBundle/Resources/views'), 'IwipExporter');
  915.         $a->addPath((\dirname(__DIR__4).'/src/Iwip/ExporterBundle/Resources/views'), '!IwipExporter');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  917.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  918.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  920.         $a->addPath((\dirname(__DIR__4).'/templates'));
  921.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  922.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  923.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  924.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  925.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  926.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  927.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  928.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  929.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  930.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  931.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  932.         $h = new \Symfony\Bridge\Twig\AppVariable();
  933.         $h->setEnvironment('dev');
  934.         $h->setDebug(true);
  935.         if ($this->has('.container.private.security.token_storage')) {
  936.             $h->setTokenStorage($f);
  937.         }
  938.         if ($this->has('request_stack')) {
  939.             $h->setRequestStack($e);
  940.         }
  941.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  956.         $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())));
  957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  958.         $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($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  959.         $instance->addExtension(new \App\Iwip\DatatablesBundle\Twig\DatatablesExtension($c));
  960.         $instance->addExtension(new \App\Twig\AppExtension($c));
  961.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  962.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  963.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  964.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  965.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  966.         ], [
  967.             'webpack_encore.entrypoint_lookup_collection' => '?',
  968.             'webpack_encore.tag_renderer' => '?',
  969.         ])));
  970.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  971.         $instance->addExtension(new \Omines\DataTablesBundle\Twig\DataTablesExtension($c));
  972.         $instance->addExtension(new \Shivas\VersioningBundle\Twig\VersionExtension(($this->privates['shivas_versioning.manager'] ?? $this->getShivasVersioning_ManagerService())));
  973.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  974.         $instance->addGlobal('app'$h);
  975.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  976.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  977.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  978.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  979.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  980.         ], [
  981.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  982.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  983.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  984.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  985.         ])));
  986.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  987.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  988.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  989.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  990.         return $instance;
  991.     }
  992.     /**
  993.      * Gets the public '.container.private.validator' shared service.
  994.      *
  995.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  996.      */
  997.     protected function get_Container_Private_ValidatorService()
  998.     {
  999.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1000.     }
  1001.     /**
  1002.      * Gets the public 'cache.app' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1005.      */
  1006.     protected function getCache_AppService()
  1007.     {
  1008.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-NBLsDFcyO'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1009.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1010.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1011.     }
  1012.     /**
  1013.      * Gets the public 'cache.system' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1016.      */
  1017.     protected function getCache_SystemService()
  1018.     {
  1019.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0ZTTdaMUxS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1020.     }
  1021.     /**
  1022.      * Gets the public 'cache.validator_expression_language' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1025.      */
  1026.     protected function getCache_ValidatorExpressionLanguageService()
  1027.     {
  1028.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-oe-bXUy9Z'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1029.     }
  1030.     /**
  1031.      * Gets the public 'data_collector.dump' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1034.      */
  1035.     protected function getDataCollector_DumpService()
  1036.     {
  1037.         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()));
  1038.     }
  1039.     /**
  1040.      * Gets the public 'doctrine' shared service.
  1041.      *
  1042.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1043.      */
  1044.     protected function getDoctrineService()
  1045.     {
  1046.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1047.     }
  1048.     /**
  1049.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1050.      *
  1051.      * @return \Doctrine\DBAL\Connection
  1052.      */
  1053.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1054.     {
  1055.         $a = new \Doctrine\DBAL\Configuration();
  1056.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1057.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1058.         $b->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1059.         $b->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1060.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1061.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1062.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''connection_override_options' => [], 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1063.             'App\\EventListener\\DatabaseActivitySubscriber' => ['privates''App\\EventListener\\DatabaseActivitySubscriber''getDatabaseActivitySubscriberService'true],
  1064.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1065.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1066.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1067.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1068.             'vich_uploader.listener.clean.documents' => ['privates''vich_uploader.listener.clean.documents''getVichUploader_Listener_Clean_DocumentsService'true],
  1069.             'vich_uploader.listener.remove.documents' => ['privates''vich_uploader.listener.remove.documents''getVichUploader_Listener_Remove_DocumentsService'true],
  1070.             'vich_uploader.listener.upload.documents' => ['privates''vich_uploader.listener.upload.documents''getVichUploader_Listener_Upload_DocumentsService'true],
  1071.         ], [
  1072.             'App\\EventListener\\DatabaseActivitySubscriber' => '?',
  1073.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1074.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1075.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1076.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1077.             'vich_uploader.listener.clean.documents' => '?',
  1078.             'vich_uploader.listener.remove.documents' => '?',
  1079.             'vich_uploader.listener.upload.documents' => '?',
  1080.         ]), [=> 'vich_uploader.listener.clean.documents'=> 'App\\EventListener\\DatabaseActivitySubscriber'=> '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'=> 'vich_uploader.listener.remove.documents'=> 'vich_uploader.listener.upload.documents'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1081.     }
  1082.     /**
  1083.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1084.      *
  1085.      * @return \Doctrine\ORM\EntityManager
  1086.      */
  1087.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1088.     {
  1089.         if ($lazyLoad) {
  1090.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1091.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1092.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1093.                     $proxy->setProxyInitializer(null);
  1094.                     return true;
  1095.                 });
  1096.             });
  1097.         }
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1105.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1117.         $a = new \Doctrine\ORM\Configuration();
  1118.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1119.         $c = ($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'), => (\dirname(__DIR__4).'/src/Iwip/ExporterBundle/Entity')])));
  1120.         $b->addDriver($c'App\\Entity');
  1121.         $b->addDriver($c'App\\Iwip\\ExporterBundle\\Entity');
  1122.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1123.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Cron\\CronBundle\\Entity');
  1124.         $a->setEntityNamespaces(['App' => 'App\\Entity''IwipExporterBundle' => 'App\\Iwip\\ExporterBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity']);
  1125.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1126.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1127.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1128.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1129.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1130.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1131.         ], [
  1132.             'doctrine.ulid_generator' => '?',
  1133.             'doctrine.uuid_generator' => '?',
  1134.         ])));
  1135.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1136.         $a->setProxyNamespace('Proxies');
  1137.         $a->setAutoGenerateProxyClasses(true);
  1138.         $a->setSchemaIgnoreClasses([]);
  1139.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1140.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1141.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1142.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1143.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1144.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1145.             'App\\Iwip\\ExporterBundle\\Repository\\StatisticValueRepository' => ['privates''App\\Iwip\\ExporterBundle\\Repository\\StatisticValueRepository''getStatisticValueRepositoryService'true],
  1146.             'App\\Iwip\\ExporterBundle\\Repository\\StatisticsRepository' => ['privates''App\\Iwip\\ExporterBundle\\Repository\\StatisticsRepository''getStatisticsRepositoryService'true],
  1147.             'App\\Repository\\BankInformationRepository' => ['privates''App\\Repository\\BankInformationRepository''getBankInformationRepositoryService'true],
  1148.             'App\\Repository\\ChannelRepository' => ['privates''App\\Repository\\ChannelRepository''getChannelRepositoryService'true],
  1149.             'App\\Repository\\ComboCustomerRepository' => ['privates''App\\Repository\\ComboCustomerRepository''getComboCustomerRepositoryService'true],
  1150.             'App\\Repository\\ComboProviderRepository' => ['privates''App\\Repository\\ComboProviderRepository''getComboProviderRepositoryService'true],
  1151.             'App\\Repository\\ComboUnitRepository' => ['privates''App\\Repository\\ComboUnitRepository''getComboUnitRepositoryService'true],
  1152.             'App\\Repository\\CommentRepository' => ['privates''App\\Repository\\CommentRepository''getCommentRepositoryService'true],
  1153.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1154.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1155.             'App\\Repository\\EnterpriseContactPositionRepository' => ['privates''App\\Repository\\EnterpriseContactPositionRepository''getEnterpriseContactPositionRepositoryService'false],
  1156.             'App\\Repository\\EnterpriseDetailRepository' => ['privates''App\\Repository\\EnterpriseDetailRepository''getEnterpriseDetailRepositoryService'true],
  1157.             'App\\Repository\\EnterpriseRepository' => ['privates''App\\Repository\\EnterpriseRepository''getEnterpriseRepositoryService'true],
  1158.             'App\\Repository\\ExportFilterRepository' => ['privates''App\\Repository\\ExportFilterRepository''getExportFilterRepositoryService'true],
  1159.             'App\\Repository\\ExportRepository' => ['privates''App\\Repository\\ExportRepository''getExportRepositoryService'true],
  1160.             'App\\Repository\\FiliereRepository' => ['privates''App\\Repository\\FiliereRepository''getFiliereRepositoryService'true],
  1161.             'App\\Repository\\FirstReminderAfterHoursRepository' => ['privates''App\\Repository\\FirstReminderAfterHoursRepository''getFirstReminderAfterHoursRepositoryService'true],
  1162.             'App\\Repository\\GroupEnterpriseRepository' => ['privates''App\\Repository\\GroupEnterpriseRepository''getGroupEnterpriseRepositoryService'true],
  1163.             'App\\Repository\\ImportRepository' => ['privates''App\\Repository\\ImportRepository''getImportRepositoryService'true],
  1164.             'App\\Repository\\LocationRepository' => ['privates''App\\Repository\\LocationRepository''getLocationRepositoryService'true],
  1165.             'App\\Repository\\LogRepository' => ['privates''App\\Repository\\LogRepository''getLogRepositoryService'true],
  1166.             'App\\Repository\\MainColorRepository' => ['privates''App\\Repository\\MainColorRepository''getMainColorRepositoryService'true],
  1167.             'App\\Repository\\PackagingRepository' => ['privates''App\\Repository\\PackagingRepository''getPackagingRepositoryService'true],
  1168.             'App\\Repository\\PrivateFileRepository' => ['privates''App\\Repository\\PrivateFileRepository''getPrivateFileRepositoryService'true],
  1169.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1170.             'App\\Repository\\RegionRepository' => ['privates''App\\Repository\\RegionRepository''getRegionRepositoryService'true],
  1171.             'App\\Repository\\RemovalRequestRepository' => ['privates''App\\Repository\\RemovalRequestRepository''getRemovalRequestRepositoryService'true],
  1172.             'App\\Repository\\RequestItemRepository' => ['privates''App\\Repository\\RequestItemRepository''getRequestItemRepositoryService'true],
  1173.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1174.             'App\\Repository\\RoleRightsRepository' => ['privates''App\\Repository\\RoleRightsRepository''getRoleRightsRepositoryService'true],
  1175.             'App\\Repository\\ScheduleRepository' => ['privates''App\\Repository\\ScheduleRepository''getScheduleRepositoryService'true],
  1176.             'App\\Repository\\StatisticsRepository' => ['privates''App\\Repository\\StatisticsRepository''getStatisticsRepository2Service'true],
  1177.             'App\\Repository\\TestRepository' => ['privates''App\\Repository\\TestRepository''getTestRepositoryService'true],
  1178.             'App\\Repository\\TransporteurRepository' => ['privates''App\\Repository\\TransporteurRepository''getTransporteurRepositoryService'true],
  1179.             'App\\Repository\\UnitConversionRepository' => ['privates''App\\Repository\\UnitConversionRepository''getUnitConversionRepositoryService'true],
  1180.             'App\\Repository\\UnitRepository' => ['privates''App\\Repository\\UnitRepository''getUnitRepositoryService'true],
  1181.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1182.             'App\\Repository\\ValorizationProcessRepository' => ['privates''App\\Repository\\ValorizationProcessRepository''getValorizationProcessRepositoryService'true],
  1183.             'App\\Repository\\ValorizationRepository' => ['privates''App\\Repository\\ValorizationRepository''getValorizationRepositoryService'true],
  1184.             'App\\Repository\\ValueTypeRepository' => ['privates''App\\Repository\\ValueTypeRepository''getValueTypeRepositoryService'true],
  1185.         ], [
  1186.             'App\\Iwip\\ExporterBundle\\Repository\\StatisticValueRepository' => '?',
  1187.             'App\\Iwip\\ExporterBundle\\Repository\\StatisticsRepository' => '?',
  1188.             'App\\Repository\\BankInformationRepository' => '?',
  1189.             'App\\Repository\\ChannelRepository' => '?',
  1190.             'App\\Repository\\ComboCustomerRepository' => '?',
  1191.             'App\\Repository\\ComboProviderRepository' => '?',
  1192.             'App\\Repository\\ComboUnitRepository' => '?',
  1193.             'App\\Repository\\CommentRepository' => '?',
  1194.             'App\\Repository\\ContactRepository' => '?',
  1195.             'App\\Repository\\CountryRepository' => '?',
  1196.             'App\\Repository\\EnterpriseContactPositionRepository' => '?',
  1197.             'App\\Repository\\EnterpriseDetailRepository' => '?',
  1198.             'App\\Repository\\EnterpriseRepository' => '?',
  1199.             'App\\Repository\\ExportFilterRepository' => '?',
  1200.             'App\\Repository\\ExportRepository' => '?',
  1201.             'App\\Repository\\FiliereRepository' => '?',
  1202.             'App\\Repository\\FirstReminderAfterHoursRepository' => '?',
  1203.             'App\\Repository\\GroupEnterpriseRepository' => '?',
  1204.             'App\\Repository\\ImportRepository' => '?',
  1205.             'App\\Repository\\LocationRepository' => '?',
  1206.             'App\\Repository\\LogRepository' => '?',
  1207.             'App\\Repository\\MainColorRepository' => '?',
  1208.             'App\\Repository\\PackagingRepository' => '?',
  1209.             'App\\Repository\\PrivateFileRepository' => '?',
  1210.             'App\\Repository\\ProductRepository' => '?',
  1211.             'App\\Repository\\RegionRepository' => '?',
  1212.             'App\\Repository\\RemovalRequestRepository' => '?',
  1213.             'App\\Repository\\RequestItemRepository' => '?',
  1214.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1215.             'App\\Repository\\RoleRightsRepository' => '?',
  1216.             'App\\Repository\\ScheduleRepository' => '?',
  1217.             'App\\Repository\\StatisticsRepository' => '?',
  1218.             'App\\Repository\\TestRepository' => '?',
  1219.             'App\\Repository\\TransporteurRepository' => '?',
  1220.             'App\\Repository\\UnitConversionRepository' => '?',
  1221.             'App\\Repository\\UnitRepository' => '?',
  1222.             'App\\Repository\\UserRepository' => '?',
  1223.             'App\\Repository\\ValorizationProcessRepository' => '?',
  1224.             'App\\Repository\\ValorizationRepository' => '?',
  1225.             'App\\Repository\\ValueTypeRepository' => '?',
  1226.         ])));
  1227.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  1228.         $a->addFilter('customer_filter''App\\Filter\\CustomerFilter');
  1229.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1230.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1231.         return $instance;
  1232.     }
  1233.     /**
  1234.      * Gets the public 'event_dispatcher' shared service.
  1235.      *
  1236.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1237.      */
  1238.     protected function getEventDispatcherService()
  1239.     {
  1240.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1241.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1242.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1243.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1244.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1245.         $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())));
  1246.         $instance->addListener('kernel.controller', [=> function () {
  1247.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1248.         }, => 'onKernelController'], 0);
  1249.         $instance->addListener('kernel.exception', [=> function () {
  1250.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1251.         }, => 'onKernelException'], 0);
  1252.         $instance->addListener('kernel.request', [=> function () {
  1253.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1254.         }, => 'onKernelRequest'], 250);
  1255.         $instance->addListener('kernel.response', [=> function () {
  1256.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1257.         }, => 'onKernelResponse'], 0);
  1258.         $instance->addListener('kernel.response', [=> function () {
  1259.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1260.         }, => 'onResponse'], 0);
  1261.         $instance->addListener('kernel.request', [=> function () {
  1262.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1263.         }, => 'onKernelRequest'], 28);
  1264.         $instance->addListener('kernel.request', [=> function () {
  1265.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1266.         }, => 'onKernelRequest'], 2);
  1267.         $instance->addListener('kernel.view', [=> function () {
  1268.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1269.         }, => 'onKernelView'], 16);
  1270.         $instance->addListener('kernel.view', [=> function () {
  1271.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1272.         }, => 'onKernelView'], 8);
  1273.         $instance->addListener('kernel.exception', [=> function () {
  1274.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1275.         }, => 'onKernelException'], 0);
  1276.         $instance->addListener('kernel.exception', [=> function () {
  1277.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1278.         }, => 'onKernelException'], -96);
  1279.         $instance->addListener('kernel.view', [=> function () {
  1280.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1281.         }, => 'onKernelView'], 32);
  1282.         $instance->addListener('kernel.request', [=> function () {
  1283.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1284.         }, => 'onKernelRequest'], 4);
  1285.         $instance->addListener('kernel.request', [=> function () {
  1286.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1287.         }, => 'onKernelRequest'], 0);
  1288.         $instance->addListener('kernel.response', [=> function () {
  1289.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1290.         }, => 'onKernelResponse'], 0);
  1291.         $instance->addListener('kernel.response', [=> function () {
  1292.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1293.         }, => 'onKernelResponse'], -1);
  1294.         $instance->addListener('kernel.view', [=> function () {
  1295.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1296.         }, => 'onKernelView'], 64);
  1297.         $instance->addListener('kernel.request', [=> function () {
  1298.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1299.         }, => 'onKernelRequest'], 16);
  1300.         $instance->addListener('kernel.request', [=> function () {
  1301.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1302.         }, => 'onSecurity'], 3);
  1303.         $instance->addListener('kernel.request', [=> function () {
  1304.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1305.         }, => 'onSecurityPostDenormalize'], 1);
  1306.         $instance->addListener('kernel.view', [=> function () {
  1307.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1308.         }, => 'onSecurityPostValidation'], 63);
  1309.         $instance->addListener('kernel.request', [=> function () {
  1310.             return ($this->privates['App\\EventSubscriber\\PasswordChangeSubscriber'] ?? $this->getPasswordChangeSubscriberService());
  1311.         }, => 'forcePasswordChange'], 0);
  1312.         $instance->addListener('kernel.controller', [=> function () {
  1313.             return ($this->privates['App\\EventSubscriber\\TwigEventSubscriber'] ?? $this->getTwigEventSubscriberService());
  1314.         }, => 'onKernelController'], 0);
  1315.         $instance->addListener('kernel.response', [=> function () {
  1316.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1317.         }, => 'onKernelResponse'], 0);
  1318.         $instance->addListener('kernel.response', [=> function () {
  1319.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1320.         }, => 'onKernelResponse'], -1024);
  1321.         $instance->addListener('kernel.request', [=> function () {
  1322.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1323.         }, => 'setDefaultLocale'], 100);
  1324.         $instance->addListener('kernel.request', [=> function () {
  1325.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1326.         }, => 'onKernelRequest'], 16);
  1327.         $instance->addListener('kernel.finish_request', [=> function () {
  1328.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1329.         }, => 'onKernelFinishRequest'], 0);
  1330.         $instance->addListener('kernel.request', [=> function () {
  1331.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1332.         }, => 'onKernelRequest'], 256);
  1333.         $instance->addListener('kernel.response', [=> function () {
  1334.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1335.         }, => 'onResponse'], -255);
  1336.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1337.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1338.         }, => 'onControllerArguments'], 0);
  1339.         $instance->addListener('kernel.exception', [=> function () {
  1340.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1341.         }, => 'logKernelException'], 0);
  1342.         $instance->addListener('kernel.exception', [=> function () {
  1343.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1344.         }, => 'onKernelException'], -128);
  1345.         $instance->addListener('kernel.response', [=> function () {
  1346.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1347.         }, => 'removeCspHeader'], -128);
  1348.         $instance->addListener('kernel.request', [=> function () {
  1349.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1350.         }, => 'onKernelRequest'], 15);
  1351.         $instance->addListener('kernel.finish_request', [=> function () {
  1352.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1353.         }, => 'onKernelFinishRequest'], -15);
  1354.         $instance->addListener('console.error', [=> function () {
  1355.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1356.         }, => 'onConsoleError'], -128);
  1357.         $instance->addListener('console.terminate', [=> function () {
  1358.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1359.         }, => 'onConsoleTerminate'], -128);
  1360.         $instance->addListener('console.error', [=> function () {
  1361.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1362.         }, => 'onConsoleError'], 0);
  1363.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1364.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener('info@hmsb.email', [=> 'paul@elementaire.in'=> 'projets@elementaire.in'])));
  1365.         }, => 'onMessage'], -255);
  1366.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1367.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1368.         }, => 'onMessage'], 0);
  1369.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1370.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1371.         }, => 'onMessage'], -255);
  1372.         $instance->addListener('kernel.request', [=> function () {
  1373.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1374.         }, => 'configure'], 2048);
  1375.         $instance->addListener('console.command', [=> function () {
  1376.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1377.         }, => 'configure'], 2048);
  1378.         $instance->addListener('kernel.request', [=> function () {
  1379.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1380.         }, => 'onKernelRequest'], 32);
  1381.         $instance->addListener('kernel.finish_request', [=> function () {
  1382.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1383.         }, => 'onKernelFinishRequest'], 0);
  1384.         $instance->addListener('kernel.exception', [=> function () {
  1385.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1386.         }, => 'onKernelException'], -64);
  1387.         $instance->addListener('kernel.response', [=> function () {
  1388.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1389.         }, => 'onKernelResponse'], 0);
  1390.         $instance->addListener('kernel.request', [=> function () {
  1391.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1392.         }, => 'onKernelRequest'], 128);
  1393.         $instance->addListener('kernel.response', [=> function () {
  1394.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1395.         }, => 'onKernelResponse'], -1000);
  1396.         $instance->addListener('kernel.finish_request', [=> function () {
  1397.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1398.         }, => 'onFinishRequest'], 0);
  1399.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1400.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1401.         }, => 'onNotification'], -255);
  1402.         $instance->addListener('kernel.response', [=> function () {
  1403.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1404.         }, => 'onKernelResponse'], -100);
  1405.         $instance->addListener('kernel.exception', [=> function () {
  1406.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1407.         }, => 'onKernelException'], 0);
  1408.         $instance->addListener('kernel.terminate', [=> function () {
  1409.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1410.         }, => 'onKernelTerminate'], -1024);
  1411.         $instance->addListener('kernel.controller', [=> function () {
  1412.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1413.         }, => 'onKernelController'], 0);
  1414.         $instance->addListener('kernel.response', [=> function () {
  1415.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1416.         }, => 'onKernelResponse'], 0);
  1417.         $instance->addListener('kernel.controller', [=> function () {
  1418.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1419.         }, => 'onKernelController'], 0);
  1420.         $instance->addListener('kernel.controller', [=> function () {
  1421.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1422.         }, => 'onKernelController'], 0);
  1423.         $instance->addListener('kernel.controller', [=> function () {
  1424.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1425.         }, => 'onKernelController'], -128);
  1426.         $instance->addListener('kernel.view', [=> function () {
  1427.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1428.         }, => 'onKernelView'], 0);
  1429.         $instance->addListener('kernel.controller', [=> function () {
  1430.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1431.         }, => 'onKernelController'], 0);
  1432.         $instance->addListener('kernel.response', [=> function () {
  1433.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1434.         }, => 'onKernelResponse'], 0);
  1435.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1436.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1437.         }, => 'onKernelControllerArguments'], 0);
  1438.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1439.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1440.         }, => 'onKernelControllerArguments'], 0);
  1441.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1442.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1443.         }, => 'onMessage'], 0);
  1444.         $instance->addListener('kernel.response', [=> function () {
  1445.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1446.         }, => 'onKernelResponse'], -128);
  1447.         $instance->addListener('console.command', [=> function () {
  1448.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1449.         }, => 'configure'], 1024);
  1450.         $instance->addListener('console.error', [=> function () {
  1451.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1452.         }, => 'onConsoleError'], 0);
  1453.         $instance->addListener('console.terminate', [=> function () {
  1454.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1455.         }, => 'onConsoleTerminate'], 0);
  1456.         $instance->addListener('kernel.response', [=> function () {
  1457.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1458.         }, => 'onKernelResponse'], 0);
  1459.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1460.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1461.         }, => 'onVoterVote'], 0);
  1462.         $instance->addListener('kernel.request', [=> function () {
  1463.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1464.         }, => 'configureLogoutUrlGenerator'], 8);
  1465.         $instance->addListener('kernel.request', [=> function () {
  1466.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1467.         }, => 'onKernelRequest'], 8);
  1468.         $instance->addListener('kernel.finish_request', [=> function () {
  1469.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1470.         }, => 'onKernelFinishRequest'], 0);
  1471.         $instance->addListener('kernel.finish_request', [=> function () {
  1472.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1473.         }, => 'resetAssets'], 0);
  1474.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1475.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1476.         }, => 'onLogout'], 0);
  1477.         return $instance;
  1478.     }
  1479.     /**
  1480.      * Gets the public 'http_kernel' shared service.
  1481.      *
  1482.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1483.      */
  1484.     protected function getHttpKernelService()
  1485.     {
  1486.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1487.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1488.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1489.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1490.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1491.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1492.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1493.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1494.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1495.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1496.         }, 8)), $a));
  1497.     }
  1498.     /**
  1499.      * Gets the public 'request_stack' shared service.
  1500.      *
  1501.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1502.      */
  1503.     protected function getRequestStackService()
  1504.     {
  1505.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1506.     }
  1507.     /**
  1508.      * Gets the public 'router' shared service.
  1509.      *
  1510.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1511.      */
  1512.     protected function getRouterService()
  1513.     {
  1514.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1515.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1516.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1517.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1518.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1519.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1520.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1521.         ], [
  1522.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1523.         ]))->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$this->getEnv('resolve:LANGUAGE'));
  1524.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1525.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1526.         return $instance;
  1527.     }
  1528.     /**
  1529.      * Gets the public 'translator' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1532.      */
  1533.     protected function getTranslatorService()
  1534.     {
  1535.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1536.     }
  1537.     /**
  1538.      * Gets the public 'var_dumper.cloner' shared service.
  1539.      *
  1540.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1541.      */
  1542.     protected function getVarDumper_ClonerService()
  1543.     {
  1544.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1545.         $instance->setMaxItems(2500);
  1546.         $instance->setMinDepth(1);
  1547.         $instance->setMaxString(-1);
  1548.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1549.         return $instance;
  1550.     }
  1551.     /**
  1552.      * Gets the private '.debug.http_client' shared service.
  1553.      *
  1554.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1555.      */
  1556.     protected function get_Debug_HttpClientService()
  1557.     {
  1558.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1559.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1560.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1561.         $b->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1562.         $b->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1563.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1564.         $a->setLogger($b);
  1565.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1566.     }
  1567.     /**
  1568.      * Gets the private '.service_locator.dsdSIIc' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1571.      */
  1572.     protected function get_ServiceLocator_DsdSIIcService()
  1573.     {
  1574.         return $this->privates['.service_locator.dsdSIIc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1575.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1576.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1577.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1578.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1579.         ], [
  1580.             'security.firewall.map.context.api' => '?',
  1581.             'security.firewall.map.context.dev' => '?',
  1582.             'security.firewall.map.context.login' => '?',
  1583.             'security.firewall.map.context.main' => '?',
  1584.         ]);
  1585.     }
  1586.     /**
  1587.      * Gets the private 'App\EventSubscriber\PasswordChangeSubscriber' shared autowired service.
  1588.      *
  1589.      * @return \App\EventSubscriber\PasswordChangeSubscriber
  1590.      */
  1591.     protected function getPasswordChangeSubscriberService()
  1592.     {
  1593.         return $this->privates['App\\EventSubscriber\\PasswordChangeSubscriber'] = new \App\EventSubscriber\PasswordChangeSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  1594.     }
  1595.     /**
  1596.      * Gets the private 'App\EventSubscriber\TwigEventSubscriber' shared autowired service.
  1597.      *
  1598.      * @return \App\EventSubscriber\TwigEventSubscriber
  1599.      */
  1600.     protected function getTwigEventSubscriberService()
  1601.     {
  1602.         return $this->privates['App\\EventSubscriber\\TwigEventSubscriber'] = new \App\EventSubscriber\TwigEventSubscriber(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\EnterpriseContactPositionRepository'] ?? $this->getEnterpriseContactPositionRepositoryService()));
  1603.     }
  1604.     /**
  1605.      * Gets the private 'App\Repository\EnterpriseContactPositionRepository' shared autowired service.
  1606.      *
  1607.      * @return \App\Repository\EnterpriseContactPositionRepository
  1608.      */
  1609.     protected function getEnterpriseContactPositionRepositoryService()
  1610.     {
  1611.         return $this->privates['App\\Repository\\EnterpriseContactPositionRepository'] = new \App\Repository\EnterpriseContactPositionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1612.     }
  1613.     /**
  1614.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1615.      *
  1616.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1617.      */
  1618.     protected function getResetAssetsEventListenerService()
  1619.     {
  1620.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1621.     }
  1622.     /**
  1623.      * Gets the private 'annotations.cache_adapter' shared service.
  1624.      *
  1625.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1626.      */
  1627.     protected function getAnnotations_CacheAdapterService()
  1628.     {
  1629.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1630.     }
  1631.     /**
  1632.      * Gets the private 'annotations.cached_reader' shared service.
  1633.      *
  1634.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1635.      */
  1636.     protected function getAnnotations_CachedReaderService()
  1637.     {
  1638.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1639.     }
  1640.     /**
  1641.      * Gets the private 'annotations.reader' shared service.
  1642.      *
  1643.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1644.      */
  1645.     protected function getAnnotations_ReaderService()
  1646.     {
  1647.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1648.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1649.         $a->registerUniqueLoader('class_exists');
  1650.         $instance->addGlobalIgnoredName('required'$a);
  1651.         return $instance;
  1652.     }
  1653.     /**
  1654.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1657.      */
  1658.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1659.     {
  1660.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Eao-urwdeY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1661.     }
  1662.     /**
  1663.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1666.      */
  1667.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1668.     {
  1669.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Zmea6ChTDW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1670.     }
  1671.     /**
  1672.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1675.      */
  1676.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1677.     {
  1678.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jn9c9YmrZc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1679.     }
  1680.     /**
  1681.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1682.      *
  1683.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1684.      */
  1685.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1686.     {
  1687.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hODAIy3+Xd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1688.     }
  1689.     /**
  1690.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1691.      *
  1692.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1693.      */
  1694.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1695.     {
  1696.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2BJfIPlJ0w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1697.     }
  1698.     /**
  1699.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1700.      *
  1701.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1702.      */
  1703.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1704.     {
  1705.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('28G1cMjRom'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1706.     }
  1707.     /**
  1708.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1709.      *
  1710.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1711.      */
  1712.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1713.     {
  1714.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  1715.     }
  1716.     /**
  1717.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1718.      *
  1719.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1720.      */
  1721.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1722.     {
  1723.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1724.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1725.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1726.         }
  1727.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1728.     }
  1729.     /**
  1730.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1731.      *
  1732.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1733.      */
  1734.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1735.     {
  1736.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1737.     }
  1738.     /**
  1739.      * Gets the private 'api_platform.identifier.converter' shared service.
  1740.      *
  1741.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1742.      */
  1743.     protected function getApiPlatform_Identifier_ConverterService()
  1744.     {
  1745.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1746.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1747.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1748.         }, 2));
  1749.     }
  1750.     /**
  1751.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1752.      *
  1753.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1754.      */
  1755.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1756.     {
  1757.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1758.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1759.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  1760.     }
  1761.     /**
  1762.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  1763.      *
  1764.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1765.      */
  1766.     protected function getApiPlatform_IriConverter_LegacyService()
  1767.     {
  1768.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1769.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1770.     }
  1771.     /**
  1772.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1773.      *
  1774.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1775.      */
  1776.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1777.     {
  1778.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1779.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1784.      *
  1785.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1786.      */
  1787.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1788.     {
  1789.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1790.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  1791.     }
  1792.     /**
  1793.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1794.      *
  1795.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1796.      */
  1797.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1798.     {
  1799.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1800.     }
  1801.     /**
  1802.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1803.      *
  1804.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1805.      */
  1806.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1807.     {
  1808.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1809.     }
  1810.     /**
  1811.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1812.      *
  1813.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1814.      */
  1815.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1816.     {
  1817.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1818.     }
  1819.     /**
  1820.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1821.      *
  1822.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1823.      */
  1824.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1825.     {
  1826.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  1827.     }
  1828.     /**
  1829.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1830.      *
  1831.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1832.      */
  1833.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1834.     {
  1835.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1836.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1837.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1838.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1839.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1840.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1841.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1842.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1843.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1844.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1845.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1846.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1847.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1848.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1849.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1850.         }, 13)));
  1851.     }
  1852.     /**
  1853.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1854.      *
  1855.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1856.      */
  1857.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1858.     {
  1859.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  1860.     }
  1861.     /**
  1862.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1863.      *
  1864.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1865.      */
  1866.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1867.     {
  1868.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1869.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  1870.     }
  1871.     /**
  1872.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1873.      *
  1874.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1875.      */
  1876.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1877.     {
  1878.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1879.     }
  1880.     /**
  1881.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1882.      *
  1883.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1884.      */
  1885.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1886.     {
  1887.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  1888.     }
  1889.     /**
  1890.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1891.      *
  1892.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1893.      */
  1894.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1895.     {
  1896.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  1897.     }
  1898.     /**
  1899.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1900.      *
  1901.      * @return \ApiPlatform\Api\ResourceClassResolver
  1902.      */
  1903.     protected function getApiPlatform_ResourceClassResolverService()
  1904.     {
  1905.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1906.     }
  1907.     /**
  1908.      * Gets the private 'api_platform.router' shared service.
  1909.      *
  1910.      * @return \ApiPlatform\Symfony\Routing\Router
  1911.      */
  1912.     protected function getApiPlatform_RouterService()
  1913.     {
  1914.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1915.     }
  1916.     /**
  1917.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1918.      *
  1919.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1920.      */
  1921.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1922.     {
  1923.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  1924.     }
  1925.     /**
  1926.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1927.      *
  1928.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1929.      */
  1930.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1931.     {
  1932.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1933.     }
  1934.     /**
  1935.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1936.      *
  1937.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1938.      */
  1939.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1940.     {
  1941.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1942.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1943.     }
  1944.     /**
  1945.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1946.      *
  1947.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1948.      */
  1949.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1950.     {
  1951.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  1952.     }
  1953.     /**
  1954.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1955.      *
  1956.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1957.      */
  1958.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1959.     {
  1960.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1961.     }
  1962.     /**
  1963.      * Gets the private 'assets.packages' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\Asset\Packages
  1966.      */
  1967.     protected function getAssets_PackagesService()
  1968.     {
  1969.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1970.         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 () {
  1971.             return new \EmptyIterator();
  1972.         }, 0));
  1973.     }
  1974.     /**
  1975.      * Gets the private 'cache.annotations' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1978.      */
  1979.     protected function getCache_AnnotationsService()
  1980.     {
  1981.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jScO3uFcJq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1982.     }
  1983.     /**
  1984.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1987.      */
  1988.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1989.     {
  1990.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1991.     }
  1992.     /**
  1993.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1994.      *
  1995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1996.      */
  1997.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1998.     {
  1999.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2000.     }
  2001.     /**
  2002.      * Gets the private 'cache.property_info' shared service.
  2003.      *
  2004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2005.      */
  2006.     protected function getCache_PropertyInfoService()
  2007.     {
  2008.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PWaiOC5R62'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2009.     }
  2010.     /**
  2011.      * Gets the private 'cache.security_expression_language' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2014.      */
  2015.     protected function getCache_SecurityExpressionLanguageService()
  2016.     {
  2017.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TpYMnq8S2h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2018.     }
  2019.     /**
  2020.      * Gets the private 'cache.serializer' shared service.
  2021.      *
  2022.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2023.      */
  2024.     protected function getCache_SerializerService()
  2025.     {
  2026.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-lI3wcG1dx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2027.     }
  2028.     /**
  2029.      * Gets the private 'cache.validator' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2032.      */
  2033.     protected function getCache_ValidatorService()
  2034.     {
  2035.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XiGT0KScEq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'cache.webpack_encore' shared service.
  2039.      *
  2040.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2041.      */
  2042.     protected function getCache_WebpackEncoreService()
  2043.     {
  2044.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BR3pGaulqa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2045.     }
  2046.     /**
  2047.      * Gets the private 'config_cache_factory' shared service.
  2048.      *
  2049.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2050.      */
  2051.     protected function getConfigCacheFactoryService()
  2052.     {
  2053.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2054.             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)));
  2055.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2056.         }, 2));
  2057.     }
  2058.     /**
  2059.      * Gets the private 'data_collector.form' shared service.
  2060.      *
  2061.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2062.      */
  2063.     protected function getDataCollector_FormService()
  2064.     {
  2065.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2066.     }
  2067.     /**
  2068.      * Gets the private 'data_collector.request' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2071.      */
  2072.     protected function getDataCollector_RequestService()
  2073.     {
  2074.         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())));
  2075.     }
  2076.     /**
  2077.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2078.      *
  2079.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2080.      */
  2081.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2082.     {
  2083.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2084.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2085.         }, 1)));
  2086.     }
  2087.     /**
  2088.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2089.      *
  2090.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2091.      */
  2092.     protected function getDebug_ApiPlatform_DataPersisterService()
  2093.     {
  2094.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2095.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2096.         }, 1)));
  2097.     }
  2098.     /**
  2099.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2100.      *
  2101.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2102.      */
  2103.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2104.     {
  2105.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2106.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2107.         }, 1)));
  2108.     }
  2109.     /**
  2110.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2111.      *
  2112.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2113.      */
  2114.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2115.     {
  2116.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2117.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2118.         }, 1)));
  2119.     }
  2120.     /**
  2121.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2124.      */
  2125.     protected function getDebug_DebugHandlersListenerService()
  2126.     {
  2127.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2128.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2129.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2130.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2131.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2132.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2133.     }
  2134.     /**
  2135.      * Gets the private 'debug.file_link_formatter' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2138.      */
  2139.     protected function getDebug_FileLinkFormatterService()
  2140.     {
  2141.         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 () {
  2142.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2143.         });
  2144.     }
  2145.     /**
  2146.      * Gets the private 'debug.log_processor' shared service.
  2147.      *
  2148.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2149.      */
  2150.     protected function getDebug_LogProcessorService()
  2151.     {
  2152.         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())));
  2153.     }
  2154.     /**
  2155.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2158.      */
  2159.     protected function getDebug_Security_Access_DecisionManagerService()
  2160.     {
  2161.         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 () {
  2162.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2163.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2164.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2165.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\EnterpriseVoter'] ?? $this->load('getEnterpriseVoterService'));
  2166.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\RequestItemVoter'] ?? $this->load('getRequestItemVoterService'));
  2167.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\RequestVoter'] ?? $this->load('getRequestVoterService'));
  2168.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2169.     }
  2170.     /**
  2171.      * Gets the private 'debug.security.firewall' shared service.
  2172.      *
  2173.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2174.      */
  2175.     protected function getDebug_Security_FirewallService()
  2176.     {
  2177.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2178.     }
  2179.     /**
  2180.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2181.      *
  2182.      * @return \Doctrine\Migrations\DependencyFactory
  2183.      */
  2184.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2185.     {
  2186.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2187.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2188.         $a->setAllOrNothing(false);
  2189.         $a->setCheckDatabasePlatform(true);
  2190.         $a->setTransactional(true);
  2191.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2192.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2193.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2194.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2195.         });
  2196.         return $instance;
  2197.     }
  2198.     /**
  2199.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2200.      *
  2201.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2202.      */
  2203.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2204.     {
  2205.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity')]);
  2206.     }
  2207.     /**
  2208.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2209.      *
  2210.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2211.      */
  2212.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2213.     {
  2214.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2215.         $instance->setGlobalBasename('mapping');
  2216.         return $instance;
  2217.     }
  2218.     /**
  2219.      * Gets the private 'exception_listener' shared service.
  2220.      *
  2221.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2222.      */
  2223.     protected function getExceptionListenerService()
  2224.     {
  2225.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2226.     }
  2227.     /**
  2228.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2229.      *
  2230.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2231.      */
  2232.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2233.     {
  2234.         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())));
  2235.     }
  2236.     /**
  2237.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2238.      *
  2239.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2240.      */
  2241.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2242.     {
  2243.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2244.     }
  2245.     /**
  2246.      * Gets the private 'locale_aware_listener' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2249.      */
  2250.     protected function getLocaleAwareListenerService()
  2251.     {
  2252.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2253.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('resolve:LANGUAGE'))));
  2254.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2255.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2256.     }
  2257.     /**
  2258.      * Gets the private 'locale_listener' shared service.
  2259.      *
  2260.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2261.      */
  2262.     protected function getLocaleListenerService()
  2263.     {
  2264.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('resolve:LANGUAGE'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  2265.     }
  2266.     /**
  2267.      * Gets the private 'mime_types' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Mime\MimeTypes
  2270.      */
  2271.     protected function getMimeTypesService()
  2272.     {
  2273.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2274.         $instance->setDefault($instance);
  2275.         return $instance;
  2276.     }
  2277.     /**
  2278.      * Gets the private 'monolog.handler.file_log' shared service.
  2279.      *
  2280.      * @return \Monolog\Handler\StreamHandler
  2281.      */
  2282.     protected function getMonolog_Handler_FileLogService()
  2283.     {
  2284.         $this->privates['monolog.handler.file_log'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2285.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2286.         return $instance;
  2287.     }
  2288.     /**
  2289.      * Gets the private 'monolog.handler.syslog_handler' shared service.
  2290.      *
  2291.      * @return \Monolog\Handler\SyslogHandler
  2292.      */
  2293.     protected function getMonolog_Handler_SyslogHandlerService()
  2294.     {
  2295.         $this->privates['monolog.handler.syslog_handler'] = $instance = new \Monolog\Handler\SyslogHandler(false'user'400true1);
  2296.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the private 'monolog.logger' shared service.
  2301.      *
  2302.      * @return \Symfony\Bridge\Monolog\Logger
  2303.      */
  2304.     protected function getMonolog_LoggerService()
  2305.     {
  2306.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2307.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2308.         $instance->useMicrosecondTimestamps(true);
  2309.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2310.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2311.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2312.         return $instance;
  2313.     }
  2314.     /**
  2315.      * Gets the private 'monolog.logger.cache' shared service.
  2316.      *
  2317.      * @return \Symfony\Bridge\Monolog\Logger
  2318.      */
  2319.     protected function getMonolog_Logger_CacheService()
  2320.     {
  2321.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2322.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2323.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2324.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2325.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2326.         return $instance;
  2327.     }
  2328.     /**
  2329.      * Gets the private 'monolog.logger.request' shared service.
  2330.      *
  2331.      * @return \Symfony\Bridge\Monolog\Logger
  2332.      */
  2333.     protected function getMonolog_Logger_RequestService()
  2334.     {
  2335.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2336.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2337.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2338.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2339.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2340.         return $instance;
  2341.     }
  2342.     /**
  2343.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2344.      *
  2345.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2346.      */
  2347.     protected function getNelmioCors_CorsListenerService()
  2348.     {
  2349.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'parameter_bag' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2355.      */
  2356.     protected function getParameterBagService()
  2357.     {
  2358.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2359.     }
  2360.     /**
  2361.      * Gets the private 'profiler_listener' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2364.      */
  2365.     protected function getProfilerListenerService()
  2366.     {
  2367.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2368.     }
  2369.     /**
  2370.      * Gets the private 'property_accessor' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2373.      */
  2374.     protected function getPropertyAccessorService()
  2375.     {
  2376.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2377.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2378.     }
  2379.     /**
  2380.      * Gets the private 'property_info' shared service.
  2381.      *
  2382.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2383.      */
  2384.     protected function getPropertyInfoService()
  2385.     {
  2386.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2387.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2388.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2389.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2390.         }, 3), new RewindableGenerator(function () {
  2391.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2392.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2393.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2394.         }, 3), new RewindableGenerator(function () {
  2395.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2396.         }, 1), new RewindableGenerator(function () {
  2397.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2398.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2399.         }, 2), new RewindableGenerator(function () {
  2400.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2401.         }, 1));
  2402.     }
  2403.     /**
  2404.      * Gets the private 'router.expression_language_provider' shared service.
  2405.      *
  2406.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2407.      */
  2408.     protected function getRouter_ExpressionLanguageProviderService()
  2409.     {
  2410.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2411.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2412.         ], [
  2413.             'env' => 'Closure',
  2414.         ]));
  2415.     }
  2416.     /**
  2417.      * Gets the private 'router.request_context' shared service.
  2418.      *
  2419.      * @return \Symfony\Component\Routing\RequestContext
  2420.      */
  2421.     protected function getRouter_RequestContextService()
  2422.     {
  2423.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2424.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2425.         return $instance;
  2426.     }
  2427.     /**
  2428.      * Gets the private 'router_listener' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2431.      */
  2432.     protected function getRouterListenerService()
  2433.     {
  2434.         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);
  2435.     }
  2436.     /**
  2437.      * Gets the private 'security.expression_language' shared service.
  2438.      *
  2439.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2440.      */
  2441.     protected function getSecurity_ExpressionLanguageService()
  2442.     {
  2443.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2444.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2445.         return $instance;
  2446.     }
  2447.     /**
  2448.      * Gets the private 'security.firewall.map' shared service.
  2449.      *
  2450.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2451.      */
  2452.     protected function getSecurity_Firewall_MapService()
  2453.     {
  2454.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.dsdSIIc'] ?? $this->get_ServiceLocator_DsdSIIcService()), new RewindableGenerator(function () {
  2455.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2456.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2457.             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)/')));
  2458.             yield 'security.firewall.map.context.main' => NULL;
  2459.         }, 4));
  2460.     }
  2461.     /**
  2462.      * Gets the private 'security.helper' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\Security\Core\Security
  2465.      */
  2466.     protected function getSecurity_HelperService()
  2467.     {
  2468.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2469.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2470.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2471.         ], [
  2472.             'security.authorization_checker' => '?',
  2473.             'security.token_storage' => '?',
  2474.         ]));
  2475.     }
  2476.     /**
  2477.      * Gets the private 'security.logout_url_generator' shared service.
  2478.      *
  2479.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2480.      */
  2481.     protected function getSecurity_LogoutUrlGeneratorService()
  2482.     {
  2483.         $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()));
  2484.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2485.         return $instance;
  2486.     }
  2487.     /**
  2488.      * Gets the private 'security.role_hierarchy' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2491.      */
  2492.     protected function getSecurity_RoleHierarchyService()
  2493.     {
  2494.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2495.     }
  2496.     /**
  2497.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2498.      *
  2499.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2500.      */
  2501.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2502.     {
  2503.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2504.     }
  2505.     /**
  2506.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2507.      *
  2508.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2509.      */
  2510.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2511.     {
  2512.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2513.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2514.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2515.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2516.     }
  2517.     /**
  2518.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2519.      *
  2520.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2521.      */
  2522.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2523.     {
  2524.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2525.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2526.         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()), $a, ($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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2530.      *
  2531.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2532.      */
  2533.     protected function getSensioFrameworkExtra_View_ListenerService()
  2534.     {
  2535.         $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))));
  2536.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2537.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2538.         ], [
  2539.             'twig' => '?',
  2540.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2541.         return $instance;
  2542.     }
  2543.     /**
  2544.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2547.      */
  2548.     protected function getSerializer_NameConverter_MetadataAwareService()
  2549.     {
  2550.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2551.     }
  2552.     /**
  2553.      * Gets the private 'session_listener' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2556.      */
  2557.     protected function getSessionListenerService()
  2558.     {
  2559.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2560.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2561.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2562.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2563.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2564.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2565.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2566.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2567.         ], [
  2568.             'initialized_session' => '?',
  2569.             'logger' => '?',
  2570.             'request_stack' => '?',
  2571.             'session' => '?',
  2572.             'session_collector' => '?',
  2573.             'session_factory' => '?',
  2574.             'session_storage' => '?',
  2575.         ]), true$this->parameters['session.storage.options']);
  2576.     }
  2577.     /**
  2578.      * Gets the private 'shivas_versioning.cache.version' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2581.      */
  2582.     protected function getShivasVersioning_Cache_VersionService()
  2583.     {
  2584.         return $this->privates['shivas_versioning.cache.version'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FRojkvtjON'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2585.     }
  2586.     /**
  2587.      * Gets the private 'shivas_versioning.manager' shared service.
  2588.      *
  2589.      * @return \Shivas\VersioningBundle\Service\VersionManager
  2590.      */
  2591.     protected function getShivasVersioning_ManagerService()
  2592.     {
  2593.         $this->privates['shivas_versioning.manager'] = $instance = new \Shivas\VersioningBundle\Service\VersionManager(($this->privates['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()), new \Shivas\VersioningBundle\Writer\VersionWriter(\dirname(__DIR__4)), new \Shivas\VersioningBundle\Formatter\GitDescribeFormatter());
  2594.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\VersionProvider(\dirname(__DIR__4)), 'version'100);
  2595.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\GitRepositoryProvider(\dirname(__DIR__4)), 'git', -25);
  2596.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\RevisionProvider(\dirname(__DIR__4)), 'revision', -50);
  2597.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\InitialVersionProvider(), 'init', -75);
  2598.         return $instance;
  2599.     }
  2600.     /**
  2601.      * Gets the private 'translator.default' shared service.
  2602.      *
  2603.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2604.      */
  2605.     protected function getTranslator_DefaultService()
  2606.     {
  2607.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2608.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2609.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2610.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2611.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2612.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2613.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2614.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2615.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2616.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2617.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2618.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2619.         ], [
  2620.             'translation.loader.csv' => '?',
  2621.             'translation.loader.dat' => '?',
  2622.             'translation.loader.ini' => '?',
  2623.             'translation.loader.json' => '?',
  2624.             'translation.loader.mo' => '?',
  2625.             'translation.loader.php' => '?',
  2626.             'translation.loader.po' => '?',
  2627.             'translation.loader.qt' => '?',
  2628.             'translation.loader.res' => '?',
  2629.             'translation.loader.xliff' => '?',
  2630.             'translation.loader.yml' => '?',
  2631.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('resolve:LANGUAGE'), ['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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/src/Iwip/ImporterBundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], '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/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], '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'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'ga' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], 'ms' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ta' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'kk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'lo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/Iwip/ImporterBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Iwip/DatatablesBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Iwip/ExporterBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/omines/datatables-bundle/src/Resources/translations'=> 'src/Iwip/ImporterBundle/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'vendor/twig/extra-bundle/translations'20 => 'vendor/symfony/webpack-encore-bundle/src/translations'21 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'22 => 'src/Iwip/DatatablesBundle/translations'23 => 'src/Iwip/ExporterBundle/translations'24 => 'vendor/shivas/versioning-bundle/src/translations'25 => 'vendor/cron/cron-bundle/translations'26 => 'vendor/nelmio/cors-bundle/translations'27 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'28 => 'vendor/lexik/jwt-authentication-bundle/translations']]], []);
  2632.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2633.         $instance->setFallbackLocales([=> 'en']);
  2634.         return $instance;
  2635.     }
  2636.     /**
  2637.      * Gets the private 'validator.builder' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2640.      */
  2641.     protected function getValidator_BuilderService()
  2642.     {
  2643.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2644.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2645.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2646.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2647.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2648.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2649.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2650.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2651.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2652.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2653.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2654.         ], [
  2655.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2656.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2657.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2658.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2659.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2660.             'doctrine.orm.validator.unique' => '?',
  2661.             'security.validator.user_password' => '?',
  2662.             'validator.expression' => '?',
  2663.         ])));
  2664.         if ($this->has('translator')) {
  2665.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2666.         }
  2667.         $instance->setTranslationDomain('validators');
  2668.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2669.         $instance->enableAnnotationMapping(true);
  2670.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2671.         $instance->addMethodMapping('loadValidatorMetadata');
  2672.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2673.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2674.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2675.         return $instance;
  2676.     }
  2677.     /**
  2678.      * Gets the private 'var_dumper.html_dumper' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2681.      */
  2682.     protected function getVarDumper_HtmlDumperService()
  2683.     {
  2684.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2685.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2686.         return $instance;
  2687.     }
  2688.     /**
  2689.      * Gets the private 'var_dumper.server_connection' shared service.
  2690.      *
  2691.      * @return \Symfony\Component\VarDumper\Server\Connection
  2692.      */
  2693.     protected function getVarDumper_ServerConnectionService()
  2694.     {
  2695.         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()]);
  2696.     }
  2697.     /**
  2698.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2699.      *
  2700.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2701.      */
  2702.     protected function getVichUploader_MetadataReaderService()
  2703.     {
  2704.         $a = new \Metadata\Driver\FileLocator([]);
  2705.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2706.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2707.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2708.     }
  2709.     /**
  2710.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2711.      *
  2712.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2713.      */
  2714.     protected function getVichUploader_PropertyMappingFactoryService()
  2715.     {
  2716.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  2717.     }
  2718.     /**
  2719.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2720.      *
  2721.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2722.      */
  2723.     protected function getVichUploader_Storage_FileSystemService()
  2724.     {
  2725.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'web_profiler.csp.handler' shared service.
  2729.      *
  2730.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2731.      */
  2732.     protected function getWebProfiler_Csp_HandlerService()
  2733.     {
  2734.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2735.     }
  2736.     /**
  2737.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2738.      *
  2739.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2740.      */
  2741.     protected function getWebProfiler_DebugToolbarService()
  2742.     {
  2743.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2747.      *
  2748.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2749.      */
  2750.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2751.     {
  2752.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2753.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2754.         ], [
  2755.             '_default' => '?',
  2756.         ]), '_default');
  2757.     }
  2758.     /**
  2759.      * Gets the public 'cache_clearer' alias.
  2760.      *
  2761.      * @return object The ".container.private.cache_clearer" service.
  2762.      */
  2763.     protected function getCacheClearerService()
  2764.     {
  2765.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2766.         return $this->get('.container.private.cache_clearer');
  2767.     }
  2768.     /**
  2769.      * Gets the public 'filesystem' alias.
  2770.      *
  2771.      * @return object The ".container.private.filesystem" service.
  2772.      */
  2773.     protected function getFilesystemService()
  2774.     {
  2775.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2776.         return $this->get('.container.private.filesystem');
  2777.     }
  2778.     /**
  2779.      * Gets the public 'serializer' alias.
  2780.      *
  2781.      * @return object The ".container.private.serializer" service.
  2782.      */
  2783.     protected function getSerializerService()
  2784.     {
  2785.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2786.         return $this->get('.container.private.serializer');
  2787.     }
  2788.     /**
  2789.      * Gets the public 'security.csrf.token_manager' alias.
  2790.      *
  2791.      * @return object The ".container.private.security.csrf.token_manager" service.
  2792.      */
  2793.     protected function getSecurity_Csrf_TokenManagerService()
  2794.     {
  2795.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2796.         return $this->get('.container.private.security.csrf.token_manager');
  2797.     }
  2798.     /**
  2799.      * Gets the public 'form.factory' alias.
  2800.      *
  2801.      * @return object The ".container.private.form.factory" service.
  2802.      */
  2803.     protected function getForm_FactoryService()
  2804.     {
  2805.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2806.         return $this->get('.container.private.form.factory');
  2807.     }
  2808.     /**
  2809.      * Gets the public 'form.type.file' alias.
  2810.      *
  2811.      * @return object The ".container.private.form.type.file" service.
  2812.      */
  2813.     protected function getForm_Type_FileService()
  2814.     {
  2815.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2816.         return $this->get('.container.private.form.type.file');
  2817.     }
  2818.     /**
  2819.      * Gets the public 'profiler' alias.
  2820.      *
  2821.      * @return object The ".container.private.profiler" service.
  2822.      */
  2823.     protected function getProfilerService()
  2824.     {
  2825.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2826.         return $this->get('.container.private.profiler');
  2827.     }
  2828.     /**
  2829.      * Gets the public 'twig' alias.
  2830.      *
  2831.      * @return object The ".container.private.twig" service.
  2832.      */
  2833.     protected function getTwigService()
  2834.     {
  2835.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2836.         return $this->get('.container.private.twig');
  2837.     }
  2838.     /**
  2839.      * Gets the public 'security.authorization_checker' alias.
  2840.      *
  2841.      * @return object The ".container.private.security.authorization_checker" service.
  2842.      */
  2843.     protected function getSecurity_AuthorizationCheckerService()
  2844.     {
  2845.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2846.         return $this->get('.container.private.security.authorization_checker');
  2847.     }
  2848.     /**
  2849.      * Gets the public 'security.token_storage' alias.
  2850.      *
  2851.      * @return object The ".container.private.security.token_storage" service.
  2852.      */
  2853.     protected function getSecurity_TokenStorageService()
  2854.     {
  2855.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2856.         return $this->get('.container.private.security.token_storage');
  2857.     }
  2858.     /**
  2859.      * Gets the public 'security.password_encoder' alias.
  2860.      *
  2861.      * @return object The ".container.private.security.password_encoder" service.
  2862.      */
  2863.     protected function getSecurity_PasswordEncoderService()
  2864.     {
  2865.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2866.         return $this->get('.container.private.security.password_encoder');
  2867.     }
  2868.     /**
  2869.      * Gets the public 'session' alias.
  2870.      *
  2871.      * @return object The ".container.private.session" service.
  2872.      */
  2873.     protected function getSessionService()
  2874.     {
  2875.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2876.         return $this->get('.container.private.session');
  2877.     }
  2878.     /**
  2879.      * Gets the public 'validator' alias.
  2880.      *
  2881.      * @return object The ".container.private.validator" service.
  2882.      */
  2883.     protected function getValidatorService()
  2884.     {
  2885.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2886.         return $this->get('.container.private.validator');
  2887.     }
  2888.     /**
  2889.      * @return array|bool|float|int|string|\UnitEnum|null
  2890.      */
  2891.     public function getParameter(string $name)
  2892.     {
  2893.         if (isset($this->buildParameters[$name])) {
  2894.             return $this->buildParameters[$name];
  2895.         }
  2896.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2897.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2898.         }
  2899.         if (isset($this->loadedDynamicParameters[$name])) {
  2900.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2901.         }
  2902.         return $this->parameters[$name];
  2903.     }
  2904.     public function hasParameter(string $name): bool
  2905.     {
  2906.         if (isset($this->buildParameters[$name])) {
  2907.             return true;
  2908.         }
  2909.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2910.     }
  2911.     public function setParameter(string $name$value): void
  2912.     {
  2913.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2914.     }
  2915.     public function getParameterBag(): ParameterBagInterface
  2916.     {
  2917.         if (null === $this->parameterBag) {
  2918.             $parameters $this->parameters;
  2919.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2920.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2921.             }
  2922.             foreach ($this->buildParameters as $name => $value) {
  2923.                 $parameters[$name] = $value;
  2924.             }
  2925.             $this->parameterBag = new FrozenParameterBag($parameters);
  2926.         }
  2927.         return $this->parameterBag;
  2928.     }
  2929.     private $loadedDynamicParameters = [
  2930.         'kernel.runtime_environment' => false,
  2931.         'kernel.build_dir' => false,
  2932.         'kernel.cache_dir' => false,
  2933.         'language' => false,
  2934.         'kernel.secret' => false,
  2935.         'kernel.default_locale' => false,
  2936.         'debug.container.dump' => false,
  2937.         'serializer.mapping.cache.file' => false,
  2938.         'session.save_path' => false,
  2939.         'validator.mapping.cache.file' => false,
  2940.         'profiler.storage.dsn' => false,
  2941.         'doctrine.orm.proxy_dir' => false,
  2942.         'nelmio_cors.defaults' => false,
  2943.         'lexik_jwt_authentication.pass_phrase' => false,
  2944.     ];
  2945.     private $dynamicParameters = [];
  2946.     private function getDynamicParameter(string $name)
  2947.     {
  2948.         switch ($name) {
  2949.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2950.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2951.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2952.             case 'language'$value $this->getEnv('resolve:LANGUAGE'); break;
  2953.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2954.             case 'kernel.default_locale'$value $this->getEnv('resolve:LANGUAGE'); break;
  2955.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2956.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2957.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2958.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2959.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2960.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2961.             case 'nelmio_cors.defaults'$value = [
  2962.                 'allow_origin' => [
  2963.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2964.                 ],
  2965.                 'allow_credentials' => false,
  2966.                 'allow_headers' => [
  2967.                     => 'content-type',
  2968.                     => 'authorization',
  2969.                 ],
  2970.                 'expose_headers' => [
  2971.                     => 'Link',
  2972.                 ],
  2973.                 'allow_methods' => [
  2974.                     => 'GET',
  2975.                     => 'OPTIONS',
  2976.                     => 'POST',
  2977.                     => 'PUT',
  2978.                     => 'PATCH',
  2979.                     => 'DELETE',
  2980.                 ],
  2981.                 'max_age' => 3600,
  2982.                 'hosts' => [
  2983.                 ],
  2984.                 'origin_regex' => true,
  2985.                 'forced_allow_origin_value' => NULL,
  2986.             ]; break;
  2987.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2988.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2989.         }
  2990.         $this->loadedDynamicParameters[$name] = true;
  2991.         return $this->dynamicParameters[$name] = $value;
  2992.     }
  2993.     protected function getDefaultParameters(): array
  2994.     {
  2995.         return [
  2996.             'kernel.project_dir' => \dirname(__DIR__4),
  2997.             'kernel.environment' => 'dev',
  2998.             'kernel.debug' => true,
  2999.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3000.             'kernel.bundles' => [
  3001.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3002.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3003.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3004.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3005.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3006.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3007.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3008.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3009.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3010.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3011.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3012.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3013.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3014.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3015.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3016.                 'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
  3017.                 'IwipDatatablesBundle' => 'App\\Iwip\\DatatablesBundle\\IwipDatatablesBundle',
  3018.                 'IwipImporterBundle' => 'App\\Iwip\\ImporterBundle\\IwipImporterBundle',
  3019.                 'IwipExporterBundle' => 'App\\Iwip\\ExporterBundle\\IwipExporterBundle',
  3020.                 'ShivasVersioningBundle' => 'Shivas\\VersioningBundle\\ShivasVersioningBundle',
  3021.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3022.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  3023.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3024.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3025.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3026.             ],
  3027.             'kernel.bundles_metadata' => [
  3028.                 'FrameworkBundle' => [
  3029.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3030.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3031.                 ],
  3032.                 'SensioFrameworkExtraBundle' => [
  3033.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3034.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3035.                 ],
  3036.                 'TwigBundle' => [
  3037.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3038.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3039.                 ],
  3040.                 'WebProfilerBundle' => [
  3041.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3042.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3043.                 ],
  3044.                 'MonologBundle' => [
  3045.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3046.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3047.                 ],
  3048.                 'DebugBundle' => [
  3049.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3050.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3051.                 ],
  3052.                 'MakerBundle' => [
  3053.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3054.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3055.                 ],
  3056.                 'DoctrineBundle' => [
  3057.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3058.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3059.                 ],
  3060.                 'DoctrineMigrationsBundle' => [
  3061.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3062.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3063.                 ],
  3064.                 'SecurityBundle' => [
  3065.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3066.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3067.                 ],
  3068.                 'TwigExtraBundle' => [
  3069.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3070.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3071.                 ],
  3072.                 'WebpackEncoreBundle' => [
  3073.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3074.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3075.                 ],
  3076.                 'DoctrineFixturesBundle' => [
  3077.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3078.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3079.                 ],
  3080.                 'SymfonyCastsVerifyEmailBundle' => [
  3081.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3082.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3083.                 ],
  3084.                 'SymfonyCastsResetPasswordBundle' => [
  3085.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3086.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3087.                 ],
  3088.                 'DataTablesBundle' => [
  3089.                     'path' => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src'),
  3090.                     'namespace' => 'Omines\\DataTablesBundle',
  3091.                 ],
  3092.                 'IwipDatatablesBundle' => [
  3093.                     'path' => (\dirname(__DIR__4).'/src/Iwip/DatatablesBundle'),
  3094.                     'namespace' => 'App\\Iwip\\DatatablesBundle',
  3095.                 ],
  3096.                 'IwipImporterBundle' => [
  3097.                     'path' => (\dirname(__DIR__4).'/src/Iwip/ImporterBundle'),
  3098.                     'namespace' => 'App\\Iwip\\ImporterBundle',
  3099.                 ],
  3100.                 'IwipExporterBundle' => [
  3101.                     'path' => (\dirname(__DIR__4).'/src/Iwip/ExporterBundle'),
  3102.                     'namespace' => 'App\\Iwip\\ExporterBundle',
  3103.                 ],
  3104.                 'ShivasVersioningBundle' => [
  3105.                     'path' => (\dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src'),
  3106.                     'namespace' => 'Shivas\\VersioningBundle',
  3107.                 ],
  3108.                 'VichUploaderBundle' => [
  3109.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3110.                     'namespace' => 'Vich\\UploaderBundle',
  3111.                 ],
  3112.                 'CronCronBundle' => [
  3113.                     'path' => (\dirname(__DIR__4).'/vendor/cron/cron-bundle'),
  3114.                     'namespace' => 'Cron\\CronBundle',
  3115.                 ],
  3116.                 'NelmioCorsBundle' => [
  3117.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3118.                     'namespace' => 'Nelmio\\CorsBundle',
  3119.                 ],
  3120.                 'ApiPlatformBundle' => [
  3121.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3122.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3123.                 ],
  3124.                 'LexikJWTAuthenticationBundle' => [
  3125.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3126.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3127.                 ],
  3128.             ],
  3129.             'kernel.charset' => 'UTF-8',
  3130.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3131.             'emailSender' => [
  3132.                 'address' => 'info@hmsb.email',
  3133.                 'adressName' => 'IWIP â€“ Gestion de Produits Usagés',
  3134.             ],
  3135.             'icons' => [
  3136.                 'Aérosol' => 'icon-Produit_Aerosol',
  3137.                 'Aluminium' => 'icon-Produit_Alu',
  3138.                 'Aluminium2' => 'icon-Produit_Alu2',
  3139.                 'Ampoule' => 'icon-Produit_Ampoule',
  3140.                 'Batterie' => 'icon-Produit_Batterie',
  3141.                 'Bidons' => 'icon-Produit_Bidon',
  3142.                 'Emballage' => 'icon-Produit_EmballageSouille',
  3143.                 'Fer' => 'icon-Produit_Fer',
  3144.                 'Fer2' => 'icon-Produit_Fer2',
  3145.                 'Filtre' => 'icon-Produit_Filtre',
  3146.                 'Fut' => 'icon-Produit_Fut',
  3147.                 'Huile' => 'icon-Produit_Huile',
  3148.                 'Plastique' => 'icon-Produit_Plastic',
  3149.                 'Pneus' => 'icon-Produit_Pneu',
  3150.                 'Verre' => 'icon-Produit_Verre',
  3151.             ],
  3152.             'firm_type' => [
  3153.                 'SA' => 'SA',
  3154.                 'SAS' => 'SAS',
  3155.                 'SARL' => 'SARL',
  3156.                 'EURL' => 'EURL',
  3157.                 'EIRL' => 'EIRL',
  3158.                 'SNC' => 'SNC',
  3159.                 'SCP' => 'SCP',
  3160.                 'SCM' => 'SCM',
  3161.                 'Entreprise Individuelle' => 'Entreprise Individuelle',
  3162.                 'Indépendant' => 'Indépendant',
  3163.                 'Commerce' => 'Commerce',
  3164.                 'Cabinet' => 'Cabinet',
  3165.                 'Administration' => 'Administration',
  3166.                 'Association' => 'Association',
  3167.                 'Étude' => 'Étude',
  3168.                 'SCA' => 'SCA',
  3169.                 'SC' => 'SC',
  3170.                 'SASU' => 'SASU',
  3171.                 'GIE' => 'GIE',
  3172.                 'Autre' => 'Autre',
  3173.             ],
  3174.             'unit_type' => [
  3175.                 'Kg' => 'Kg',
  3176.                 'Tonne' => 'Tonne',
  3177.                 'Vrac' => 'Vrac',
  3178.                 'Unité' => 'Unité',
  3179.                 'm³' => 'm³',
  3180.                 'Litre' => 'Litre',
  3181.                 'Palette' => 'Palette',
  3182.                 'Bac' => 'Bac',
  3183.                 'Benne' => 'Benne',
  3184.                 'Sac' => 'Sac',
  3185.                 'Fût' => 'Fût',
  3186.                 'Bidon' => 'Bidon',
  3187.                 'Autre' => 'Autre',
  3188.             ],
  3189.             'unit_type2' => [
  3190.                 'Kg' => 'Kg',
  3191.                 'Tonne' => 'Tonne',
  3192.                 'm³' => 'm³',
  3193.                 'Litre' => 'Litre',
  3194.                 'Product' => 'Product',
  3195.                 'Packaging' => 'Packaging',
  3196.             ],
  3197.             'importable_entities' => [
  3198.                 'product' => 'App\\Entity\\Product',
  3199.                 'filiere' => 'App\\Entity\\Filiere',
  3200.                 'packaging' => 'App\\Entity\\Packaging',
  3201.                 'valorization' => 'App\\Entity\\Valorization',
  3202.                 'groupenterprise' => 'App\\Entity\\GroupEnterprise',
  3203.                 'groupoperateur' => 'App\\Entity\\GroupEnterprise',
  3204.                 'groupclient' => 'App\\Entity\\GroupEnterprise',
  3205.                 'groupuser' => 'App\\Entity\\GroupEnterprise',
  3206.                 'parent' => 'App\\Entity\\GroupEnterprise',
  3207.                 'customer' => 'App\\Entity\\Enterprise',
  3208.                 'enterprise' => 'App\\Entity\\Enterprise',
  3209.                 'country' => 'App\\Entity\\Country',
  3210.                 'collecteur' => 'App\\Entity\\Enterprise',
  3211.                 'provider' => 'App\\Entity\\Enterprise',
  3212.                 'transporteur' => 'App\\Entity\\Enterprise',
  3213.                 'valorisateur' => 'App\\Entity\\Enterprise',
  3214.                 'location' => 'App\\Entity\\Location',
  3215.                 'user' => 'App\\Entity\\User',
  3216.                 'contact' => 'App\\Entity\\Contact',
  3217.                 'comboprovider' => 'App\\Entity\\comboProvider',
  3218.                 'schedule' => 'App\\Entity\\Schedule',
  3219.                 'reglesCollecteOperateur' => 'App\\Entity\\comboProvider',
  3220.                 'combocustomer' => 'App\\Entity\\comboCustomer',
  3221.                 'regleCollecteClient' => 'App\\Entity\\comboCustomer',
  3222.                 'combounit' => 'App\\Entity\\comboUnit',
  3223.                 'enterprise_detail' => 'App\\Entity\\EnterpriseDetail',
  3224.                 'value_type' => 'App\\Entity\\ValueType',
  3225.                 'enterprisecontactposition' => 'App\\Entity\\EnterpriseContactPosition',
  3226.             ],
  3227.             'email_template' => [
  3228.                 'reminder' => [
  3229.                     'reminder' => [
  3230.                         'template' => 'reminder',
  3231.                         'subject' => 'Rappel de collecte',
  3232.                     ],
  3233.                 ],
  3234.                 'requestItem' => [
  3235.                     'submitted' => [
  3236.                         'template' => 'M1_Cli_to_Ope',
  3237.                         'subject' => 'OPERATEUR > Nouvelle demande',
  3238.                     ],
  3239.                     'validate' => [
  3240.                         'template' => 'M2_Ope_to_Cli',
  3241.                         'subject' => 'CLIENT > Demande de prélèvement validée',
  3242.                     ],
  3243.                     'collect' => [
  3244.                         'template' => 'M3_Ope_to_Cli',
  3245.                         'subject' => 'CLIENT > Prélèvement Ã©ffectué',
  3246.                     ],
  3247.                     'createLitige' => [
  3248.                         'template' => 'createLitige',
  3249.                         'subject' => 'Demande de litige déposée',
  3250.                     ],
  3251.                 ],
  3252.                 'support' => [
  3253.                     'request' => [
  3254.                         'template' => 'supportRequest',
  3255.                         'subject' => 'Demande de support',
  3256.                     ],
  3257.                     'modificationInfos' => [
  3258.                         'template' => 'modificationInfos',
  3259.                         'subject' => 'Demande de modification Information compte',
  3260.                     ],
  3261.                 ],
  3262.             ],
  3263.             'departements' => [
  3264.                 '01' => 'Ain',
  3265.                 '02' => 'Aisne',
  3266.                 '03' => 'Allier',
  3267.                 '04' => 'Alpes-de-Haute-Provence',
  3268.                 => 'Hautes-alpes',
  3269.                 => 'Alpes-maritimes',
  3270.                 => 'Ardèche',
  3271.                 '08' => 'Ardennes',
  3272.                 '09' => 'Ariège',
  3273.                 10 => 'Aube',
  3274.                 11 => 'Aude',
  3275.                 12 => 'Aveyron',
  3276.                 13 => 'Bouches-du-Rhône',
  3277.                 14 => 'Calvados',
  3278.                 15 => 'Cantal',
  3279.                 16 => 'Charente',
  3280.                 17 => 'Charente-maritime',
  3281.                 18 => 'Cher',
  3282.                 19 => 'Corrèze',
  3283.                 '2A' => 'Corse-du-sud',
  3284.                 '2B' => 'Haute-Corse',
  3285.                 21 => 'Côte-d\'Or',
  3286.                 22 => 'Côtes-d\'Armor',
  3287.                 23 => 'Creuse',
  3288.                 24 => 'Dordogne',
  3289.                 25 => 'Doubs',
  3290.                 26 => 'Drôme',
  3291.                 27 => 'Eure',
  3292.                 28 => 'Eure-et-loir',
  3293.                 29 => 'Finistère',
  3294.                 30 => 'Gard',
  3295.                 31 => 'Haute-garonne',
  3296.                 32 => 'Gers',
  3297.                 33 => 'Gironde',
  3298.                 34 => 'Hérault',
  3299.                 35 => 'Ille-et-vilaine',
  3300.                 36 => 'Indre',
  3301.                 37 => 'Indre-et-loire',
  3302.                 38 => 'Isère',
  3303.                 39 => 'Jura',
  3304.                 40 => 'Landes',
  3305.                 41 => 'Loir-et-cher',
  3306.                 42 => 'Loire',
  3307.                 43 => 'Haute-loire',
  3308.                 44 => 'Loire-atlantique',
  3309.                 45 => 'Loiret',
  3310.                 46 => 'Lot',
  3311.                 47 => 'Lot-et-garonne',
  3312.                 48 => 'Lozère',
  3313.                 49 => 'Maine-et-loire',
  3314.                 50 => 'Manche',
  3315.                 51 => 'Marne',
  3316.                 52 => 'Haute-marne',
  3317.                 53 => 'Mayenne',
  3318.                 54 => 'Meurthe-et-moselle',
  3319.                 55 => 'Meuse',
  3320.                 56 => 'Morbihan',
  3321.                 57 => 'Moselle',
  3322.                 58 => 'Nièvre',
  3323.                 59 => 'Nord',
  3324.                 60 => 'Oise',
  3325.                 61 => 'Orne',
  3326.                 62 => 'Pas-de-calais',
  3327.                 63 => 'Puy-de-dôme',
  3328.                 64 => 'Pyrénées-atlantiques',
  3329.                 65 => 'Hautes-Pyrénées',
  3330.                 66 => 'Pyrénées-orientales',
  3331.                 67 => 'Bas-rhin',
  3332.                 68 => 'Haut-rhin',
  3333.                 69 => 'Rhône',
  3334.                 70 => 'Haute-saône',
  3335.                 71 => 'Saône-et-loire',
  3336.                 72 => 'Sarthe',
  3337.                 73 => 'Savoie',
  3338.                 74 => 'Haute-savoie',
  3339.                 75 => 'Paris',
  3340.                 76 => 'Seine-maritime',
  3341.                 77 => 'Seine-et-marne',
  3342.                 78 => 'Yvelines',
  3343.                 79 => 'Deux-sèvres',
  3344.                 80 => 'Somme',
  3345.                 81 => 'Tarn',
  3346.                 82 => 'Tarn-et-Garonne',
  3347.                 83 => 'Var',
  3348.                 84 => 'Vaucluse',
  3349.                 85 => 'Vendée',
  3350.                 86 => 'Vienne',
  3351.                 87 => 'Haute-vienne',
  3352.                 88 => 'Vosges',
  3353.                 89 => 'Yonne',
  3354.                 90 => 'Territoire de belfort',
  3355.                 91 => 'Essonne',
  3356.                 92 => 'Hauts-de-seine',
  3357.                 93 => 'Seine-Saint-Denis',
  3358.                 94 => 'Val-de-marne',
  3359.                 95 => 'Val-d\'Oise',
  3360.             ],
  3361.             'rootFolder' => \dirname(__DIR__4),
  3362.             'logo_directory' => (\dirname(__DIR__4).'/public/img'),
  3363.             'upload_destination' => (\dirname(__DIR__4).'/private/documents/'),
  3364.             'event_dispatcher.event_aliases' => [
  3365.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3366.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3367.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3368.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3369.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3370.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3371.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3372.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3373.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3374.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3375.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3376.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3377.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3378.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3379.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3380.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3381.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3382.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3383.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3384.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3385.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3386.             ],
  3387.             'fragment.renderer.hinclude.global_template' => NULL,
  3388.             'fragment.path' => '/_fragment',
  3389.             'kernel.http_method_override' => true,
  3390.             'kernel.trusted_hosts' => [
  3391.             ],
  3392.             'kernel.enabled_locales' => [
  3393.             ],
  3394.             'kernel.error_controller' => 'error_controller',
  3395.             'debug.file_link_format' => NULL,
  3396.             'asset.request_context.base_path' => NULL,
  3397.             'asset.request_context.secure' => NULL,
  3398.             'translator.logging' => false,
  3399.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3400.             'debug.error_handler.throw_at' => -1,
  3401.             'router.request_context.host' => 'localhost',
  3402.             'router.request_context.scheme' => 'http',
  3403.             'router.request_context.base_url' => '',
  3404.             'router.resource' => 'kernel::loadRoutes',
  3405.             'request_listener.http_port' => 80,
  3406.             'request_listener.https_port' => 443,
  3407.             'session.metadata.storage_key' => '_sf2_meta',
  3408.             'session.storage.options' => [
  3409.                 'cache_limiter' => '0',
  3410.                 'cookie_secure' => 'auto',
  3411.                 'cookie_httponly' => true,
  3412.                 'cookie_samesite' => 'lax',
  3413.                 'gc_probability' => 1,
  3414.             ],
  3415.             'session.metadata.update_threshold' => 0,
  3416.             'form.type_extension.csrf.enabled' => true,
  3417.             'form.type_extension.csrf.field_name' => '_token',
  3418.             'validator.translation_domain' => 'validators',
  3419.             'profiler_listener.only_exceptions' => false,
  3420.             'profiler_listener.only_main_requests' => false,
  3421.             'twig.form.resources' => [
  3422.                 => '@VichUploader/Form/fields.html.twig',
  3423.                 => 'form_div_layout.html.twig',
  3424.             ],
  3425.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3426.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3427.             'web_profiler.debug_toolbar.mode' => 2,
  3428.             'monolog.use_microseconds' => true,
  3429.             'monolog.swift_mailer.handlers' => [
  3430.             ],
  3431.             'monolog.handlers_to_channels' => [
  3432.                 'monolog.handler.syslog_handler' => NULL,
  3433.                 'monolog.handler.file_log' => NULL,
  3434.             ],
  3435.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3436.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3437.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3438.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3439.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3440.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3441.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3442.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3443.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3444.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3445.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3446.             'doctrine.entity_managers' => [
  3447.                 'default' => 'doctrine.orm.default_entity_manager',
  3448.             ],
  3449.             'doctrine.default_entity_manager' => 'default',
  3450.             'doctrine.dbal.connection_factory.types' => [
  3451.             ],
  3452.             'doctrine.connections' => [
  3453.                 'default' => 'doctrine.dbal.default_connection',
  3454.             ],
  3455.             'doctrine.default_connection' => 'default',
  3456.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3457.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3458.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3459.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3460.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3461.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3462.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3463.             'doctrine.orm.cache.memcache_port' => 11211,
  3464.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3465.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3466.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3467.             'doctrine.orm.cache.memcached_port' => 11211,
  3468.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3469.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3470.             'doctrine.orm.cache.redis_host' => 'localhost',
  3471.             'doctrine.orm.cache.redis_port' => 6379,
  3472.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3473.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3474.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3475.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3476.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3477.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3478.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3479.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3480.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3481.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3482.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3483.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3484.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3485.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3486.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3487.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3488.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3489.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3490.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3491.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3492.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3493.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3494.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3495.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3496.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3497.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3498.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3499.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3500.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3501.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3502.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3503.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3504.             'doctrine.migrations.preferred_em' => NULL,
  3505.             'doctrine.migrations.preferred_connection' => NULL,
  3506.             'security.role_hierarchy.roles' => [
  3507.                 'ROLE_ADMIN' => [
  3508.                     => 'ROLE_CUSTOMER',
  3509.                     => 'ROLE_PROVIDER',
  3510.                     => 'ROLE_MANAGER',
  3511.                     => 'ROLE_REPORT',
  3512.                 ],
  3513.                 'ROLE_GROUPMANAGER' => [
  3514.                     => 'ROLE_CUSTOMER',
  3515.                 ],
  3516.                 'ROLE_BUSINESSLINEMANAGER' => [
  3517.                     => 'ROLE_CUSTOMER',
  3518.                 ],
  3519.                 'ROLE_REGIONMANAGER' => [
  3520.                     => 'ROLE_CUSTOMER',
  3521.                 ],
  3522.             ],
  3523.             'security.access.denied_url' => NULL,
  3524.             'security.authentication.manager.erase_credentials' => true,
  3525.             'security.authentication.session_strategy.strategy' => 'migrate',
  3526.             'security.access.always_authenticate_before_granting' => false,
  3527.             'security.authentication.hide_user_not_found' => true,
  3528.             'security.firewalls' => [
  3529.                 => 'login',
  3530.                 => 'api',
  3531.                 => 'dev',
  3532.                 => 'main',
  3533.             ],
  3534.             'security.login._indexed_authenticators' => [
  3535.             ],
  3536.             'security.api._indexed_authenticators' => [
  3537.             ],
  3538.             'security.main._indexed_authenticators' => [
  3539.             ],
  3540.             'datatables.config' => [
  3541.                 'options' => [
  3542.                     'lengthMenu' => [
  3543.                         => 10,
  3544.                         => 25,
  3545.                         => 50,
  3546.                         => 100,
  3547.                         => 250,
  3548.                         => 500,
  3549.                         => 1000,
  3550.                         => 2500,
  3551.                     ],
  3552.                     'pageLength' => 50,
  3553.                     'dom' => '<\'row\' <\'col-sm-12\' tr>><\'row\' <\'col-sm-6\'l><\'col-sm-6 text-right\'pi>>',
  3554.                 ],
  3555.                 'template_parameters' => [
  3556.                     'className' => 'table table-striped table-bordered table-hover data-table',
  3557.                     'columnFilter' => NULL,
  3558.                 ],
  3559.                 'translation_domain' => 'messages',
  3560.                 'language_from_cdn' => true,
  3561.                 'persist_state' => 'fragment',
  3562.                 'method' => 'POST',
  3563.                 'template' => '@DataTables/datatable_html.html.twig',
  3564.             ],
  3565.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3566.             'vich_uploader.mappings' => [
  3567.                 'documents' => [
  3568.                     'uri_prefix' => '/document/',
  3569.                     'upload_destination' => (\dirname(__DIR__4).'/private/documents'),
  3570.                     'namer' => [
  3571.                         'service' => 'Vich\\UploaderBundle\\Naming\\HashNamer.documents',
  3572.                         'options' => [
  3573.                         ],
  3574.                     ],
  3575.                     'directory_namer' => [
  3576.                         'service' => NULL,
  3577.                         'options' => NULL,
  3578.                     ],
  3579.                     'delete_on_remove' => true,
  3580.                     'delete_on_update' => true,
  3581.                     'inject_on_load' => false,
  3582.                     'db_driver' => 'orm',
  3583.                 ],
  3584.             ],
  3585.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3586.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  3587.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  3588.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  3589.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  3590.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  3591.             'nelmio_cors.map' => [
  3592.                 '^/' => [
  3593.                 ],
  3594.             ],
  3595.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3596.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3597.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3598.             'api_platform.metadata_backward_compatibility_layer' => true,
  3599.             'api_platform.enable_entrypoint' => true,
  3600.             'api_platform.enable_docs' => true,
  3601.             'api_platform.title' => '',
  3602.             'api_platform.description' => '',
  3603.             'api_platform.version' => '0.0.0',
  3604.             'api_platform.show_webby' => true,
  3605.             'api_platform.url_generation_strategy' => 1,
  3606.             'api_platform.exception_to_status' => [
  3607.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3608.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3609.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3610.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3611.             ],
  3612.             'api_platform.formats' => [
  3613.                 'jsonld' => [
  3614.                     => 'application/ld+json',
  3615.                 ],
  3616.                 'json' => [
  3617.                     => 'application/json',
  3618.                 ],
  3619.                 'html' => [
  3620.                     => 'text/html',
  3621.                 ],
  3622.             ],
  3623.             'api_platform.patch_formats' => [
  3624.                 'json' => [
  3625.                     => 'application/merge-patch+json',
  3626.                 ],
  3627.             ],
  3628.             'api_platform.error_formats' => [
  3629.                 'jsonproblem' => [
  3630.                     => 'application/problem+json',
  3631.                 ],
  3632.                 'jsonld' => [
  3633.                     => 'application/ld+json',
  3634.                 ],
  3635.             ],
  3636.             'api_platform.allow_plain_identifiers' => false,
  3637.             'api_platform.eager_loading.enabled' => true,
  3638.             'api_platform.eager_loading.max_joins' => 30,
  3639.             'api_platform.eager_loading.fetch_partial' => false,
  3640.             'api_platform.eager_loading.force_eager' => true,
  3641.             'api_platform.collection.exists_parameter_name' => 'exists',
  3642.             'api_platform.collection.order' => 'ASC',
  3643.             'api_platform.collection.order_parameter_name' => 'order',
  3644.             'api_platform.collection.order_nulls_comparison' => NULL,
  3645.             'api_platform.collection.pagination.enabled' => true,
  3646.             'api_platform.collection.pagination.partial' => false,
  3647.             'api_platform.collection.pagination.client_enabled' => false,
  3648.             'api_platform.collection.pagination.client_items_per_page' => false,
  3649.             'api_platform.collection.pagination.client_partial' => false,
  3650.             'api_platform.collection.pagination.items_per_page' => 30,
  3651.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3652.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3653.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3654.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3655.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3656.             'api_platform.collection.pagination' => [
  3657.                 'enabled' => true,
  3658.                 'partial' => false,
  3659.                 'client_enabled' => false,
  3660.                 'client_items_per_page' => false,
  3661.                 'client_partial' => false,
  3662.                 'items_per_page' => 30,
  3663.                 'maximum_items_per_page' => NULL,
  3664.                 'page_parameter_name' => 'page',
  3665.                 'enabled_parameter_name' => 'pagination',
  3666.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3667.                 'partial_parameter_name' => 'partial',
  3668.             ],
  3669.             'api_platform.http_cache.etag' => true,
  3670.             'api_platform.http_cache.max_age' => NULL,
  3671.             'api_platform.http_cache.shared_max_age' => NULL,
  3672.             'api_platform.http_cache.vary' => [
  3673.                 => 'Accept',
  3674.             ],
  3675.             'api_platform.http_cache.public' => NULL,
  3676.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3677.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3678.             'api_platform.asset_package' => NULL,
  3679.             'api_platform.defaults' => [
  3680.                 'attributes' => [
  3681.                 ],
  3682.             ],
  3683.             'api_platform.resource_class_directories' => [
  3684.                 => (\dirname(__DIR__4).'/src/Iwip/ExporterBundle/Entity'),
  3685.                 => (\dirname(__DIR__4).'/vendor/cron/cron-bundle/Entity'),
  3686.                 => (\dirname(__DIR__4).'/src/Entity'),
  3687.             ],
  3688.             'api_platform.oauth.enabled' => false,
  3689.             'api_platform.oauth.clientId' => '',
  3690.             'api_platform.oauth.clientSecret' => '',
  3691.             'api_platform.oauth.type' => 'oauth2',
  3692.             'api_platform.oauth.flow' => 'application',
  3693.             'api_platform.oauth.tokenUrl' => '',
  3694.             'api_platform.oauth.authorizationUrl' => '',
  3695.             'api_platform.oauth.refreshUrl' => '',
  3696.             'api_platform.oauth.scopes' => [
  3697.             ],
  3698.             'api_platform.oauth.pkce' => false,
  3699.             'api_platform.openapi.termsOfService' => NULL,
  3700.             'api_platform.openapi.contact.name' => NULL,
  3701.             'api_platform.openapi.contact.url' => NULL,
  3702.             'api_platform.openapi.contact.email' => NULL,
  3703.             'api_platform.openapi.license.name' => NULL,
  3704.             'api_platform.openapi.license.url' => NULL,
  3705.             'api_platform.swagger.versions' => [
  3706.                 => 3,
  3707.             ],
  3708.             'api_platform.enable_swagger_ui' => true,
  3709.             'api_platform.enable_re_doc' => true,
  3710.             'api_platform.swagger.api_keys' => [
  3711.             ],
  3712.             'api_platform.swagger_ui.extra_configuration' => [
  3713.             ],
  3714.             'api_platform.graphql.enabled' => false,
  3715.             'api_platform.graphql.graphiql.enabled' => false,
  3716.             'api_platform.graphql.graphql_playground.enabled' => false,
  3717.             'api_platform.graphql.collection.pagination' => [
  3718.                 'enabled' => true,
  3719.             ],
  3720.             'api_platform.validator.serialize_payload_fields' => [
  3721.             ],
  3722.             'api_platform.validator.query_parameter_validation' => true,
  3723.             'api_platform.elasticsearch.enabled' => false,
  3724.             'lexik_jwt_authentication.token_ttl' => 3600,
  3725.             'lexik_jwt_authentication.clock_skew' => 0,
  3726.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3727.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3728.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3729.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3730.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3731.             'data_collector.templates' => [
  3732.                 'data_collector.request' => [
  3733.                     => 'request',
  3734.                     => '@WebProfiler/Collector/request.html.twig',
  3735.                 ],
  3736.                 'api_platform.data_collector.request' => [
  3737.                     => 'api_platform.data_collector.request',
  3738.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3739.                 ],
  3740.                 'data_collector.time' => [
  3741.                     => 'time',
  3742.                     => '@WebProfiler/Collector/time.html.twig',
  3743.                 ],
  3744.                 'data_collector.memory' => [
  3745.                     => 'memory',
  3746.                     => '@WebProfiler/Collector/memory.html.twig',
  3747.                 ],
  3748.                 'data_collector.validator' => [
  3749.                     => 'validator',
  3750.                     => '@WebProfiler/Collector/validator.html.twig',
  3751.                 ],
  3752.                 'data_collector.ajax' => [
  3753.                     => 'ajax',
  3754.                     => '@WebProfiler/Collector/ajax.html.twig',
  3755.                 ],
  3756.                 'data_collector.form' => [
  3757.                     => 'form',
  3758.                     => '@WebProfiler/Collector/form.html.twig',
  3759.                 ],
  3760.                 'data_collector.exception' => [
  3761.                     => 'exception',
  3762.                     => '@WebProfiler/Collector/exception.html.twig',
  3763.                 ],
  3764.                 'data_collector.logger' => [
  3765.                     => 'logger',
  3766.                     => '@WebProfiler/Collector/logger.html.twig',
  3767.                 ],
  3768.                 'data_collector.events' => [
  3769.                     => 'events',
  3770.                     => '@WebProfiler/Collector/events.html.twig',
  3771.                 ],
  3772.                 'data_collector.router' => [
  3773.                     => 'router',
  3774.                     => '@WebProfiler/Collector/router.html.twig',
  3775.                 ],
  3776.                 'data_collector.cache' => [
  3777.                     => 'cache',
  3778.                     => '@WebProfiler/Collector/cache.html.twig',
  3779.                 ],
  3780.                 'data_collector.translation' => [
  3781.                     => 'translation',
  3782.                     => '@WebProfiler/Collector/translation.html.twig',
  3783.                 ],
  3784.                 'data_collector.security' => [
  3785.                     => 'security',
  3786.                     => '@Security/Collector/security.html.twig',
  3787.                 ],
  3788.                 'data_collector.twig' => [
  3789.                     => 'twig',
  3790.                     => '@WebProfiler/Collector/twig.html.twig',
  3791.                 ],
  3792.                 'data_collector.http_client' => [
  3793.                     => 'http_client',
  3794.                     => '@WebProfiler/Collector/http_client.html.twig',
  3795.                 ],
  3796.                 'data_collector.doctrine' => [
  3797.                     => 'db',
  3798.                     => '@Doctrine/Collector/db.html.twig',
  3799.                 ],
  3800.                 'doctrine_migrations.migrations_collector' => [
  3801.                     => 'doctrine_migrations',
  3802.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3803.                 ],
  3804.                 'data_collector.dump' => [
  3805.                     => 'dump',
  3806.                     => '@Debug/Profiler/dump.html.twig',
  3807.                 ],
  3808.                 'mailer.data_collector' => [
  3809.                     => 'mailer',
  3810.                     => '@WebProfiler/Collector/mailer.html.twig',
  3811.                 ],
  3812.                 'notifier.data_collector' => [
  3813.                     => 'notifier',
  3814.                     => '@WebProfiler/Collector/notifier.html.twig',
  3815.                 ],
  3816.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3817.                     => 'vich_uploader.mapping_collector',
  3818.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3819.                 ],
  3820.                 'data_collector.config' => [
  3821.                     => 'config',
  3822.                     => '@WebProfiler/Collector/config.html.twig',
  3823.                 ],
  3824.             ],
  3825.             'console.command.ids' => [
  3826.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  3827.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  3828.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  3829.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  3830.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  3831.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  3832.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  3833.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  3834.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  3835.             ],
  3836.         ];
  3837.     }
  3838.     protected function throw($message)
  3839.     {
  3840.         throw new RuntimeException($message);
  3841.     }
  3842. }