var/cache/dev/ContainerNYWbnLr/App_KernelDevDebugContainer.php line 677

Open in your IDE?
  1. <?php
  2. namespace ContainerNYWbnLr;
  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.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  48.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  49.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'translator' => 'getTranslatorService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'filesystem' => 'getFilesystemService',
  55.             'serializer' => 'getSerializerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'twig' => 'getTwigService',
  61.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62.             'security.token_storage' => 'getSecurity_TokenStorageService',
  63.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64.             'session' => 'getSessionService',
  65.             'validator' => 'getValidatorService',
  66.         ];
  67.         $this->fileMap = [
  68.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             '.container.private.session' => 'get_Container_Private_SessionService',
  75.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  76.             'MWS\\CustomerBundle\\Controller\\DefaultAddressController' => 'getDefaultAddressControllerService',
  77.             'MWS\\CustomerBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  78.             'MWS\\CustomerBundle\\Controller\\GradeTranslationController' => 'getGradeTranslationControllerService',
  79.             'MWS\\CustomerBundle\\Controller\\SalutationTranslationController' => 'getSalutationTranslationControllerService',
  80.             'MWS\\CustomerBundle\\Controller\\TranslationArrayRebuildController' => 'getTranslationArrayRebuildControllerService',
  81.             'MWS\\NutritionCalculatorBundle\\Controller\\TranslationArrayRebuildController' => 'getTranslationArrayRebuildController2Service',
  82.             'MWS\\UserBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  83.             'MWS\\UserBundle\\Controller\\RolesHierarchyController' => 'getRolesHierarchyControllerService',
  84.             'MWS\\UserBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  85.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  86.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  87.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  88.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  89.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  90.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  91.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  92.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  93.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  94.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  95.             'cache.app_clearer' => 'getCache_AppClearerService',
  96.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  97.             'cache.system_clearer' => 'getCache_SystemClearerService',
  98.             'cache_warmer' => 'getCacheWarmerService',
  99.             'console.command_loader' => 'getConsole_CommandLoaderService',
  100.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  101.             'error_controller' => 'getErrorControllerService',
  102.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  103.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  104.             'mws_customer.controller.translation_array_rebuild' => 'getMwsCustomer_Controller_TranslationArrayRebuildService',
  105.             'mws_nc.controller.translation_array_rebuild' => 'getMwsNc_Controller_TranslationArrayRebuildService',
  106.             'mws_nc.dog_breed.search_filter' => 'getMwsNc_DogBreed_SearchFilterService',
  107.             'mws_nc.nutrition_database.nutrition_type_default_exclude_filter' => 'getMwsNc_NutritionDatabase_NutritionTypeDefaultExcludeFilterService',
  108.             'mws_nc.nutrition_database.nutrition_type_filter' => 'getMwsNc_NutritionDatabase_NutritionTypeFilterService',
  109.             'mws_nc.nutrition_database.search_filter' => 'getMwsNc_NutritionDatabase_SearchFilterService',
  110.             'mws_user.security.controller' => 'getMwsUser_Security_ControllerService',
  111.             'routing.loader' => 'getRouting_LoaderService',
  112.             'services_resetter' => 'getServicesResetterService',
  113.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  114.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  115.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  116.         ];
  117.         $this->aliases = [
  118.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  119.             'App\\Kernel' => 'kernel',
  120.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  121.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  122.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  123.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  124.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  125.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  126.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  127.             'database_connection' => 'doctrine.dbal.default_connection',
  128.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  129.         ];
  130.         $this->privates['service_container'] = function () {
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  137.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  173.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ApcuAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  210.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  240.             include_once \dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Validator/Initializer.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  259.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php';
  323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  331.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  405.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  414.             include_once \dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Util/CanonicalFieldsUpdater.php';
  415.             include_once \dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Util/CanonicalizerInterface.php';
  416.             include_once \dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Util/Canonicalizer.php';
  417.             include_once \dirname(__DIR__4).'/src/mywebsolutions/user-bundle/EventSubscriber/JWTRefreshCookieSubscriber.php';
  418.             include_once \dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/EventListener/RequirementResponseListener.php';
  419.             include_once \dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/EventListener/PetRequirementResponseListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  421.             include_once \dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Serializer/RecipeContextBuilder.php';
  422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  424.             include_once \dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/EventSubscriber/LocaleSubscriber.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  426.             include_once \dirname(__DIR__4).'/src/mywebsolutions/api-platform-extra-bundle/src/Util/ClassInfoTrait.php';
  427.             include_once \dirname(__DIR__4).'/src/mywebsolutions/api-platform-extra-bundle/src/Routing/IriConverter.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  435.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  437.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  441.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Cookie/JWTCookieProvider.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  445.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  451.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  454.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  472.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  473.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/EventListener/LocaleListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/EventListener/BlameListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  487.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  490.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  492.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  494.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  498.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  513.             include_once \dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Serializer/PhoneNumberNormalizer.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  532.             include_once \dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Serializer/RequirementItemNormalizer.php';
  533.             include_once \dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Serializer/AnalysisNormalizer.php';
  534.             include_once \dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Serializer/CustomerAccountNormalizer.php';
  535.             include_once \dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Serializer/AddressTypeNormalizer.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  543.             include_once \dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Serializer/DateTimeNullNormalizer.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  637.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  653.         };
  654.     }
  655.     public function compile(): void
  656.     {
  657.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  658.     }
  659.     public function isCompiled(): bool
  660.     {
  661.         return true;
  662.     }
  663.     public function getRemovedIds(): array
  664.     {
  665.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  666.     }
  667.     protected function load($file$lazyLoad true)
  668.     {
  669.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  670.             return $class::do($this$lazyLoad);
  671.         }
  672.         if ('.' === $file[-4]) {
  673.             $class substr($class0, -4);
  674.         } else {
  675.             $file .= '.php';
  676.         }
  677.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  678.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  679.     }
  680.     protected function createProxy($class\Closure $factory)
  681.     {
  682.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  683.         return $factory();
  684.     }
  685.     /**
  686.      * Gets the public '.container.private.profiler' shared service.
  687.      *
  688.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  689.      */
  690.     protected function get_Container_Private_ProfilerService()
  691.     {
  692.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  693.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  694.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  695.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  697.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  698.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  699.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  700.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  701.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  702.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  703.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  704.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  705.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  706.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  707.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  708.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  709.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  710.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  711.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  712.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  713.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  714.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  715.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  716.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  717.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  718.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  719.         if ($this->has('kernel')) {
  720.             $f->setKernel($b);
  721.         }
  722.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  723.         $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->getApiPlatform_FilterLocatorService()), ($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())));
  724.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  725.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  726.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  727.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  728.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  729.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  730.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  731.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  732.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  733.         $instance->add($d);
  734.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  735.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  736.         $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())));
  737.         $instance->add($e);
  738.         $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()))));
  739.         $instance->add($f);
  740.         return $instance;
  741.     }
  742.     /**
  743.      * Gets the public '.container.private.security.authorization_checker' shared service.
  744.      *
  745.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  746.      */
  747.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  748.     {
  749.         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()), falsefalsefalse);
  750.     }
  751.     /**
  752.      * Gets the public '.container.private.security.token_storage' shared service.
  753.      *
  754.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  755.      */
  756.     protected function get_Container_Private_Security_TokenStorageService()
  757.     {
  758.         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, [
  759.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  760.         ], [
  761.             'request_stack' => '?',
  762.         ]));
  763.     }
  764.     /**
  765.      * Gets the public '.container.private.serializer' shared service.
  766.      *
  767.      * @return \Symfony\Component\Serializer\Serializer
  768.      */
  769.     protected function get_Container_Private_SerializerService()
  770.     {
  771.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  772.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  773.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  774.         $d = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  775.         $e = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($d);
  776.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  777.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  778.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  779.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  780.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  781.         $k = new \ApiPlatform\Core\Swagger\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''''', [], [], $jtrue'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()), $d));
  782.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  783.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  784.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  785.         $o = ($this->privates['mws_api_platform_extra.routing.iri_converter'] ?? $this->getMwsApiPlatformExtra_Routing_IriConverterService());
  786.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  787.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  788.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  789.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  790.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$a$b$sNULL, []);
  791.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \MWS\CustomerBundle\Serializer\PhoneNumberNormalizer(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService())), => $e=> $k=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $e=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($f$g$h$nNULL$l$j$m), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($f$o$l), 10 => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($ltrue), 11 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \MWS\NutritionCalculatorBundle\Serializer\RequirementItemNormalizer(new \MWS\NutritionCalculatorBundle\Serializer\AnalysisNormalizer(new \MWS\CustomerBundle\Serializer\CustomerAccountNormalizer(new \MWS\CustomerBundle\Serializer\AddressTypeNormalizer(new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($f$g$h$o$n$p$a$m$q, [], new RewindableGenerator(function () {
  792.             return new \EmptyIterator();
  793.         }, 0), $r), ($this->services['translator'] ?? $this->getTranslatorService()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))), 15 => new \ApiPlatform\Core\Serializer\ItemNormalizer($g$h$o$n$a$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  794.             return new \EmptyIterator();
  795.         }, 0), $f$r), 16 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 17 => new \MWS\CustomerBundle\Serializer\DateTimeNullNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer()), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$m$b$sNULL, [])), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 25 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($p$n$o), 'page''pagination'$f$a), $f$n$i), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($t$o$p), 28 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  796.     }
  797.     /**
  798.      * Gets the public '.container.private.twig' shared service.
  799.      *
  800.      * @return \Twig\Environment
  801.      */
  802.     protected function get_Container_Private_TwigService()
  803.     {
  804.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  805.         $a->addPath((\dirname(__DIR__4).'/templates'));
  806.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/DependencyInjection/../Resources/public/css'), 'css');
  807.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  809.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  810.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  811.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  812.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  813.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/views'), 'MWSUser');
  814.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/views'), '!MWSUser');
  815.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/views'), 'MWSCustomer');
  816.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/views'), '!MWSCustomer');
  817.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/views'), 'MWSNutritionCalculator');
  818.         $a->addPath((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/views'), '!MWSNutritionCalculator');
  819.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  821.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  823.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  825.         $a->addPath((\dirname(__DIR__4).'/templates'));
  826.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  827.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  828.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  829.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  830.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  831.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  832.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  833.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  834.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  835.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  836.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  837.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  838.         $i = new \Symfony\Bridge\Twig\AppVariable();
  839.         $i->setEnvironment('dev');
  840.         $i->setDebug(true);
  841.         if ($this->has('.container.private.security.token_storage')) {
  842.             $i->setTokenStorage($g);
  843.         }
  844.         if ($this->has('request_stack')) {
  845.             $i->setRequestStack($d);
  846.         }
  847.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  852.             return new \EmptyIterator();
  853.         }, 0))));
  854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  865.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  866.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  867.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  868.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  869.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  870.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  871.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  872.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  873.         $instance->addGlobal('app'$i);
  874.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  875.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  876.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  877.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  878.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  879.         ], [
  880.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  881.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  882.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  883.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  884.         ])));
  885.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  886.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  887.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  888.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public '.container.private.validator' shared service.
  893.      *
  894.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  895.      */
  896.     protected function get_Container_Private_ValidatorService()
  897.     {
  898.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  899.     }
  900.     /**
  901.      * Gets the public 'cache.app' shared service.
  902.      *
  903.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  904.      */
  905.     protected function getCache_AppService()
  906.     {
  907.         $a = new \Symfony\Component\Cache\Adapter\ApcuAdapter('bGlOOy+NmJ'0$this->getParameter('container.build_id'));
  908.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  909.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  910.     }
  911.     /**
  912.      * Gets the public 'cache.system' shared service.
  913.      *
  914.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  915.      */
  916.     protected function getCache_SystemService()
  917.     {
  918.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cYo4YZOrEW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  919.     }
  920.     /**
  921.      * Gets the public 'cache.validator_expression_language' shared service.
  922.      *
  923.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  924.      */
  925.     protected function getCache_ValidatorExpressionLanguageService()
  926.     {
  927.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WCM-XJPFjX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  928.     }
  929.     /**
  930.      * Gets the public 'doctrine' shared service.
  931.      *
  932.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  933.      */
  934.     protected function getDoctrineService()
  935.     {
  936.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  937.     }
  938.     /**
  939.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  940.      *
  941.      * @return \Doctrine\DBAL\Connection
  942.      */
  943.     protected function getDoctrine_Dbal_DefaultConnectionService()
  944.     {
  945.         $a = new \Doctrine\DBAL\Configuration();
  946.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  947.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  948.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  949.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  950.         $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()))]));
  951.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => $this->getEnv('DATABASE_DRIVER'), 'host' => $this->getEnv('DATABASE_HOST'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'port' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  952.             'configurable_discrimination.listener.doctrine_event_listener' => ['privates''configurable_discrimination.listener.doctrine_event_listener''getConfigurableDiscrimination_Listener_DoctrineEventListenerService'true],
  953.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  954.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  955.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  956.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  957.             'mws_nc.listener.pet_entity_listener' => ['privates''mws_nc.listener.pet_entity_listener''getMwsNc_Listener_PetEntityListenerService'true],
  958.             'mws_nc.listener.recipe_entity_listener' => ['privates''mws_nc.listener.recipe_entity_listener''getMwsNc_Listener_RecipeEntityListenerService'true],
  959.             'mws_user.subscriber.invitation_post_load_subscriber' => ['privates''mws_user.subscriber.invitation_post_load_subscriber''getMwsUser_Subscriber_InvitationPostLoadSubscriberService'true],
  960.             'mws_user.user_listener' => ['privates''mws_user.user_listener''getMwsUser_UserListenerService'true],
  961.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  962.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  963.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  964.         ], [
  965.             'configurable_discrimination.listener.doctrine_event_listener' => '?',
  966.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  967.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  968.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  969.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  970.             'mws_nc.listener.pet_entity_listener' => '?',
  971.             'mws_nc.listener.recipe_entity_listener' => '?',
  972.             'mws_user.subscriber.invitation_post_load_subscriber' => '?',
  973.             'mws_user.user_listener' => '?',
  974.             'stof_doctrine_extensions.listener.blameable' => '?',
  975.             'stof_doctrine_extensions.listener.timestampable' => '?',
  976.             'stof_doctrine_extensions.listener.translatable' => '?',
  977.         ]), [=> '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'=> 'mws_user.user_listener'=> 'mws_user.subscriber.invitation_post_load_subscriber'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.blameable'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'prePersist'], => 'mws_nc.listener.recipe_entity_listener'], => [=> [=> 'postLoad'], => 'mws_nc.listener.recipe_entity_listener'], 10 => [=> [=> 'postLoad'], => 'mws_nc.listener.pet_entity_listener'], 11 => [=> [=> 'loadClassMetadata'], => 'configurable_discrimination.listener.doctrine_event_listener'], 12 => 'stof_doctrine_extensions.listener.translatable']), []);
  978.     }
  979.     /**
  980.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  981.      *
  982.      * @return \Doctrine\ORM\EntityManager
  983.      */
  984.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  985.     {
  986.         if ($lazyLoad) {
  987.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  988.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  989.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  990.                     $proxy->setProxyInitializer(null);
  991.                     return true;
  992.                 });
  993.             });
  994.         }
  995.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  996.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  997.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  999.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1001.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1002.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1003.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1004.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1005.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1006.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1007.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1008.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1009.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1011.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1012.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1013.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1014.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1023.         $a = new \Doctrine\ORM\Configuration();
  1024.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1025.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1026.         $b->addDriver($c'MWS\\UserBundle\\Entity');
  1027.         $b->addDriver($c'MWS\\CustomerBundle\\Entity');
  1028.         $b->addDriver($c'MWS\\NutritionCalculatorBundle\\Entity');
  1029.         $b->addDriver($c'MWS\\IntlBundle\\Entity');
  1030.         $b->addDriver(($this->privates['.4_doctrine_metadata_driver~pIyrAgt'] ?? $this->get_4DoctrineMetadataDriverpIyrAgtService()), 'MWS\\UserBundle\\Entity');
  1031.         $b->addDriver(($this->privates['.5_doctrine_metadata_driver~oUFjF1K'] ?? $this->get_5DoctrineMetadataDriveroUFjF1KService()), 'MWS\\UserBundle\\Model');
  1032.         $b->addDriver(($this->privates['.6_doctrine_metadata_driver~olO1hoV'] ?? $this->get_6DoctrineMetadataDriverolO1hoVService()), 'MWS\\CustomerBundle\\Entity');
  1033.         $b->addDriver(($this->privates['.7_doctrine_metadata_driver~JNsmiLL'] ?? $this->get_7DoctrineMetadataDriverJNsmiLLService()), 'MWS\\NutritionCalculatorBundle\\Entity');
  1034.         $a->setEntityNamespaces(['MWSUserBundle' => 'MWS\\UserBundle\\Entity''MWSCustomerBundle' => 'MWS\\CustomerBundle\\Entity''MWSNutritionCalculatorBundle' => 'MWS\\NutritionCalculatorBundle\\Entity''MWSIntlBundle' => 'MWS\\IntlBundle\\Entity']);
  1035.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1036.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService())));
  1037.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService())));
  1038.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1039.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1040.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1041.         ], [
  1042.             'doctrine.ulid_generator' => '?',
  1043.             'doctrine.uuid_generator' => '?',
  1044.         ])));
  1045.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1046.         $a->setProxyNamespace('Proxies');
  1047.         $a->setAutoGenerateProxyClasses(true);
  1048.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1049.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1050.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1051.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1052.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1053.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1054.             'MWS\\NutritionCalculatorBundle\\Repository\\BlsRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\BlsRepository''getBlsRepositoryService'true],
  1055.             'MWS\\NutritionCalculatorBundle\\Repository\\CatRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\CatRepository''getCatRepositoryService'true],
  1056.             'MWS\\NutritionCalculatorBundle\\Repository\\DietarySupplementRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\DietarySupplementRepository''getDietarySupplementRepositoryService'true],
  1057.             'MWS\\NutritionCalculatorBundle\\Repository\\DogBreedRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\DogBreedRepository''getDogBreedRepositoryService'true],
  1058.             'MWS\\NutritionCalculatorBundle\\Repository\\DogRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\DogRepository''getDogRepositoryService'true],
  1059.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataClassificationRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataClassificationRepository''getNutritionDatabaseMetadataClassificationRepositoryService'true],
  1060.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataDimensionRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataDimensionRepository''getNutritionDatabaseMetadataDimensionRepositoryService'true],
  1061.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataRepository''getNutritionDatabaseMetadataRepositoryService'true],
  1062.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseRepository''getNutritionDatabaseRepositoryService'true],
  1063.             'MWS\\NutritionCalculatorBundle\\Repository\\PetOwnerRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\PetOwnerRepository''getPetOwnerRepositoryService'true],
  1064.             'MWS\\NutritionCalculatorBundle\\Repository\\PetRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\PetRepository''getPetRepositoryService'true],
  1065.             'MWS\\NutritionCalculatorBundle\\Repository\\RecipeRepository' => ['privates''MWS\\NutritionCalculatorBundle\\Repository\\RecipeRepository''getRecipeRepositoryService'true],
  1066.         ], [
  1067.             'MWS\\NutritionCalculatorBundle\\Repository\\BlsRepository' => '?',
  1068.             'MWS\\NutritionCalculatorBundle\\Repository\\CatRepository' => '?',
  1069.             'MWS\\NutritionCalculatorBundle\\Repository\\DietarySupplementRepository' => '?',
  1070.             'MWS\\NutritionCalculatorBundle\\Repository\\DogBreedRepository' => '?',
  1071.             'MWS\\NutritionCalculatorBundle\\Repository\\DogRepository' => '?',
  1072.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataClassificationRepository' => '?',
  1073.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataDimensionRepository' => '?',
  1074.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseMetadataRepository' => '?',
  1075.             'MWS\\NutritionCalculatorBundle\\Repository\\NutritionDatabaseRepository' => '?',
  1076.             'MWS\\NutritionCalculatorBundle\\Repository\\PetOwnerRepository' => '?',
  1077.             'MWS\\NutritionCalculatorBundle\\Repository\\PetRepository' => '?',
  1078.             'MWS\\NutritionCalculatorBundle\\Repository\\RecipeRepository' => '?',
  1079.         ])));
  1080.         $a->addCustomStringFunction('to_tsvector''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\ToTsvector');
  1081.         $a->addCustomStringFunction('to_tsquery''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\ToTsquery');
  1082.         $a->addCustomStringFunction('websearch_to_tsquery''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\WebsearchToTsquery');
  1083.         $a->addCustomStringFunction('plainto_tsquery''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\PlaintoTsquery');
  1084.         $a->addCustomStringFunction('phraseto_tsquery''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\PhrasetoTsquery');
  1085.         $a->addCustomStringFunction('ts_matches''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\TsMatches');
  1086.         $a->addCustomStringFunction('text''Bambi\\PostgresTextSearchBundle\\Doctrine\\Query\\Text');
  1087.         $a->addCustomStringFunction('field''MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Query\\Field');
  1088.         $a->addCustomStringFunction('ORDER_BY_TEXT_ARRAY''MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Query\\OrderByTextArray');
  1089.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1090.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the public 'event_dispatcher' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1097.      */
  1098.     protected function getEventDispatcherService()
  1099.     {
  1100.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1101.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1102.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1103.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1104.         $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())));
  1105.         $instance->addListener('kernel.controller', [=> function () {
  1106.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1107.         }, => 'onKernelController'], 0);
  1108.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1109.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1110.         }, => 'checkPassport'], 1024);
  1111.         $instance->addListener('kernel.response', [=> function () {
  1112.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1113.         }, => 'onKernelResponse'], 0);
  1114.         $instance->addListener('kernel.request', [=> function () {
  1115.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1116.         }, => 'onKernelRequest'], 7);
  1117.         $instance->addListener('kernel.request', [=> function () {
  1118.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1119.         }, => 'onKernelRequest'], 4);
  1120.         $instance->addListener('kernel.view', [=> function () {
  1121.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1122.         }, => 'onKernelView'], 32);
  1123.         $instance->addListener('kernel.request', [=> function () {
  1124.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1125.         }, => 'onKernelRequest'], 2);
  1126.         $instance->addListener('kernel.view', [=> function () {
  1127.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1128.         }, => 'onKernelView'], 16);
  1129.         $instance->addListener('kernel.view', [=> function () {
  1130.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1131.         }, => 'onKernelView'], 8);
  1132.         $instance->addListener('kernel.exception', [=> function () {
  1133.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1134.         }, => 'onKernelException'], 0);
  1135.         $instance->addListener('kernel.exception', [=> function () {
  1136.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1137.         }, => 'onKernelException'], -96);
  1138.         $instance->addListener('kernel.request', [=> function () {
  1139.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1140.         }, => 'onKernelRequest'], 0);
  1141.         $instance->addListener('kernel.response', [=> function () {
  1142.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1143.         }, => 'onKernelResponse'], 0);
  1144.         $instance->addListener('kernel.response', [=> function () {
  1145.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1146.         }, => 'onKernelResponse'], -1);
  1147.         $instance->addListener('kernel.view', [=> function () {
  1148.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1149.         }, => 'onKernelView'], 64);
  1150.         $instance->addListener('kernel.request', [=> function () {
  1151.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1152.         }, => 'onKernelRequest'], 16);
  1153.         $instance->addListener('kernel.request', [=> function () {
  1154.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1155.         }, => 'onSecurity'], 3);
  1156.         $instance->addListener('kernel.request', [=> function () {
  1157.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1158.         }, => 'onSecurityPostDenormalize'], 1);
  1159.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1160.             return ($this->privates['mws_user.listener.jwt_created_listener'] ?? $this->load('getMwsUser_Listener_JwtCreatedListenerService'));
  1161.         }, => 'onJWTCreated'], -1);
  1162.         $instance->addListener('kernel.view', [=> function () {
  1163.             return ($this->privates['mws_user.api_platform.event_listener'] ?? $this->load('getMwsUser_ApiPlatform_EventListenerService'));
  1164.         }, => 'onKernelView'], 24);
  1165.         $instance->addListener('kernel.response', [=> function () {
  1166.             return ($this->privates['mws_nc.listener.requirement_response_listener'] ?? ($this->privates['mws_nc.listener.requirement_response_listener'] = new \MWS\NutritionCalculatorBundle\EventListener\RequirementResponseListener()));
  1167.         }, => 'onKernelResponse'], 25);
  1168.         $instance->addListener('kernel.response', [=> function () {
  1169.             return ($this->privates['mws_nc.listener.pet_requirement_response_listener'] ?? ($this->privates['mws_nc.listener.pet_requirement_response_listener'] = new \MWS\NutritionCalculatorBundle\EventListener\PetRequirementResponseListener()));
  1170.         }, => 'onKernelResponse'], 25);
  1171.         $instance->addListener('kernel.request', [=> function () {
  1172.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1173.         }, => 'onKernelRequest'], 250);
  1174.         $instance->addListener('kernel.response', [=> function () {
  1175.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1176.         }, => 'onKernelResponse'], 0);
  1177.         $instance->addListener('kernel.response', [=> function () {
  1178.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1179.         }, => 'onResponse'], 0);
  1180.         $instance->addListener('kernel.response', [=> function () {
  1181.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1182.         }, => 'onKernelResponse'], 0);
  1183.         $instance->addListener('kernel.response', [=> function () {
  1184.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1185.         }, => 'onKernelResponse'], -1024);
  1186.         $instance->addListener('kernel.request', [=> function () {
  1187.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1188.         }, => 'setDefaultLocale'], 100);
  1189.         $instance->addListener('kernel.request', [=> function () {
  1190.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1191.         }, => 'onKernelRequest'], 16);
  1192.         $instance->addListener('kernel.finish_request', [=> function () {
  1193.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1194.         }, => 'onKernelFinishRequest'], 0);
  1195.         $instance->addListener('kernel.request', [=> function () {
  1196.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1197.         }, => 'onKernelRequest'], 256);
  1198.         $instance->addListener('kernel.response', [=> function () {
  1199.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1200.         }, => 'onResponse'], -255);
  1201.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1202.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1203.         }, => 'onControllerArguments'], 0);
  1204.         $instance->addListener('kernel.exception', [=> function () {
  1205.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1206.         }, => 'logKernelException'], 0);
  1207.         $instance->addListener('kernel.exception', [=> function () {
  1208.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1209.         }, => 'onKernelException'], -128);
  1210.         $instance->addListener('kernel.response', [=> function () {
  1211.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1212.         }, => 'removeCspHeader'], -128);
  1213.         $instance->addListener('kernel.request', [=> function () {
  1214.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1215.         }, => 'onKernelRequest'], 15);
  1216.         $instance->addListener('kernel.finish_request', [=> function () {
  1217.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1218.         }, => 'onKernelFinishRequest'], -15);
  1219.         $instance->addListener('console.error', [=> function () {
  1220.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1221.         }, => 'onConsoleError'], -128);
  1222.         $instance->addListener('console.terminate', [=> function () {
  1223.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1224.         }, => 'onConsoleTerminate'], -128);
  1225.         $instance->addListener('console.error', [=> function () {
  1226.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1227.         }, => 'onConsoleError'], 0);
  1228.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1229.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, [=> 'martinsbox1@t-online.de'])));
  1230.         }, => 'onMessage'], -255);
  1231.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1232.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1233.         }, => 'onMessage'], -255);
  1234.         $instance->addListener('kernel.request', [=> function () {
  1235.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1236.         }, => 'configure'], 2048);
  1237.         $instance->addListener('console.command', [=> function () {
  1238.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1239.         }, => 'configure'], 2048);
  1240.         $instance->addListener('kernel.request', [=> function () {
  1241.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1242.         }, => 'onKernelRequest'], 32);
  1243.         $instance->addListener('kernel.finish_request', [=> function () {
  1244.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1245.         }, => 'onKernelFinishRequest'], 0);
  1246.         $instance->addListener('kernel.exception', [=> function () {
  1247.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1248.         }, => 'onKernelException'], -64);
  1249.         $instance->addListener('kernel.response', [=> function () {
  1250.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1251.         }, => 'onKernelResponse'], 0);
  1252.         $instance->addListener('kernel.request', [=> function () {
  1253.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1254.         }, => 'onKernelRequest'], 128);
  1255.         $instance->addListener('kernel.response', [=> function () {
  1256.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1257.         }, => 'onKernelResponse'], -1000);
  1258.         $instance->addListener('kernel.finish_request', [=> function () {
  1259.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1260.         }, => 'onFinishRequest'], 0);
  1261.         $instance->addListener('kernel.response', [=> function () {
  1262.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1263.         }, => 'onKernelResponse'], -100);
  1264.         $instance->addListener('kernel.exception', [=> function () {
  1265.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1266.         }, => 'onKernelException'], 0);
  1267.         $instance->addListener('kernel.terminate', [=> function () {
  1268.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1269.         }, => 'onKernelTerminate'], -1024);
  1270.         $instance->addListener('kernel.controller', [=> function () {
  1271.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1272.         }, => 'onKernelController'], 0);
  1273.         $instance->addListener('kernel.response', [=> function () {
  1274.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1275.         }, => 'onKernelResponse'], 0);
  1276.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1277.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1278.         }, => 'onMessage'], 0);
  1279.         $instance->addListener('kernel.response', [=> function () {
  1280.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1281.         }, => 'onKernelResponse'], 0);
  1282.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1283.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1284.         }, => 'checkPassport'], 0);
  1285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1286.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1287.         }, => 'onLoginSuccess'], 0);
  1288.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1289.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1290.         }, => 'onVoterVote'], 0);
  1291.         $instance->addListener('kernel.request', [=> function () {
  1292.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1293.         }, => 'configureLogoutUrlGenerator'], 8);
  1294.         $instance->addListener('kernel.request', [=> function () {
  1295.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1296.         }, => 'onKernelRequest'], 8);
  1297.         $instance->addListener('kernel.finish_request', [=> function () {
  1298.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1299.         }, => 'onKernelFinishRequest'], 0);
  1300.         $instance->addListener('mws_user.security.implicit_login', [=> function () {
  1301.             return ($this->privates['mws_user.security.interactive_login_listener'] ?? $this->load('getMwsUser_Security_InteractiveLoginListenerService'));
  1302.         }, => 'onImplicitLogin'], 0);
  1303.         $instance->addListener('security.interactive_login', [=> function () {
  1304.             return ($this->privates['mws_user.security.interactive_login_listener'] ?? $this->load('getMwsUser_Security_InteractiveLoginListenerService'));
  1305.         }, => 'onSecurityInteractiveLogin'], 0);
  1306.         $instance->addListener('mws_user.registration.completed', [=> function () {
  1307.             return ($this->privates['mws_user.listener.authentication'] ?? $this->load('getMwsUser_Listener_AuthenticationService'));
  1308.         }, => 'authenticate'], 0);
  1309.         $instance->addListener('mws_user.registration.confirmed', [=> function () {
  1310.             return ($this->privates['mws_user.listener.authentication'] ?? $this->load('getMwsUser_Listener_AuthenticationService'));
  1311.         }, => 'authenticate'], 0);
  1312.         $instance->addListener('mws_user.resetting.reset.completed', [=> function () {
  1313.             return ($this->privates['mws_user.listener.authentication'] ?? $this->load('getMwsUser_Listener_AuthenticationService'));
  1314.         }, => 'authenticate'], 0);
  1315.         $instance->addListener('kernel.view', [=> function () {
  1316.             return ($this->privates['mws_user.subscriber.reset_password_request_subscriber'] ?? $this->load('getMwsUser_Subscriber_ResetPasswordRequestSubscriberService'));
  1317.         }, => 'sendPasswordReset'], 63);
  1318.         $instance->addListener('kernel.view', [=> function () {
  1319.             return ($this->privates['mws_user.subscriber.reset_password_subscriber'] ?? $this->load('getMwsUser_Subscriber_ResetPasswordSubscriberService'));
  1320.         }, => 'passwordReset'], 63);
  1321.         $instance->addListener('kernel.view', [=> function () {
  1322.             return ($this->privates['mws_user.subscriber.invitation_request_subscriber'] ?? $this->load('getMwsUser_Subscriber_InvitationRequestSubscriberService'));
  1323.         }, => 'sendInvitation'], 63);
  1324.         $instance->addListener('kernel.view', [=> function () {
  1325.             return ($this->privates['mws_user.subscriber.reinvitation_request_subscriber'] ?? $this->load('getMwsUser_Subscriber_ReinvitationRequestSubscriberService'));
  1326.         }, => 'sendInvitation'], 63);
  1327.         $instance->addListener('kernel.view', [=> function () {
  1328.             return ($this->privates['mws_user.subscriber.invitation_confirmation_subscriber'] ?? $this->load('getMwsUser_Subscriber_InvitationConfirmationSubscriberService'));
  1329.         }, => 'confirmInvitation'], 63);
  1330.         $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [=> function () {
  1331.             return ($this->privates['mws_user.subscriber.jwt_refresh_cookie_subscriber'] ?? $this->getMwsUser_Subscriber_JwtRefreshCookieSubscriberService());
  1332.         }, => 'onAuthenticatedAccess'], 0);
  1333.         $instance->addListener('kernel.response', [=> function () {
  1334.             return ($this->privates['mws_user.subscriber.jwt_refresh_cookie_subscriber'] ?? $this->getMwsUser_Subscriber_JwtRefreshCookieSubscriberService());
  1335.         }, => 'onAuthenticatedResponse'], 0);
  1336.         $instance->addListener('mws_user.invitation.confirmation_initialize', [=> function () {
  1337.             return ($this->privates['mws_user.listener.invitation'] ?? $this->load('getMwsUser_Listener_InvitationService'));
  1338.         }, => 'onInvitationConfirmationInitialize'], 0);
  1339.         $instance->addListener('mws_user.invitation.update_user', [=> function () {
  1340.             return ($this->privates['mws_user.listener.invitation'] ?? $this->load('getMwsUser_Listener_InvitationService'));
  1341.         }, => 'onInvitationUpdateUser'], 0);
  1342.         $instance->addListener('mws_user.change_password.edit.completed', [=> function () {
  1343.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1344.         }, => 'addSuccessFlash'], 0);
  1345.         $instance->addListener('mws_user.group.create.completed', [=> function () {
  1346.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1347.         }, => 'addSuccessFlash'], 0);
  1348.         $instance->addListener('mws_user.group.delete.completed', [=> function () {
  1349.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1350.         }, => 'addSuccessFlash'], 0);
  1351.         $instance->addListener('mws_user.group.edit.completed', [=> function () {
  1352.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1353.         }, => 'addSuccessFlash'], 0);
  1354.         $instance->addListener('mws_user.profile.edit.completed', [=> function () {
  1355.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1356.         }, => 'addSuccessFlash'], 0);
  1357.         $instance->addListener('mws_user.registration.completed', [=> function () {
  1358.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1359.         }, => 'addSuccessFlash'], 0);
  1360.         $instance->addListener('mws_user.resetting.reset.completed', [=> function () {
  1361.             return ($this->privates['mws_user.listener.flash'] ?? $this->load('getMwsUser_Listener_FlashService'));
  1362.         }, => 'addSuccessFlash'], 0);
  1363.         $instance->addListener('mws_user.resetting.reset.initialize', [=> function () {
  1364.             return ($this->privates['mws_user.listener.resetting'] ?? $this->load('getMwsUser_Listener_ResettingService'));
  1365.         }, => 'onResettingResetInitialize'], 0);
  1366.         $instance->addListener('mws_user.resetting.reset.success', [=> function () {
  1367.             return ($this->privates['mws_user.listener.resetting'] ?? $this->load('getMwsUser_Listener_ResettingService'));
  1368.         }, => 'onResettingResetSuccess'], 0);
  1369.         $instance->addListener('mws_user.resetting.reset.request', [=> function () {
  1370.             return ($this->privates['mws_user.listener.resetting'] ?? $this->load('getMwsUser_Listener_ResettingService'));
  1371.         }, => 'onResettingResetRequest'], 0);
  1372.         $instance->addListener('kernel.view', [=> function () {
  1373.             return ($this->privates['mws_customer.subscriber.invitation_request_subscriber'] ?? $this->load('getMwsCustomer_Subscriber_InvitationRequestSubscriberService'));
  1374.         }, => 'sendInvitation'], 63);
  1375.         $instance->addListener('kernel.view', [=> function () {
  1376.             return ($this->privates['mws_customer.subscriber.reinvitation_request_subscriber'] ?? $this->load('getMwsCustomer_Subscriber_ReinvitationRequestSubscriberService'));
  1377.         }, => 'sendInvitation'], 63);
  1378.         $instance->addListener('kernel.view', [=> function () {
  1379.             return ($this->privates['mws_customer.subscriber.invitation_confirmation_subscriber'] ?? $this->load('getMwsCustomer_Subscriber_InvitationConfirmationSubscriberService'));
  1380.         }, => 'confirmInvitation'], 63);
  1381.         $instance->addListener('kernel.request', [=> function () {
  1382.             return ($this->privates['MWS\\IntlBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1383.         }, => 'onKernelRequest'], 17);
  1384.         $instance->addListener('kernel.response', [=> function () {
  1385.             return ($this->privates['MWS\\IntlBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1386.         }, => 'setContentLanguage'], 0);
  1387.         $instance->addListener('kernel.controller', [=> function () {
  1388.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1389.         }, => 'onKernelController'], 0);
  1390.         $instance->addListener('kernel.controller', [=> function () {
  1391.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1392.         }, => 'onKernelController'], 0);
  1393.         $instance->addListener('kernel.controller', [=> function () {
  1394.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1395.         }, => 'onKernelController'], -128);
  1396.         $instance->addListener('kernel.view', [=> function () {
  1397.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1398.         }, => 'onKernelView'], 0);
  1399.         $instance->addListener('kernel.controller', [=> function () {
  1400.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1401.         }, => 'onKernelController'], 0);
  1402.         $instance->addListener('kernel.response', [=> function () {
  1403.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1404.         }, => 'onKernelResponse'], 0);
  1405.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1406.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1407.         }, => 'onKernelControllerArguments'], 0);
  1408.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1409.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1410.         }, => 'onKernelControllerArguments'], 0);
  1411.         $instance->addListener('console.error', [=> function () {
  1412.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1413.         }, => 'onConsoleError'], 0);
  1414.         $instance->addListener('console.terminate', [=> function () {
  1415.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1416.         }, => 'onConsoleTerminate'], 0);
  1417.         $instance->addListener('kernel.response', [=> function () {
  1418.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1419.         }, => 'onKernelResponse'], -128);
  1420.         $instance->addListener('console.command', [=> function () {
  1421.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1422.         }, => 'onCommand'], 255);
  1423.         $instance->addListener('console.terminate', [=> function () {
  1424.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1425.         }, => 'onTerminate'], -255);
  1426.         $instance->addListener('kernel.request', [=> function () {
  1427.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1428.         }, => 'onKernelRequest'], 0);
  1429.         $instance->addListener('kernel.request', [=> function () {
  1430.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  1431.         }, => 'onKernelRequest'], 0);
  1432.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1433.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1434.         }, => 'checkPassport'], 512);
  1435.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1436.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1437.         }, => 'onLogout'], 0);
  1438.         return $instance;
  1439.     }
  1440.     /**
  1441.      * Gets the public 'http_kernel' shared service.
  1442.      *
  1443.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1444.      */
  1445.     protected function getHttpKernelService()
  1446.     {
  1447.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1448.         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 () {
  1449.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1450.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1451.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1452.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1453.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1454.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1455.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1456.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1457.         }, 8)), $a));
  1458.     }
  1459.     /**
  1460.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1461.      *
  1462.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1463.      */
  1464.     protected function getLexikJwtAuthentication_EncoderService()
  1465.     {
  1466.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'$this->getEnv('JWT_TOKEN_TTL'), 0));
  1467.     }
  1468.     /**
  1469.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1470.      *
  1471.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1472.      */
  1473.     protected function getLexikJwtAuthentication_JwtManagerService()
  1474.     {
  1475.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  1476.         $instance->setUserIdentityField('username');
  1477.         return $instance;
  1478.     }
  1479.     /**
  1480.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1481.      *
  1482.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1483.      */
  1484.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1485.     {
  1486.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/'.$this->getEnv('string:JWT_PRIVATE_KEY_PATH')), (\dirname(__DIR__4).'/'.$this->getEnv('string:JWT_PUBLIC_KEY_PATH')), $this->getEnv('JWT_PASSPHRASE'), []);
  1487.     }
  1488.     /**
  1489.      * Gets the public 'request_stack' shared service.
  1490.      *
  1491.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1492.      */
  1493.     protected function getRequestStackService()
  1494.     {
  1495.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1496.     }
  1497.     /**
  1498.      * Gets the public 'router' shared service.
  1499.      *
  1500.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1501.      */
  1502.     protected function getRouterService()
  1503.     {
  1504.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1505.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1506.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1507.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1508.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1509.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1510.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1511.         ], [
  1512.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1513.         ]))->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'en_US');
  1514.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1515.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public 'translator' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1522.      */
  1523.     protected function getTranslatorService()
  1524.     {
  1525.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1526.     }
  1527.     /**
  1528.      * Gets the private '.4_doctrine_metadata_driver~pIyrAgt' shared service.
  1529.      *
  1530.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  1531.      */
  1532.     protected function get_4DoctrineMetadataDriverpIyrAgtService()
  1533.     {
  1534.         return $this->privates['.4_doctrine_metadata_driver~pIyrAgt'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/doctrine-mapping/Entity') => 'MWS\\UserBundle\\Entity', (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/doctrine-mapping/Model') => 'MWS\\UserBundle\\Model'], '.orm.xml'));
  1535.     }
  1536.     /**
  1537.      * Gets the private '.5_doctrine_metadata_driver~oUFjF1K' shared service.
  1538.      *
  1539.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  1540.      */
  1541.     protected function get_5DoctrineMetadataDriveroUFjF1KService()
  1542.     {
  1543.         return $this->privates['.5_doctrine_metadata_driver~oUFjF1K'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/doctrine-mapping/Entity') => 'MWS\\UserBundle\\Entity', (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/doctrine-mapping/Model') => 'MWS\\UserBundle\\Model'], '.orm.xml'));
  1544.     }
  1545.     /**
  1546.      * Gets the private '.6_doctrine_metadata_driver~olO1hoV' shared service.
  1547.      *
  1548.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  1549.      */
  1550.     protected function get_6DoctrineMetadataDriverolO1hoVService()
  1551.     {
  1552.         return $this->privates['.6_doctrine_metadata_driver~olO1hoV'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/doctrine-mapping/Entity') => 'MWS\\CustomerBundle\\Entity'], '.orm.xml'));
  1553.     }
  1554.     /**
  1555.      * Gets the private '.7_doctrine_metadata_driver~JNsmiLL' shared service.
  1556.      *
  1557.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  1558.      */
  1559.     protected function get_7DoctrineMetadataDriverJNsmiLLService()
  1560.     {
  1561.         return $this->privates['.7_doctrine_metadata_driver~JNsmiLL'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/doctrine-mapping/Entity') => 'MWS\\NutritionCalculatorBundle\\Entity'], '.orm.xml'));
  1562.     }
  1563.     /**
  1564.      * Gets the private '.service_locator.Ufwd9G.' shared service.
  1565.      *
  1566.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1567.      */
  1568.     protected function get_ServiceLocator_Ufwd9G_Service()
  1569.     {
  1570.         return $this->privates['.service_locator.Ufwd9G.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1571.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1572.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1573.             'security.firewall.map.context.invitation' => ['privates''security.firewall.map.context.invitation''getSecurity_Firewall_Map_Context_InvitationService'true],
  1574.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1575.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1576.             'security.firewall.map.context.resetting' => ['privates''security.firewall.map.context.resetting''getSecurity_Firewall_Map_Context_ResettingService'true],
  1577.         ], [
  1578.             'security.firewall.map.context.api' => '?',
  1579.             'security.firewall.map.context.dev' => '?',
  1580.             'security.firewall.map.context.invitation' => '?',
  1581.             'security.firewall.map.context.login' => '?',
  1582.             'security.firewall.map.context.main' => '?',
  1583.             'security.firewall.map.context.resetting' => '?',
  1584.         ]);
  1585.     }
  1586.     /**
  1587.      * Gets the private 'MWS\IntlBundle\EventSubscriber\LocaleSubscriber' shared autowired service.
  1588.      *
  1589.      * @return \MWS\IntlBundle\EventSubscriber\LocaleSubscriber
  1590.      */
  1591.     protected function getLocaleSubscriberService()
  1592.     {
  1593.         return $this->privates['MWS\\IntlBundle\\EventSubscriber\\LocaleSubscriber'] = new \MWS\IntlBundle\EventSubscriber\LocaleSubscriber(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this->parameters['mws_intl.supported_locales'], 'en_US');
  1594.     }
  1595.     /**
  1596.      * Gets the private 'annotations.cache_adapter' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1599.      */
  1600.     protected function getAnnotations_CacheAdapterService()
  1601.     {
  1602.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1603.     }
  1604.     /**
  1605.      * Gets the private 'annotations.cached_reader' shared service.
  1606.      *
  1607.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1608.      */
  1609.     protected function getAnnotations_CachedReaderService()
  1610.     {
  1611.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1612.     }
  1613.     /**
  1614.      * Gets the private 'annotations.reader' shared service.
  1615.      *
  1616.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1617.      */
  1618.     protected function getAnnotations_ReaderService()
  1619.     {
  1620.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1621.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1622.         $a->registerUniqueLoader('class_exists');
  1623.         $instance->addGlobalIgnoredName('required'$a);
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1630.      */
  1631.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1632.     {
  1633.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qt2+C5vDZt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1634.     }
  1635.     /**
  1636.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1639.      */
  1640.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1641.     {
  1642.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EUvBOqtvqE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1643.     }
  1644.     /**
  1645.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1648.      */
  1649.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1650.     {
  1651.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qGbx8rfjym'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1652.     }
  1653.     /**
  1654.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1657.      */
  1658.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1659.     {
  1660.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6JSKf7QFRj'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.subresource_operation_factory' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1666.      */
  1667.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1668.     {
  1669.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sGpBye75wc'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.filter_locator' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1675.      */
  1676.     protected function getApiPlatform_FilterLocatorService()
  1677.     {
  1678.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1679.             'MWS\\NutritionCalculatorBundle\\Filter\\DefaultDietExcludeFilter' => ['privates''MWS\\NutritionCalculatorBundle\\Filter\\DefaultDietExcludeFilter''getDefaultDietExcludeFilterService'true],
  1680.             'MWS\\NutritionCalculatorBundle\\Filter\\DietTypeFilter' => ['privates''MWS\\NutritionCalculatorBundle\\Filter\\DietTypeFilter''getDietTypeFilterService'true],
  1681.             'mws_customer.address.search_filter' => ['privates''mws_customer.address.search_filter''getMwsCustomer_Address_SearchFilterService'true],
  1682.             'mws_nc.dog_breed.search_filter' => ['services''mws_nc.dog_breed.search_filter''getMwsNc_DogBreed_SearchFilterService'true],
  1683.             'mws_nc.nutrition_database.nutrition_type_default_exclude_filter' => ['services''mws_nc.nutrition_database.nutrition_type_default_exclude_filter''getMwsNc_NutritionDatabase_NutritionTypeDefaultExcludeFilterService'true],
  1684.             'mws_nc.nutrition_database.nutrition_type_filter' => ['services''mws_nc.nutrition_database.nutrition_type_filter''getMwsNc_NutritionDatabase_NutritionTypeFilterService'true],
  1685.             'mws_nc.nutrition_database.search_filter' => ['services''mws_nc.nutrition_database.search_filter''getMwsNc_NutritionDatabase_SearchFilterService'true],
  1686.             'mws_nc.pet_pet_owner.search_filter' => ['privates''mws_nc.pet_pet_owner.search_filter''getMwsNc_PetPetOwner_SearchFilterService'true],
  1687.             'mws_user.administrator_groups.search_filter' => ['privates''mws_user.administrator_groups.search_filter''getMwsUser_AdministratorGroups_SearchFilterService'true],
  1688.         ], [
  1689.             'MWS\\NutritionCalculatorBundle\\Filter\\DefaultDietExcludeFilter' => '?',
  1690.             'MWS\\NutritionCalculatorBundle\\Filter\\DietTypeFilter' => '?',
  1691.             'mws_customer.address.search_filter' => '?',
  1692.             'mws_nc.dog_breed.search_filter' => '?',
  1693.             'mws_nc.nutrition_database.nutrition_type_default_exclude_filter' => '?',
  1694.             'mws_nc.nutrition_database.nutrition_type_filter' => '?',
  1695.             'mws_nc.nutrition_database.search_filter' => '?',
  1696.             'mws_nc.pet_pet_owner.search_filter' => '?',
  1697.             'mws_user.administrator_groups.search_filter' => '?',
  1698.         ]);
  1699.     }
  1700.     /**
  1701.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1702.      *
  1703.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1704.      */
  1705.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1706.     {
  1707.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1708.     }
  1709.     /**
  1710.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1711.      *
  1712.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1713.      */
  1714.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1715.     {
  1716.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1717.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1718.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1719.         }
  1720.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1721.     }
  1722.     /**
  1723.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1724.      *
  1725.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1726.      */
  1727.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1728.     {
  1729.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1730.     }
  1731.     /**
  1732.      * Gets the private 'api_platform.identifier.converter' shared service.
  1733.      *
  1734.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1735.      */
  1736.     protected function getApiPlatform_Identifier_ConverterService()
  1737.     {
  1738.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  1739.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] = new \ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer()));
  1740.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] = new \ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer()));
  1741.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1742.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1743.         }, 4));
  1744.     }
  1745.     /**
  1746.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1747.      *
  1748.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1749.      */
  1750.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1751.     {
  1752.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1753.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1754.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  1755.     }
  1756.     /**
  1757.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1758.      *
  1759.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1760.      */
  1761.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1762.     {
  1763.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1764.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1769.      *
  1770.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  1771.      */
  1772.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1773.     {
  1774.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1775.     }
  1776.     /**
  1777.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1778.      *
  1779.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1780.      */
  1781.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1782.     {
  1783.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\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']);
  1784.     }
  1785.     /**
  1786.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1787.      *
  1788.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1789.      */
  1790.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1791.     {
  1792.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['mws_nc.normalizer.recipe_context_builder'] ?? $this->getMwsNc_Normalizer_RecipeContextBuilderService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1793.     }
  1794.     /**
  1795.      * Gets the private 'api_platform.listener.request.read' shared service.
  1796.      *
  1797.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1798.      */
  1799.     protected function getApiPlatform_Listener_Request_ReadService()
  1800.     {
  1801.         return $this->privates['api_platform.listener.request.read'] = 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['mws_nc.normalizer.recipe_context_builder'] ?? $this->getMwsNc_Normalizer_RecipeContextBuilderService()), ($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()));
  1802.     }
  1803.     /**
  1804.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1805.      *
  1806.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  1807.      */
  1808.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1809.     {
  1810.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\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->getApiPlatform_FilterLocatorService())));
  1811.     }
  1812.     /**
  1813.      * Gets the private 'api_platform.metadata.extractor.xml' shared service.
  1814.      *
  1815.      * @return \ApiPlatform\Core\Metadata\Extractor\XmlExtractor
  1816.      */
  1817.     protected function getApiPlatform_Metadata_Extractor_XmlService()
  1818.     {
  1819.         return $this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([=> (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/api-resources/country.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/api-resources/currency.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/api-resources/dial-code.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/api-resources/locale.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/albumin_ammonia_total.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/analysis.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/bls.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/cat.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/cat_diagnosis.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/dietary_supplement.xml'), 10 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/dog.xml'), 11 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/dog_activity.xml'), 12 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/dog_breed.xml'), 13 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/dog_diagnosis.xml'), 14 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/nutrition_database.xml'), 15 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/nutrition_database_metadata.xml'), 16 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/nutrition_database_metadata_classification.xml'), 17 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/nutrition_database_metadata_dimension.xml'), 18 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/optimization.xml'), 19 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/pet.xml'), 20 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/pet_owner.xml'), 21 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/recipe.xml'), 22 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/recipe_item.xml'), 23 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/requirement.xml'), 24 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/requirement_item.xml'), 25 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/requirement_satisfaction.xml'), 26 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/api-resources/sex_type.xml'), 27 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/address_type.xml'), 28 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/billing_address.xml'), 29 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/customer.xml'), 30 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/customer_account.xml'), 31 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/customer_address.xml'), 32 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/customer_contact.xml'), 33 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/customer_type.xml'), 34 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/delivery_address.xml'), 35 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/grade.xml'), 36 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/grade_translation.xml'), 37 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/invitation_customer_account.xml'), 38 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/salutation.xml'), 39 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/api-resources/salutation_translation.xml'), 40 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/api-resources/administrator.xml'), 41 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/api-resources/administrator_group.xml'), 42 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/api-resources/invitation_administrator.xml'), 43 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/api-resources/reset_password.xml'), 44 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/api-resources/roles_hierarchy.xml'), 45 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/api-resources/user.xml')], $this);
  1820.     }
  1821.     /**
  1822.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1823.      *
  1824.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1825.      */
  1826.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1827.     {
  1828.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1829.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), 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'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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'] ?? $this->getApiPlatform_Metadata_Extractor_XmlService())))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1830.             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()));
  1831.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1832.             yield => ($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()));
  1833.             yield => ($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()));
  1834.         }, 4)));
  1835.     }
  1836.     /**
  1837.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1838.      *
  1839.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1840.      */
  1841.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1842.     {
  1843.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? $this->getApiPlatform_Metadata_Extractor_XmlService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  1844.     }
  1845.     /**
  1846.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1847.      *
  1848.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1849.      */
  1850.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1851.     {
  1852.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1853.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 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'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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'] ?? $this->getApiPlatform_Metadata_Extractor_XmlService())), $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']));
  1854.     }
  1855.     /**
  1856.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1857.      *
  1858.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1859.      */
  1860.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1861.     {
  1862.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? $this->getApiPlatform_Metadata_Extractor_XmlService())))));
  1863.     }
  1864.     /**
  1865.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1866.      *
  1867.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  1868.      */
  1869.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1870.     {
  1871.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  1872.     }
  1873.     /**
  1874.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1875.      *
  1876.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1877.      */
  1878.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1879.     {
  1880.         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()));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1884.      *
  1885.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  1886.      */
  1887.     protected function getApiPlatform_ResourceClassResolverService()
  1888.     {
  1889.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1890.     }
  1891.     /**
  1892.      * Gets the private 'api_platform.router' shared service.
  1893.      *
  1894.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  1895.      */
  1896.     protected function getApiPlatform_RouterService()
  1897.     {
  1898.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1899.     }
  1900.     /**
  1901.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1902.      *
  1903.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  1904.      */
  1905.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1906.     {
  1907.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\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()));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1911.      *
  1912.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  1913.      */
  1914.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1915.     {
  1916.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\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()), false);
  1917.     }
  1918.     /**
  1919.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1920.      *
  1921.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  1922.      */
  1923.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1924.     {
  1925.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\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())), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/serialization/Administrator.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/serialization/AdministratorGroup.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/serialization/InvitationAdministrator.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/serialization/RequestPassword.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/serialization/RolesHierarchy.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/serialization/User.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/Address.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/AddressType.xml')), => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/Customer.xml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/CustomerAccount.xml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/CustomerAddress.xml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/CustomerContact.xml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/CustomerType.xml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/Grade.xml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/InvitationCustomerAccount.xml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/serialization/Salutation.xml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/AlbuminAmmoniaTotal.xml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Analysis.xml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Cat.xml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/CatDiagnosis.xml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Dog.xml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/DogActivity.xml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/DogBreed.xml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/DogDiagnosis.xml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/NutritionDatabase.xml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/NutritionDatabaseMetadata.xml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/NutritionDatabaseMetadataClassification.xml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/NutritionDatabaseMetadataDimension.xml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Optimization.xml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Pet.xml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/PetOwner.xml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Recipe.xml')), 33 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/RecipeItem.xml')), 34 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/Requirement.xml')), 35 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/RequirementItem.xml')), 36 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/RequirementSatisfaction.xml')), 37 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/serialization/SexType.xml')), 38 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/serialization/country.xml')), 39 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/serialization/currency.xml')), 40 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/serialization/dial_code.xml')), 41 => new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Resources/config/serialization/locale.xml'))])));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1929.      *
  1930.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1931.      */
  1932.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1933.     {
  1934.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1935.     }
  1936.     /**
  1937.      * Gets the private 'cache.annotations' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1940.      */
  1941.     protected function getCache_AnnotationsService()
  1942.     {
  1943.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NdN32Ued0x'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'cache.property_info' shared service.
  1947.      *
  1948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1949.      */
  1950.     protected function getCache_PropertyInfoService()
  1951.     {
  1952.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lgfP74E3Hz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'cache.security_expression_language' shared service.
  1956.      *
  1957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1958.      */
  1959.     protected function getCache_SecurityExpressionLanguageService()
  1960.     {
  1961.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bARA7i-VLk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'cache.serializer' shared service.
  1965.      *
  1966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1967.      */
  1968.     protected function getCache_SerializerService()
  1969.     {
  1970.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t9Rzpppe9H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'cache.validator' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1976.      */
  1977.     protected function getCache_ValidatorService()
  1978.     {
  1979.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BzCzwg-aKB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'config_cache_factory' shared service.
  1983.      *
  1984.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1985.      */
  1986.     protected function getConfigCacheFactoryService()
  1987.     {
  1988.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1989.             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)));
  1990.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1991.         }, 2));
  1992.     }
  1993.     /**
  1994.      * Gets the private 'data_collector.form' shared service.
  1995.      *
  1996.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1997.      */
  1998.     protected function getDataCollector_FormService()
  1999.     {
  2000.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2001.     }
  2002.     /**
  2003.      * Gets the private 'data_collector.request' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2006.      */
  2007.     protected function getDataCollector_RequestService()
  2008.     {
  2009.         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())));
  2010.     }
  2011.     /**
  2012.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2013.      *
  2014.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2015.      */
  2016.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2017.     {
  2018.         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 () {
  2019.             yield => ($this->privates['mws_customer.data_provider.address_type_collection_data_provider'] ?? $this->load('getMwsCustomer_DataProvider_AddressTypeCollectionDataProviderService'));
  2020.             yield => ($this->privates['mws_customer.data_provider.customer_type_collection_data_provider'] ?? $this->load('getMwsCustomer_DataProvider_CustomerTypeCollectionDataProviderService'));
  2021.             yield => ($this->privates['mws_nc.data_provider.translatable_collection_data_provider'] ?? $this->load('getMwsNc_DataProvider_TranslatableCollectionDataProviderService'));
  2022.             yield => ($this->privates['mws_nc.data_provider.cat_diagnosis_collection_data_provider'] ?? $this->load('getMwsNc_DataProvider_CatDiagnosisCollectionDataProviderService'));
  2023.             yield => ($this->privates['mws_nc.data_provider.dog_diagnosis_collection_data_provider'] ?? $this->load('getMwsNc_DataProvider_DogDiagnosisCollectionDataProviderService'));
  2024.             yield => ($this->privates['mws_nc.data_provider.dog_activity_collection_data_provider'] ?? $this->load('getMwsNc_DataProvider_DogActivityCollectionDataProviderService'));
  2025.             yield => ($this->privates['mws_nc.data_provider.albumin_ammonia_total_collection_data_provider'] ?? $this->load('getMwsNc_DataProvider_AlbuminAmmoniaTotalCollectionDataProviderService'));
  2026.             yield => ($this->privates['mws_nc.data_provider.sex_type_collection_data_provider'] ?? $this->load('getMwsNc_DataProvider_SexTypeCollectionDataProviderService'));
  2027.             yield => ($this->privates['mws_intl.data_provider.country_collection_data_provider'] ?? ($this->privates['mws_intl.data_provider.country_collection_data_provider'] = new \MWS\IntlBundle\DataProvider\CountryCollectionDataProvider()));
  2028.             yield => ($this->privates['mws_intl.data_provider.currency_collection_data_provider'] ?? ($this->privates['mws_intl.data_provider.currency_collection_data_provider'] = new \MWS\IntlBundle\DataProvider\CurrencyCollectionDataProvider()));
  2029.             yield 10 => ($this->privates['mws_intl.data_provider.dial_code_collection_data_provider'] ?? ($this->privates['mws_intl.data_provider.dial_code_collection_data_provider'] = new \MWS\IntlBundle\DataProvider\DialCodeCollectionDataProvider()));
  2030.             yield 11 => ($this->privates['mws_intl.data_provider.locale_collection_data_provider'] ?? ($this->privates['mws_intl.data_provider.locale_collection_data_provider'] = new \MWS\IntlBundle\DataProvider\LocaleCollectionDataProvider()));
  2031.             yield 12 => ($this->privates['mws_intl.data_provider.default_locale_collection_data_provider'] ?? ($this->privates['mws_intl.data_provider.default_locale_collection_data_provider'] = new \MWS\IntlBundle\DataProvider\DefaultLocaleCollectionDataProvider('en_US')));
  2032.             yield 13 => ($this->privates['mws_intl.data_provider.supported_locales_collection_data_provider'] ?? $this->load('getMwsIntl_DataProvider_SupportedLocalesCollectionDataProviderService'));
  2033.             yield 14 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2034.             yield 15 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\AlbuminAmmoniaTotalCollectionDataProvider'] ?? $this->load('getAlbuminAmmoniaTotalCollectionDataProviderService'));
  2035.             yield 16 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\CatDiagnosisCollectionDataProvider'] ?? $this->load('getCatDiagnosisCollectionDataProviderService'));
  2036.             yield 17 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\DogActivityCollectionDataProvider'] ?? $this->load('getDogActivityCollectionDataProviderService'));
  2037.             yield 18 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\DogDiagnosisCollectionDataProvider'] ?? $this->load('getDogDiagnosisCollectionDataProviderService'));
  2038.             yield 19 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\SexTypeCollectionDataProvider'] ?? $this->load('getSexTypeCollectionDataProviderService'));
  2039.             yield 20 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\TranslatableCollectionDataProvider'] ?? $this->load('getTranslatableCollectionDataProviderService'));
  2040.             yield 21 => ($this->privates['MWS\\IntlBundle\\DataProvider\\CountryCollectionDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\CountryCollectionDataProvider'] = new \MWS\IntlBundle\DataProvider\CountryCollectionDataProvider()));
  2041.             yield 22 => ($this->privates['MWS\\IntlBundle\\DataProvider\\CurrencyCollectionDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\CurrencyCollectionDataProvider'] = new \MWS\IntlBundle\DataProvider\CurrencyCollectionDataProvider()));
  2042.             yield 23 => ($this->privates['MWS\\IntlBundle\\DataProvider\\DefaultLocaleCollectionDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\DefaultLocaleCollectionDataProvider'] = new \MWS\IntlBundle\DataProvider\DefaultLocaleCollectionDataProvider()));
  2043.             yield 24 => ($this->privates['MWS\\IntlBundle\\DataProvider\\DialCodeCollectionDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\DialCodeCollectionDataProvider'] = new \MWS\IntlBundle\DataProvider\DialCodeCollectionDataProvider()));
  2044.             yield 25 => ($this->privates['MWS\\IntlBundle\\DataProvider\\LocaleCollectionDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\LocaleCollectionDataProvider'] = new \MWS\IntlBundle\DataProvider\LocaleCollectionDataProvider()));
  2045.             yield 26 => ($this->privates['MWS\\IntlBundle\\DataProvider\\SupportedLocalesCollectionDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\SupportedLocalesCollectionDataProvider'] = new \MWS\IntlBundle\DataProvider\SupportedLocalesCollectionDataProvider()));
  2046.         }, 27)));
  2047.     }
  2048.     /**
  2049.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2050.      *
  2051.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2052.      */
  2053.     protected function getDebug_ApiPlatform_DataPersisterService()
  2054.     {
  2055.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2056.             yield => ($this->privates['MWS\\NutritionCalculatorBundle\\DataPersister\\AnalysisDataPersister'] ?? ($this->privates['MWS\\NutritionCalculatorBundle\\DataPersister\\AnalysisDataPersister'] = new \MWS\NutritionCalculatorBundle\DataPersister\AnalysisDataPersister()));
  2057.             yield => ($this->privates['MWS\\NutritionCalculatorBundle\\DataPersister\\OptimizationDataPersister'] ?? ($this->privates['MWS\\NutritionCalculatorBundle\\DataPersister\\OptimizationDataPersister'] = new \MWS\NutritionCalculatorBundle\DataPersister\OptimizationDataPersister()));
  2058.             yield => ($this->privates['mws_nc.data_persister.optimization_data_persister'] ?? ($this->privates['mws_nc.data_persister.optimization_data_persister'] = new \MWS\NutritionCalculatorBundle\DataPersister\OptimizationDataPersister()));
  2059.             yield => ($this->privates['mws_nc.data_persister.analysis_data_persister'] ?? ($this->privates['mws_nc.data_persister.analysis_data_persister'] = new \MWS\NutritionCalculatorBundle\DataPersister\AnalysisDataPersister()));
  2060.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2061.         }, 5)));
  2062.     }
  2063.     /**
  2064.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2065.      *
  2066.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2067.      */
  2068.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2069.     {
  2070.         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 () {
  2071.             yield => ($this->privates['mws_customer.data_provider.address_type_item_data_provider'] ?? $this->load('getMwsCustomer_DataProvider_AddressTypeItemDataProviderService'));
  2072.             yield => ($this->privates['mws_customer.data_provider.customer_type_item_data_provider'] ?? $this->load('getMwsCustomer_DataProvider_CustomerTypeItemDataProviderService'));
  2073.             yield => ($this->privates['mws_nc.data_provider.cat_diagnosis_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_CatDiagnosisItemDataProviderService'));
  2074.             yield => ($this->privates['mws_nc.data_provider.dog_diagnosis_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_DogDiagnosisItemDataProviderService'));
  2075.             yield => ($this->privates['mws_nc.data_provider.dog_activity_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_DogActivityItemDataProviderService'));
  2076.             yield => ($this->privates['mws_nc.data_provider.albumin_ammonia_total_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_AlbuminAmmoniaTotalItemDataProviderService'));
  2077.             yield => ($this->privates['mws_nc.data_provider.sex_type_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_SexTypeItemDataProviderService'));
  2078.             yield => ($this->privates['mws_nc.data_provider.dog_breed_translations_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_DogBreedTranslationsItemDataProviderService'));
  2079.             yield => ($this->privates['mws_nc.data_provider.recipe_render_item_data_provider'] ?? $this->load('getMwsNc_DataProvider_RecipeRenderItemDataProviderService'));
  2080.             yield => ($this->privates['mws_intl.data_provider.country_item_data_provider'] ?? ($this->privates['mws_intl.data_provider.country_item_data_provider'] = new \MWS\IntlBundle\DataProvider\CountryItemDataProvider()));
  2081.             yield 10 => ($this->privates['mws_intl.data_provider.currency_item_data_provider'] ?? ($this->privates['mws_intl.data_provider.currency_item_data_provider'] = new \MWS\IntlBundle\DataProvider\CurrencyItemDataProvider()));
  2082.             yield 11 => ($this->privates['mws_intl.data_provider.dial_code_item_data_provider'] ?? ($this->privates['mws_intl.data_provider.dial_code_item_data_provider'] = new \MWS\IntlBundle\DataProvider\DialCodeItemDataProvider()));
  2083.             yield 12 => ($this->privates['mws_intl.data_provider.locale_item_data_provider'] ?? ($this->privates['mws_intl.data_provider.locale_item_data_provider'] = new \MWS\IntlBundle\DataProvider\LocaleItemDataProvider()));
  2084.             yield 13 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2085.             yield 14 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\AlbuminAmmoniaTotalItemDataProvider'] ?? $this->load('getAlbuminAmmoniaTotalItemDataProviderService'));
  2086.             yield 15 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\CatDiagnosisItemDataProvider'] ?? $this->load('getCatDiagnosisItemDataProviderService'));
  2087.             yield 16 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\DogActivityItemDataProvider'] ?? $this->load('getDogActivityItemDataProviderService'));
  2088.             yield 17 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\DogBreedTranslationsItemDataProvider'] ?? $this->load('getDogBreedTranslationsItemDataProviderService'));
  2089.             yield 18 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\DogDiagnosisItemDataProvider'] ?? $this->load('getDogDiagnosisItemDataProviderService'));
  2090.             yield 19 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\RecipeRenderItemDataProvider'] ?? $this->load('getRecipeRenderItemDataProviderService'));
  2091.             yield 20 => ($this->privates['MWS\\NutritionCalculatorBundle\\DataProvider\\SexTypeItemDataProvider'] ?? $this->load('getSexTypeItemDataProviderService'));
  2092.             yield 21 => ($this->privates['MWS\\IntlBundle\\DataProvider\\CountryItemDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\CountryItemDataProvider'] = new \MWS\IntlBundle\DataProvider\CountryItemDataProvider()));
  2093.             yield 22 => ($this->privates['MWS\\IntlBundle\\DataProvider\\CurrencyItemDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\CurrencyItemDataProvider'] = new \MWS\IntlBundle\DataProvider\CurrencyItemDataProvider()));
  2094.             yield 23 => ($this->privates['MWS\\IntlBundle\\DataProvider\\DialCodeItemDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\DialCodeItemDataProvider'] = new \MWS\IntlBundle\DataProvider\DialCodeItemDataProvider()));
  2095.             yield 24 => ($this->privates['MWS\\IntlBundle\\DataProvider\\LocaleItemDataProvider'] ?? ($this->privates['MWS\\IntlBundle\\DataProvider\\LocaleItemDataProvider'] = new \MWS\IntlBundle\DataProvider\LocaleItemDataProvider()));
  2096.         }, 25)));
  2097.     }
  2098.     /**
  2099.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2100.      *
  2101.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2102.      */
  2103.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2104.     {
  2105.         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 () {
  2106.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2107.         }, 1)));
  2108.     }
  2109.     /**
  2110.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2111.      *
  2112.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2113.      */
  2114.     protected function getDebug_DebugHandlersListenerService()
  2115.     {
  2116.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2117.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2118.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2119.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2120.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2121.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2122.     }
  2123.     /**
  2124.      * Gets the private 'debug.file_link_formatter' shared service.
  2125.      *
  2126.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2127.      */
  2128.     protected function getDebug_FileLinkFormatterService()
  2129.     {
  2130.         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 () {
  2131.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2132.         });
  2133.     }
  2134.     /**
  2135.      * Gets the private 'debug.log_processor' shared service.
  2136.      *
  2137.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2138.      */
  2139.     protected function getDebug_LogProcessorService()
  2140.     {
  2141.         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())));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2147.      */
  2148.     protected function getDebug_Security_Access_DecisionManagerService()
  2149.     {
  2150.         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 () {
  2151.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2152.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2153.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2154.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2155.     }
  2156.     /**
  2157.      * Gets the private 'debug.security.firewall' shared service.
  2158.      *
  2159.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2160.      */
  2161.     protected function getDebug_Security_FirewallService()
  2162.     {
  2163.         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()));
  2164.     }
  2165.     /**
  2166.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2167.      *
  2168.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2169.      */
  2170.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2171.     {
  2172.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Entity'), => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Entity'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Entity'), => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Entity')]);
  2173.     }
  2174.     /**
  2175.      * Gets the private 'doctrine.result_cache_pool' shared service.
  2176.      *
  2177.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2178.      */
  2179.     protected function getDoctrine_ResultCachePoolService()
  2180.     {
  2181.         $a = new \Symfony\Component\Cache\Adapter\ApcuAdapter('BQppl1fOnG'0$this->getParameter('container.build_id'));
  2182.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2183.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2184.     }
  2185.     /**
  2186.      * Gets the private 'doctrine.system_cache_pool' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2189.      */
  2190.     protected function getDoctrine_SystemCachePoolService()
  2191.     {
  2192.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SVjdnwmAAo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2193.     }
  2194.     /**
  2195.      * Gets the private 'exception_listener' shared service.
  2196.      *
  2197.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2198.      */
  2199.     protected function getExceptionListenerService()
  2200.     {
  2201.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2202.     }
  2203.     /**
  2204.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2205.      *
  2206.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2207.      */
  2208.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2209.     {
  2210.         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())));
  2211.     }
  2212.     /**
  2213.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2214.      *
  2215.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2216.      */
  2217.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2218.     {
  2219.         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()));
  2220.     }
  2221.     /**
  2222.      * Gets the private 'lexik_jwt_authentication.cookie_provider.jwt_hp' shared service.
  2223.      *
  2224.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Cookie\JWTCookieProvider
  2225.      */
  2226.     protected function getLexikJwtAuthentication_CookieProvider_JwtHpService()
  2227.     {
  2228.         return $this->privates['lexik_jwt_authentication.cookie_provider.jwt_hp'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Cookie\JWTCookieProvider('jwt_hp'$this->getEnv('JWT_TOKEN_TTL'), 'strict'$this->getEnv('resolve:JWT_COOKIE_HP_PATH'), $this->getEnv('resolve:JWT_COOKIE_HP_DOMAIN'), truefalse, [=> 'header'=> 'payload']);
  2229.     }
  2230.     /**
  2231.      * Gets the private 'lexik_jwt_authentication.cookie_provider.jwt_s' shared service.
  2232.      *
  2233.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Cookie\JWTCookieProvider
  2234.      */
  2235.     protected function getLexikJwtAuthentication_CookieProvider_JwtSService()
  2236.     {
  2237.         return $this->privates['lexik_jwt_authentication.cookie_provider.jwt_s'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Cookie\JWTCookieProvider('jwt_s'0'strict'$this->getEnv('resolve:JWT_COOKIE_S_PATH'), $this->getEnv('resolve:JWT_COOKIE_S_DOMAIN'), truetrue, [=> 'signature']);
  2238.     }
  2239.     /**
  2240.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  2241.      *
  2242.      * @return \libphonenumber\PhoneNumberUtil
  2243.      */
  2244.     protected function getPhoneNumberUtilService()
  2245.     {
  2246.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  2247.     }
  2248.     /**
  2249.      * Gets the private 'locale_aware_listener' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2252.      */
  2253.     protected function getLocaleAwareListenerService()
  2254.     {
  2255.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2256.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en_US')));
  2257.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2258.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2259.     }
  2260.     /**
  2261.      * Gets the private 'locale_listener' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2264.      */
  2265.     protected function getLocaleListenerService()
  2266.     {
  2267.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en_US', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2268.     }
  2269.     /**
  2270.      * Gets the private 'mime_types' shared service.
  2271.      *
  2272.      * @return \Symfony\Component\Mime\MimeTypes
  2273.      */
  2274.     protected function getMimeTypesService()
  2275.     {
  2276.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2277.         $instance->setDefault($instance);
  2278.         return $instance;
  2279.     }
  2280.     /**
  2281.      * Gets the private 'monolog.handler.console' shared service.
  2282.      *
  2283.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2284.      */
  2285.     protected function getMonolog_Handler_ConsoleService()
  2286.     {
  2287.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2288.     }
  2289.     /**
  2290.      * Gets the private 'monolog.handler.main' shared service.
  2291.      *
  2292.      * @return \Monolog\Handler\StreamHandler
  2293.      */
  2294.     protected function getMonolog_Handler_MainService()
  2295.     {
  2296.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2297.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2298.         return $instance;
  2299.     }
  2300.     /**
  2301.      * Gets the private 'monolog.logger' shared service.
  2302.      *
  2303.      * @return \Symfony\Bridge\Monolog\Logger
  2304.      */
  2305.     protected function getMonolog_LoggerService()
  2306.     {
  2307.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2308.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2309.         $instance->useMicrosecondTimestamps(true);
  2310.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2311.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2312.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2313.         return $instance;
  2314.     }
  2315.     /**
  2316.      * Gets the private 'monolog.logger.cache' shared service.
  2317.      *
  2318.      * @return \Symfony\Bridge\Monolog\Logger
  2319.      */
  2320.     protected function getMonolog_Logger_CacheService()
  2321.     {
  2322.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2323.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2324.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2325.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2326.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2327.         return $instance;
  2328.     }
  2329.     /**
  2330.      * Gets the private 'monolog.logger.request' shared service.
  2331.      *
  2332.      * @return \Symfony\Bridge\Monolog\Logger
  2333.      */
  2334.     protected function getMonolog_Logger_RequestService()
  2335.     {
  2336.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2337.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2338.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2339.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2340.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2341.         return $instance;
  2342.     }
  2343.     /**
  2344.      * Gets the private 'monolog.logger.security' shared service.
  2345.      *
  2346.      * @return \Symfony\Bridge\Monolog\Logger
  2347.      */
  2348.     protected function getMonolog_Logger_SecurityService()
  2349.     {
  2350.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2351.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2352.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2353.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2354.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2355.         return $instance;
  2356.     }
  2357.     /**
  2358.      * Gets the private 'mws_api_platform_extra.routing.iri_converter' shared service.
  2359.      *
  2360.      * @return \MWS\ApiPlatformExtraBundle\Routing\IriConverter
  2361.      */
  2362.     protected function getMwsApiPlatformExtra_Routing_IriConverterService()
  2363.     {
  2364.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2365.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2366.         return $this->privates['mws_api_platform_extra.routing.iri_converter'] = new \MWS\ApiPlatformExtraBundle\Routing\IriConverter($a, 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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($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($b)), $b, ($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()), $a));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'mws_nc.normalizer.recipe_context_builder' shared service.
  2370.      *
  2371.      * @return \MWS\NutritionCalculatorBundle\Serializer\RecipeContextBuilder
  2372.      */
  2373.     protected function getMwsNc_Normalizer_RecipeContextBuilderService()
  2374.     {
  2375.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2376.         return $this->privates['mws_nc.normalizer.recipe_context_builder'] = new \MWS\NutritionCalculatorBundle\Serializer\RecipeContextBuilder(new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'mws_user.subscriber.jwt_refresh_cookie_subscriber' shared service.
  2380.      *
  2381.      * @return \MWS\UserBundle\EventSubscriber\JWTRefreshCookieSubscriber
  2382.      */
  2383.     protected function getMwsUser_Subscriber_JwtRefreshCookieSubscriberService()
  2384.     {
  2385.         return $this->privates['mws_user.subscriber.jwt_refresh_cookie_subscriber'] = new \MWS\UserBundle\EventSubscriber\JWTRefreshCookieSubscriber(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), [=> ($this->privates['lexik_jwt_authentication.cookie_provider.jwt_hp'] ?? $this->getLexikJwtAuthentication_CookieProvider_JwtHpService()), => ($this->privates['lexik_jwt_authentication.cookie_provider.jwt_s'] ?? $this->getLexikJwtAuthentication_CookieProvider_JwtSService())]);
  2386.     }
  2387.     /**
  2388.      * Gets the private 'mws_user.util.canonical_fields_updater' shared service.
  2389.      *
  2390.      * @return \MWS\UserBundle\Util\CanonicalFieldsUpdater
  2391.      */
  2392.     protected function getMwsUser_Util_CanonicalFieldsUpdaterService()
  2393.     {
  2394.         $a = new \MWS\UserBundle\Util\Canonicalizer();
  2395.         return $this->privates['mws_user.util.canonical_fields_updater'] = new \MWS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2396.     }
  2397.     /**
  2398.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2399.      *
  2400.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2401.      */
  2402.     protected function getNelmioCors_CorsListenerService()
  2403.     {
  2404.         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'))]));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'parameter_bag' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2410.      */
  2411.     protected function getParameterBagService()
  2412.     {
  2413.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2414.     }
  2415.     /**
  2416.      * Gets the private 'profiler_listener' shared service.
  2417.      *
  2418.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2419.      */
  2420.     protected function getProfilerListenerService()
  2421.     {
  2422.         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);
  2423.     }
  2424.     /**
  2425.      * Gets the private 'property_accessor' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2428.      */
  2429.     protected function getPropertyAccessorService()
  2430.     {
  2431.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2432.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2433.     }
  2434.     /**
  2435.      * Gets the private 'property_info' shared service.
  2436.      *
  2437.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2438.      */
  2439.     protected function getPropertyInfoService()
  2440.     {
  2441.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2442.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2443.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2444.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2445.         }, 3), new RewindableGenerator(function () {
  2446.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2447.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2448.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2449.         }, 3), new RewindableGenerator(function () {
  2450.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2451.         }, 1), new RewindableGenerator(function () {
  2452.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2453.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2454.         }, 2), new RewindableGenerator(function () {
  2455.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2456.         }, 1));
  2457.     }
  2458.     /**
  2459.      * Gets the private 'router.expression_language_provider' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2462.      */
  2463.     protected function getRouter_ExpressionLanguageProviderService()
  2464.     {
  2465.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2466.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2467.         ], [
  2468.             'env' => 'Closure',
  2469.         ]));
  2470.     }
  2471.     /**
  2472.      * Gets the private 'router.request_context' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Routing\RequestContext
  2475.      */
  2476.     protected function getRouter_RequestContextService()
  2477.     {
  2478.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2479.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2480.         return $instance;
  2481.     }
  2482.     /**
  2483.      * Gets the private 'router_listener' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2486.      */
  2487.     protected function getRouterListenerService()
  2488.     {
  2489.         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);
  2490.     }
  2491.     /**
  2492.      * Gets the private 'security.context_listener.0' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2495.      */
  2496.     protected function getSecurity_ContextListener_0Service()
  2497.     {
  2498.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2499.             yield => ($this->privates['mws_user.user_provider.username_email'] ?? $this->load('getMwsUser_UserProvider_UsernameEmailService'));
  2500.         }, 1), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2501.     }
  2502.     /**
  2503.      * Gets the private 'security.event_dispatcher.api' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2506.      */
  2507.     protected function getSecurity_EventDispatcher_ApiService()
  2508.     {
  2509.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2511.             return ($this->privates['security.listener.session.api'] ?? $this->load('getSecurity_Listener_Session_ApiService'));
  2512.         }, => 'onSuccessfulLogin'], 0);
  2513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2514.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  2515.         }, => 'preCheckCredentials'], 256);
  2516.         $instance->addListener('security.authentication.success', [=> function () {
  2517.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  2518.         }, => 'postCheckCredentials'], 256);
  2519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2520.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2521.         }, => 'checkPassport'], 1024);
  2522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2523.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2524.         }, => 'checkPassport'], 0);
  2525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2526.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2527.         }, => 'onLoginSuccess'], 0);
  2528.         $instance->addListener('security.interactive_login', [=> function () {
  2529.             return ($this->privates['mws_user.security.interactive_login_listener'] ?? $this->load('getMwsUser_Security_InteractiveLoginListenerService'));
  2530.         }, => 'onSecurityInteractiveLogin'], 0);
  2531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2532.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2533.         }, => 'checkPassport'], 512);
  2534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2535.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2536.         }, => 'onLogout'], 0);
  2537.         return $instance;
  2538.     }
  2539.     /**
  2540.      * Gets the private 'security.expression_language' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2543.      */
  2544.     protected function getSecurity_ExpressionLanguageService()
  2545.     {
  2546.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2547.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2548.         return $instance;
  2549.     }
  2550.     /**
  2551.      * Gets the private 'security.firewall.map' shared service.
  2552.      *
  2553.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2554.      */
  2555.     protected function getSecurity_Firewall_MapService()
  2556.     {
  2557.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.Ufwd9G.'] ?? $this->get_ServiceLocator_Ufwd9G_Service()), new RewindableGenerator(function () {
  2558.             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')));
  2559.             yield 'security.firewall.map.context.resetting' => ($this->privates['.security.request_matcher.Btfmifa'] ?? ($this->privates['.security.request_matcher.Btfmifa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/resetting')));
  2560.             yield 'security.firewall.map.context.invitation' => ($this->privates['.security.request_matcher.UO0M8w2'] ?? ($this->privates['.security.request_matcher.UO0M8w2'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/invitations/confirmation')));
  2561.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2562.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2563.             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)/')));
  2564.         }, 6));
  2565.     }
  2566.     /**
  2567.      * Gets the private 'security.logout_url_generator' shared service.
  2568.      *
  2569.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2570.      */
  2571.     protected function getSecurity_LogoutUrlGeneratorService()
  2572.     {
  2573.         $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()));
  2574.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'api');
  2575.         return $instance;
  2576.     }
  2577.     /**
  2578.      * Gets the private 'security.role_hierarchy' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2581.      */
  2582.     protected function getSecurity_RoleHierarchyService()
  2583.     {
  2584.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2585.     }
  2586.     /**
  2587.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2588.      *
  2589.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2590.      */
  2591.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2592.     {
  2593.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2594.     }
  2595.     /**
  2596.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2597.      *
  2598.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2599.      */
  2600.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2601.     {
  2602.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2603.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2604.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2605.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2606.     }
  2607.     /**
  2608.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2609.      *
  2610.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2611.      */
  2612.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2613.     {
  2614.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2615.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2616.         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()));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2620.      *
  2621.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2622.      */
  2623.     protected function getSensioFrameworkExtra_View_ListenerService()
  2624.     {
  2625.         $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))));
  2626.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2627.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2628.         ], [
  2629.             'twig' => '?',
  2630.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2631.         return $instance;
  2632.     }
  2633.     /**
  2634.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2637.      */
  2638.     protected function getSerializer_NameConverter_MetadataAwareService()
  2639.     {
  2640.         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()));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'session_listener' shared service.
  2644.      *
  2645.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2646.      */
  2647.     protected function getSessionListenerService()
  2648.     {
  2649.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2650.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2651.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2652.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2653.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2654.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2655.         ], [
  2656.             'initialized_session' => '?',
  2657.             'logger' => '?',
  2658.             'session' => '?',
  2659.             'session_collector' => '?',
  2660.             'session_factory' => '?',
  2661.         ]), true$this->parameters['session.storage.options']);
  2662.     }
  2663.     /**
  2664.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  2665.      *
  2666.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  2667.      */
  2668.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  2669.     {
  2670.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($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()));
  2671.     }
  2672.     /**
  2673.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  2674.      *
  2675.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  2676.      */
  2677.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  2678.     {
  2679.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  2680.     }
  2681.     /**
  2682.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  2683.      *
  2684.      * @return \Gedmo\Blameable\BlameableListener
  2685.      */
  2686.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  2687.     {
  2688.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  2689.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2690.         return $instance;
  2691.     }
  2692.     /**
  2693.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  2694.      *
  2695.      * @return \Gedmo\Translatable\TranslatableListener
  2696.      */
  2697.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  2698.     {
  2699.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  2700.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2701.         $instance->setDefaultLocale('en_US');
  2702.         $instance->setTranslatableLocale('en_US');
  2703.         $instance->setTranslationFallback(true);
  2704.         $instance->setPersistDefaultLocaleTranslation(false);
  2705.         $instance->setSkipOnLoad(false);
  2706.         return $instance;
  2707.     }
  2708.     /**
  2709.      * Gets the private 'translator.default' shared service.
  2710.      *
  2711.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2712.      */
  2713.     protected function getTranslator_DefaultService()
  2714.     {
  2715.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2716.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2717.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2718.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2719.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2720.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2721.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2722.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2723.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2724.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2725.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2726.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2727.         ], [
  2728.             'translation.loader.csv' => '?',
  2729.             'translation.loader.dat' => '?',
  2730.             'translation.loader.ini' => '?',
  2731.             'translation.loader.json' => '?',
  2732.             'translation.loader.mo' => '?',
  2733.             'translation.loader.php' => '?',
  2734.             'translation.loader.po' => '?',
  2735.             'translation.loader.qt' => '?',
  2736.             'translation.loader.res' => '?',
  2737.             'translation.loader.xliff' => '?',
  2738.             'translation.loader.yml' => '?',
  2739.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en_US', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf')], '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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], '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')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], '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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], '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')], 'de_DE' => [=> (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/translations/MWSUserBundle.de_DE.xliff'), => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/translations/validators.de_DE.xliff'), => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/translations/MWSCustomerBundle.de_DE.xliff'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/translations/MWSNutritionCalculatorBundle.de_DE.xliff')], 'en_US' => [=> (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/translations/MWSUserBundle.en_US.xliff'), => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/translations/validators.en_US.xliff'), => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/translations/MWSCustomerBundle.en_US.xliff'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/translations/MWSNutritionCalculatorBundle.en_US.xliff'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 13 => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/mywebsolutions/api-platform-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/mywebsolutions/configurable-discrimination-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/bambi/bambi-postgres-text-search-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'src/mywebsolutions/user-bundle/Resources/translations'=> 'src/mywebsolutions/customer-bundle/Resources/translations'=> 'src/mywebsolutions/nutrition-calculator-bundle/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'13 => 'src/mywebsolutions/intl-bundle/translations'14 => 'src/mywebsolutions/api-platform-extra-bundle/src/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/lexik/jwt-authentication-bundle/translations'17 => 'vendor/sensio/framework-extra-bundle/src/translations'18 => 'vendor/symfony/maker-bundle/src/translations'19 => 'vendor/symfony/web-profiler-bundle/translations'20 => 'vendor/knplabs/knp-snappy-bundle/src/translations'21 => 'vendor/symfony/monolog-bundle/translations'22 => 'vendor/antishov/doctrine-extensions-bundle/translations'23 => 'vendor/mywebsolutions/configurable-discrimination-bundle/translations'24 => 'vendor/doctrine/doctrine-migrations-bundle/translations'25 => 'vendor/twig/extra-bundle/translations'26 => 'vendor/bambi/bambi-postgres-text-search-bundle/src/translations']]], []);
  2740.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2741.         $instance->setFallbackLocales([=> 'en_US']);
  2742.         return $instance;
  2743.     }
  2744.     /**
  2745.      * Gets the private 'validator.builder' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2748.      */
  2749.     protected function getValidator_BuilderService()
  2750.     {
  2751.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2752.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2753.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2754.             'MWS\\UserBundle\\Validator\\Constraints\\PasswordMinLengthValidator' => ['privates''mws_user.validator.password_min_length_validator''getMwsUser_Validator_PasswordMinLengthValidatorService'true],
  2755.             'MWS\\UserBundle\\Validator\\Constraints\\UniqueUserMailValidator' => ['privates''mws_user.validator.unique_user_mail_validator''getMwsUser_Validator_UniqueUserMailValidatorService'true],
  2756.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  2757.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2758.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2759.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2760.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2761.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2762.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2763.             'password_min_length_validator' => ['privates''mws_user.validator.password_min_length_validator''getMwsUser_Validator_PasswordMinLengthValidatorService'true],
  2764.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2765.             'unique_user_mail_validator' => ['privates''mws_user.validator.unique_user_mail_validator''getMwsUser_Validator_UniqueUserMailValidatorService'true],
  2766.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2767.         ], [
  2768.             'MWS\\UserBundle\\Validator\\Constraints\\PasswordMinLengthValidator' => '?',
  2769.             'MWS\\UserBundle\\Validator\\Constraints\\UniqueUserMailValidator' => '?',
  2770.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  2771.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2772.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2773.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2774.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2775.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2776.             'doctrine.orm.validator.unique' => '?',
  2777.             'password_min_length_validator' => '?',
  2778.             'security.validator.user_password' => '?',
  2779.             'unique_user_mail_validator' => '?',
  2780.             'validator.expression' => '?',
  2781.         ])));
  2782.         if ($this->has('translator')) {
  2783.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2784.         }
  2785.         $instance->setTranslationDomain('validators');
  2786.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Resources/config/validation.xml')]);
  2787.         $instance->enableAnnotationMapping(true);
  2788.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2789.         $instance->addMethodMapping('loadValidatorMetadata');
  2790.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \MWS\UserBundle\Validator\Initializer(($this->privates['mws_user.util.canonical_fields_updater'] ?? $this->getMwsUser_Util_CanonicalFieldsUpdaterService()))]);
  2791.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2792.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2793.         $instance->addXmlMapping((\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2794.         $instance->addXmlMapping((\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2795.         return $instance;
  2796.     }
  2797.     /**
  2798.      * Gets the private 'web_profiler.csp.handler' shared service.
  2799.      *
  2800.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2801.      */
  2802.     protected function getWebProfiler_Csp_HandlerService()
  2803.     {
  2804.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2805.     }
  2806.     /**
  2807.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2808.      *
  2809.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2810.      */
  2811.     protected function getWebProfiler_DebugToolbarService()
  2812.     {
  2813.         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()), NULL);
  2814.     }
  2815.     /**
  2816.      * Gets the public 'cache_clearer' alias.
  2817.      *
  2818.      * @return object The ".container.private.cache_clearer" service.
  2819.      */
  2820.     protected function getCacheClearerService()
  2821.     {
  2822.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2823.         return $this->get('.container.private.cache_clearer');
  2824.     }
  2825.     /**
  2826.      * Gets the public 'filesystem' alias.
  2827.      *
  2828.      * @return object The ".container.private.filesystem" service.
  2829.      */
  2830.     protected function getFilesystemService()
  2831.     {
  2832.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2833.         return $this->get('.container.private.filesystem');
  2834.     }
  2835.     /**
  2836.      * Gets the public 'serializer' alias.
  2837.      *
  2838.      * @return object The ".container.private.serializer" service.
  2839.      */
  2840.     protected function getSerializerService()
  2841.     {
  2842.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2843.         return $this->get('.container.private.serializer');
  2844.     }
  2845.     /**
  2846.      * Gets the public 'security.csrf.token_manager' alias.
  2847.      *
  2848.      * @return object The ".container.private.security.csrf.token_manager" service.
  2849.      */
  2850.     protected function getSecurity_Csrf_TokenManagerService()
  2851.     {
  2852.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2853.         return $this->get('.container.private.security.csrf.token_manager');
  2854.     }
  2855.     /**
  2856.      * Gets the public 'form.factory' alias.
  2857.      *
  2858.      * @return object The ".container.private.form.factory" service.
  2859.      */
  2860.     protected function getForm_FactoryService()
  2861.     {
  2862.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2863.         return $this->get('.container.private.form.factory');
  2864.     }
  2865.     /**
  2866.      * Gets the public 'form.type.file' alias.
  2867.      *
  2868.      * @return object The ".container.private.form.type.file" service.
  2869.      */
  2870.     protected function getForm_Type_FileService()
  2871.     {
  2872.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2873.         return $this->get('.container.private.form.type.file');
  2874.     }
  2875.     /**
  2876.      * Gets the public 'profiler' alias.
  2877.      *
  2878.      * @return object The ".container.private.profiler" service.
  2879.      */
  2880.     protected function getProfilerService()
  2881.     {
  2882.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2883.         return $this->get('.container.private.profiler');
  2884.     }
  2885.     /**
  2886.      * Gets the public 'twig' alias.
  2887.      *
  2888.      * @return object The ".container.private.twig" service.
  2889.      */
  2890.     protected function getTwigService()
  2891.     {
  2892.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2893.         return $this->get('.container.private.twig');
  2894.     }
  2895.     /**
  2896.      * Gets the public 'security.authorization_checker' alias.
  2897.      *
  2898.      * @return object The ".container.private.security.authorization_checker" service.
  2899.      */
  2900.     protected function getSecurity_AuthorizationCheckerService()
  2901.     {
  2902.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2903.         return $this->get('.container.private.security.authorization_checker');
  2904.     }
  2905.     /**
  2906.      * Gets the public 'security.token_storage' alias.
  2907.      *
  2908.      * @return object The ".container.private.security.token_storage" service.
  2909.      */
  2910.     protected function getSecurity_TokenStorageService()
  2911.     {
  2912.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2913.         return $this->get('.container.private.security.token_storage');
  2914.     }
  2915.     /**
  2916.      * Gets the public 'security.password_encoder' alias.
  2917.      *
  2918.      * @return object The ".container.private.security.password_encoder" service.
  2919.      */
  2920.     protected function getSecurity_PasswordEncoderService()
  2921.     {
  2922.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2923.         return $this->get('.container.private.security.password_encoder');
  2924.     }
  2925.     /**
  2926.      * Gets the public 'session' alias.
  2927.      *
  2928.      * @return object The ".container.private.session" service.
  2929.      */
  2930.     protected function getSessionService()
  2931.     {
  2932.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2933.         return $this->get('.container.private.session');
  2934.     }
  2935.     /**
  2936.      * Gets the public 'validator' alias.
  2937.      *
  2938.      * @return object The ".container.private.validator" service.
  2939.      */
  2940.     protected function getValidatorService()
  2941.     {
  2942.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2943.         return $this->get('.container.private.validator');
  2944.     }
  2945.     /**
  2946.      * @return array|bool|float|int|string|\UnitEnum|null
  2947.      */
  2948.     public function getParameter(string $name)
  2949.     {
  2950.         if (isset($this->buildParameters[$name])) {
  2951.             return $this->buildParameters[$name];
  2952.         }
  2953.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2954.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2955.         }
  2956.         if (isset($this->loadedDynamicParameters[$name])) {
  2957.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2958.         }
  2959.         return $this->parameters[$name];
  2960.     }
  2961.     public function hasParameter(string $name): bool
  2962.     {
  2963.         if (isset($this->buildParameters[$name])) {
  2964.             return true;
  2965.         }
  2966.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2967.     }
  2968.     public function setParameter(string $name$value): void
  2969.     {
  2970.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2971.     }
  2972.     public function getParameterBag(): ParameterBagInterface
  2973.     {
  2974.         if (null === $this->parameterBag) {
  2975.             $parameters $this->parameters;
  2976.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2977.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2978.             }
  2979.             foreach ($this->buildParameters as $name => $value) {
  2980.                 $parameters[$name] = $value;
  2981.             }
  2982.             $this->parameterBag = new FrozenParameterBag($parameters);
  2983.         }
  2984.         return $this->parameterBag;
  2985.     }
  2986.     private $loadedDynamicParameters = [
  2987.         'kernel.runtime_environment' => false,
  2988.         'kernel.build_dir' => false,
  2989.         'kernel.cache_dir' => false,
  2990.         'database_driver' => false,
  2991.         'database_host' => false,
  2992.         'database_name' => false,
  2993.         'database_user' => false,
  2994.         'database_password' => false,
  2995.         'kernel.secret' => false,
  2996.         'debug.container.dump' => false,
  2997.         'serializer.mapping.cache.file' => false,
  2998.         'validator.mapping.cache.file' => false,
  2999.         'profiler.storage.dsn' => false,
  3000.         'doctrine.orm.proxy_dir' => false,
  3001.         'mws_user.client_host.scheme' => false,
  3002.         'mws_user.client_host.url' => false,
  3003.         'nelmio_cors.defaults' => false,
  3004.         'lexik_jwt_authentication.pass_phrase' => false,
  3005.         'lexik_jwt_authentication.token_ttl' => false,
  3006.     ];
  3007.     private $dynamicParameters = [];
  3008.     private function getDynamicParameter(string $name)
  3009.     {
  3010.         switch ($name) {
  3011.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3012.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3013.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3014.             case 'database_driver'$value $this->getEnv('DATABASE_DRIVER'); break;
  3015.             case 'database_host'$value $this->getEnv('DATABASE_HOST'); break;
  3016.             case 'database_name'$value $this->getEnv('DATABASE_NAME'); break;
  3017.             case 'database_user'$value $this->getEnv('DATABASE_USER'); break;
  3018.             case 'database_password'$value $this->getEnv('DATABASE_PASSWORD'); break;
  3019.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3020.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3021.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3022.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3023.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3024.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3025.             case 'mws_user.client_host.scheme'$value $this->getEnv('CLIENT_HOST_SCHEME'); break;
  3026.             case 'mws_user.client_host.url'$value $this->getEnv('CLIENT_HOST_URL'); break;
  3027.             case 'nelmio_cors.defaults'$value = [
  3028.                 'allow_origin' => [
  3029.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3030.                 ],
  3031.                 'allow_credentials' => true,
  3032.                 'allow_headers' => [
  3033.                     => 'content-type',
  3034.                     => 'authorization',
  3035.                     => 'preload',
  3036.                     => 'fields',
  3037.                 ],
  3038.                 'expose_headers' => [
  3039.                     => 'Link',
  3040.                 ],
  3041.                 'allow_methods' => [
  3042.                     => 'GET',
  3043.                     => 'OPTIONS',
  3044.                     => 'POST',
  3045.                     => 'PUT',
  3046.                     => 'PATCH',
  3047.                     => 'DELETE',
  3048.                 ],
  3049.                 'max_age' => 3600,
  3050.                 'hosts' => [
  3051.                 ],
  3052.                 'origin_regex' => true,
  3053.                 'forced_allow_origin_value' => NULL,
  3054.             ]; break;
  3055.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3056.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('JWT_TOKEN_TTL'); break;
  3057.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3058.         }
  3059.         $this->loadedDynamicParameters[$name] = true;
  3060.         return $this->dynamicParameters[$name] = $value;
  3061.     }
  3062.     protected function getDefaultParameters(): array
  3063.     {
  3064.         return [
  3065.             'kernel.project_dir' => \dirname(__DIR__4),
  3066.             'kernel.environment' => 'dev',
  3067.             'kernel.debug' => true,
  3068.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3069.             'kernel.bundles' => [
  3070.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3071.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3072.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3073.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3074.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  3075.                 'MWSUserBundle' => 'MWS\\UserBundle\\MWSUserBundle',
  3076.                 'MWSCustomerBundle' => 'MWS\\CustomerBundle\\MWSCustomerBundle',
  3077.                 'MWSNutritionCalculatorBundle' => 'MWS\\NutritionCalculatorBundle\\MWSNutritionCalculatorBundle',
  3078.                 'MWSIntlBundle' => 'MWS\\IntlBundle\\MWSIntlBundle',
  3079.                 'MWSApiPlatformExtraBundle' => 'MWS\\ApiPlatformExtraBundle\\MWSApiPlatformExtraBundle',
  3080.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3081.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3082.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3083.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3084.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3085.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3086.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3087.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3088.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  3089.                 'MWSConfigurableDiscriminationBundle' => 'MWS\\ConfigurableDiscriminationBundle\\MWSConfigurableDiscriminationBundle',
  3090.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3091.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3092.                 'BambiPostgresTextSearchBundle' => 'Bambi\\PostgresTextSearchBundle\\BambiPostgresTextSearchBundle',
  3093.             ],
  3094.             'kernel.bundles_metadata' => [
  3095.                 'FrameworkBundle' => [
  3096.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3097.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3098.                 ],
  3099.                 'TwigBundle' => [
  3100.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3101.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3102.                 ],
  3103.                 'SecurityBundle' => [
  3104.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3105.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3106.                 ],
  3107.                 'DoctrineBundle' => [
  3108.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3109.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3110.                 ],
  3111.                 'ApiPlatformBundle' => [
  3112.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  3113.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  3114.                 ],
  3115.                 'MWSUserBundle' => [
  3116.                     'path' => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle'),
  3117.                     'namespace' => 'MWS\\UserBundle',
  3118.                 ],
  3119.                 'MWSCustomerBundle' => [
  3120.                     'path' => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle'),
  3121.                     'namespace' => 'MWS\\CustomerBundle',
  3122.                 ],
  3123.                 'MWSNutritionCalculatorBundle' => [
  3124.                     'path' => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle'),
  3125.                     'namespace' => 'MWS\\NutritionCalculatorBundle',
  3126.                 ],
  3127.                 'MWSIntlBundle' => [
  3128.                     'path' => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle'),
  3129.                     'namespace' => 'MWS\\IntlBundle',
  3130.                 ],
  3131.                 'MWSApiPlatformExtraBundle' => [
  3132.                     'path' => (\dirname(__DIR__4).'/src/mywebsolutions/api-platform-extra-bundle/src'),
  3133.                     'namespace' => 'MWS\\ApiPlatformExtraBundle',
  3134.                 ],
  3135.                 'NelmioCorsBundle' => [
  3136.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3137.                     'namespace' => 'Nelmio\\CorsBundle',
  3138.                 ],
  3139.                 'LexikJWTAuthenticationBundle' => [
  3140.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3141.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3142.                 ],
  3143.                 'SensioFrameworkExtraBundle' => [
  3144.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3145.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3146.                 ],
  3147.                 'MakerBundle' => [
  3148.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3149.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3150.                 ],
  3151.                 'WebProfilerBundle' => [
  3152.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3153.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3154.                 ],
  3155.                 'KnpSnappyBundle' => [
  3156.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3157.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3158.                 ],
  3159.                 'MonologBundle' => [
  3160.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3161.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3162.                 ],
  3163.                 'StofDoctrineExtensionsBundle' => [
  3164.                     'path' => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle'),
  3165.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3166.                 ],
  3167.                 'MisdPhoneNumberBundle' => [
  3168.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  3169.                     'namespace' => 'Misd\\PhoneNumberBundle',
  3170.                 ],
  3171.                 'MWSConfigurableDiscriminationBundle' => [
  3172.                     'path' => (\dirname(__DIR__4).'/vendor/mywebsolutions/configurable-discrimination-bundle'),
  3173.                     'namespace' => 'MWS\\ConfigurableDiscriminationBundle',
  3174.                 ],
  3175.                 'DoctrineMigrationsBundle' => [
  3176.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3177.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3178.                 ],
  3179.                 'TwigExtraBundle' => [
  3180.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3181.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3182.                 ],
  3183.                 'BambiPostgresTextSearchBundle' => [
  3184.                     'path' => (\dirname(__DIR__4).'/vendor/bambi/bambi-postgres-text-search-bundle/src'),
  3185.                     'namespace' => 'Bambi\\PostgresTextSearchBundle',
  3186.                 ],
  3187.             ],
  3188.             'kernel.charset' => 'UTF-8',
  3189.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3190.             'locale' => 'en_US',
  3191.             'event_dispatcher.event_aliases' => [
  3192.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3193.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3194.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3195.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3196.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3197.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3198.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3199.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3200.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3201.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3202.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3203.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3204.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3205.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3206.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3207.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3208.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3209.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3210.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3211.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3212.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3213.             ],
  3214.             'fragment.renderer.hinclude.global_template' => NULL,
  3215.             'fragment.path' => '/_fragment',
  3216.             'kernel.http_method_override' => true,
  3217.             'kernel.trusted_hosts' => [
  3218.             ],
  3219.             'kernel.default_locale' => 'en_US',
  3220.             'kernel.enabled_locales' => [
  3221.             ],
  3222.             'kernel.error_controller' => 'error_controller',
  3223.             'debug.file_link_format' => NULL,
  3224.             'asset.request_context.base_path' => NULL,
  3225.             'asset.request_context.secure' => NULL,
  3226.             'translator.logging' => false,
  3227.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3228.             'debug.error_handler.throw_at' => -1,
  3229.             'router.request_context.host' => 'localhost',
  3230.             'router.request_context.scheme' => 'http',
  3231.             'router.request_context.base_url' => '',
  3232.             'router.resource' => 'kernel::loadRoutes',
  3233.             'request_listener.http_port' => 80,
  3234.             'request_listener.https_port' => 443,
  3235.             'session.metadata.storage_key' => '_sf2_meta',
  3236.             'session.storage.options' => [
  3237.                 'cache_limiter' => '0',
  3238.                 'cookie_httponly' => true,
  3239.                 'gc_probability' => 1,
  3240.             ],
  3241.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  3242.             'session.metadata.update_threshold' => 0,
  3243.             'form.type_extension.csrf.enabled' => true,
  3244.             'form.type_extension.csrf.field_name' => '_token',
  3245.             'validator.translation_domain' => 'validators',
  3246.             'profiler_listener.only_exceptions' => false,
  3247.             'profiler_listener.only_main_requests' => false,
  3248.             'twig.form.resources' => [
  3249.                 => 'form_div_layout.html.twig',
  3250.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  3251.             ],
  3252.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3253.             'security.role_hierarchy.roles' => [
  3254.                 'ROLE_MWS_USER_USER_READER' => [
  3255.                     => 'ROLE_MWS_USER_ADMINISTRATOR_LIST',
  3256.                     => 'ROLE_MWS_USER_ADMINISTRATOR_VIEW',
  3257.                 ],
  3258.                 'ROLE_MWS_USER_USER_EDITOR' => [
  3259.                     => 'ROLE_MWS_USER_ADMINISTRATOR_CREATE',
  3260.                     => 'ROLE_MWS_USER_ADMINISTRATOR_EDIT',
  3261.                 ],
  3262.                 'ROLE_MWS_USER_USER_ADMIN' => [
  3263.                     => 'ROLE_MWS_USER_ADMINISTRATOR_DELETE',
  3264.                     => 'ROLE_MWS_USER_ADMINISTRATOR_EXPORT',
  3265.                 ],
  3266.                 'ROLE_MWS_USER_GROUP_READER' => [
  3267.                     => 'ROLE_MWS_USER_ADMINISTRATOR_GROUP_LIST',
  3268.                     => 'ROLE_MWS_USER_ADMINISTRATOR_GROUP_VIEW',
  3269.                 ],
  3270.                 'ROLE_MWS_USER_GROUP_EDITOR' => [
  3271.                     => 'ROLE_MWS_USER_ADMINISTRATOR_GROUP_CREATE',
  3272.                     => 'ROLE_MWS_USER_ADMINISTRATOR_GROUP_EDIT',
  3273.                 ],
  3274.                 'ROLE_MWS_USER_GROUP_ADMIN' => [
  3275.                     => 'ROLE_MWS_USER_ADMINISTRATOR_GROUP_DELETE',
  3276.                     => 'ROLE_MWS_USER_ADMINISTRATOR_GROUP_EXPORT',
  3277.                 ],
  3278.                 'ROLE_MWS_USER_GUEST' => [
  3279.                     => 'ROLE_USER',
  3280.                     => 'ROLE_MWS_USER_USER_READER',
  3281.                     => 'ROLE_MWS_USER_GROUP_READER',
  3282.                 ],
  3283.                 'ROLE_MWS_USER_STAFF' => [
  3284.                     => 'ROLE_MWS_USER_GUEST',
  3285.                     => 'ROLE_MWS_USER_USER_EDITOR',
  3286.                     => 'ROLE_MWS_USER_GROUP_EDITOR',
  3287.                 ],
  3288.                 'ROLE_MWS_USER_ADMIN' => [
  3289.                     => 'ROLE_MWS_USER_STAFF',
  3290.                     => 'ROLE_MWS_USER_USER_ADMIN',
  3291.                     => 'ROLE_MWS_USER_GROUP_ADMIN',
  3292.                 ],
  3293.                 'ROLE_MWS_CUSTOMER_CUSTOMER_READER' => [
  3294.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_LIST',
  3295.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_VIEW',
  3296.                     => 'ROLE_MWS_CUSTOMER_GRADE_LIST',
  3297.                     => 'ROLE_MWS_CUSTOMER_SALUTATION_LIST',
  3298.                 ],
  3299.                 'ROLE_MWS_CUSTOMER_CUSTOMER_EDITOR' => [
  3300.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_CREATE',
  3301.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_EDIT',
  3302.                 ],
  3303.                 'ROLE_MWS_CUSTOMER_CUSTOMER_ADMIN' => [
  3304.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_DELETE',
  3305.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_EXPORT',
  3306.                 ],
  3307.                 'ROLE_MWS_CUSTOMER_GUEST' => [
  3308.                     => 'ROLE_USER',
  3309.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_READER',
  3310.                 ],
  3311.                 'ROLE_MWS_CUSTOMER_STAFF' => [
  3312.                     => 'ROLE_MWS_CUSTOMER_GUEST',
  3313.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_EDITOR',
  3314.                 ],
  3315.                 'ROLE_MWS_CUSTOMER_ADMIN' => [
  3316.                     => 'ROLE_MWS_CUSTOMER_STAFF',
  3317.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_ADMIN',
  3318.                 ],
  3319.                 'ROLE_MWS_NC_NC_READER' => [
  3320.                     => 'ROLE_MWS_NC_LIST',
  3321.                     => 'ROLE_MWS_NC_VIEW',
  3322.                 ],
  3323.                 'ROLE_MWS_NC_NC_EDITOR' => [
  3324.                     => 'ROLE_MWS_NC_CREATE',
  3325.                     => 'ROLE_MWS_NC_EDIT',
  3326.                     => 'ROLE_MWS_CUSTOMER_CUSTOMER_PROFILE_EDIT',
  3327.                 ],
  3328.                 'ROLE_MWS_NC_NC_ADMIN' => [
  3329.                     => 'ROLE_MWS_NC_DELETE',
  3330.                     => 'ROLE_MWS_NC_EXPORT',
  3331.                 ],
  3332.                 'ROLE_MWS_NC_GUEST' => [
  3333.                     => 'ROLE_USER',
  3334.                     => 'ROLE_MWS_NC_NC_READER',
  3335.                 ],
  3336.                 'ROLE_MWS_NC_STAFF' => [
  3337.                     => 'ROLE_MWS_NC_GUEST',
  3338.                     => 'ROLE_MWS_NC_NC_EDITOR',
  3339.                 ],
  3340.                 'ROLE_MWS_NC_ADMIN' => [
  3341.                     => 'ROLE_MWS_NC_STAFF',
  3342.                     => 'ROLE_MWS_NC_NC_ADMIN',
  3343.                 ],
  3344.                 'ROLE_CUSTOMER_CUSTOMER' => [
  3345.                     => 'ROLE_MWS_CUSTOMER_SALUTATION_LIST',
  3346.                     => 'ROLE_MWS_CUSTOMER_GRADE_LIST',
  3347.                     => 'ROLE_MWS_INTL_READER',
  3348.                     => 'ROLE_MWS_NC_GUEST',
  3349.                     => 'ROLE_MWS_NC_STAFF',
  3350.                     => 'ROLE_MWS_NC_ADMIN',
  3351.                 ],
  3352.                 'ROLE_ADMIN' => [
  3353.                     => 'ROLE_MWS_USER_ADMIN',
  3354.                     => 'ROLE_MWS_CUSTOMER_ADMIN',
  3355.                     => 'ROLE_MWS_INTL_READER',
  3356.                 ],
  3357.                 'ROLE_SUPER_ADMIN' => [
  3358.                     => 'ROLE_ADMIN',
  3359.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3360.                 ],
  3361.             ],
  3362.             'security.access.denied_url' => NULL,
  3363.             'security.authentication.manager.erase_credentials' => true,
  3364.             'security.authentication.session_strategy.strategy' => 'migrate',
  3365.             'security.access.always_authenticate_before_granting' => false,
  3366.             'security.authentication.hide_user_not_found' => true,
  3367.             'security.firewalls' => [
  3368.                 => 'login',
  3369.                 => 'resetting',
  3370.                 => 'invitation',
  3371.                 => 'api',
  3372.                 => 'main',
  3373.                 => 'dev',
  3374.             ],
  3375.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3376.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3377.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3378.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3379.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3380.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3381.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3382.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3383.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3384.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3385.             'doctrine.entity_managers' => [
  3386.                 'default' => 'doctrine.orm.default_entity_manager',
  3387.             ],
  3388.             'doctrine.default_entity_manager' => 'default',
  3389.             'doctrine.dbal.connection_factory.types' => [
  3390.                 'mws_diagnosis' => [
  3391.                     'class' => 'MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Types\\MWSDiagnosisType',
  3392.                 ],
  3393.                 'mws_dog_activity' => [
  3394.                     'class' => 'MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Types\\MWSDogActivityType',
  3395.                 ],
  3396.                 'mws_json' => [
  3397.                     'class' => 'MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Types\\MWSJsonType',
  3398.                 ],
  3399.                 'mws_albumin_ammonia_total' => [
  3400.                     'class' => 'MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Types\\MWSAlbuminAmmoniaTotalType',
  3401.                 ],
  3402.                 'mws_sex_type' => [
  3403.                     'class' => 'MWS\\NutritionCalculatorBundle\\Doctrine\\DBAL\\Types\\MWSSexTypeType',
  3404.                 ],
  3405.                 'phone_number' => [
  3406.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  3407.                 ],
  3408.                 'mws_address_type' => [
  3409.                     'class' => 'MWS\\CustomerBundle\\Doctrine\\DBAL\\Types\\MWSAddressTypeType',
  3410.                 ],
  3411.                 'mws_customer_type' => [
  3412.                     'class' => 'MWS\\CustomerBundle\\Doctrine\\DBAL\\Types\\MWSCustomerTypeType',
  3413.                 ],
  3414.                 'uuid' => [
  3415.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3416.                 ],
  3417.                 'ulid' => [
  3418.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3419.                 ],
  3420.             ],
  3421.             'doctrine.connections' => [
  3422.                 'default' => 'doctrine.dbal.default_connection',
  3423.             ],
  3424.             'doctrine.default_connection' => 'default',
  3425.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3426.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3427.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3428.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3429.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3430.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3431.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3432.             'doctrine.orm.cache.memcache_port' => 11211,
  3433.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3434.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3435.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3436.             'doctrine.orm.cache.memcached_port' => 11211,
  3437.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3438.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3439.             'doctrine.orm.cache.redis_host' => 'localhost',
  3440.             'doctrine.orm.cache.redis_port' => 6379,
  3441.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3442.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3443.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3444.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3445.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3446.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3447.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3448.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3449.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3450.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3451.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3452.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3453.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3454.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3455.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3456.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3457.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3458.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3459.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3460.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3461.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3462.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3463.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3464.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3465.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3466.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3467.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3468.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3469.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3470.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3471.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3472.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3473.             'api_platform.enable_entrypoint' => true,
  3474.             'api_platform.enable_docs' => true,
  3475.             'api_platform.title' => '',
  3476.             'api_platform.description' => '',
  3477.             'api_platform.version' => '0.0.0',
  3478.             'api_platform.show_webby' => true,
  3479.             'api_platform.url_generation_strategy' => 1,
  3480.             'api_platform.exception_to_status' => [
  3481.                 'MWS\\NutritionCalculatorBundle\\Exception\\ModelIsPrimalInfeasibleException' => 422,
  3482.                 'MWS\\UserBundle\\Exceptions\\TokenExpiredException' => 400,
  3483.             ],
  3484.             'api_platform.formats' => [
  3485.                 'jsonld' => [
  3486.                     => 'application/ld+json',
  3487.                 ],
  3488.                 'json' => [
  3489.                     => 'application/json',
  3490.                 ],
  3491.                 'html' => [
  3492.                     => 'text/html',
  3493.                 ],
  3494.             ],
  3495.             'api_platform.patch_formats' => [
  3496.                 'json' => [
  3497.                     => 'application/merge-patch+json',
  3498.                 ],
  3499.             ],
  3500.             'api_platform.error_formats' => [
  3501.                 'jsonproblem' => [
  3502.                     => 'application/problem+json',
  3503.                 ],
  3504.                 'jsonld' => [
  3505.                     => 'application/ld+json',
  3506.                 ],
  3507.             ],
  3508.             'api_platform.allow_plain_identifiers' => false,
  3509.             'api_platform.eager_loading.enabled' => true,
  3510.             'api_platform.eager_loading.max_joins' => 30,
  3511.             'api_platform.eager_loading.fetch_partial' => false,
  3512.             'api_platform.eager_loading.force_eager' => true,
  3513.             'api_platform.collection.exists_parameter_name' => 'exists',
  3514.             'api_platform.collection.order' => 'ASC',
  3515.             'api_platform.collection.order_parameter_name' => 'order',
  3516.             'api_platform.collection.pagination.enabled' => true,
  3517.             'api_platform.collection.pagination.partial' => false,
  3518.             'api_platform.collection.pagination.client_enabled' => false,
  3519.             'api_platform.collection.pagination.client_items_per_page' => false,
  3520.             'api_platform.collection.pagination.client_partial' => false,
  3521.             'api_platform.collection.pagination.items_per_page' => 30,
  3522.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3523.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3524.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3525.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3526.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3527.             'api_platform.collection.pagination' => [
  3528.                 'enabled' => true,
  3529.                 'partial' => false,
  3530.                 'client_enabled' => false,
  3531.                 'client_items_per_page' => false,
  3532.                 'client_partial' => false,
  3533.                 'items_per_page' => 30,
  3534.                 'maximum_items_per_page' => NULL,
  3535.                 'page_parameter_name' => 'page',
  3536.                 'enabled_parameter_name' => 'pagination',
  3537.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3538.                 'partial_parameter_name' => 'partial',
  3539.             ],
  3540.             'api_platform.http_cache.etag' => true,
  3541.             'api_platform.http_cache.max_age' => NULL,
  3542.             'api_platform.http_cache.shared_max_age' => NULL,
  3543.             'api_platform.http_cache.vary' => [
  3544.                 => 'Accept',
  3545.             ],
  3546.             'api_platform.http_cache.public' => NULL,
  3547.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3548.             'api_platform.asset_package' => NULL,
  3549.             'api_platform.defaults' => [
  3550.                 'attributes' => [
  3551.                 ],
  3552.             ],
  3553.             'api_platform.resource_class_directories' => [
  3554.                 => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/DependencyInjection/../Resources/config/api-resources'),
  3555.                 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/DependencyInjection/../Resources/config/api-resources'),
  3556.                 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/DependencyInjection/../Resources/config/api-resources'),
  3557.                 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/DependencyInjection/../Resources/config/api-resources'),
  3558.                 => (\dirname(__DIR__4).'/src/mywebsolutions/user-bundle/Entity'),
  3559.                 => (\dirname(__DIR__4).'/src/mywebsolutions/customer-bundle/Entity'),
  3560.                 => (\dirname(__DIR__4).'/src/mywebsolutions/nutrition-calculator-bundle/Entity'),
  3561.                 => (\dirname(__DIR__4).'/src/mywebsolutions/intl-bundle/Entity'),
  3562.             ],
  3563.             'api_platform.oauth.enabled' => false,
  3564.             'api_platform.oauth.clientId' => '',
  3565.             'api_platform.oauth.clientSecret' => '',
  3566.             'api_platform.oauth.type' => 'oauth2',
  3567.             'api_platform.oauth.flow' => 'application',
  3568.             'api_platform.oauth.tokenUrl' => '',
  3569.             'api_platform.oauth.authorizationUrl' => '',
  3570.             'api_platform.oauth.refreshUrl' => '',
  3571.             'api_platform.oauth.scopes' => [
  3572.             ],
  3573.             'api_platform.openapi.termsOfService' => NULL,
  3574.             'api_platform.openapi.contact.name' => NULL,
  3575.             'api_platform.openapi.contact.url' => NULL,
  3576.             'api_platform.openapi.contact.email' => NULL,
  3577.             'api_platform.openapi.license.name' => NULL,
  3578.             'api_platform.openapi.license.url' => NULL,
  3579.             'api_platform.swagger.versions' => [
  3580.                 => 3,
  3581.             ],
  3582.             'api_platform.enable_swagger_ui' => true,
  3583.             'api_platform.enable_re_doc' => true,
  3584.             'api_platform.swagger.api_keys' => [
  3585.             ],
  3586.             'api_platform.graphql.enabled' => false,
  3587.             'api_platform.graphql.graphiql.enabled' => false,
  3588.             'api_platform.graphql.graphql_playground.enabled' => false,
  3589.             'api_platform.graphql.collection.pagination' => [
  3590.                 'enabled' => true,
  3591.             ],
  3592.             'api_platform.validator.serialize_payload_fields' => [
  3593.             ],
  3594.             'api_platform.elasticsearch.enabled' => false,
  3595.             'mws_user.backend_type_orm' => true,
  3596.             'mws_user.security.interactive_login_listener.class' => 'MWS\\UserBundle\\EventListener\\LastLoginListener',
  3597.             'mws_user.security.login_manager.class' => 'MWS\\UserBundle\\Security\\LoginManager',
  3598.             'mws_user.resetting.email.template' => '@MWSUser/Resetting/email.txt.twig',
  3599.             'mws_user.registration.confirmation.template' => '@MWSUser/Registration/email.txt.twig',
  3600.             'mws_user.storage' => 'orm',
  3601.             'mws_user.firewall_name' => 'main',
  3602.             'mws_user.model_manager_name' => NULL,
  3603.             'mws_user.model.user.class' => 'MWS\\UserBundle\\Model\\User',
  3604.             'mws_user.model.min_password_length' => 8,
  3605.             'mws_user.profile.form.type' => 'MWS\\UserBundle\\Form\\Type\\ProfileFormType',
  3606.             'mws_user.profile.form.name' => 'mws_user_profile_form',
  3607.             'mws_user.profile.form.validation_groups' => [
  3608.                 => 'Profile',
  3609.                 => 'Default',
  3610.             ],
  3611.             'mws_user.registration.confirmation.from_email' => [
  3612.                 'mistreaded@googlemail.com' => 'martin',
  3613.             ],
  3614.             'mws_user.registration.confirmation.enabled' => false,
  3615.             'mws_user.registration.form.type' => 'MWS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3616.             'mws_user.registration.form.name' => 'mws_user_registration_form',
  3617.             'mws_user.registration.form.validation_groups' => [
  3618.                 => 'Registration',
  3619.                 => 'Default',
  3620.             ],
  3621.             'mws_user.change_password.form.type' => 'MWS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3622.             'mws_user.change_password.form.name' => 'mws_user_change_password_form',
  3623.             'mws_user.change_password.form.validation_groups' => [
  3624.                 => 'ChangePassword',
  3625.                 => 'Default',
  3626.             ],
  3627.             'mws_user.resetting.email.from_email' => [
  3628.                 'noreply@dietpet.vet' => 'DietPet',
  3629.             ],
  3630.             'mws_user.resetting.retry_ttl' => 7200,
  3631.             'mws_user.resetting.token_ttl' => 86400,
  3632.             'mws_user.resetting.form.type' => 'MWS\\UserBundle\\Form\\Type\\ResettingFormType',
  3633.             'mws_user.resetting.form.name' => 'mws_user_resetting_form',
  3634.             'mws_user.resetting.form.validation_groups' => [
  3635.                 => 'ResetPassword',
  3636.                 => 'Default',
  3637.             ],
  3638.             'mws_user.invitation.email.from_email' => [
  3639.                 'noreply@dietpet.vet' => 'DietPet',
  3640.             ],
  3641.             'mws_user.invitation.retry_ttl' => 86400,
  3642.             'mws_user.invitation.token_ttl' => 604800,
  3643.             'mws_user.invitation.email.template' => '@MWSUser/Invitation/email.txt.twig',
  3644.             'mws_customer.storage' => 'orm',
  3645.             'mws_nutrition_calculator.storage' => 'orm',
  3646.             'mws_intl.default_locale' => 'en_US',
  3647.             'mws_intl.supported_locales' => [
  3648.                 => 'en_US',
  3649.                 => 'de_DE',
  3650.             ],
  3651.             'nelmio_cors.map' => [
  3652.                 '^/' => [
  3653.                 ],
  3654.             ],
  3655.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3656.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3657.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3658.             'lexik_jwt_authentication.clock_skew' => 0,
  3659.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3660.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3661.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3662.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3663.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3664.             'web_profiler.debug_toolbar.mode' => 2,
  3665.             'knp_snappy.pdf.binary' => (\dirname(__DIR__4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
  3666.             'knp_snappy.pdf.options' => [
  3667.                 'no-outline' => true,
  3668.                 'page-size' => 'A4',
  3669.                 'print-media-type' => true,
  3670.                 'encoding' => 'UTF-8',
  3671.                 'dpi' => 600,
  3672.                 'image-quality' => 100,
  3673.                 'margin-left' => '20mm',
  3674.                 'margin-right' => '15mm',
  3675.                 'margin-top' => '15mm',
  3676.                 'margin-bottom' => '20mm',
  3677.             ],
  3678.             'knp_snappy.pdf.env' => [
  3679.             ],
  3680.             'monolog.use_microseconds' => true,
  3681.             'monolog.swift_mailer.handlers' => [
  3682.             ],
  3683.             'monolog.handlers_to_channels' => [
  3684.                 'monolog.handler.console' => [
  3685.                     'type' => 'exclusive',
  3686.                     'elements' => [
  3687.                         => 'event',
  3688.                         => 'doctrine',
  3689.                         => 'console',
  3690.                     ],
  3691.                 ],
  3692.                 'monolog.handler.main' => [
  3693.                     'type' => 'exclusive',
  3694.                     'elements' => [
  3695.                         => 'event',
  3696.                     ],
  3697.                 ],
  3698.             ],
  3699.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3700.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  3701.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3702.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3703.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  3704.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3705.             'stof_doctrine_extensions.translation_fallback' => true,
  3706.             'stof_doctrine_extensions.persist_default_translation' => false,
  3707.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3708.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3709.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3710.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3711.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3712.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3713.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3714.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3715.             'misd_phone_number.serializer.default_region' => 'ZZ',
  3716.             'misd_phone_number.serializer.format' => 0,
  3717.             'misd_phone_number.validator.default_region' => 'ZZ',
  3718.             'misd_phone_number.validator.format' => 1,
  3719.             'mws.configurablediscrimination.discriminator_listener.class' => 'MWS\\ConfigurableDiscriminationBundle\\Listener\\DiscriminatorListener',
  3720.             'mws.configurablediscrimination.mapper' => NULL,
  3721.             'doctrine.migrations.preferred_em' => NULL,
  3722.             'doctrine.migrations.preferred_connection' => NULL,
  3723.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3724.             'data_collector.templates' => [
  3725.                 'data_collector.request' => [
  3726.                     => 'request',
  3727.                     => '@WebProfiler/Collector/request.html.twig',
  3728.                 ],
  3729.                 'api_platform.data_collector.request' => [
  3730.                     => 'api_platform.data_collector.request',
  3731.                     => '@ApiPlatform/DataCollector/request.html.twig',
  3732.                 ],
  3733.                 'data_collector.time' => [
  3734.                     => 'time',
  3735.                     => '@WebProfiler/Collector/time.html.twig',
  3736.                 ],
  3737.                 'data_collector.memory' => [
  3738.                     => 'memory',
  3739.                     => '@WebProfiler/Collector/memory.html.twig',
  3740.                 ],
  3741.                 'data_collector.validator' => [
  3742.                     => 'validator',
  3743.                     => '@WebProfiler/Collector/validator.html.twig',
  3744.                 ],
  3745.                 'data_collector.ajax' => [
  3746.                     => 'ajax',
  3747.                     => '@WebProfiler/Collector/ajax.html.twig',
  3748.                 ],
  3749.                 'data_collector.form' => [
  3750.                     => 'form',
  3751.                     => '@WebProfiler/Collector/form.html.twig',
  3752.                 ],
  3753.                 'data_collector.exception' => [
  3754.                     => 'exception',
  3755.                     => '@WebProfiler/Collector/exception.html.twig',
  3756.                 ],
  3757.                 'data_collector.logger' => [
  3758.                     => 'logger',
  3759.                     => '@WebProfiler/Collector/logger.html.twig',
  3760.                 ],
  3761.                 'data_collector.events' => [
  3762.                     => 'events',
  3763.                     => '@WebProfiler/Collector/events.html.twig',
  3764.                 ],
  3765.                 'data_collector.router' => [
  3766.                     => 'router',
  3767.                     => '@WebProfiler/Collector/router.html.twig',
  3768.                 ],
  3769.                 'data_collector.cache' => [
  3770.                     => 'cache',
  3771.                     => '@WebProfiler/Collector/cache.html.twig',
  3772.                 ],
  3773.                 'data_collector.translation' => [
  3774.                     => 'translation',
  3775.                     => '@WebProfiler/Collector/translation.html.twig',
  3776.                 ],
  3777.                 'data_collector.security' => [
  3778.                     => 'security',
  3779.                     => '@Security/Collector/security.html.twig',
  3780.                 ],
  3781.                 'data_collector.twig' => [
  3782.                     => 'twig',
  3783.                     => '@WebProfiler/Collector/twig.html.twig',
  3784.                 ],
  3785.                 'data_collector.doctrine' => [
  3786.                     => 'db',
  3787.                     => '@Doctrine/Collector/db.html.twig',
  3788.                 ],
  3789.                 'mailer.data_collector' => [
  3790.                     => 'mailer',
  3791.                     => '@WebProfiler/Collector/mailer.html.twig',
  3792.                 ],
  3793.                 'data_collector.config' => [
  3794.                     => 'config',
  3795.                     => '@WebProfiler/Collector/config.html.twig',
  3796.                 ],
  3797.             ],
  3798.             'mws.configurable_discrimination.mapper' => [
  3799.                 'MWS\\UserBundle\\Model\\User' => [
  3800.                     'administrator' => 'MWS\\UserBundle\\Entity\\Administrator',
  3801.                     'customer_account' => 'MWS\\CustomerBundle\\Entity\\CustomerAccount',
  3802.                 ],
  3803.                 'MWS\\UserBundle\\Model\\Invitation' => [
  3804.                     'administrator' => 'MWS\\UserBundle\\Entity\\InvitationAdministrator',
  3805.                     'customer_account' => 'MWS\\CustomerBundle\\Entity\\InvitationCustomerAccount',
  3806.                 ],
  3807.                 'MWS\\NutritionCalculatorBundle\\Entity\\NutritionDatabase' => [
  3808.                     'bls' => 'MWS\\NutritionCalculatorBundle\\Entity\\Bls',
  3809.                     'dietary_supplement' => 'MWS\\NutritionCalculatorBundle\\Entity\\DietarySupplement',
  3810.                 ],
  3811.             ],
  3812.             'console.command.ids' => [
  3813.             ],
  3814.         ];
  3815.     }
  3816.     protected function throw($message)
  3817.     {
  3818.         throw new RuntimeException($message);
  3819.     }
  3820. }