var/cache/showcase/ContainerZrmZlUu/App_Platform_KernelShowcaseDebugContainer.php line 548

Open in your IDE?
  1. <?php
  2. namespace ContainerZrmZlUu;
  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_Platform_KernelShowcaseDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'cache_clearer' => 'getCacheClearerService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'serializer' => 'getSerializerService',
  55.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  56.             'form.factory' => 'getForm_FactoryService',
  57.             'form.type.file' => 'getForm_Type_FileService',
  58.             'profiler' => 'getProfilerService',
  59.             'twig' => 'getTwigService',
  60.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  61.             'security.token_storage' => 'getSecurity_TokenStorageService',
  62.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  63.             'session' => 'getSessionService',
  64.             'validator' => 'getValidatorService',
  65.         ];
  66.         $this->fileMap = [
  67.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  68.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  69.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  70.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  71.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  72.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  73.             '.container.private.session' => 'get_Container_Private_SessionService',
  74.             'App\\Bundles\\AdminBundle\\Controller\\AdminController' => 'getAdminControllerService',
  75.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\BuildingPermitCompanyRelationCrudController' => 'getBuildingPermitCompanyRelationCrudControllerService',
  76.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\BuildingPermitCrudController' => 'getBuildingPermitCrudControllerService',
  77.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\BuildingPermitPersonRelationCrudController' => 'getBuildingPermitPersonRelationCrudControllerService',
  78.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\CompanyCrudController' => 'getCompanyCrudControllerService',
  79.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\ContactDetailCrudController' => 'getContactDetailCrudControllerService',
  80.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\LocationCrudController' => 'getLocationCrudControllerService',
  81.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PersonCrudController' => 'getPersonCrudControllerService',
  82.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyClassCrudController' => 'getPropertyClassCrudControllerService',
  83.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyCompanyRelationCrudController' => 'getPropertyCompanyRelationCrudControllerService',
  84.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyCrudController' => 'getPropertyCrudControllerService',
  85.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyPersonRelationCrudController' => 'getPropertyPersonRelationCrudControllerService',
  86.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertySubTypeCrudController' => 'getPropertySubTypeCrudControllerService',
  87.             'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyTypeCrudController' => 'getPropertyTypeCrudControllerService',
  88.             'App\\Bundles\\AdminBundle\\Controller\\IndexController' => 'getIndexControllerService',
  89.             'App\\Bundles\\AdminBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  90.             'App\\Bundles\\ApiBundle\\v1\\Auth\\Controller\\LoginController' => 'getLoginControllerService',
  91.             'App\\Bundles\\ApiBundle\\v1\\Auth\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  92.             'App\\Bundles\\ApiBundle\\v1\\Auth\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  93.             'App\\Bundles\\ApiBundle\\v1\\Auth\\Controller\\VerifyEmailController' => 'getVerifyEmailControllerService',
  94.             'App\\Bundles\\ApiBundle\\v1\\Contact\\Controller\\ProjectController' => 'getProjectControllerService',
  95.             'App\\Bundles\\ApiBundle\\v1\\Dashboard\\Controller\\DashboardController' => 'getDashboardControllerService',
  96.             'App\\Bundles\\ApiBundle\\v1\\Favorites\\Controller\\AnalyticsController' => 'getAnalyticsControllerService',
  97.             'App\\Bundles\\ApiBundle\\v1\\Favorites\\Controller\\FavoritesListController' => 'getFavoritesListControllerService',
  98.             'App\\Bundles\\ApiBundle\\v1\\Favorites\\Controller\\FavouriteController' => 'getFavouriteControllerService',
  99.             'App\\Bundles\\ApiBundle\\v1\\Location\\Controller\\LocationController' => 'getLocationControllerService',
  100.             'App\\Bundles\\ApiBundle\\v1\\Media\\Controller\\MediaController' => 'getMediaControllerService',
  101.             'App\\Bundles\\ApiBundle\\v1\\Note\\Controller\\NoteController' => 'getNoteControllerService',
  102.             'App\\Bundles\\ApiBundle\\v1\\Notification\\Controller\\NotificationController' => 'getNotificationControllerService',
  103.             'App\\Bundles\\ApiBundle\\v1\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  104.             'App\\Bundles\\ApiBundle\\v1\\Payment\\Controller\\WebhookController' => 'getWebhookControllerService',
  105.             'App\\Bundles\\ApiBundle\\v1\\Project\\Controller\\ContactController' => 'getContactControllerService',
  106.             'App\\Bundles\\ApiBundle\\v1\\Project\\Controller\\ProjectController' => 'getProjectController2Service',
  107.             'App\\Bundles\\ApiBundle\\v1\\SavedSearch\\Controller\\SavedSearchController' => 'getSavedSearchControllerService',
  108.             'App\\Bundles\\ApiBundle\\v1\\Social\\Controller\\GoogleController' => 'getGoogleControllerService',
  109.             'App\\Bundles\\ApiBundle\\v1\\Social\\Controller\\LinkedinController' => 'getLinkedinControllerService',
  110.             'App\\Bundles\\ApiBundle\\v1\\Social\\Controller\\OpenIdController' => 'getOpenIdControllerService',
  111.             'App\\Bundles\\ApiBundle\\v1\\User\\Controller\\ProfileController' => 'getProfileControllerService',
  112.             'App\\Platform\\Controller\\ApiDocsController' => 'getApiDocsControllerService',
  113.             'App\\Platform\\Controller\\HealthCheckController' => 'getHealthCheckControllerService',
  114.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  115.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  116.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  117.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  118.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  119.             'cache.app_clearer' => 'getCache_AppClearerService',
  120.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  121.             'cache.system_clearer' => 'getCache_SystemClearerService',
  122.             'cache_warmer' => 'getCacheWarmerService',
  123.             'console.command_loader' => 'getConsole_CommandLoaderService',
  124.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  125.             'error_controller' => 'getErrorControllerService',
  126.             'flysystem.adapter.lazy.factory' => 'getFlysystem_Adapter_Lazy_FactoryService',
  127.             'knpu.oauth2.client.google_main' => 'getKnpu_Oauth2_Client_GoogleMainService',
  128.             'knpu.oauth2.client.linkedin_main' => 'getKnpu_Oauth2_Client_LinkedinMainService',
  129.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  130.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  131.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  132.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  133.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  134.             'psysh.command.shell_command' => 'getPsysh_Command_ShellCommandService',
  135.             'psysh.facade' => 'getPsysh_FacadeService',
  136.             'routing.loader' => 'getRouting_LoaderService',
  137.             'services_resetter' => 'getServicesResetterService',
  138.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  139.             'test.service_container' => 'getTest_ServiceContainerService',
  140.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  141.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  142.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  143.         ];
  144.         $this->aliases = [
  145.             'App\\Platform\\Kernel' => 'kernel',
  146.             'database_connection' => 'doctrine.dbal.default_connection',
  147.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  148.             'oauth2.registry' => 'knpu.oauth2.registry',
  149.         ];
  150.         $this->privates['service_container'] = function () {
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  158.             include_once \dirname(__DIR__4).'/src/Platform/Kernel.php';
  159.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  161.             include_once \dirname(__DIR__4).'/src/Platform/Twig/ActiveRouteExtension.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.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/asset/Packages.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  289.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  291.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  293.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  304.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  306.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  382.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  384.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  390.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  419.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  420.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  424.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  426.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  431.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  432.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  445.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  454.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  457.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  462.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  464.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  479.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  511.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  513.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  514.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  515.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  516.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  518.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  519.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  520.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  524.         };
  525.     }
  526.     public function compile(): void
  527.     {
  528.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  529.     }
  530.     public function isCompiled(): bool
  531.     {
  532.         return true;
  533.     }
  534.     public function getRemovedIds(): array
  535.     {
  536.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  537.     }
  538.     protected function load($file$lazyLoad true)
  539.     {
  540.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  541.             return $class::do($this$lazyLoad);
  542.         }
  543.         if ('.' === $file[-4]) {
  544.             $class substr($class0, -4);
  545.         } else {
  546.             $file .= '.php';
  547.         }
  548.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  549.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  550.     }
  551.     protected function createProxy($class\Closure $factory)
  552.     {
  553.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  554.         return $factory();
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.profiler' shared service.
  558.      *
  559.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  560.      */
  561.     protected function get_Container_Private_ProfilerService()
  562.     {
  563.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  564.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  565.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  566.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  567.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  568.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  569.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  570.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  571.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  572.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  573.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  574.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  575.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  576.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  577.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  578.         $instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
  579.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  580.         $instance->add(($this->privates['doctrine_migrations.migrations_collector'] ?? $this->getDoctrineMigrations_MigrationsCollectorService()));
  581.         $instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
  582.         $instance->add(($this->privates['notifier.data_collector'] ?? $this->getNotifier_DataCollectorService()));
  583.         $instance->add(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector'] ?? $this->getDataCollectorService()));
  584.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  585.         return $instance;
  586.     }
  587.     /**
  588.      * Gets the public '.container.private.security.authorization_checker' shared service.
  589.      *
  590.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  591.      */
  592.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  593.     {
  594.         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);
  595.     }
  596.     /**
  597.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  598.      *
  599.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  600.      */
  601.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  602.     {
  603.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  604.     }
  605.     /**
  606.      * Gets the public '.container.private.security.token_storage' shared service.
  607.      *
  608.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  609.      */
  610.     protected function get_Container_Private_Security_TokenStorageService()
  611.     {
  612.         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, [
  613.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  614.         ], [
  615.             'request_stack' => '?',
  616.         ]));
  617.     }
  618.     /**
  619.      * Gets the public '.container.private.twig' shared service.
  620.      *
  621.      * @return \Twig\Environment
  622.      */
  623.     protected function get_Container_Private_TwigService()
  624.     {
  625.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  626.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  627.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  628.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  629.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  630.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  631.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  632.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  633.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  634.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  635.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  636.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  637.         $instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
  638.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  639.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  640.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  641.         $instance->addExtension(($this->privates['App\\Platform\\Twig\\ActiveRouteExtension'] ?? $this->getActiveRouteExtensionService()));
  642.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  643.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  644.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  645.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  646.         $instance->addExtension(($this->privates['webpack_encore.twig_stimulus_extension'] ?? ($this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension())));
  647.         $instance->addExtension(($this->privates['Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension'] ?? $this->getPhoneNumberHelperExtensionService()));
  648.         $instance->addExtension(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\EasyAdminTwigExtension'] ?? $this->getEasyAdminTwigExtensionService()));
  649.         $instance->addExtension(($this->privates['Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension'] ?? $this->getTwigTracingExtensionService()));
  650.         $instance->addExtension(($this->privates['Sentry\\SentryBundle\\Twig\\SentryExtension'] ?? $this->getSentryExtensionService()));
  651.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  652.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  653.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  654.         return $instance;
  655.     }
  656.     /**
  657.      * Gets the public '.container.private.validator' shared service.
  658.      *
  659.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  660.      */
  661.     protected function get_Container_Private_ValidatorService()
  662.     {
  663.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
  664.     }
  665.     /**
  666.      * Gets the public 'cache.app' shared service.
  667.      *
  668.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  669.      */
  670.     protected function getCache_AppService()
  671.     {
  672.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.traceable.recorder_inner'] ?? $this->getCache_App_Traceable_RecorderInnerService()));
  673.     }
  674.     /**
  675.      * Gets the public 'cache.rate_limiter' shared service.
  676.      *
  677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  678.      */
  679.     protected function getCache_RateLimiterService()
  680.     {
  681.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.rate_limiter.traceable.recorder_inner'] ?? $this->getCache_RateLimiter_Traceable_RecorderInnerService()));
  682.     }
  683.     /**
  684.      * Gets the public 'cache.system' shared service.
  685.      *
  686.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  687.      */
  688.     protected function getCache_SystemService()
  689.     {
  690.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.traceable.recorder_inner'] ?? $this->getCache_System_Traceable_RecorderInnerService()));
  691.     }
  692.     /**
  693.      * Gets the public 'cache.validator_expression_language' shared service.
  694.      *
  695.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  696.      */
  697.     protected function getCache_ValidatorExpressionLanguageService()
  698.     {
  699.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator_expression_language.traceable.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService()));
  700.     }
  701.     /**
  702.      * Gets the public 'doctrine' shared service.
  703.      *
  704.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  705.      */
  706.     protected function getDoctrineService()
  707.     {
  708.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  709.     }
  710.     /**
  711.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  712.      *
  713.      * @return \Doctrine\DBAL\Connection
  714.      */
  715.     protected function getDoctrine_Dbal_DefaultConnectionService()
  716.     {
  717.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), ['_text' => 'string']);
  718.     }
  719.     /**
  720.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  721.      *
  722.      * @return \Doctrine\ORM\EntityManager
  723.      */
  724.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  725.     {
  726.         if ($lazyLoad) {
  727.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  728.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  729.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  730.                     $proxy->setProxyInitializer(null);
  731.                     return true;
  732.                 });
  733.             });
  734.         }
  735.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  737.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  740.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  741.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  742.         return $instance;
  743.     }
  744.     /**
  745.      * Gets the public 'event_dispatcher' shared service.
  746.      *
  747.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  748.      */
  749.     protected function getEventDispatcherService()
  750.     {
  751.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  752.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  753.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->load('getAcmeApi_Event_JwtCreatedListenerService'));
  754.         }, => 'onJWTCreated'], 0);
  755.         $instance->addListener('kernel.controller', [=> function () {
  756.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  757.         }, => 'onKernelController'], 0);
  758.         $instance->addListener('kernel.exception', [=> function () {
  759.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  760.         }, => 'onKernelException'], 0);
  761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  762.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  763.         }, => 'checkPassport'], 1024);
  764.         $instance->addListener('kernel.response', [=> function () {
  765.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  766.         }, => 'onKernelResponse'], 0);
  767.         $instance->addListener('kernel.request', [=> function () {
  768.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  769.         }, => 'onKernelRequest'], 250);
  770.         $instance->addListener('kernel.response', [=> function () {
  771.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  772.         }, => 'onKernelResponse'], 0);
  773.         $instance->addListener('kernel.response', [=> function () {
  774.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  775.         }, => 'onResponse'], 0);
  776.         $instance->addListener('kernel.exception', [=> function () {
  777.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  778.         }, => 'onKernelException'], -64);
  779.         $instance->addListener('kernel.view', [=> function () {
  780.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  781.         }, => 'onKernelView'], 0);
  782.         $instance->addListener('console.command', [=> function () {
  783.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  784.         }, => 'handleConsoleCommandEvent'], 128);
  785.         $instance->addListener('console.terminate', [=> function () {
  786.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  787.         }, => 'handleConsoleTerminateEvent'], -64);
  788.         $instance->addListener('console.error', [=> function () {
  789.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  790.         }, => 'handleConsoleErrorEvent'], -64);
  791.         $instance->addListener('kernel.exception', [=> function () {
  792.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  793.         }, => 'handleExceptionEvent'], 128);
  794.         $instance->addListener('kernel.request', [=> function () {
  795.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  796.         }, => 'handleKernelRequestEvent'], 5);
  797.         $instance->addListener('kernel.controller', [=> function () {
  798.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  799.         }, => 'handleKernelControllerEvent'], 10);
  800.         $instance->addListener('kernel.request', [=> function () {
  801.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  802.         }, => 'handleKernelRequestEvent'], 3);
  803.         $instance->addListener('kernel.finish_request', [=> function () {
  804.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  805.         }, => 'handleKernelFinishRequestEvent'], 5);
  806.         $instance->addListener('kernel.request', [=> function () {
  807.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  808.         }, => 'handleKernelRequestEvent'], 4);
  809.         $instance->addListener('kernel.response', [=> function () {
  810.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  811.         }, => 'handleKernelResponseEvent'], 15);
  812.         $instance->addListener('kernel.terminate', [=> function () {
  813.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  814.         }, => 'handleKernelTerminateEvent'], 5);
  815.         $instance->addListener('kernel.request', [=> function () {
  816.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  817.         }, => 'handleKernelRequestEvent'], 2);
  818.         $instance->addListener('kernel.finish_request', [=> function () {
  819.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  820.         }, => 'handleKernelFinishRequestEvent'], 10);
  821.         $instance->addListener('kernel.response', [=> function () {
  822.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  823.         }, => 'handleKernelResponseEvent'], 15);
  824.         $instance->addListener('console.command', [=> function () {
  825.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  826.         }, => 'handleConsoleCommandEvent'], 118);
  827.         $instance->addListener('console.terminate', [=> function () {
  828.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  829.         }, => 'handleConsoleTerminateEvent'], -54);
  830.         $instance->addListener('kernel.response', [=> function () {
  831.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  832.         }, => 'onKernelResponse'], 0);
  833.         $instance->addListener('kernel.response', [=> function () {
  834.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  835.         }, => 'onKernelResponse'], -1024);
  836.         $instance->addListener('kernel.request', [=> function () {
  837.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  838.         }, => 'setDefaultLocale'], 100);
  839.         $instance->addListener('kernel.request', [=> function () {
  840.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  841.         }, => 'onKernelRequest'], 16);
  842.         $instance->addListener('kernel.finish_request', [=> function () {
  843.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  844.         }, => 'onKernelFinishRequest'], 0);
  845.         $instance->addListener('kernel.request', [=> function () {
  846.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  847.         }, => 'onKernelRequest'], 256);
  848.         $instance->addListener('kernel.response', [=> function () {
  849.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  850.         }, => 'onResponse'], -255);
  851.         $instance->addListener('kernel.controller_arguments', [=> function () {
  852.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  853.         }, => 'onControllerArguments'], 0);
  854.         $instance->addListener('kernel.exception', [=> function () {
  855.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  856.         }, => 'logKernelException'], 0);
  857.         $instance->addListener('kernel.exception', [=> function () {
  858.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  859.         }, => 'onKernelException'], -128);
  860.         $instance->addListener('kernel.response', [=> function () {
  861.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  862.         }, => 'removeCspHeader'], -128);
  863.         $instance->addListener('kernel.request', [=> function () {
  864.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  865.         }, => 'onKernelRequest'], 15);
  866.         $instance->addListener('kernel.finish_request', [=> function () {
  867.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  868.         }, => 'onKernelFinishRequest'], -15);
  869.         $instance->addListener('console.error', [=> function () {
  870.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  871.         }, => 'onConsoleError'], -128);
  872.         $instance->addListener('console.terminate', [=> function () {
  873.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  874.         }, => 'onConsoleTerminate'], -128);
  875.         $instance->addListener('console.error', [=> function () {
  876.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  877.         }, => 'onConsoleError'], 0);
  878.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  879.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  880.         }, => 'onMessage'], -255);
  881.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  882.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  883.         }, => 'onMessage'], -255);
  884.         $instance->addListener('kernel.request', [=> function () {
  885.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  886.         }, => 'configure'], 2048);
  887.         $instance->addListener('console.command', [=> function () {
  888.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  889.         }, => 'configure'], 2048);
  890.         $instance->addListener('kernel.request', [=> function () {
  891.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  892.         }, => 'onKernelRequest'], 32);
  893.         $instance->addListener('kernel.finish_request', [=> function () {
  894.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  895.         }, => 'onKernelFinishRequest'], 0);
  896.         $instance->addListener('kernel.exception', [=> function () {
  897.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  898.         }, => 'onKernelException'], -64);
  899.         $instance->addListener('kernel.request', [=> function () {
  900.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  901.         }, => 'onKernelRequest'], 128);
  902.         $instance->addListener('kernel.response', [=> function () {
  903.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  904.         }, => 'onKernelResponse'], -1000);
  905.         $instance->addListener('kernel.finish_request', [=> function () {
  906.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  907.         }, => 'onFinishRequest'], 0);
  908.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  909.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  910.         }, => 'onNotification'], -255);
  911.         $instance->addListener('kernel.response', [=> function () {
  912.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  913.         }, => 'onKernelResponse'], -100);
  914.         $instance->addListener('kernel.exception', [=> function () {
  915.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  916.         }, => 'onKernelException'], 0);
  917.         $instance->addListener('kernel.terminate', [=> function () {
  918.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  919.         }, => 'onKernelTerminate'], -1024);
  920.         $instance->addListener('kernel.controller', [=> function () {
  921.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  922.         }, => 'onKernelController'], 0);
  923.         $instance->addListener('kernel.response', [=> function () {
  924.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  925.         }, => 'onKernelResponse'], 0);
  926.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  927.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  928.         }, => 'onMessage'], 0);
  929.         $instance->addListener('kernel.response', [=> function () {
  930.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  931.         }, => 'onKernelResponse'], -128);
  932.         $instance->addListener('kernel.finish_request', [=> function () {
  933.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  934.         }, => 'resetAssets'], 0);
  935.         $instance->addListener('console.command', [=> function () {
  936.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  937.         }, => 'onCommand'], 255);
  938.         $instance->addListener('console.terminate', [=> function () {
  939.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  940.         }, => 'onTerminate'], -255);
  941.         $instance->addListener('kernel.response', [=> function () {
  942.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  943.         }, => 'onKernelResponse'], 0);
  944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  945.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  946.         }, => 'checkPassport'], 0);
  947.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  948.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  949.         }, => 'onLoginSuccess'], 0);
  950.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  951.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  952.         }, => 'onVoterVote'], 0);
  953.         $instance->addListener('kernel.request', [=> function () {
  954.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  955.         }, => 'configureLogoutUrlGenerator'], 8);
  956.         $instance->addListener('kernel.request', [=> function () {
  957.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  958.         }, => 'onKernelRequest'], 8);
  959.         $instance->addListener('kernel.finish_request', [=> function () {
  960.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  961.         }, => 'onKernelFinishRequest'], 0);
  962.         $instance->addListener('kernel.request', [=> function () {
  963.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  964.         }, => 'onKernelRequest'], 0);
  965.         $instance->addListener('kernel.controller', [=> function () {
  966.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  967.         }, => 'onKernelController'], 128);
  968.         $instance->addListener('kernel.exception', [=> function () {
  969.             return ($this->privates['App\\Bundles\\ApiBundle\\EventSubscriber\\ExceptionSubscriber'] ?? ($this->privates['App\\Bundles\\ApiBundle\\EventSubscriber\\ExceptionSubscriber'] = new \App\Bundles\ApiBundle\EventSubscriber\ExceptionSubscriber()));
  970.         }, => 'onKernelException'], 0);
  971.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  972.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  973.         }, => 'checkPassport'], 512);
  974.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  975.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  976.         }, => 'onLogout'], 0);
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'http_kernel' shared service.
  981.      *
  982.      * @return \Symfony\Component\HttpKernel\HttpKernel
  983.      */
  984.     protected function getHttpKernelService()
  985.     {
  986.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  987.     }
  988.     /**
  989.      * Gets the public 'monolog.logger.deprecation' shared service.
  990.      *
  991.      * @return \Symfony\Bridge\Monolog\Logger
  992.      */
  993.     protected function getMonolog_Logger_DeprecationService()
  994.     {
  995.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  996.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  997.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  998.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  999.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1000.         return $instance;
  1001.     }
  1002.     /**
  1003.      * Gets the public 'request_stack' shared service.
  1004.      *
  1005.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1006.      */
  1007.     protected function getRequestStackService()
  1008.     {
  1009.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1010.     }
  1011.     /**
  1012.      * Gets the public 'router' shared service.
  1013.      *
  1014.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1015.      */
  1016.     protected function getRouterService()
  1017.     {
  1018.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1019.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1020.         ], [
  1021.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1022.         ]))->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))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'en');
  1023.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1024.         return $instance;
  1025.     }
  1026.     /**
  1027.      * Gets the public 'translator' shared service.
  1028.      *
  1029.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1030.      */
  1031.     protected function getTranslatorService()
  1032.     {
  1033.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1034.     }
  1035.     /**
  1036.      * Gets the private '.debug.http_client' shared service.
  1037.      *
  1038.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1039.      */
  1040.     protected function get_Debug_HttpClientService()
  1041.     {
  1042.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1043.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  1044.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1045.     }
  1046.     /**
  1047.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  1048.      *
  1049.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  1050.      */
  1051.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  1052.     {
  1053.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1054.         $b = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  1055.         $a->addDriver($b'App\\Platform\\Entity');
  1056.         $a->addDriver($b'App\\Bundles\\AttomBundle\\Entity');
  1057.         $a->addDriver($b'App\\Bundles\\LocationBundle\\Entity');
  1058.         $a->addDriver($b'App\\Bundles\\UserBundle\\Entity');
  1059.         $a->addDriver($b'App\\Bundles\\SocialBundle\\Entity');
  1060.         $a->addDriver($b'App\\Bundles\\PropertyBundle\\Entity');
  1061.         $a->addDriver($b'App\\Bundles\\BuildingPermitBundle\\Entity');
  1062.         $a->addDriver($b'App\\Bundles\\MediaBundle\\Entity');
  1063.         $a->addDriver($b'App\\Bundles\\ProjectBundle\\Entity');
  1064.         $a->addDriver($b'App\\Bundles\\ContactBundle\\Entity');
  1065.         $a->addDriver($b'App\\Bundles\\SavedSearchBundle\\Entity');
  1066.         $a->addDriver($b'App\\Bundles\\SourceDataBundle\\Entity');
  1067.         $a->addDriver($b'App\\Bundles\\FavoritesBundle\\Entity');
  1068.         $a->addDriver($b'App\\Bundles\\PaymentBundle\\Entity');
  1069.         $a->addDriver($b'App\\Bundles\\NoteBundle\\Entity');
  1070.         $a->addDriver($b'App\\Bundles\\NotificationBundle\\Entity');
  1071.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  1072.     }
  1073.     /**
  1074.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1075.      *
  1076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1077.      */
  1078.     protected function get_ServiceLocator_KLVvNIqService()
  1079.     {
  1080.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1081.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1082.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1083.         ], [
  1084.             'doctrine.ulid_generator' => '?',
  1085.             'doctrine.uuid_generator' => '?',
  1086.         ]);
  1087.     }
  1088.     /**
  1089.      * Gets the private '.service_locator.WnwDqhe' shared service.
  1090.      *
  1091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1092.      */
  1093.     protected function get_ServiceLocator_WnwDqheService()
  1094.     {
  1095.         return $this->privates['.service_locator.WnwDqhe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1096.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1097.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1098.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1099.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1100.         ], [
  1101.             'security.firewall.map.context.admin' => '?',
  1102.             'security.firewall.map.context.api' => '?',
  1103.             'security.firewall.map.context.dev' => '?',
  1104.             'security.firewall.map.context.login' => '?',
  1105.         ]);
  1106.     }
  1107.     /**
  1108.      * Gets the private 'App\Platform\Twig\ActiveRouteExtension' shared autowired service.
  1109.      *
  1110.      * @return \App\Platform\Twig\ActiveRouteExtension
  1111.      */
  1112.     protected function getActiveRouteExtensionService()
  1113.     {
  1114.         return $this->privates['App\\Platform\\Twig\\ActiveRouteExtension'] = new \App\Platform\Twig\ActiveRouteExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1115.     }
  1116.     /**
  1117.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1118.      *
  1119.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1120.      */
  1121.     protected function getAdminRouterSubscriberService()
  1122.     {
  1123.         $a = ($this->services['router'] ?? $this->getRouterService());
  1124.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\AdminContextFactory'] ?? $this->getAdminContextFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $a$a, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1125.     }
  1126.     /**
  1127.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1128.      *
  1129.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1130.      */
  1131.     protected function getActionFactoryService()
  1132.     {
  1133.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1134.     }
  1135.     /**
  1136.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory' shared service.
  1137.      *
  1138.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory
  1139.      */
  1140.     protected function getAdminContextFactoryService()
  1141.     {
  1142.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\AdminContextFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\MenuFactory'] ?? $this->getMenuFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService()));
  1143.     }
  1144.     /**
  1145.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1146.      *
  1147.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1148.      */
  1149.     protected function getControllerFactoryService()
  1150.     {
  1151.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1152.     }
  1153.     /**
  1154.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1155.      *
  1156.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1157.      */
  1158.     protected function getEntityFactoryService()
  1159.     {
  1160.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] ?? $this->getFieldFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1161.     }
  1162.     /**
  1163.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory' shared service.
  1164.      *
  1165.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory
  1166.      */
  1167.     protected function getFieldFactoryService()
  1168.     {
  1169.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), new RewindableGenerator(function () {
  1170.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1171.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1172.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1173.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1174.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1175.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1176.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  1177.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1178.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1179.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1180.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1181.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1182.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1183.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1184.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1185.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1186.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1187.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1188.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1189.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1190.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  1191.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  1192.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1193.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1194.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1195.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1196.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1197.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1198.         }, 28));
  1199.     }
  1200.     /**
  1201.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory' shared service.
  1202.      *
  1203.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory
  1204.      */
  1205.     protected function getMenuFactoryService()
  1206.     {
  1207.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\MenuFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
  1208.     }
  1209.     /**
  1210.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector' shared service.
  1211.      *
  1212.      * @return \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector
  1213.      */
  1214.     protected function getDataCollectorService()
  1215.     {
  1216.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector'] = new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  1217.     }
  1218.     /**
  1219.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1220.      *
  1221.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1222.      */
  1223.     protected function getAdminContextProviderService()
  1224.     {
  1225.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1226.     }
  1227.     /**
  1228.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1229.      *
  1230.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1231.      */
  1232.     protected function getCrudControllerRegistryService()
  1233.     {
  1234.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\BuildingPermitCompanyRelationCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\BuildingPermitCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\BuildingPermitPersonRelationCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\CompanyCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\ContactDetailCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\LocationCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PersonCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyClassCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyCompanyRelationCrudController'=> 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyCrudController'10 => 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyPersonRelationCrudController'11 => 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertySubTypeCrudController'12 => 'App\\Bundles\\AdminBundle\\Controller\\CRUD\\PropertyTypeCrudController']);
  1235.     }
  1236.     /**
  1237.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry' shared service.
  1238.      *
  1239.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry
  1240.      */
  1241.     protected function getDashboardControllerRegistryService()
  1242.     {
  1243.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Bundles\\AdminBundle\\Controller\\AdminController']);
  1244.     }
  1245.     /**
  1246.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1247.      *
  1248.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1249.      */
  1250.     protected function getAdminUrlGeneratorService()
  1251.     {
  1252.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1253.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Bundles\\AdminBundle\\Controller\\AdminController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()));
  1254.         };
  1255.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1256.     }
  1257.     /**
  1258.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1259.      *
  1260.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1261.      */
  1262.     protected function getAuthorizationCheckerService()
  1263.     {
  1264.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1265.     }
  1266.     /**
  1267.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension' shared service.
  1268.      *
  1269.      * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension
  1270.      */
  1271.     protected function getEasyAdminTwigExtensionService()
  1272.     {
  1273.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\EasyAdminTwigExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->privates['service_locator_EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] ?? $this->getAdminUrlGenerator2Service()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1274.     }
  1275.     /**
  1276.      * Gets the private 'Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper' shared service.
  1277.      *
  1278.      * @return \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper
  1279.      */
  1280.     protected function getPhoneNumberHelperService()
  1281.     {
  1282.         return $this->privates['Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper'] = new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  1283.     }
  1284.     /**
  1285.      * Gets the private 'Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension' shared service.
  1286.      *
  1287.      * @return \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension
  1288.      */
  1289.     protected function getPhoneNumberHelperExtensionService()
  1290.     {
  1291.         return $this->privates['Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension'] = new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(($this->privates['Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper'] ?? $this->getPhoneNumberHelperService()));
  1292.     }
  1293.     /**
  1294.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  1295.      *
  1296.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  1297.      */
  1298.     protected function getRequestFetcherInterfaceService()
  1299.     {
  1300.         return $this->privates['Sentry\\Integration\\RequestFetcherInterface'] = new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1301.     }
  1302.     /**
  1303.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  1304.      *
  1305.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  1306.      */
  1307.     protected function getRequestListenerService()
  1308.     {
  1309.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1310.     }
  1311.     /**
  1312.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  1313.      *
  1314.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  1315.      */
  1316.     protected function getSubRequestListenerService()
  1317.     {
  1318.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1319.     }
  1320.     /**
  1321.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  1322.      *
  1323.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  1324.      */
  1325.     protected function getTracingRequestListenerService()
  1326.     {
  1327.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1328.     }
  1329.     /**
  1330.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  1331.      *
  1332.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  1333.      */
  1334.     protected function getTracingSubRequestListenerService()
  1335.     {
  1336.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1337.     }
  1338.     /**
  1339.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  1340.      *
  1341.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  1342.      */
  1343.     protected function getTracingDriverConnectionFactoryService()
  1344.     {
  1345.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1346.     }
  1347.     /**
  1348.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware' shared service.
  1349.      *
  1350.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware
  1351.      */
  1352.     protected function getTracingDriverMiddlewareService()
  1353.     {
  1354.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverMiddleware'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()));
  1355.     }
  1356.     /**
  1357.      * Gets the private 'Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension' shared service.
  1358.      *
  1359.      * @return \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension
  1360.      */
  1361.     protected function getTwigTracingExtensionService()
  1362.     {
  1363.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension'] = new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1364.     }
  1365.     /**
  1366.      * Gets the private 'Sentry\SentryBundle\Twig\SentryExtension' shared service.
  1367.      *
  1368.      * @return \Sentry\SentryBundle\Twig\SentryExtension
  1369.      */
  1370.     protected function getSentryExtensionService()
  1371.     {
  1372.         return $this->privates['Sentry\\SentryBundle\\Twig\\SentryExtension'] = new \Sentry\SentryBundle\Twig\SentryExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1373.     }
  1374.     /**
  1375.      * Gets the private 'Sentry\State\HubInterface' shared service.
  1376.      *
  1377.      * @return \Sentry\State\HubInterface
  1378.      */
  1379.     protected function getHubInterfaceService()
  1380.     {
  1381.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  1382.         $instance->bindClient(($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
  1383.         return $instance;
  1384.     }
  1385.     /**
  1386.      * Gets the private 'Sentry\Transport\TransportFactoryInterface' shared service.
  1387.      *
  1388.      * @return \Sentry\SentryBundle\Transport\TransportFactory
  1389.      */
  1390.     protected function getTransportFactoryInterfaceService()
  1391.     {
  1392.         return $this->privates['Sentry\\Transport\\TransportFactoryInterface'] = new \Sentry\SentryBundle\Transport\TransportFactory(NULLNULLNULLNULLNULLNULL);
  1393.     }
  1394.     /**
  1395.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1396.      *
  1397.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1398.      */
  1399.     protected function getResetAssetsEventListenerService()
  1400.     {
  1401.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1402.     }
  1403.     /**
  1404.      * Gets the private 'annotations.cache_adapter' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1407.      */
  1408.     protected function getAnnotations_CacheAdapterService()
  1409.     {
  1410.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1411.     }
  1412.     /**
  1413.      * Gets the private 'annotations.cached_reader' shared service.
  1414.      *
  1415.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1416.      */
  1417.     protected function getAnnotations_CachedReaderService()
  1418.     {
  1419.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
  1420.     }
  1421.     /**
  1422.      * Gets the private 'annotations.dummy_registry' shared service.
  1423.      *
  1424.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  1425.      */
  1426.     protected function getAnnotations_DummyRegistryService()
  1427.     {
  1428.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1429.         $instance->registerUniqueLoader('class_exists');
  1430.         return $instance;
  1431.     }
  1432.     /**
  1433.      * Gets the private 'annotations.reader' shared service.
  1434.      *
  1435.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1436.      */
  1437.     protected function getAnnotations_ReaderService()
  1438.     {
  1439.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1440.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  1441.         return $instance;
  1442.     }
  1443.     /**
  1444.      * Gets the private 'argument_metadata_factory' shared service.
  1445.      *
  1446.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1447.      */
  1448.     protected function getArgumentMetadataFactoryService()
  1449.     {
  1450.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1451.     }
  1452.     /**
  1453.      * Gets the private 'assets._default_package' shared service.
  1454.      *
  1455.      * @return \Symfony\Component\Asset\PathPackage
  1456.      */
  1457.     protected function getAssets_DefaultPackageService()
  1458.     {
  1459.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  1460.     }
  1461.     /**
  1462.      * Gets the private 'assets._version__default' shared service.
  1463.      *
  1464.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  1465.      */
  1466.     protected function getAssets_VersionDefaultService()
  1467.     {
  1468.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  1469.     }
  1470.     /**
  1471.      * Gets the private 'assets.context' shared service.
  1472.      *
  1473.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1474.      */
  1475.     protected function getAssets_ContextService()
  1476.     {
  1477.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1478.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  1479.     }
  1480.     /**
  1481.      * Gets the private 'assets.packages' shared service.
  1482.      *
  1483.      * @return \Symfony\Component\Asset\Packages
  1484.      */
  1485.     protected function getAssets_PackagesService()
  1486.     {
  1487.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  1488.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  1489.         }, 1));
  1490.     }
  1491.     /**
  1492.      * Gets the private 'cache.annotations.traceable' shared service.
  1493.      *
  1494.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1495.      */
  1496.     protected function getCache_Annotations_TraceableService()
  1497.     {
  1498.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.traceable.recorder_inner'] ?? $this->getCache_Annotations_Traceable_RecorderInnerService()));
  1499.     }
  1500.     /**
  1501.      * Gets the private 'cache.annotations.traceable.inner' shared service.
  1502.      *
  1503.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1504.      */
  1505.     protected function getCache_Annotations_Traceable_InnerService()
  1506.     {
  1507.         return $this->privates['cache.annotations.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eOAX7g-bQa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1508.     }
  1509.     /**
  1510.      * Gets the private 'cache.annotations.traceable.recorder_inner' shared service.
  1511.      *
  1512.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1513.      */
  1514.     protected function getCache_Annotations_Traceable_RecorderInnerService()
  1515.     {
  1516.         return $this->privates['cache.annotations.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.annotations.traceable.inner'] ?? $this->getCache_Annotations_Traceable_InnerService()));
  1517.     }
  1518.     /**
  1519.      * Gets the private 'cache.app.traceable.inner' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  1522.      */
  1523.     protected function getCache_App_Traceable_InnerService()
  1524.     {
  1525.         $this->privates['cache.app.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('5-Zdo5HI6P'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1526.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1527.         return $instance;
  1528.     }
  1529.     /**
  1530.      * Gets the private 'cache.app.traceable.recorder_inner' shared service.
  1531.      *
  1532.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1533.      */
  1534.     protected function getCache_App_Traceable_RecorderInnerService()
  1535.     {
  1536.         return $this->privates['cache.app.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.app.traceable.inner'] ?? $this->getCache_App_Traceable_InnerService()));
  1537.     }
  1538.     /**
  1539.      * Gets the private 'cache.default_marshaller' shared service.
  1540.      *
  1541.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  1542.      */
  1543.     protected function getCache_DefaultMarshallerService()
  1544.     {
  1545.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  1546.     }
  1547.     /**
  1548.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1549.      *
  1550.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1551.      */
  1552.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1553.     {
  1554.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1555.     }
  1556.     /**
  1557.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  1558.      *
  1559.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1560.      */
  1561.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  1562.     {
  1563.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.query.traceable.recorder_inner'] ?? $this->getCache_Doctrine_Orm_Default_Query_Traceable_RecorderInnerService()));
  1564.     }
  1565.     /**
  1566.      * Gets the private 'cache.doctrine.orm.default.query.traceable.inner' shared service.
  1567.      *
  1568.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1569.      */
  1570.     protected function getCache_Doctrine_Orm_Default_Query_Traceable_InnerService()
  1571.     {
  1572.         return $this->privates['cache.doctrine.orm.default.query.traceable.inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1573.     }
  1574.     /**
  1575.      * Gets the private 'cache.doctrine.orm.default.query.traceable.recorder_inner' shared service.
  1576.      *
  1577.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1578.      */
  1579.     protected function getCache_Doctrine_Orm_Default_Query_Traceable_RecorderInnerService()
  1580.     {
  1581.         return $this->privates['cache.doctrine.orm.default.query.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.doctrine.orm.default.query.traceable.inner'] ?? ($this->privates['cache.doctrine.orm.default.query.traceable.inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  1582.     }
  1583.     /**
  1584.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  1585.      *
  1586.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1587.      */
  1588.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  1589.     {
  1590.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.traceable.recorder_inner'] ?? $this->getCache_Doctrine_Orm_Default_Result_Traceable_RecorderInnerService()));
  1591.     }
  1592.     /**
  1593.      * Gets the private 'cache.doctrine.orm.default.result.traceable.inner' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1596.      */
  1597.     protected function getCache_Doctrine_Orm_Default_Result_Traceable_InnerService()
  1598.     {
  1599.         return $this->privates['cache.doctrine.orm.default.result.traceable.inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1600.     }
  1601.     /**
  1602.      * Gets the private 'cache.doctrine.orm.default.result.traceable.recorder_inner' shared service.
  1603.      *
  1604.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1605.      */
  1606.     protected function getCache_Doctrine_Orm_Default_Result_Traceable_RecorderInnerService()
  1607.     {
  1608.         return $this->privates['cache.doctrine.orm.default.result.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.doctrine.orm.default.result.traceable.inner'] ?? ($this->privates['cache.doctrine.orm.default.result.traceable.inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  1609.     }
  1610.     /**
  1611.      * Gets the private 'cache.property_info.traceable' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1614.      */
  1615.     protected function getCache_PropertyInfo_TraceableService()
  1616.     {
  1617.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.traceable.recorder_inner'] ?? $this->getCache_PropertyInfo_Traceable_RecorderInnerService()));
  1618.     }
  1619.     /**
  1620.      * Gets the private 'cache.property_info.traceable.inner' shared service.
  1621.      *
  1622.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1623.      */
  1624.     protected function getCache_PropertyInfo_Traceable_InnerService()
  1625.     {
  1626.         return $this->privates['cache.property_info.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rEj-fRyalp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1627.     }
  1628.     /**
  1629.      * Gets the private 'cache.property_info.traceable.recorder_inner' shared service.
  1630.      *
  1631.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1632.      */
  1633.     protected function getCache_PropertyInfo_Traceable_RecorderInnerService()
  1634.     {
  1635.         return $this->privates['cache.property_info.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.property_info.traceable.inner'] ?? $this->getCache_PropertyInfo_Traceable_InnerService()));
  1636.     }
  1637.     /**
  1638.      * Gets the private 'cache.rate_limiter.traceable.inner' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  1641.      */
  1642.     protected function getCache_RateLimiter_Traceable_InnerService()
  1643.     {
  1644.         $this->privates['cache.rate_limiter.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tUJbe6c-LC'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1645.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1646.         return $instance;
  1647.     }
  1648.     /**
  1649.      * Gets the private 'cache.rate_limiter.traceable.recorder_inner' shared service.
  1650.      *
  1651.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1652.      */
  1653.     protected function getCache_RateLimiter_Traceable_RecorderInnerService()
  1654.     {
  1655.         return $this->privates['cache.rate_limiter.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.rate_limiter.traceable.inner'] ?? $this->getCache_RateLimiter_Traceable_InnerService()));
  1656.     }
  1657.     /**
  1658.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1661.      */
  1662.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  1663.     {
  1664.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.traceable.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService()));
  1665.     }
  1666.     /**
  1667.      * Gets the private 'cache.security_expression_language.traceable.inner' shared service.
  1668.      *
  1669.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1670.      */
  1671.     protected function getCache_SecurityExpressionLanguage_Traceable_InnerService()
  1672.     {
  1673.         return $this->privates['cache.security_expression_language.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fTS-xo7BFP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1674.     }
  1675.     /**
  1676.      * Gets the private 'cache.security_expression_language.traceable.recorder_inner' shared service.
  1677.      *
  1678.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1679.      */
  1680.     protected function getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService()
  1681.     {
  1682.         return $this->privates['cache.security_expression_language.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.security_expression_language.traceable.inner'] ?? $this->getCache_SecurityExpressionLanguage_Traceable_InnerService()));
  1683.     }
  1684.     /**
  1685.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1688.      */
  1689.     protected function getCache_SecurityTokenVerifier_TraceableService()
  1690.     {
  1691.         return $this->privates['cache.security_token_verifier.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_token_verifier.traceable.recorder_inner'] ?? $this->getCache_SecurityTokenVerifier_Traceable_RecorderInnerService()));
  1692.     }
  1693.     /**
  1694.      * Gets the private 'cache.security_token_verifier.traceable.inner' shared service.
  1695.      *
  1696.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1697.      */
  1698.     protected function getCache_SecurityTokenVerifier_Traceable_InnerService()
  1699.     {
  1700.         return $this->privates['cache.security_token_verifier.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WzAMCWXmpn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1701.     }
  1702.     /**
  1703.      * Gets the private 'cache.security_token_verifier.traceable.recorder_inner' shared service.
  1704.      *
  1705.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1706.      */
  1707.     protected function getCache_SecurityTokenVerifier_Traceable_RecorderInnerService()
  1708.     {
  1709.         return $this->privates['cache.security_token_verifier.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.security_token_verifier.traceable.inner'] ?? $this->getCache_SecurityTokenVerifier_Traceable_InnerService()));
  1710.     }
  1711.     /**
  1712.      * Gets the private 'cache.serializer.traceable' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1715.      */
  1716.     protected function getCache_Serializer_TraceableService()
  1717.     {
  1718.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.traceable.recorder_inner'] ?? $this->getCache_Serializer_Traceable_RecorderInnerService()));
  1719.     }
  1720.     /**
  1721.      * Gets the private 'cache.serializer.traceable.inner' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1724.      */
  1725.     protected function getCache_Serializer_Traceable_InnerService()
  1726.     {
  1727.         return $this->privates['cache.serializer.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dnZjvmxjAu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1728.     }
  1729.     /**
  1730.      * Gets the private 'cache.serializer.traceable.recorder_inner' shared service.
  1731.      *
  1732.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1733.      */
  1734.     protected function getCache_Serializer_Traceable_RecorderInnerService()
  1735.     {
  1736.         return $this->privates['cache.serializer.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.serializer.traceable.inner'] ?? $this->getCache_Serializer_Traceable_InnerService()));
  1737.     }
  1738.     /**
  1739.      * Gets the private 'cache.system.traceable.inner' shared service.
  1740.      *
  1741.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1742.      */
  1743.     protected function getCache_System_Traceable_InnerService()
  1744.     {
  1745.         return $this->privates['cache.system.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8IbBq4Iijg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1746.     }
  1747.     /**
  1748.      * Gets the private 'cache.system.traceable.recorder_inner' shared service.
  1749.      *
  1750.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1751.      */
  1752.     protected function getCache_System_Traceable_RecorderInnerService()
  1753.     {
  1754.         return $this->privates['cache.system.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.system.traceable.inner'] ?? $this->getCache_System_Traceable_InnerService()));
  1755.     }
  1756.     /**
  1757.      * Gets the private 'cache.validator.traceable' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1760.      */
  1761.     protected function getCache_Validator_TraceableService()
  1762.     {
  1763.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.traceable.recorder_inner'] ?? $this->getCache_Validator_Traceable_RecorderInnerService()));
  1764.     }
  1765.     /**
  1766.      * Gets the private 'cache.validator.traceable.inner' shared service.
  1767.      *
  1768.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1769.      */
  1770.     protected function getCache_Validator_Traceable_InnerService()
  1771.     {
  1772.         return $this->privates['cache.validator.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SPRyslwWL+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1773.     }
  1774.     /**
  1775.      * Gets the private 'cache.validator.traceable.recorder_inner' shared service.
  1776.      *
  1777.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1778.      */
  1779.     protected function getCache_Validator_Traceable_RecorderInnerService()
  1780.     {
  1781.         return $this->privates['cache.validator.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.validator.traceable.inner'] ?? $this->getCache_Validator_Traceable_InnerService()));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'cache.validator_expression_language.traceable.inner' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1787.      */
  1788.     protected function getCache_ValidatorExpressionLanguage_Traceable_InnerService()
  1789.     {
  1790.         return $this->privates['cache.validator_expression_language.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XcdXjA40GN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1791.     }
  1792.     /**
  1793.      * Gets the private 'cache.validator_expression_language.traceable.recorder_inner' shared service.
  1794.      *
  1795.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1796.      */
  1797.     protected function getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService()
  1798.     {
  1799.         return $this->privates['cache.validator_expression_language.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.validator_expression_language.traceable.inner'] ?? $this->getCache_ValidatorExpressionLanguage_Traceable_InnerService()));
  1800.     }
  1801.     /**
  1802.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1805.      */
  1806.     protected function getCache_WebpackEncore_TraceableService()
  1807.     {
  1808.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.traceable.recorder_inner'] ?? $this->getCache_WebpackEncore_Traceable_RecorderInnerService()));
  1809.     }
  1810.     /**
  1811.      * Gets the private 'cache.webpack_encore.traceable.inner' shared service.
  1812.      *
  1813.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  1814.      */
  1815.     protected function getCache_WebpackEncore_Traceable_InnerService()
  1816.     {
  1817.         return $this->privates['cache.webpack_encore.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SJWXf2BWdF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1818.     }
  1819.     /**
  1820.      * Gets the private 'cache.webpack_encore.traceable.recorder_inner' shared service.
  1821.      *
  1822.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  1823.      */
  1824.     protected function getCache_WebpackEncore_Traceable_RecorderInnerService()
  1825.     {
  1826.         return $this->privates['cache.webpack_encore.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.webpack_encore.traceable.inner'] ?? $this->getCache_WebpackEncore_Traceable_InnerService()));
  1827.     }
  1828.     /**
  1829.      * Gets the private 'config_cache_factory' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1832.      */
  1833.     protected function getConfigCacheFactoryService()
  1834.     {
  1835.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1836.             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)));
  1837.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1838.         }, 2));
  1839.     }
  1840.     /**
  1841.      * Gets the private 'data_collector.ajax' shared service.
  1842.      *
  1843.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  1844.      */
  1845.     protected function getDataCollector_AjaxService()
  1846.     {
  1847.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  1848.     }
  1849.     /**
  1850.      * Gets the private 'data_collector.cache' shared service.
  1851.      *
  1852.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  1853.      */
  1854.     protected function getDataCollector_CacheService()
  1855.     {
  1856.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1857.         $instance->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1858.         $instance->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1859.         $instance->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1860.         $instance->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1861.         $instance->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1862.         $instance->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1863.         $instance->addInstance('cache.rate_limiter.traceable', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1864.         $instance->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1865.         $instance->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1866.         $instance->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1867.         $instance->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1868.         $instance->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1869.         $instance->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  1870.         return $instance;
  1871.     }
  1872.     /**
  1873.      * Gets the private 'data_collector.config' shared service.
  1874.      *
  1875.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  1876.      */
  1877.     protected function getDataCollector_ConfigService()
  1878.     {
  1879.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1880.         if ($this->has('kernel')) {
  1881.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  1882.         }
  1883.         return $instance;
  1884.     }
  1885.     /**
  1886.      * Gets the private 'data_collector.doctrine' shared service.
  1887.      *
  1888.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  1889.      */
  1890.     protected function getDataCollector_DoctrineService()
  1891.     {
  1892.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1893.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1894.         return $instance;
  1895.     }
  1896.     /**
  1897.      * Gets the private 'data_collector.events' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  1900.      */
  1901.     protected function getDataCollector_EventsService()
  1902.     {
  1903.         return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'data_collector.exception' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  1909.      */
  1910.     protected function getDataCollector_ExceptionService()
  1911.     {
  1912.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  1913.     }
  1914.     /**
  1915.      * Gets the private 'data_collector.form' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1918.      */
  1919.     protected function getDataCollector_FormService()
  1920.     {
  1921.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
  1922.     }
  1923.     /**
  1924.      * Gets the private 'data_collector.form.extractor' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1927.      */
  1928.     protected function getDataCollector_Form_ExtractorService()
  1929.     {
  1930.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1931.     }
  1932.     /**
  1933.      * Gets the private 'data_collector.http_client' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
  1936.      */
  1937.     protected function getDataCollector_HttpClientService()
  1938.     {
  1939.         $this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1940.         $instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1941.         return $instance;
  1942.     }
  1943.     /**
  1944.      * Gets the private 'data_collector.logger' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  1947.      */
  1948.     protected function getDataCollector_LoggerService()
  1949.     {
  1950.         return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/App_Platform_KernelShowcaseDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1951.     }
  1952.     /**
  1953.      * Gets the private 'data_collector.memory' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  1956.      */
  1957.     protected function getDataCollector_MemoryService()
  1958.     {
  1959.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  1960.     }
  1961.     /**
  1962.      * Gets the private 'data_collector.request' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1965.      */
  1966.     protected function getDataCollector_RequestService()
  1967.     {
  1968.         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())));
  1969.     }
  1970.     /**
  1971.      * Gets the private 'data_collector.router' shared service.
  1972.      *
  1973.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1974.      */
  1975.     protected function getDataCollector_RouterService()
  1976.     {
  1977.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1978.     }
  1979.     /**
  1980.      * Gets the private 'data_collector.security' shared service.
  1981.      *
  1982.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  1983.      */
  1984.     protected function getDataCollector_SecurityService()
  1985.     {
  1986.         return $this->privates['data_collector.security'] = 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);
  1987.     }
  1988.     /**
  1989.      * Gets the private 'data_collector.time' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  1992.      */
  1993.     protected function getDataCollector_TimeService()
  1994.     {
  1995.         return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel'3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1996.     }
  1997.     /**
  1998.      * Gets the private 'data_collector.translation' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  2001.      */
  2002.     protected function getDataCollector_TranslationService()
  2003.     {
  2004.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  2005.     }
  2006.     /**
  2007.      * Gets the private 'data_collector.twig' shared service.
  2008.      *
  2009.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  2010.      */
  2011.     protected function getDataCollector_TwigService()
  2012.     {
  2013.         return $this->privates['data_collector.twig'] = 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()));
  2014.     }
  2015.     /**
  2016.      * Gets the private 'data_collector.validator' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  2019.      */
  2020.     protected function getDataCollector_ValidatorService()
  2021.     {
  2022.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  2023.     }
  2024.     /**
  2025.      * Gets the private 'debug.argument_resolver' shared service.
  2026.      *
  2027.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  2028.      */
  2029.     protected function getDebug_ArgumentResolverService()
  2030.     {
  2031.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2032.     }
  2033.     /**
  2034.      * Gets the private 'debug.argument_resolver.inner' shared service.
  2035.      *
  2036.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  2037.      */
  2038.     protected function getDebug_ArgumentResolver_InnerService()
  2039.     {
  2040.         return $this->privates['debug.argument_resolver.inner'] = 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 () {
  2041.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2042.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2043.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2044.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2045.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  2046.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  2047.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2048.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2049.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2050.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2051.         }, 10));
  2052.     }
  2053.     /**
  2054.      * Gets the private 'debug.controller_resolver' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2057.      */
  2058.     protected function getDebug_ControllerResolverService()
  2059.     {
  2060.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2061.     }
  2062.     /**
  2063.      * Gets the private 'debug.controller_resolver.inner' shared service.
  2064.      *
  2065.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  2066.      */
  2067.     protected function getDebug_ControllerResolver_InnerService()
  2068.     {
  2069.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2075.      */
  2076.     protected function getDebug_DebugHandlersListenerService()
  2077.     {
  2078.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2084.      */
  2085.     protected function getDebug_EventDispatcher_InnerService()
  2086.     {
  2087.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2088.     }
  2089.     /**
  2090.      * Gets the private 'debug.file_link_formatter' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2093.      */
  2094.     protected function getDebug_FileLinkFormatterService()
  2095.     {
  2096.         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 () {
  2097.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2098.         });
  2099.     }
  2100.     /**
  2101.      * Gets the private 'debug.log_processor' shared service.
  2102.      *
  2103.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2104.      */
  2105.     protected function getDebug_LogProcessorService()
  2106.     {
  2107.         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())));
  2108.     }
  2109.     /**
  2110.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2111.      *
  2112.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2113.      */
  2114.     protected function getDebug_Security_Access_DecisionManagerService()
  2115.     {
  2116.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService()));
  2117.     }
  2118.     /**
  2119.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  2122.      */
  2123.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  2124.     {
  2125.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2126.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2127.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2128.             yield => ($this->privates['debug.security.voter.App\\Platform\\Security\\DashboardVoter'] ?? $this->load('getDashboardVoter2Service'));
  2129.             yield => ($this->privates['debug.security.voter.App\\Platform\\Security\\FavoritesListVoter'] ?? $this->load('getFavoritesListVoter2Service'));
  2130.             yield => ($this->privates['debug.security.voter.App\\Platform\\Security\\FavouritesVoter'] ?? $this->load('getFavouritesVoter2Service'));
  2131.             yield => ($this->privates['debug.security.voter.App\\Platform\\Security\\SavedSearchVoter'] ?? $this->load('getSavedSearchVoter2Service'));
  2132.             yield => ($this->privates['debug.security.voter.App\\Platform\\Security\\SubscriptionVoter'] ?? $this->load('getSubscriptionVoter2Service'));
  2133.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoter2Service'));
  2134.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  2135.     }
  2136.     /**
  2137.      * Gets the private 'debug.security.firewall' shared service.
  2138.      *
  2139.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2140.      */
  2141.     protected function getDebug_Security_FirewallService()
  2142.     {
  2143.         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()));
  2144.     }
  2145.     /**
  2146.      * Gets the private 'debug.stopwatch' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\Stopwatch\Stopwatch
  2149.      */
  2150.     protected function getDebug_StopwatchService()
  2151.     {
  2152.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  2153.     }
  2154.     /**
  2155.      * Gets the private 'debug.validator.inner' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  2158.      */
  2159.     protected function getDebug_Validator_InnerService()
  2160.     {
  2161.         return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
  2162.     }
  2163.     /**
  2164.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  2167.      */
  2168.     protected function getDisallowSearchEngineIndexResponseListenerService()
  2169.     {
  2170.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  2171.     }
  2172.     /**
  2173.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2174.      *
  2175.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2176.      */
  2177.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2178.     {
  2179.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  2180.     }
  2181.     /**
  2182.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  2183.      *
  2184.      * @return \Doctrine\DBAL\Configuration
  2185.      */
  2186.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  2187.     {
  2188.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  2189.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  2190.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  2191.         $instance->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverMiddleware'] ?? $this->getTracingDriverMiddlewareService())]);
  2192.         return $instance;
  2193.     }
  2194.     /**
  2195.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2196.      *
  2197.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2198.      */
  2199.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2200.     {
  2201.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2202.             'App\\Platform\\EventListener\\FixPostgreSQLDefaultSchemaListener' => ['privates''App\\Platform\\EventListener\\FixPostgreSQLDefaultSchemaListener''getFixPostgreSQLDefaultSchemaListenerService'true],
  2203.             'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber' => ['privates''Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber''getORMSchemaEventSubscriberService'true],
  2204.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2205.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2206.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2207.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2208.         ], [
  2209.             'App\\Platform\\EventListener\\FixPostgreSQLDefaultSchemaListener' => '?',
  2210.             'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber' => '?',
  2211.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2212.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2213.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2214.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2215.         ]), [=> 'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber'=> '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'=> [=> [=> 'postGenerateSchema'], => 'App\\Platform\\EventListener\\FixPostgreSQLDefaultSchemaListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2216.     }
  2217.     /**
  2218.      * Gets the private 'doctrine.dbal.default_regex_schema_filter' shared service.
  2219.      *
  2220.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter
  2221.      */
  2222.     protected function getDoctrine_Dbal_DefaultRegexSchemaFilterService()
  2223.     {
  2224.         return $this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!tiger)(?!topology)~');
  2225.     }
  2226.     /**
  2227.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  2228.      *
  2229.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  2230.      */
  2231.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  2232.     {
  2233.         return $this->privates['doctrine.dbal.default_schema_asset_filter_manager'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.default_regex_schema_filter'] ?? ($this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!tiger)(?!topology)~')))]);
  2234.     }
  2235.     /**
  2236.      * Gets the private 'doctrine.dbal.logger' shared service.
  2237.      *
  2238.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  2239.      */
  2240.     protected function getDoctrine_Dbal_LoggerService()
  2241.     {
  2242.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(NULL, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2243.     }
  2244.     /**
  2245.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  2246.      *
  2247.      * @return \Doctrine\DBAL\Logging\LoggerChain
  2248.      */
  2249.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  2250.     {
  2251.         return $this->privates['doctrine.dbal.logger.chain.default'] = new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]);
  2252.     }
  2253.     /**
  2254.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  2255.      *
  2256.      * @return \Doctrine\DBAL\Logging\DebugStack
  2257.      */
  2258.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  2259.     {
  2260.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  2261.     }
  2262.     /**
  2263.      * Gets the private 'doctrine.migrations.configuration' shared service.
  2264.      *
  2265.      * @return \Doctrine\Migrations\Configuration\Configuration
  2266.      */
  2267.     protected function getDoctrine_Migrations_ConfigurationService()
  2268.     {
  2269.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  2270.         $instance->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2271.         $instance->setAllOrNothing(false);
  2272.         $instance->setCheckDatabasePlatform(true);
  2273.         $instance->setTransactional(true);
  2274.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? ($this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration())));
  2275.         return $instance;
  2276.     }
  2277.     /**
  2278.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  2279.      *
  2280.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  2281.      */
  2282.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  2283.     {
  2284.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  2285.     }
  2286.     /**
  2287.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2288.      *
  2289.      * @return \Doctrine\Migrations\DependencyFactory
  2290.      */
  2291.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2292.     {
  2293.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(($this->privates['doctrine.migrations.configuration_loader'] ?? $this->getDoctrine_Migrations_ConfigurationLoaderService()), ($this->privates['doctrine.migrations.entity_manager_registry_loader'] ?? $this->getDoctrine_Migrations_EntityManagerRegistryLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2294.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2295.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2296.         });
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  2301.      *
  2302.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  2303.      */
  2304.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  2305.     {
  2306.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  2310.      *
  2311.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  2312.      */
  2313.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  2314.     {
  2315.         return $this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  2316.     }
  2317.     /**
  2318.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2319.      *
  2320.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2321.      */
  2322.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2323.     {
  2324.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2325.             'App\\Bundles\\AttomBundle\\Repository\\AttomImportHistoryRepository' => ['privates''App\\Bundles\\AttomBundle\\Repository\\AttomImportHistoryRepository''getAttomImportHistoryRepositoryService'true],
  2326.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitRepository' => ['privates''App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitRepository''getBuildingPermitRepositoryService'true],
  2327.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitStatusAliasRepository' => ['privates''App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitStatusAliasRepository''getBuildingPermitStatusAliasRepositoryService'true],
  2328.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitStatusRepository' => ['privates''App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitStatusRepository''getBuildingPermitStatusRepositoryService'true],
  2329.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitTypeAliasRepository' => ['privates''App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitTypeAliasRepository''getBuildingPermitTypeAliasRepositoryService'true],
  2330.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitTypeRepository' => ['privates''App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitTypeRepository''getBuildingPermitTypeRepositoryService'true],
  2331.             'App\\Bundles\\ContactBundle\\Repository\\CompanyRepository' => ['privates''App\\Bundles\\ContactBundle\\Repository\\CompanyRepository''getCompanyRepositoryService'true],
  2332.             'App\\Bundles\\ContactBundle\\Repository\\ContactDetailsRepository' => ['privates''App\\Bundles\\ContactBundle\\Repository\\ContactDetailsRepository''getContactDetailsRepositoryService'true],
  2333.             'App\\Bundles\\ContactBundle\\Repository\\PersonRepository' => ['privates''App\\Bundles\\ContactBundle\\Repository\\PersonRepository''getPersonRepositoryService'true],
  2334.             'App\\Bundles\\FavoritesBundle\\Repository\\FavoriteRepository' => ['privates''App\\Bundles\\FavoritesBundle\\Repository\\FavoriteRepository''getFavoriteRepositoryService'true],
  2335.             'App\\Bundles\\FavoritesBundle\\Repository\\FavoritesListRepository' => ['privates''App\\Bundles\\FavoritesBundle\\Repository\\FavoritesListRepository''getFavoritesListRepositoryService'true],
  2336.             'App\\Bundles\\LocationBundle\\Repository\\LocationFakeStatisticsRepository' => ['privates''App\\Bundles\\LocationBundle\\Repository\\LocationFakeStatisticsRepository''getLocationFakeStatisticsRepositoryService'true],
  2337.             'App\\Bundles\\LocationBundle\\Repository\\LocationRepository' => ['privates''App\\Bundles\\LocationBundle\\Repository\\LocationRepository''getLocationRepositoryService'true],
  2338.             'App\\Bundles\\LocationBundle\\Repository\\LocationStatisticsRepository' => ['privates''App\\Bundles\\LocationBundle\\Repository\\LocationStatisticsRepository''getLocationStatisticsRepositoryService'true],
  2339.             'App\\Bundles\\MediaBundle\\Repository\\MediaRepository' => ['privates''App\\Bundles\\MediaBundle\\Repository\\MediaRepository''getMediaRepositoryService'true],
  2340.             'App\\Bundles\\NoteBundle\\Repository\\NoteRepository' => ['privates''App\\Bundles\\NoteBundle\\Repository\\NoteRepository''getNoteRepositoryService'true],
  2341.             'App\\Bundles\\NotificationBundle\\Repository\\NotificationRepository' => ['privates''App\\Bundles\\NotificationBundle\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  2342.             'App\\Bundles\\PaymentBundle\\Repository\\LocationPricesRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\LocationPricesRepository''getLocationPricesRepositoryService'true],
  2343.             'App\\Bundles\\PaymentBundle\\Repository\\PriceRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\PriceRepository''getPriceRepositoryService'true],
  2344.             'App\\Bundles\\PaymentBundle\\Repository\\ProductRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\ProductRepository''getProductRepositoryService'true],
  2345.             'App\\Bundles\\PaymentBundle\\Repository\\StripeCustomerRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\StripeCustomerRepository''getStripeCustomerRepositoryService'true],
  2346.             'App\\Bundles\\PaymentBundle\\Repository\\StripePriceRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\StripePriceRepository''getStripePriceRepositoryService'true],
  2347.             'App\\Bundles\\PaymentBundle\\Repository\\StripeProductRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\StripeProductRepository''getStripeProductRepositoryService'true],
  2348.             'App\\Bundles\\PaymentBundle\\Repository\\StripeSubscriptionRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\StripeSubscriptionRepository''getStripeSubscriptionRepositoryService'true],
  2349.             'App\\Bundles\\PaymentBundle\\Repository\\SubscriptionRepository' => ['privates''App\\Bundles\\PaymentBundle\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'true],
  2350.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyClassAliasRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertyClassAliasRepository''getPropertyClassAliasRepositoryService'true],
  2351.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyClassRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertyClassRepository''getPropertyClassRepositoryService'true],
  2352.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertyRepository''getPropertyRepositoryService'true],
  2353.             'App\\Bundles\\PropertyBundle\\Repository\\PropertySubTypeAliasRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertySubTypeAliasRepository''getPropertySubTypeAliasRepositoryService'true],
  2354.             'App\\Bundles\\PropertyBundle\\Repository\\PropertySubTypeRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertySubTypeRepository''getPropertySubTypeRepositoryService'true],
  2355.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyTypeAliasRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertyTypeAliasRepository''getPropertyTypeAliasRepositoryService'true],
  2356.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyTypeRepository' => ['privates''App\\Bundles\\PropertyBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'true],
  2357.             'App\\Bundles\\SavedSearchBundle\\Repository\\SavedSearchNewItemRepository' => ['privates''App\\Bundles\\SavedSearchBundle\\Repository\\SavedSearchNewItemRepository''getSavedSearchNewItemRepositoryService'true],
  2358.             'App\\Bundles\\SavedSearchBundle\\Repository\\SavedSearchRepository' => ['privates''App\\Bundles\\SavedSearchBundle\\Repository\\SavedSearchRepository''getSavedSearchRepositoryService'true],
  2359.             'App\\Bundles\\SocialBundle\\Repository\\SocialUserRepository' => ['privates''App\\Bundles\\SocialBundle\\Repository\\SocialUserRepository''getSocialUserRepositoryService'true],
  2360.             'App\\Bundles\\SourceDataBundle\\Repository\\SourceBuildingPermitRepository' => ['privates''App\\Bundles\\SourceDataBundle\\Repository\\SourceBuildingPermitRepository''getSourceBuildingPermitRepositoryService'true],
  2361.             'App\\Bundles\\SourceDataBundle\\Repository\\SourcePropertyRepository' => ['privates''App\\Bundles\\SourceDataBundle\\Repository\\SourcePropertyRepository''getSourcePropertyRepositoryService'true],
  2362.             'App\\Bundles\\UserBundle\\Repository\\UserActionRequestRepository' => ['privates''App\\Bundles\\UserBundle\\Repository\\UserActionRequestRepository''getUserActionRequestRepositoryService'true],
  2363.             'App\\Bundles\\UserBundle\\Repository\\UserRepository' => ['privates''App\\Bundles\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'true],
  2364.         ], [
  2365.             'App\\Bundles\\AttomBundle\\Repository\\AttomImportHistoryRepository' => '?',
  2366.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitRepository' => '?',
  2367.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitStatusAliasRepository' => '?',
  2368.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitStatusRepository' => '?',
  2369.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitTypeAliasRepository' => '?',
  2370.             'App\\Bundles\\BuildingPermitBundle\\Repository\\BuildingPermitTypeRepository' => '?',
  2371.             'App\\Bundles\\ContactBundle\\Repository\\CompanyRepository' => '?',
  2372.             'App\\Bundles\\ContactBundle\\Repository\\ContactDetailsRepository' => '?',
  2373.             'App\\Bundles\\ContactBundle\\Repository\\PersonRepository' => '?',
  2374.             'App\\Bundles\\FavoritesBundle\\Repository\\FavoriteRepository' => '?',
  2375.             'App\\Bundles\\FavoritesBundle\\Repository\\FavoritesListRepository' => '?',
  2376.             'App\\Bundles\\LocationBundle\\Repository\\LocationFakeStatisticsRepository' => '?',
  2377.             'App\\Bundles\\LocationBundle\\Repository\\LocationRepository' => '?',
  2378.             'App\\Bundles\\LocationBundle\\Repository\\LocationStatisticsRepository' => '?',
  2379.             'App\\Bundles\\MediaBundle\\Repository\\MediaRepository' => '?',
  2380.             'App\\Bundles\\NoteBundle\\Repository\\NoteRepository' => '?',
  2381.             'App\\Bundles\\NotificationBundle\\Repository\\NotificationRepository' => '?',
  2382.             'App\\Bundles\\PaymentBundle\\Repository\\LocationPricesRepository' => '?',
  2383.             'App\\Bundles\\PaymentBundle\\Repository\\PriceRepository' => '?',
  2384.             'App\\Bundles\\PaymentBundle\\Repository\\ProductRepository' => '?',
  2385.             'App\\Bundles\\PaymentBundle\\Repository\\StripeCustomerRepository' => '?',
  2386.             'App\\Bundles\\PaymentBundle\\Repository\\StripePriceRepository' => '?',
  2387.             'App\\Bundles\\PaymentBundle\\Repository\\StripeProductRepository' => '?',
  2388.             'App\\Bundles\\PaymentBundle\\Repository\\StripeSubscriptionRepository' => '?',
  2389.             'App\\Bundles\\PaymentBundle\\Repository\\SubscriptionRepository' => '?',
  2390.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyClassAliasRepository' => '?',
  2391.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyClassRepository' => '?',
  2392.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyRepository' => '?',
  2393.             'App\\Bundles\\PropertyBundle\\Repository\\PropertySubTypeAliasRepository' => '?',
  2394.             'App\\Bundles\\PropertyBundle\\Repository\\PropertySubTypeRepository' => '?',
  2395.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyTypeAliasRepository' => '?',
  2396.             'App\\Bundles\\PropertyBundle\\Repository\\PropertyTypeRepository' => '?',
  2397.             'App\\Bundles\\SavedSearchBundle\\Repository\\SavedSearchNewItemRepository' => '?',
  2398.             'App\\Bundles\\SavedSearchBundle\\Repository\\SavedSearchRepository' => '?',
  2399.             'App\\Bundles\\SocialBundle\\Repository\\SocialUserRepository' => '?',
  2400.             'App\\Bundles\\SourceDataBundle\\Repository\\SourceBuildingPermitRepository' => '?',
  2401.             'App\\Bundles\\SourceDataBundle\\Repository\\SourcePropertyRepository' => '?',
  2402.             'App\\Bundles\\UserBundle\\Repository\\UserActionRequestRepository' => '?',
  2403.             'App\\Bundles\\UserBundle\\Repository\\UserRepository' => '?',
  2404.         ]));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  2408.      *
  2409.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  2410.      */
  2411.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  2412.     {
  2413.         return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Platform/Entity'), => (\dirname(__DIR__4).'/src/Bundles/AttomBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/LocationBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/UserBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/SocialBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/PropertyBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/BuildingPermitBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/MediaBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/ProjectBundle/Entity'), => (\dirname(__DIR__4).'/src/Bundles/ContactBundle/Entity'), 10 => (\dirname(__DIR__4).'/src/Bundles/SavedSearchBundle/Entity'), 11 => (\dirname(__DIR__4).'/src/Bundles/SourceDataBundle/Entity'), 12 => (\dirname(__DIR__4).'/src/Bundles/FavoritesBundle/Entity'), 13 => (\dirname(__DIR__4).'/src/Bundles/PaymentBundle/Entity'), 14 => (\dirname(__DIR__4).'/src/Bundles/NoteBundle/Entity'), 15 => (\dirname(__DIR__4).'/src/Bundles/NotificationBundle/Entity')]);
  2414.     }
  2415.     /**
  2416.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  2417.      *
  2418.      * @return \Doctrine\ORM\Configuration
  2419.      */
  2420.     protected function getDoctrine_Orm_DefaultConfigurationService()
  2421.     {
  2422.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  2423.         $instance->setEntityNamespaces(['App' => 'App\\Platform\\Entity''AttomBundle' => 'App\\Bundles\\AttomBundle\\Entity''LocationBundle' => 'App\\Bundles\\LocationBundle\\Entity''UserBundle' => 'App\\Bundles\\UserBundle\\Entity''SocialBundle' => 'App\\Bundles\\SocialBundle\\Entity''PropertyBundle' => 'App\\Bundles\\PropertyBundle\\Entity''BuildingPermitBundle' => 'App\\Bundles\\BuildingPermitBundle\\Entity''MediaBundle' => 'App\\Bundles\\MediaBundle\\Entity''ProjectBundle' => 'App\\Bundles\\ProjectBundle\\Entity''ContactBundle' => 'App\\Bundles\\ContactBundle\\Entity''SavedSearchBundle' => 'App\\Bundles\\SavedSearchBundle\\Entity''SourceDataBundle' => 'App\\Bundles\\SourceDataBundle\\Entity''FavoritesBundle' => 'App\\Bundles\\FavoritesBundle\\Entity''PaymentBundle' => 'App\\Bundles\\PaymentBundle\\Entity''NoteBundle' => 'App\\Bundles\\NoteBundle\\Entity''NotificationBundle' => 'App\\Bundles\\NotificationBundle\\Entity']);
  2424.         $instance->setMetadataCache(($this->privates['cache.doctrine.orm.default.metadata'] ?? ($this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2425.         $instance->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  2426.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  2427.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  2428.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2429.         $instance->setProxyNamespace('Proxies');
  2430.         $instance->setAutoGenerateProxyClasses(true);
  2431.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2432.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2433.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  2434.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2435.         $instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
  2436.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2437.         $instance->addCustomHydrationMode('contact_analytics_hydrator''App\\Bundles\\ContactBundle\\DataHydrator\\AnalyticsHydrator');
  2438.         $instance->addCustomHydrationMode('favorite_analytics_item_hydrator''App\\Bundles\\FavoritesBundle\\DataHydrator\\AnalyticsItemHydrator');
  2439.         $instance->addCustomHydrationMode('favorite_company_hydrator''App\\Bundles\\ContactBundle\\DataHydrator\\FavoriteCompanyHydrator');
  2440.         $instance->addCustomHydrationMode('favorite_person_hydrator''App\\Bundles\\ContactBundle\\DataHydrator\\FavoritePersonHydrator');
  2441.         $instance->addCustomHydrationMode('company_to_contact_hydrator''App\\Bundles\\ContactBundle\\DataHydrator\\CompanyToContactHydrator');
  2442.         $instance->addCustomHydrationMode('person_to_contact_hydrator''App\\Bundles\\ContactBundle\\DataHydrator\\PersonToContactHydrator');
  2443.         $instance->addCustomHydrationMode('fake_to_searched_project_hydrator''App\\Bundles\\ProjectBundle\\DataHydrator\\FakeToSearchedProjectHydrator');
  2444.         $instance->addCustomHydrationMode('searched_project_hydrator''App\\Bundles\\ProjectBundle\\DataHydrator\\SearchedProjectHydrator');
  2445.         $instance->addCustomHydrationMode('dashboard_project_hydrator''App\\Bundles\\ProjectBundle\\DataHydrator\\DashboardProjectHydrator');
  2446.         $instance->addCustomHydrationMode('favorite_project_hydrator''App\\Bundles\\ProjectBundle\\DataHydrator\\FavoriteProjectHydrator');
  2447.         $instance->addCustomHydrationMode('property_class_keyword_hydrator''App\\Bundles\\KeywordBundle\\DataHydrator\\PropertyClassKeywordHydrator');
  2448.         $instance->addCustomHydrationMode('property_type_keyword_hydrator''App\\Bundles\\KeywordBundle\\DataHydrator\\PropertyTypeKeywordHydrator');
  2449.         $instance->addCustomHydrationMode('property_sub_type_keyword_hydrator''App\\Bundles\\KeywordBundle\\DataHydrator\\PropertySubTypeKeywordHydrator');
  2450.         $instance->addCustomHydrationMode('permit_status_keyword_hydrator''App\\Bundles\\KeywordBundle\\DataHydrator\\PermitStatusKeywordHydrator');
  2451.         $instance->addCustomHydrationMode('location_dto_hydrator''App\\Bundles\\LocationBundle\\DataHydrator\\LocationDTOHydrator');
  2452.         $instance->addCustomHydrationMode('related_locations_to_county_hydrator''App\\Bundles\\LocationBundle\\DataHydrator\\RelatedLocationsToCountyHydrator');
  2453.         $instance->addCustomHydrationMode('favourite_locations_hydrator''App\\Bundles\\FavoritesBundle\\DataHydrator\\FavouriteLocationsHydrator');
  2454.         $instance->addCustomHydrationMode('attom_property_contract_hydrator''App\\Bundles\\AttomBundle\\DataHydrator\\AttomPropertyContractHydrator');
  2455.         $instance->addCustomHydrationMode('attom_building_permit_contract_hydrator''App\\Bundles\\AttomBundle\\DataHydrator\\AttomBuildingPermitContractHydrator');
  2456.         $instance->addCustomHydrationMode('user_subscriptions_hydrator''App\\Bundles\\PaymentBundle\\DataHydrator\\UserSubscriptionsHydrator');
  2457.         $instance->addCustomStringFunction('Distance_2D''App\\Platform\\DQL\\Distance2D');
  2458.         $instance->addCustomStringFunction('ILike''App\\Platform\\DQL\\ILike');
  2459.         $instance->addCustomStringFunction('ST_AsGeoJSON''Jsor\\Doctrine\\PostGIS\\Functions\\ST_AsGeoJSON');
  2460.         $instance->addCustomStringFunction('ST_GeomFromGeoJSON''Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromGeoJSON');
  2461.         $instance->addCustomStringFunction('ST_GeomFromText''Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromText');
  2462.         $instance->addCustomStringFunction('ST_Distance''Jsor\\Doctrine\\PostGIS\\Functions\\ST_Distance');
  2463.         $instance->addCustomStringFunction('ST_Contains''Jsor\\Doctrine\\PostGIS\\Functions\\ST_Contains');
  2464.         $instance->addCustomStringFunction('ST_SetSRID''Jsor\\Doctrine\\PostGIS\\Functions\\ST_SetSRID');
  2465.         $instance->addCustomStringFunction('ST_Equals''Jsor\\Doctrine\\PostGIS\\Functions\\ST_Equals');
  2466.         $instance->addCustomStringFunction('ST_Intersects''Jsor\\Doctrine\\PostGIS\\Functions\\ST_Intersects');
  2467.         return $instance;
  2468.     }
  2469.     /**
  2470.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  2471.      *
  2472.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2473.      */
  2474.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2475.     {
  2476.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  2477.     }
  2478.     /**
  2479.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  2480.      *
  2481.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  2482.      */
  2483.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  2484.     {
  2485.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
  2486.     }
  2487.     /**
  2488.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  2489.      *
  2490.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  2491.      */
  2492.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  2493.     {
  2494.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  2495.     }
  2496.     /**
  2497.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  2498.      *
  2499.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  2500.      */
  2501.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  2502.     {
  2503.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  2504.     }
  2505.     /**
  2506.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  2507.      *
  2508.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  2509.      */
  2510.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  2511.     {
  2512.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  2513.     }
  2514.     /**
  2515.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  2516.      *
  2517.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  2518.      */
  2519.     protected function getDoctrine_Orm_ValidatorInitializerService()
  2520.     {
  2521.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2522.     }
  2523.     /**
  2524.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  2525.      *
  2526.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  2527.      */
  2528.     protected function getDoctrine_Twig_DoctrineExtensionService()
  2529.     {
  2530.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  2531.     }
  2532.     /**
  2533.      * Gets the private 'doctrine_migrations.migrations_collector' shared service.
  2534.      *
  2535.      * @return \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector
  2536.      */
  2537.     protected function getDoctrineMigrations_MigrationsCollectorService()
  2538.     {
  2539.         return $this->privates['doctrine_migrations.migrations_collector'] = new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), ($this->privates['doctrine_migrations.migrations_flattener'] ?? ($this->privates['doctrine_migrations.migrations_flattener'] = new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener())));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'doctrine_migrations.migrations_flattener' shared service.
  2543.      *
  2544.      * @return \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener
  2545.      */
  2546.     protected function getDoctrineMigrations_MigrationsFlattenerService()
  2547.     {
  2548.         return $this->privates['doctrine_migrations.migrations_flattener'] = new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener();
  2549.     }
  2550.     /**
  2551.      * Gets the private 'exception_listener' shared service.
  2552.      *
  2553.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2554.      */
  2555.     protected function getExceptionListener2Service()
  2556.     {
  2557.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2558.     }
  2559.     /**
  2560.      * Gets the private 'identity_translator' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\Translation\IdentityTranslator
  2563.      */
  2564.     protected function getIdentityTranslatorService()
  2565.     {
  2566.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  2567.     }
  2568.     /**
  2569.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  2570.      *
  2571.      * @return \libphonenumber\PhoneNumberUtil
  2572.      */
  2573.     protected function getPhoneNumberUtilService()
  2574.     {
  2575.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  2576.     }
  2577.     /**
  2578.      * Gets the private 'locale_aware_listener' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2581.      */
  2582.     protected function getLocaleAwareListenerService()
  2583.     {
  2584.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2585.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2586.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2587.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2588.     }
  2589.     /**
  2590.      * Gets the private 'locale_listener' shared service.
  2591.      *
  2592.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2593.      */
  2594.     protected function getLocaleListenerService()
  2595.     {
  2596.         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', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2597.     }
  2598.     /**
  2599.      * Gets the private 'mailer.data_collector' shared service.
  2600.      *
  2601.      * @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
  2602.      */
  2603.     protected function getMailer_DataCollectorService()
  2604.     {
  2605.         return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  2606.     }
  2607.     /**
  2608.      * Gets the private 'mailer.message_logger_listener' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
  2611.      */
  2612.     protected function getMailer_MessageLoggerListenerService()
  2613.     {
  2614.         return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
  2615.     }
  2616.     /**
  2617.      * Gets the private 'monolog.handler.console' shared service.
  2618.      *
  2619.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2620.      */
  2621.     protected function getMonolog_Handler_ConsoleService()
  2622.     {
  2623.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2624.     }
  2625.     /**
  2626.      * Gets the private 'monolog.handler.main' shared service.
  2627.      *
  2628.      * @return \Monolog\Handler\StreamHandler
  2629.      */
  2630.     protected function getMonolog_Handler_MainService()
  2631.     {
  2632.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/showcase.log'), 100trueNULLfalse);
  2633.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2634.         return $instance;
  2635.     }
  2636.     /**
  2637.      * Gets the private 'monolog.handler.null_internal' shared service.
  2638.      *
  2639.      * @return \Monolog\Handler\NullHandler
  2640.      */
  2641.     protected function getMonolog_Handler_NullInternalService()
  2642.     {
  2643.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  2644.     }
  2645.     /**
  2646.      * Gets the private 'monolog.logger' shared service.
  2647.      *
  2648.      * @return \Symfony\Bridge\Monolog\Logger
  2649.      */
  2650.     protected function getMonolog_LoggerService()
  2651.     {
  2652.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2653.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2654.         $instance->useMicrosecondTimestamps(true);
  2655.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2656.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2657.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2658.         return $instance;
  2659.     }
  2660.     /**
  2661.      * Gets the private 'monolog.logger.cache' shared service.
  2662.      *
  2663.      * @return \Symfony\Bridge\Monolog\Logger
  2664.      */
  2665.     protected function getMonolog_Logger_CacheService()
  2666.     {
  2667.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2668.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2669.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2670.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2671.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2672.         return $instance;
  2673.     }
  2674.     /**
  2675.      * Gets the private 'monolog.logger.doctrine' shared service.
  2676.      *
  2677.      * @return \Symfony\Bridge\Monolog\Logger
  2678.      */
  2679.     protected function getMonolog_Logger_DoctrineService()
  2680.     {
  2681.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2682.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2683.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2684.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2685.         return $instance;
  2686.     }
  2687.     /**
  2688.      * Gets the private 'monolog.logger.event' shared service.
  2689.      *
  2690.      * @return \Symfony\Bridge\Monolog\Logger
  2691.      */
  2692.     protected function getMonolog_Logger_EventService()
  2693.     {
  2694.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2695.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2696.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2697.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2698.         return $instance;
  2699.     }
  2700.     /**
  2701.      * Gets the private 'monolog.logger.http_client' shared service.
  2702.      *
  2703.      * @return \Symfony\Bridge\Monolog\Logger
  2704.      */
  2705.     protected function getMonolog_Logger_HttpClientService()
  2706.     {
  2707.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  2708.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2709.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2710.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2711.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the private 'monolog.logger.php' shared service.
  2716.      *
  2717.      * @return \Symfony\Bridge\Monolog\Logger
  2718.      */
  2719.     protected function getMonolog_Logger_PhpService()
  2720.     {
  2721.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2722.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2723.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2724.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2725.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2726.         return $instance;
  2727.     }
  2728.     /**
  2729.      * Gets the private 'monolog.logger.profiler' shared service.
  2730.      *
  2731.      * @return \Symfony\Bridge\Monolog\Logger
  2732.      */
  2733.     protected function getMonolog_Logger_ProfilerService()
  2734.     {
  2735.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2736.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2737.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2738.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2739.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2740.         return $instance;
  2741.     }
  2742.     /**
  2743.      * Gets the private 'monolog.logger.request' shared service.
  2744.      *
  2745.      * @return \Symfony\Bridge\Monolog\Logger
  2746.      */
  2747.     protected function getMonolog_Logger_RequestService()
  2748.     {
  2749.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2750.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2751.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2752.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2753.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'monolog.logger.router' shared service.
  2758.      *
  2759.      * @return \Symfony\Bridge\Monolog\Logger
  2760.      */
  2761.     protected function getMonolog_Logger_RouterService()
  2762.     {
  2763.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  2764.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2765.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2766.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the private 'monolog.logger.security' shared service.
  2772.      *
  2773.      * @return \Symfony\Bridge\Monolog\Logger
  2774.      */
  2775.     protected function getMonolog_Logger_SecurityService()
  2776.     {
  2777.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2778.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2779.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2780.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2782.         return $instance;
  2783.     }
  2784.     /**
  2785.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  2786.      *
  2787.      * @return \Monolog\Processor\PsrLogMessageProcessor
  2788.      */
  2789.     protected function getMonolog_Processor_PsrLogMessageService()
  2790.     {
  2791.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  2792.     }
  2793.     /**
  2794.      * Gets the private 'nelmio_cors.cacheable_response_vary_listener' shared service.
  2795.      *
  2796.      * @return \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener
  2797.      */
  2798.     protected function getNelmioCors_CacheableResponseVaryListenerService()
  2799.     {
  2800.         return $this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener();
  2801.     }
  2802.     /**
  2803.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2804.      *
  2805.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2806.      */
  2807.     protected function getNelmioCors_CorsListenerService()
  2808.     {
  2809.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
  2810.     }
  2811.     /**
  2812.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  2813.      *
  2814.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  2815.      */
  2816.     protected function getNelmioCors_OptionsProvider_ConfigService()
  2817.     {
  2818.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  2819.     }
  2820.     /**
  2821.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  2822.      *
  2823.      * @return \Nelmio\CorsBundle\Options\Resolver
  2824.      */
  2825.     protected function getNelmioCors_OptionsResolverService()
  2826.     {
  2827.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  2828.     }
  2829.     /**
  2830.      * Gets the private 'notifier.data_collector' shared service.
  2831.      *
  2832.      * @return \Symfony\Component\Notifier\DataCollector\NotificationDataCollector
  2833.      */
  2834.     protected function getNotifier_DataCollectorService()
  2835.     {
  2836.         return $this->privates['notifier.data_collector'] = new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener())));
  2837.     }
  2838.     /**
  2839.      * Gets the private 'notifier.logger_notification_listener' shared service.
  2840.      *
  2841.      * @return \Symfony\Component\Notifier\EventListener\NotificationLoggerListener
  2842.      */
  2843.     protected function getNotifier_LoggerNotificationListenerService()
  2844.     {
  2845.         return $this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener();
  2846.     }
  2847.     /**
  2848.      * Gets the private 'parameter_bag' shared service.
  2849.      *
  2850.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2851.      */
  2852.     protected function getParameterBagService()
  2853.     {
  2854.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2855.     }
  2856.     /**
  2857.      * Gets the private 'profiler.storage' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  2860.      */
  2861.     protected function getProfiler_StorageService()
  2862.     {
  2863.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'profiler_listener' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2869.      */
  2870.     protected function getProfilerListenerService()
  2871.     {
  2872.         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);
  2873.     }
  2874.     /**
  2875.      * Gets the private 'property_info' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2878.      */
  2879.     protected function getPropertyInfoService()
  2880.     {
  2881.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2882.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2883.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2884.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2885.         }, 3), new RewindableGenerator(function () {
  2886.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2887.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2888.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2889.         }, 3), new RewindableGenerator(function () {
  2890.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2891.         }, 1), new RewindableGenerator(function () {
  2892.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2893.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2894.         }, 2), new RewindableGenerator(function () {
  2895.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2896.         }, 1));
  2897.     }
  2898.     /**
  2899.      * Gets the private 'response_listener' shared service.
  2900.      *
  2901.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2902.      */
  2903.     protected function getResponseListenerService()
  2904.     {
  2905.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  2906.     }
  2907.     /**
  2908.      * Gets the private 'router.request_context' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Routing\RequestContext
  2911.      */
  2912.     protected function getRouter_RequestContextService()
  2913.     {
  2914.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2915.     }
  2916.     /**
  2917.      * Gets the private 'router_listener' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2920.      */
  2921.     protected function getRouterListenerService()
  2922.     {
  2923.         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);
  2924.     }
  2925.     /**
  2926.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2927.      *
  2928.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2929.      */
  2930.     protected function getSecurity_Authentication_TrustResolverService()
  2931.     {
  2932.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  2933.     }
  2934.     /**
  2935.      * Gets the private 'security.context_listener.0' shared service.
  2936.      *
  2937.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2938.      */
  2939.     protected function getSecurity_ContextListener_0Service()
  2940.     {
  2941.         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 () {
  2942.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2943.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($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']);
  2944.     }
  2945.     /**
  2946.      * Gets the private 'security.csrf.token_generator' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  2949.      */
  2950.     protected function getSecurity_Csrf_TokenGeneratorService()
  2951.     {
  2952.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  2953.     }
  2954.     /**
  2955.      * Gets the private 'security.csrf.token_storage' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2958.      */
  2959.     protected function getSecurity_Csrf_TokenStorageService()
  2960.     {
  2961.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2962.     }
  2963.     /**
  2964.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2965.      *
  2966.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2967.      */
  2968.     protected function getSecurity_EventDispatcher_AdminService()
  2969.     {
  2970.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2971.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2972.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2973.         }, => 'onSuccessfulLogin'], 0);
  2974.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2975.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  2976.         }, => 'onLogout'], 64);
  2977.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2978.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2979.         }, => 'onLogout'], 0);
  2980.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2981.             return ($this->privates['security.listener.check_remember_me_conditions.admin'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_AdminService'));
  2982.         }, => 'onSuccessfulLogin'], -32);
  2983.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2984.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  2985.         }, => 'onSuccessfulLogin'], -64);
  2986.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2987.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  2988.         }, => 'clearCookie'], 0);
  2989.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2990.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  2991.         }, => 'clearCookie'], 0);
  2992.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2993.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  2994.         }, => 'clearCookie'], 0);
  2995.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2996.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2997.         }, => 'preCheckCredentials'], 256);
  2998.         $instance->addListener('security.authentication.success', [=> function () {
  2999.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3000.         }, => 'postCheckCredentials'], 256);
  3001.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3002.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3003.         }, => 'checkPassport'], 1024);
  3004.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3005.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3006.         }, => 'checkPassport'], 0);
  3007.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3008.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3009.         }, => 'onLoginSuccess'], 0);
  3010.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3011.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3012.         }, => 'checkPassport'], 512);
  3013.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3014.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3015.         }, => 'onLogout'], 0);
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'security.firewall.map' shared service.
  3020.      *
  3021.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3022.      */
  3023.     protected function getSecurity_Firewall_MapService()
  3024.     {
  3025.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.WnwDqhe'] ?? $this->get_ServiceLocator_WnwDqheService()), new RewindableGenerator(function () {
  3026.             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)/')));
  3027.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.AsxoIhM'] ?? ($this->privates['.security.request_matcher.AsxoIhM'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/auth/login')));
  3028.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.tbdzgbx'] ?? ($this->privates['.security.request_matcher.tbdzgbx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1')));
  3029.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  3030.         }, 4));
  3031.     }
  3032.     /**
  3033.      * Gets the private 'security.impersonate_url_generator' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  3036.      */
  3037.     protected function getSecurity_ImpersonateUrlGeneratorService()
  3038.     {
  3039.         return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3040.     }
  3041.     /**
  3042.      * Gets the private 'security.logout_url_generator' shared service.
  3043.      *
  3044.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3045.      */
  3046.     protected function getSecurity_LogoutUrlGeneratorService()
  3047.     {
  3048.         $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()));
  3049.         $instance->registerListener('admin''admin.logout''logout''_csrf_token'NULLNULL);
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the private 'security.rememberme.response_listener' shared service.
  3054.      *
  3055.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  3056.      */
  3057.     protected function getSecurity_Rememberme_ResponseListenerService()
  3058.     {
  3059.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  3060.     }
  3061.     /**
  3062.      * Gets the private 'security.role_hierarchy' shared service.
  3063.      *
  3064.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3065.      */
  3066.     protected function getSecurity_RoleHierarchyService()
  3067.     {
  3068.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3069.     }
  3070.     /**
  3071.      * Gets the private 'security.untracked_token_storage' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  3074.      */
  3075.     protected function getSecurity_UntrackedTokenStorageService()
  3076.     {
  3077.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  3078.     }
  3079.     /**
  3080.      * Gets the private 'sentry.client' shared service.
  3081.      *
  3082.      * @return \Sentry\Client
  3083.      */
  3084.     protected function getSentry_ClientService()
  3085.     {
  3086.         $a = ($this->privates['sentry.client.options'] ?? $this->getSentry_Client_OptionsService());
  3087.         $b = new \Sentry\ClientBuilder($a);
  3088.         $b->setSdkIdentifier('sentry.php.symfony');
  3089.         $b->setSdkVersion('4.4.0');
  3090.         $b->setTransportFactory(($this->privates['Sentry\\Transport\\TransportFactoryInterface'] ?? $this->getTransportFactoryInterfaceService()));
  3091.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3092.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3093.         if ($this->has('Psr\\Log\\NullLogger')) {
  3094.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3095.         }
  3096.         return $this->privates['sentry.client'] = $b->getClient();
  3097.     }
  3098.     /**
  3099.      * Gets the private 'sentry.client.options' shared service.
  3100.      *
  3101.      * @return \Sentry\Options
  3102.      */
  3103.     protected function getSentry_Client_OptionsService()
  3104.     {
  3105.         return $this->privates['sentry.client.options'] = new \Sentry\Options(['environment' => 'showcase''sample_rate' => 0.1'integrations' => [=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\ErrorHandler\\Error\\FatalError'=> 'Symfony\\Component\\Debug\\Exception\\FatalErrorException']]), => new \Sentry\Integration\RequestIntegration(($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()))], 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/share/php'], 'release' => 'dev-main@8986691''tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')], 'in_app_include' => [], 'class_serializers' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  3106.     }
  3107.     /**
  3108.      * Gets the private 'service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' shared service.
  3109.      *
  3110.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3111.      */
  3112.     protected function getAdminUrlGenerator2Service()
  3113.     {
  3114.         return $this->privates['service_locator_EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3115.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  3116.         ], [
  3117.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  3118.         ]);
  3119.     }
  3120.     /**
  3121.      * Gets the private 'session_listener' shared service.
  3122.      *
  3123.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3124.      */
  3125.     protected function getSessionListenerService()
  3126.     {
  3127.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3128.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3129.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3130.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3131.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3132.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3133.         ], [
  3134.             'initialized_session' => '?',
  3135.             'logger' => '?',
  3136.             'session' => '?',
  3137.             'session_collector' => '?',
  3138.             'session_factory' => '?',
  3139.         ]), true$this->parameters['session.storage.options']);
  3140.     }
  3141.     /**
  3142.      * Gets the private 'streamed_response_listener' shared service.
  3143.      *
  3144.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  3145.      */
  3146.     protected function getStreamedResponseListenerService()
  3147.     {
  3148.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  3149.     }
  3150.     /**
  3151.      * Gets the private 'translator.default' shared service.
  3152.      *
  3153.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3154.      */
  3155.     protected function getTranslator_DefaultService()
  3156.     {
  3157.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3158.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3159.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3160.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3161.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3162.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3163.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3164.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3165.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3166.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3167.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3168.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3169.         ], [
  3170.             'translation.loader.csv' => '?',
  3171.             'translation.loader.dat' => '?',
  3172.             'translation.loader.ini' => '?',
  3173.             'translation.loader.json' => '?',
  3174.             'translation.loader.mo' => '?',
  3175.             'translation.loader.php' => '?',
  3176.             'translation.loader.po' => '?',
  3177.             'translation.loader.qt' => '?',
  3178.             'translation.loader.res' => '?',
  3179.             'translation.loader.xliff' => '?',
  3180.             'translation.loader.yml' => '?',
  3181.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.he.php')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php')], '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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], '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_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.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')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/theofidry/psysh-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/src/Bundles/AttomBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Bundles/LocationBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Bundles/UserBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Bundles/SocialBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Bundles/AdminBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Bundles/PropertyBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Bundles/BuildingPermitBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Bundles/MediaBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Bundles/ApiBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Bundles/ProjectBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Bundles/ContactBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Bundles/ConsoleBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Bundles/SavedSearchBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Bundles/SourceDataBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Bundles/FavoritesBundle/translations'), 36 => (\dirname(__DIR__4).'/src/Bundles/PaymentBundle/translations'), 37 => (\dirname(__DIR__4).'/src/Bundles/NoteBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Bundles/NotificationBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'12 => 'vendor/symfony/webpack-encore-bundle/src/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/aws/aws-sdk-php-symfony/src/translations'16 => 'vendor/league/flysystem-bundle/src/translations'17 => 'vendor/lexik/jwt-authentication-bundle/translations'18 => 'vendor/nelmio/cors-bundle/translations'19 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'20 => 'vendor/theofidry/psysh-bundle/src/translations'21 => 'src/Bundles/AttomBundle/translations'22 => 'src/Bundles/LocationBundle/translations'23 => 'src/Bundles/UserBundle/translations'24 => 'src/Bundles/SocialBundle/translations'25 => 'src/Bundles/AdminBundle/translations'26 => 'src/Bundles/PropertyBundle/translations'27 => 'src/Bundles/BuildingPermitBundle/translations'28 => 'src/Bundles/MediaBundle/translations'29 => 'src/Bundles/ApiBundle/translations'30 => 'src/Bundles/ProjectBundle/translations'31 => 'src/Bundles/ContactBundle/translations'32 => 'src/Bundles/ConsoleBundle/translations'33 => 'src/Bundles/SavedSearchBundle/translations'34 => 'src/Bundles/SourceDataBundle/translations'35 => 'src/Bundles/FavoritesBundle/translations'36 => 'src/Bundles/PaymentBundle/translations'37 => 'src/Bundles/NoteBundle/translations'38 => 'src/Bundles/NotificationBundle/translations'39 => 'vendor/sentry/sentry-symfony/src/translations']]], []);
  3182.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3183.         $instance->setFallbackLocales([=> 'en']);
  3184.         return $instance;
  3185.     }
  3186.     /**
  3187.      * Gets the private 'translator.formatter.default' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  3190.      */
  3191.     protected function getTranslator_Formatter_DefaultService()
  3192.     {
  3193.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
  3194.     }
  3195.     /**
  3196.      * Gets the private 'twig.app_variable' shared service.
  3197.      *
  3198.      * @return \Symfony\Bridge\Twig\AppVariable
  3199.      */
  3200.     protected function getTwig_AppVariableService()
  3201.     {
  3202.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  3203.         $instance->setEnvironment('showcase');
  3204.         $instance->setDebug(true);
  3205.         if ($this->has('.container.private.security.token_storage')) {
  3206.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3207.         }
  3208.         if ($this->has('request_stack')) {
  3209.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3210.         }
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the private 'twig.configurator.environment' shared service.
  3215.      *
  3216.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  3217.      */
  3218.     protected function getTwig_Configurator_EnvironmentService()
  3219.     {
  3220.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  3221.     }
  3222.     /**
  3223.      * Gets the private 'twig.extension.assets' shared service.
  3224.      *
  3225.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  3226.      */
  3227.     protected function getTwig_Extension_AssetsService()
  3228.     {
  3229.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3230.     }
  3231.     /**
  3232.      * Gets the private 'twig.extension.code' shared service.
  3233.      *
  3234.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  3235.      */
  3236.     protected function getTwig_Extension_CodeService()
  3237.     {
  3238.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  3239.     }
  3240.     /**
  3241.      * Gets the private 'twig.extension.debug' shared service.
  3242.      *
  3243.      * @return \Twig\Extension\DebugExtension
  3244.      */
  3245.     protected function getTwig_Extension_DebugService()
  3246.     {
  3247.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  3248.     }
  3249.     /**
  3250.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  3251.      *
  3252.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  3253.      */
  3254.     protected function getTwig_Extension_Debug_StopwatchService()
  3255.     {
  3256.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  3257.     }
  3258.     /**
  3259.      * Gets the private 'twig.extension.expression' shared service.
  3260.      *
  3261.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  3262.      */
  3263.     protected function getTwig_Extension_ExpressionService()
  3264.     {
  3265.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  3266.     }
  3267.     /**
  3268.      * Gets the private 'twig.extension.form' shared service.
  3269.      *
  3270.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  3271.      */
  3272.     protected function getTwig_Extension_FormService()
  3273.     {
  3274.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3275.     }
  3276.     /**
  3277.      * Gets the private 'twig.extension.httpfoundation' shared service.
  3278.      *
  3279.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  3280.      */
  3281.     protected function getTwig_Extension_HttpfoundationService()
  3282.     {
  3283.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  3284.     }
  3285.     /**
  3286.      * Gets the private 'twig.extension.httpkernel' shared service.
  3287.      *
  3288.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  3289.      */
  3290.     protected function getTwig_Extension_HttpkernelService()
  3291.     {
  3292.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  3293.     }
  3294.     /**
  3295.      * Gets the private 'twig.extension.logout_url' shared service.
  3296.      *
  3297.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  3298.      */
  3299.     protected function getTwig_Extension_LogoutUrlService()
  3300.     {
  3301.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3302.     }
  3303.     /**
  3304.      * Gets the private 'twig.extension.profiler' shared service.
  3305.      *
  3306.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  3307.      */
  3308.     protected function getTwig_Extension_ProfilerService()
  3309.     {
  3310.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3311.     }
  3312.     /**
  3313.      * Gets the private 'twig.extension.routing' shared service.
  3314.      *
  3315.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  3316.      */
  3317.     protected function getTwig_Extension_RoutingService()
  3318.     {
  3319.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  3320.     }
  3321.     /**
  3322.      * Gets the private 'twig.extension.security' shared service.
  3323.      *
  3324.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  3325.      */
  3326.     protected function getTwig_Extension_SecurityService()
  3327.     {
  3328.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService()));
  3329.     }
  3330.     /**
  3331.      * Gets the private 'twig.extension.security_csrf' shared service.
  3332.      *
  3333.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  3334.      */
  3335.     protected function getTwig_Extension_SecurityCsrfService()
  3336.     {
  3337.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  3338.     }
  3339.     /**
  3340.      * Gets the private 'twig.extension.serializer' shared service.
  3341.      *
  3342.      * @return \Symfony\Bridge\Twig\Extension\SerializerExtension
  3343.      */
  3344.     protected function getTwig_Extension_SerializerService()
  3345.     {
  3346.         return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
  3347.     }
  3348.     /**
  3349.      * Gets the private 'twig.extension.trans' shared service.
  3350.      *
  3351.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  3352.      */
  3353.     protected function getTwig_Extension_TransService()
  3354.     {
  3355.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3356.     }
  3357.     /**
  3358.      * Gets the private 'twig.extension.webprofiler' shared service.
  3359.      *
  3360.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  3361.      */
  3362.     protected function getTwig_Extension_WebprofilerService()
  3363.     {
  3364.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3365.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3366.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  3367.     }
  3368.     /**
  3369.      * Gets the private 'twig.extension.yaml' shared service.
  3370.      *
  3371.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  3372.      */
  3373.     protected function getTwig_Extension_YamlService()
  3374.     {
  3375.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  3376.     }
  3377.     /**
  3378.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3379.      *
  3380.      * @return \Twig\Loader\FilesystemLoader
  3381.      */
  3382.     protected function getTwig_Loader_NativeFilesystemService()
  3383.     {
  3384.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3385.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/Resources/views/'), 'base');
  3386.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3387.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3388.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3389.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3390.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3391.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3392.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3393.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3394.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  3395.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  3396.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  3397.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  3398.         $instance->addPath((\dirname(__DIR__4).'/src/Bundles/UserBundle/Resources/views'), 'User');
  3399.         $instance->addPath((\dirname(__DIR__4).'/src/Bundles/UserBundle/Resources/views'), '!User');
  3400.         $instance->addPath((\dirname(__DIR__4).'/src/Bundles/AdminBundle/Resources/views'), 'Admin');
  3401.         $instance->addPath((\dirname(__DIR__4).'/src/Bundles/AdminBundle/Resources/views'), '!Admin');
  3402.         $instance->addPath((\dirname(__DIR__4).'/src/Bundles/ApiBundle/Resources/views'), 'Api');
  3403.         $instance->addPath((\dirname(__DIR__4).'/src/Bundles/ApiBundle/Resources/views'), '!Api');
  3404.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3405.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3406.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3407.         return $instance;
  3408.     }
  3409.     /**
  3410.      * Gets the private 'twig.profile' shared service.
  3411.      *
  3412.      * @return \Twig\Profiler\Profile
  3413.      */
  3414.     protected function getTwig_ProfileService()
  3415.     {
  3416.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  3417.     }
  3418.     /**
  3419.      * Gets the private 'twig.runtime_loader' shared service.
  3420.      *
  3421.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  3422.      */
  3423.     protected function getTwig_RuntimeLoaderService()
  3424.     {
  3425.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3426.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  3427.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  3428.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  3429.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  3430.         ], [
  3431.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3432.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3433.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  3434.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3435.         ]));
  3436.     }
  3437.     /**
  3438.      * Gets the private 'url_helper' shared service.
  3439.      *
  3440.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  3441.      */
  3442.     protected function getUrlHelperService()
  3443.     {
  3444.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3445.     }
  3446.     /**
  3447.      * Gets the private 'validate_request_listener' shared service.
  3448.      *
  3449.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  3450.      */
  3451.     protected function getValidateRequestListenerService()
  3452.     {
  3453.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  3454.     }
  3455.     /**
  3456.      * Gets the private 'validator.builder' shared service.
  3457.      *
  3458.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3459.      */
  3460.     protected function getValidator_BuilderService()
  3461.     {
  3462.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3463.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3464.         if ($this->has('translator')) {
  3465.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3466.         }
  3467.         $instance->setTranslationDomain('validators');
  3468.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3469.         $instance->enableAnnotationMapping(true);
  3470.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3471.         $instance->addMethodMapping('loadValidatorMetadata');
  3472.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  3473.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  3474.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  3475.         return $instance;
  3476.     }
  3477.     /**
  3478.      * Gets the private 'validator.property_info_loader' shared service.
  3479.      *
  3480.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  3481.      */
  3482.     protected function getValidator_PropertyInfoLoaderService()
  3483.     {
  3484.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3485.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  3486.     }
  3487.     /**
  3488.      * Gets the private 'validator.validator_factory' shared service.
  3489.      *
  3490.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3491.      */
  3492.     protected function getValidator_ValidatorFactoryService()
  3493.     {
  3494.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3495.             'App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavoritesListValidator' => ['privates''App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavoritesListValidator''getExistingFavoritesListValidatorService'true],
  3496.             'App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavouriteEntityTypeValidator' => ['privates''App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavouriteEntityTypeValidator''getExistingFavouriteEntityTypeValidatorService'true],
  3497.             'App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavouriteRoleValidator' => ['privates''App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavouriteRoleValidator''getExistingFavouriteRoleValidatorService'true],
  3498.             'App\\Bundles\\FavoritesBundle\\Validator\\IsFavouriteEntityValidator' => ['privates''App\\Bundles\\FavoritesBundle\\Validator\\IsFavouriteEntityValidator''getIsFavouriteEntityValidatorService'true],
  3499.             'App\\Bundles\\FavoritesBundle\\Validator\\RequiredFavouriteRolesValidator' => ['privates''App\\Bundles\\FavoritesBundle\\Validator\\RequiredFavouriteRolesValidator''getRequiredFavouriteRolesValidatorService'true],
  3500.             'App\\Bundles\\FavoritesBundle\\Validator\\UniqueFavoritesListNameValidator' => ['privates''App\\Bundles\\FavoritesBundle\\Validator\\UniqueFavoritesListNameValidator''getUniqueFavoritesListNameValidatorService'true],
  3501.             'App\\Bundles\\LocationBundle\\Validator\\ValidLocationTypeValidator' => ['privates''App\\Bundles\\LocationBundle\\Validator\\ValidLocationTypeValidator''getValidLocationTypeValidatorService'true],
  3502.             'App\\Bundles\\LocationBundle\\Validator\\ValidRingCoordinatesValidator' => ['privates''App\\Bundles\\LocationBundle\\Validator\\ValidRingCoordinatesValidator''getValidRingCoordinatesValidatorService'true],
  3503.             'App\\Bundles\\PaymentBundle\\Validator\\ExistingSubscriptionValidator' => ['privates''App\\Bundles\\PaymentBundle\\Validator\\ExistingSubscriptionValidator''getExistingSubscriptionValidatorService'true],
  3504.             'App\\Bundles\\SavedSearchBundle\\Validator\\UniqueSavedSearchNameValidator' => ['privates''App\\Bundles\\SavedSearchBundle\\Validator\\UniqueSavedSearchNameValidator''getUniqueSavedSearchNameValidatorService'true],
  3505.             'App\\Bundles\\UserBundle\\Validator\\ExistingEmailValidator' => ['privates''App\\Bundles\\UserBundle\\Validator\\ExistingEmailValidator''getExistingEmailValidatorService'true],
  3506.             'App\\Bundles\\UserBundle\\Validator\\ExistingTokenValidator' => ['privates''App\\Bundles\\UserBundle\\Validator\\ExistingTokenValidator''getExistingTokenValidatorService'true],
  3507.             'App\\Bundles\\UserBundle\\Validator\\UniqueEmailValidator' => ['privates''App\\Bundles\\UserBundle\\Validator\\UniqueEmailValidator''getUniqueEmailValidatorService'true],
  3508.             'App\\Bundles\\UserBundle\\Validator\\UserEmailValidator' => ['privates''App\\Bundles\\UserBundle\\Validator\\UserEmailValidator''getUserEmailValidatorService'true],
  3509.             'App\\Bundles\\UserBundle\\Validator\\ValidPhoneNumberValidator' => ['privates''App\\Bundles\\UserBundle\\Validator\\ValidPhoneNumberValidator''getValidPhoneNumberValidatorService'true],
  3510.             'App\\Platform\\Validator\\ExistingDBEntityValidator' => ['privates''App\\Platform\\Validator\\ExistingDBEntityValidator''getExistingDBEntityValidatorService'true],
  3511.             'App\\Platform\\Validator\\RequiredFieldsValidator' => ['privates''App\\Platform\\Validator\\RequiredFieldsValidator''getRequiredFieldsValidatorService'true],
  3512.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  3513.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3514.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3515.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3516.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3517.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3518.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3519.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3520.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3521.         ], [
  3522.             'App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavoritesListValidator' => '?',
  3523.             'App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavouriteEntityTypeValidator' => '?',
  3524.             'App\\Bundles\\FavoritesBundle\\Validator\\ExistingFavouriteRoleValidator' => '?',
  3525.             'App\\Bundles\\FavoritesBundle\\Validator\\IsFavouriteEntityValidator' => '?',
  3526.             'App\\Bundles\\FavoritesBundle\\Validator\\RequiredFavouriteRolesValidator' => '?',
  3527.             'App\\Bundles\\FavoritesBundle\\Validator\\UniqueFavoritesListNameValidator' => '?',
  3528.             'App\\Bundles\\LocationBundle\\Validator\\ValidLocationTypeValidator' => '?',
  3529.             'App\\Bundles\\LocationBundle\\Validator\\ValidRingCoordinatesValidator' => '?',
  3530.             'App\\Bundles\\PaymentBundle\\Validator\\ExistingSubscriptionValidator' => '?',
  3531.             'App\\Bundles\\SavedSearchBundle\\Validator\\UniqueSavedSearchNameValidator' => '?',
  3532.             'App\\Bundles\\UserBundle\\Validator\\ExistingEmailValidator' => '?',
  3533.             'App\\Bundles\\UserBundle\\Validator\\ExistingTokenValidator' => '?',
  3534.             'App\\Bundles\\UserBundle\\Validator\\UniqueEmailValidator' => '?',
  3535.             'App\\Bundles\\UserBundle\\Validator\\UserEmailValidator' => '?',
  3536.             'App\\Bundles\\UserBundle\\Validator\\ValidPhoneNumberValidator' => '?',
  3537.             'App\\Platform\\Validator\\ExistingDBEntityValidator' => '?',
  3538.             'App\\Platform\\Validator\\RequiredFieldsValidator' => '?',
  3539.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  3540.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3541.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3542.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3543.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3544.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3545.             'doctrine.orm.validator.unique' => '?',
  3546.             'security.validator.user_password' => '?',
  3547.             'validator.expression' => '?',
  3548.         ]));
  3549.     }
  3550.     /**
  3551.      * Gets the private 'web_profiler.csp.handler' shared service.
  3552.      *
  3553.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3554.      */
  3555.     protected function getWebProfiler_Csp_HandlerService()
  3556.     {
  3557.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3558.     }
  3559.     /**
  3560.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3561.      *
  3562.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3563.      */
  3564.     protected function getWebProfiler_DebugToolbarService()
  3565.     {
  3566.         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);
  3567.     }
  3568.     /**
  3569.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3570.      *
  3571.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3572.      */
  3573.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3574.     {
  3575.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3576.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3577.         ], [
  3578.             '_default' => '?',
  3579.         ]), '_default');
  3580.     }
  3581.     /**
  3582.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  3583.      *
  3584.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  3585.      */
  3586.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  3587.     {
  3588.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3589.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3590.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  3591.         ], [
  3592.             'webpack_encore.entrypoint_lookup_collection' => '?',
  3593.             'webpack_encore.tag_renderer' => '?',
  3594.         ]));
  3595.     }
  3596.     /**
  3597.      * Gets the private 'webpack_encore.twig_stimulus_extension' shared service.
  3598.      *
  3599.      * @return \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension
  3600.      */
  3601.     protected function getWebpackEncore_TwigStimulusExtensionService()
  3602.     {
  3603.         return $this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
  3604.     }
  3605.     /**
  3606.      * Gets the public 'cache_clearer' alias.
  3607.      *
  3608.      * @return object The ".container.private.cache_clearer" service.
  3609.      */
  3610.     protected function getCacheClearerService()
  3611.     {
  3612.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3613.         return $this->get('.container.private.cache_clearer');
  3614.     }
  3615.     /**
  3616.      * Gets the public 'filesystem' alias.
  3617.      *
  3618.      * @return object The ".container.private.filesystem" service.
  3619.      */
  3620.     protected function getFilesystemService()
  3621.     {
  3622.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3623.         return $this->get('.container.private.filesystem');
  3624.     }
  3625.     /**
  3626.      * Gets the public 'serializer' alias.
  3627.      *
  3628.      * @return object The ".container.private.serializer" service.
  3629.      */
  3630.     protected function getSerializerService()
  3631.     {
  3632.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3633.         return $this->get('.container.private.serializer');
  3634.     }
  3635.     /**
  3636.      * Gets the public 'security.csrf.token_manager' alias.
  3637.      *
  3638.      * @return object The ".container.private.security.csrf.token_manager" service.
  3639.      */
  3640.     protected function getSecurity_Csrf_TokenManagerService()
  3641.     {
  3642.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3643.         return $this->get('.container.private.security.csrf.token_manager');
  3644.     }
  3645.     /**
  3646.      * Gets the public 'form.factory' alias.
  3647.      *
  3648.      * @return object The ".container.private.form.factory" service.
  3649.      */
  3650.     protected function getForm_FactoryService()
  3651.     {
  3652.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3653.         return $this->get('.container.private.form.factory');
  3654.     }
  3655.     /**
  3656.      * Gets the public 'form.type.file' alias.
  3657.      *
  3658.      * @return object The ".container.private.form.type.file" service.
  3659.      */
  3660.     protected function getForm_Type_FileService()
  3661.     {
  3662.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3663.         return $this->get('.container.private.form.type.file');
  3664.     }
  3665.     /**
  3666.      * Gets the public 'profiler' alias.
  3667.      *
  3668.      * @return object The ".container.private.profiler" service.
  3669.      */
  3670.     protected function getProfilerService()
  3671.     {
  3672.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3673.         return $this->get('.container.private.profiler');
  3674.     }
  3675.     /**
  3676.      * Gets the public 'twig' alias.
  3677.      *
  3678.      * @return object The ".container.private.twig" service.
  3679.      */
  3680.     protected function getTwigService()
  3681.     {
  3682.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3683.         return $this->get('.container.private.twig');
  3684.     }
  3685.     /**
  3686.      * Gets the public 'security.authorization_checker' alias.
  3687.      *
  3688.      * @return object The ".container.private.security.authorization_checker" service.
  3689.      */
  3690.     protected function getSecurity_AuthorizationCheckerService()
  3691.     {
  3692.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3693.         return $this->get('.container.private.security.authorization_checker');
  3694.     }
  3695.     /**
  3696.      * Gets the public 'security.token_storage' alias.
  3697.      *
  3698.      * @return object The ".container.private.security.token_storage" service.
  3699.      */
  3700.     protected function getSecurity_TokenStorageService()
  3701.     {
  3702.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3703.         return $this->get('.container.private.security.token_storage');
  3704.     }
  3705.     /**
  3706.      * Gets the public 'security.password_encoder' alias.
  3707.      *
  3708.      * @return object The ".container.private.security.password_encoder" service.
  3709.      */
  3710.     protected function getSecurity_PasswordEncoderService()
  3711.     {
  3712.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3713.         return $this->get('.container.private.security.password_encoder');
  3714.     }
  3715.     /**
  3716.      * Gets the public 'session' alias.
  3717.      *
  3718.      * @return object The ".container.private.session" service.
  3719.      */
  3720.     protected function getSessionService()
  3721.     {
  3722.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3723.         return $this->get('.container.private.session');
  3724.     }
  3725.     /**
  3726.      * Gets the public 'validator' alias.
  3727.      *
  3728.      * @return object The ".container.private.validator" service.
  3729.      */
  3730.     protected function getValidatorService()
  3731.     {
  3732.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3733.         return $this->get('.container.private.validator');
  3734.     }
  3735.     /**
  3736.      * @return array|bool|float|int|string|\UnitEnum|null
  3737.      */
  3738.     public function getParameter(string $name)
  3739.     {
  3740.         if (isset($this->buildParameters[$name])) {
  3741.             return $this->buildParameters[$name];
  3742.         }
  3743.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3744.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3745.         }
  3746.         if (isset($this->loadedDynamicParameters[$name])) {
  3747.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3748.         }
  3749.         return $this->parameters[$name];
  3750.     }
  3751.     public function hasParameter(string $name): bool
  3752.     {
  3753.         if (isset($this->buildParameters[$name])) {
  3754.             return true;
  3755.         }
  3756.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3757.     }
  3758.     public function setParameter(string $name$value): void
  3759.     {
  3760.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3761.     }
  3762.     public function getParameterBag(): ParameterBagInterface
  3763.     {
  3764.         if (null === $this->parameterBag) {
  3765.             $parameters $this->parameters;
  3766.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3767.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3768.             }
  3769.             foreach ($this->buildParameters as $name => $value) {
  3770.                 $parameters[$name] = $value;
  3771.             }
  3772.             $this->parameterBag = new FrozenParameterBag($parameters);
  3773.         }
  3774.         return $this->parameterBag;
  3775.     }
  3776.     private $loadedDynamicParameters = [
  3777.         'kernel.runtime_environment' => false,
  3778.         'kernel.build_dir' => false,
  3779.         'kernel.cache_dir' => false,
  3780.         'aws_default_access_key_id' => false,
  3781.         'aws_default_secret_access_key' => false,
  3782.         'aws_s3_storage_default_region' => false,
  3783.         'aws_s3_storage_default_bucket' => false,
  3784.         'frontend_base_url' => false,
  3785.         'mailer_default_from_address' => false,
  3786.         'mailer_default_from_name' => false,
  3787.         'radar_support_to_address' => false,
  3788.         'stripe_public_key' => false,
  3789.         'stripe_secret_key' => false,
  3790.         'social_oauth_google_main_id' => false,
  3791.         'social_oauth_google_main_secret' => false,
  3792.         'social_oauth_linkedin_main_id' => false,
  3793.         'social_oauth_linkedin_main_secret' => false,
  3794.         'storage_default_prefix' => false,
  3795.         'storage_default_source' => false,
  3796.         'kernel.secret' => false,
  3797.         'debug.container.dump' => false,
  3798.         'serializer.mapping.cache.file' => false,
  3799.         'validator.mapping.cache.file' => false,
  3800.         'profiler.storage.dsn' => false,
  3801.         'doctrine.orm.proxy_dir' => false,
  3802.         'lexik_jwt_authentication.pass_phrase' => false,
  3803.         'attom.baseUrl' => false,
  3804.         'attom.apiKey' => false,
  3805.         'appUrl' => false,
  3806.         'frontUrl' => false,
  3807.     ];
  3808.     private $dynamicParameters = [];
  3809.     private function getDynamicParameter(string $name)
  3810.     {
  3811.         switch ($name) {
  3812.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3813.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3814.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3815.             case 'aws_default_access_key_id'$value $this->getEnv('string:AWS_DEFAULT_ACCESS_KEY_ID'); break;
  3816.             case 'aws_default_secret_access_key'$value $this->getEnv('string:AWS_DEFAULT_SECRET_ACCESS_KEY'); break;
  3817.             case 'aws_s3_storage_default_region'$value $this->getEnv('string:AWS_S3_STORAGE_DEFAULT_REGION'); break;
  3818.             case 'aws_s3_storage_default_bucket'$value $this->getEnv('string:AWS_S3_STORAGE_DEFAULT_BUCKET'); break;
  3819.             case 'frontend_base_url'$value $this->getEnv('FRONTEND_BASE_URL'); break;
  3820.             case 'mailer_default_from_address'$value $this->getEnv('MAILER_DEFAULT_FROM_ADDRESS'); break;
  3821.             case 'mailer_default_from_name'$value $this->getEnv('MAILER_DEFAULT_FROM_NAME'); break;
  3822.             case 'radar_support_to_address'$value $this->getEnv('RADAR_SUPPORT_TO_ADDRESS'); break;
  3823.             case 'stripe_public_key'$value $this->getEnv('STRIPE_KEY'); break;
  3824.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_SECRET'); break;
  3825.             case 'social_oauth_google_main_id'$value $this->getEnv('SOCIAL_OAUTH_GOOGLE_MAIN_ID'); break;
  3826.             case 'social_oauth_google_main_secret'$value $this->getEnv('SOCIAL_OAUTH_GOOGLE_MAIN_SECRET'); break;
  3827.             case 'social_oauth_linkedin_main_id'$value $this->getEnv('SOCIAL_OAUTH_LINKEDIN_MAIN_ID'); break;
  3828.             case 'social_oauth_linkedin_main_secret'$value $this->getEnv('SOCIAL_OAUTH_LINKEDIN_MAIN_SECRET'); break;
  3829.             case 'storage_default_prefix'$value $this->getEnv('string:APP_STORAGE_DEFAULT_PREFIX'); break;
  3830.             case 'storage_default_source'$value $this->getEnv('string:APP_STORAGE_DEFAULT'); break;
  3831.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3832.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_Platform_KernelShowcaseDebugContainer.xml'); break;
  3833.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3834.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3835.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3836.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3837.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3838.             case 'attom.baseUrl'$value $this->getEnv('resolve:ATTOM_API_BASE_URL'); break;
  3839.             case 'attom.apiKey'$value $this->getEnv('resolve:ATTOM_API_KEY'); break;
  3840.             case 'appUrl'$value $this->getEnv('APP_URL'); break;
  3841.             case 'frontUrl'$value $this->getEnv('FRONTEND_BASE_URL'); break;
  3842.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3843.         }
  3844.         $this->loadedDynamicParameters[$name] = true;
  3845.         return $this->dynamicParameters[$name] = $value;
  3846.     }
  3847.     protected function getDefaultParameters(): array
  3848.     {
  3849.         return [
  3850.             'kernel.project_dir' => \dirname(__DIR__4),
  3851.             'kernel.environment' => 'showcase',
  3852.             'kernel.debug' => true,
  3853.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3854.             'kernel.bundles' => [
  3855.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3856.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3857.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3858.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3859.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3860.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3861.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3862.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3863.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3864.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  3865.                 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  3866.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3867.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3868.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3869.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  3870.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3871.                 'PsyshBundle' => 'Fidry\\PsyshBundle\\PsyshBundle',
  3872.                 'AttomBundle' => 'App\\Bundles\\AttomBundle\\AttomBundle',
  3873.                 'LocationBundle' => 'App\\Bundles\\LocationBundle\\LocationBundle',
  3874.                 'UserBundle' => 'App\\Bundles\\UserBundle\\UserBundle',
  3875.                 'SocialBundle' => 'App\\Bundles\\SocialBundle\\SocialBundle',
  3876.                 'AdminBundle' => 'App\\Bundles\\AdminBundle\\AdminBundle',
  3877.                 'PropertyBundle' => 'App\\Bundles\\PropertyBundle\\PropertyBundle',
  3878.                 'BuildingPermitBundle' => 'App\\Bundles\\BuildingPermitBundle\\BuildingPermitBundle',
  3879.                 'MediaBundle' => 'App\\Bundles\\MediaBundle\\MediaBundle',
  3880.                 'ApiBundle' => 'App\\Bundles\\ApiBundle\\ApiBundle',
  3881.                 'ProjectBundle' => 'App\\Bundles\\ProjectBundle\\ProjectBundle',
  3882.                 'ContactBundle' => 'App\\Bundles\\ContactBundle\\ContactBundle',
  3883.                 'ConsoleBundle' => 'App\\Bundles\\ConsoleBundle\\ConsoleBundle',
  3884.                 'SavedSearchBundle' => 'App\\Bundles\\SavedSearchBundle\\SavedSearchBundle',
  3885.                 'SourceDataBundle' => 'App\\Bundles\\SourceDataBundle\\SourceDataBundle',
  3886.                 'FavoritesBundle' => 'App\\Bundles\\FavoritesBundle\\FavoritesBundle',
  3887.                 'PaymentBundle' => 'App\\Bundles\\PaymentBundle\\PaymentBundle',
  3888.                 'NoteBundle' => 'App\\Bundles\\NoteBundle\\NoteBundle',
  3889.                 'NotificationBundle' => 'App\\Bundles\\NotificationBundle\\NotificationBundle',
  3890.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  3891.             ],
  3892.             'kernel.bundles_metadata' => [
  3893.                 'FrameworkBundle' => [
  3894.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3895.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3896.                 ],
  3897.                 'TwigBundle' => [
  3898.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3899.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3900.                 ],
  3901.                 'WebProfilerBundle' => [
  3902.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3903.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3904.                 ],
  3905.                 'DoctrineBundle' => [
  3906.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3907.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3908.                 ],
  3909.                 'DoctrineMigrationsBundle' => [
  3910.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3911.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3912.                 ],
  3913.                 'DoctrineFixturesBundle' => [
  3914.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3915.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3916.                 ],
  3917.                 'WebpackEncoreBundle' => [
  3918.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3919.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3920.                 ],
  3921.                 'MonologBundle' => [
  3922.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3923.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3924.                 ],
  3925.                 'SecurityBundle' => [
  3926.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3927.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3928.                 ],
  3929.                 'MisdPhoneNumberBundle' => [
  3930.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  3931.                     'namespace' => 'Misd\\PhoneNumberBundle',
  3932.                 ],
  3933.                 'AwsBundle' => [
  3934.                     'path' => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src'),
  3935.                     'namespace' => 'Aws\\Symfony',
  3936.                 ],
  3937.                 'FlysystemBundle' => [
  3938.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3939.                     'namespace' => 'League\\FlysystemBundle',
  3940.                 ],
  3941.                 'LexikJWTAuthenticationBundle' => [
  3942.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3943.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3944.                 ],
  3945.                 'NelmioCorsBundle' => [
  3946.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3947.                     'namespace' => 'Nelmio\\CorsBundle',
  3948.                 ],
  3949.                 'KnpUOAuth2ClientBundle' => [
  3950.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  3951.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  3952.                 ],
  3953.                 'EasyAdminBundle' => [
  3954.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3955.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3956.                 ],
  3957.                 'PsyshBundle' => [
  3958.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/psysh-bundle/src'),
  3959.                     'namespace' => 'Fidry\\PsyshBundle',
  3960.                 ],
  3961.                 'AttomBundle' => [
  3962.                     'path' => (\dirname(__DIR__4).'/src/Bundles/AttomBundle'),
  3963.                     'namespace' => 'App\\Bundles\\AttomBundle',
  3964.                 ],
  3965.                 'LocationBundle' => [
  3966.                     'path' => (\dirname(__DIR__4).'/src/Bundles/LocationBundle'),
  3967.                     'namespace' => 'App\\Bundles\\LocationBundle',
  3968.                 ],
  3969.                 'UserBundle' => [
  3970.                     'path' => (\dirname(__DIR__4).'/src/Bundles/UserBundle'),
  3971.                     'namespace' => 'App\\Bundles\\UserBundle',
  3972.                 ],
  3973.                 'SocialBundle' => [
  3974.                     'path' => (\dirname(__DIR__4).'/src/Bundles/SocialBundle'),
  3975.                     'namespace' => 'App\\Bundles\\SocialBundle',
  3976.                 ],
  3977.                 'AdminBundle' => [
  3978.                     'path' => (\dirname(__DIR__4).'/src/Bundles/AdminBundle'),
  3979.                     'namespace' => 'App\\Bundles\\AdminBundle',
  3980.                 ],
  3981.                 'PropertyBundle' => [
  3982.                     'path' => (\dirname(__DIR__4).'/src/Bundles/PropertyBundle'),
  3983.                     'namespace' => 'App\\Bundles\\PropertyBundle',
  3984.                 ],
  3985.                 'BuildingPermitBundle' => [
  3986.                     'path' => (\dirname(__DIR__4).'/src/Bundles/BuildingPermitBundle'),
  3987.                     'namespace' => 'App\\Bundles\\BuildingPermitBundle',
  3988.                 ],
  3989.                 'MediaBundle' => [
  3990.                     'path' => (\dirname(__DIR__4).'/src/Bundles/MediaBundle'),
  3991.                     'namespace' => 'App\\Bundles\\MediaBundle',
  3992.                 ],
  3993.                 'ApiBundle' => [
  3994.                     'path' => (\dirname(__DIR__4).'/src/Bundles/ApiBundle'),
  3995.                     'namespace' => 'App\\Bundles\\ApiBundle',
  3996.                 ],
  3997.                 'ProjectBundle' => [
  3998.                     'path' => (\dirname(__DIR__4).'/src/Bundles/ProjectBundle'),
  3999.                     'namespace' => 'App\\Bundles\\ProjectBundle',
  4000.                 ],
  4001.                 'ContactBundle' => [
  4002.                     'path' => (\dirname(__DIR__4).'/src/Bundles/ContactBundle'),
  4003.                     'namespace' => 'App\\Bundles\\ContactBundle',
  4004.                 ],
  4005.                 'ConsoleBundle' => [
  4006.                     'path' => (\dirname(__DIR__4).'/src/Bundles/ConsoleBundle'),
  4007.                     'namespace' => 'App\\Bundles\\ConsoleBundle',
  4008.                 ],
  4009.                 'SavedSearchBundle' => [
  4010.                     'path' => (\dirname(__DIR__4).'/src/Bundles/SavedSearchBundle'),
  4011.                     'namespace' => 'App\\Bundles\\SavedSearchBundle',
  4012.                 ],
  4013.                 'SourceDataBundle' => [
  4014.                     'path' => (\dirname(__DIR__4).'/src/Bundles/SourceDataBundle'),
  4015.                     'namespace' => 'App\\Bundles\\SourceDataBundle',
  4016.                 ],
  4017.                 'FavoritesBundle' => [
  4018.                     'path' => (\dirname(__DIR__4).'/src/Bundles/FavoritesBundle'),
  4019.                     'namespace' => 'App\\Bundles\\FavoritesBundle',
  4020.                 ],
  4021.                 'PaymentBundle' => [
  4022.                     'path' => (\dirname(__DIR__4).'/src/Bundles/PaymentBundle'),
  4023.                     'namespace' => 'App\\Bundles\\PaymentBundle',
  4024.                 ],
  4025.                 'NoteBundle' => [
  4026.                     'path' => (\dirname(__DIR__4).'/src/Bundles/NoteBundle'),
  4027.                     'namespace' => 'App\\Bundles\\NoteBundle',
  4028.                 ],
  4029.                 'NotificationBundle' => [
  4030.                     'path' => (\dirname(__DIR__4).'/src/Bundles/NotificationBundle'),
  4031.                     'namespace' => 'App\\Bundles\\NotificationBundle',
  4032.                 ],
  4033.                 'SentryBundle' => [
  4034.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  4035.                     'namespace' => 'Sentry\\SentryBundle',
  4036.                 ],
  4037.             ],
  4038.             'kernel.charset' => 'UTF-8',
  4039.             'kernel.container_class' => 'App_Platform_KernelShowcaseDebugContainer',
  4040.             'aws_version' => 'latest',
  4041.             'event_dispatcher.event_aliases' => [
  4042.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4043.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4044.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4045.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4046.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4047.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4048.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4049.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4050.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4051.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4052.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4053.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4054.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4055.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4056.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4057.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4058.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4059.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4060.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4061.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4062.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4063.             ],
  4064.             'fragment.renderer.hinclude.global_template' => NULL,
  4065.             'fragment.path' => '/_fragment',
  4066.             'kernel.http_method_override' => false,
  4067.             'kernel.trusted_hosts' => [
  4068.             ],
  4069.             'kernel.default_locale' => 'en',
  4070.             'kernel.enabled_locales' => [
  4071.             ],
  4072.             'kernel.error_controller' => 'error_controller',
  4073.             'debug.file_link_format' => NULL,
  4074.             'asset.request_context.base_path' => NULL,
  4075.             'asset.request_context.secure' => NULL,
  4076.             'translator.logging' => false,
  4077.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4078.             'debug.error_handler.throw_at' => -1,
  4079.             'router.request_context.host' => 'localhost',
  4080.             'router.request_context.scheme' => 'http',
  4081.             'router.request_context.base_url' => '',
  4082.             'router.resource' => 'kernel::loadRoutes',
  4083.             'request_listener.http_port' => 80,
  4084.             'request_listener.https_port' => 443,
  4085.             'session.metadata.storage_key' => '_sf2_meta',
  4086.             'session.storage.options' => [
  4087.                 'cache_limiter' => '0',
  4088.                 'cookie_httponly' => true,
  4089.                 'cookie_samesite' => 'lax',
  4090.                 'gc_probability' => 1,
  4091.             ],
  4092.             'session.save_path' => (\dirname(__DIR__3).'/sessions/showcase'),
  4093.             'session.metadata.update_threshold' => 0,
  4094.             'form.type_extension.csrf.enabled' => true,
  4095.             'form.type_extension.csrf.field_name' => '_token',
  4096.             'validator.translation_domain' => 'validators',
  4097.             'profiler_listener.only_exceptions' => false,
  4098.             'profiler_listener.only_main_requests' => false,
  4099.             'twig.form.resources' => [
  4100.                 => 'form_div_layout.html.twig',
  4101.                 => 'bootstrap_5_layout.html.twig',
  4102.                 => '@MisdPhoneNumber/Form/phone_number_bootstrap_5.html.twig',
  4103.             ],
  4104.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4105.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4106.             'web_profiler.debug_toolbar.mode' => 2,
  4107.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4108.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4109.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4110.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4111.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4112.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4113.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4114.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4115.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4116.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4117.             'doctrine.entity_managers' => [
  4118.                 'default' => 'doctrine.orm.default_entity_manager',
  4119.             ],
  4120.             'doctrine.default_entity_manager' => 'default',
  4121.             'doctrine.dbal.connection_factory.types' => [
  4122.                 'geometry' => [
  4123.                     'class' => 'Jsor\\Doctrine\\PostGIS\\Types\\GeometryType',
  4124.                 ],
  4125.                 'phone_number' => [
  4126.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  4127.                 ],
  4128.                 'uuid' => [
  4129.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4130.                 ],
  4131.                 'ulid' => [
  4132.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4133.                 ],
  4134.             ],
  4135.             'doctrine.connections' => [
  4136.                 'default' => 'doctrine.dbal.default_connection',
  4137.             ],
  4138.             'doctrine.default_connection' => 'default',
  4139.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4140.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4141.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4142.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4143.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4144.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4145.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4146.             'doctrine.orm.cache.memcache_port' => 11211,
  4147.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4148.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4149.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4150.             'doctrine.orm.cache.memcached_port' => 11211,
  4151.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4152.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4153.             'doctrine.orm.cache.redis_host' => 'localhost',
  4154.             'doctrine.orm.cache.redis_port' => 6379,
  4155.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4156.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4157.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4158.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4159.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4160.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4161.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4162.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4163.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4164.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4165.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4166.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4167.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4168.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4169.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4170.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4171.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4172.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4173.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4174.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4175.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4176.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4177.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4178.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4179.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4180.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4181.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4182.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4183.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4184.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4185.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4186.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4187.             'doctrine.migrations.preferred_em' => NULL,
  4188.             'doctrine.migrations.preferred_connection' => NULL,
  4189.             'monolog.use_microseconds' => true,
  4190.             'monolog.swift_mailer.handlers' => [
  4191.             ],
  4192.             'monolog.handlers_to_channels' => [
  4193.                 'monolog.handler.console' => [
  4194.                     'type' => 'exclusive',
  4195.                     'elements' => [
  4196.                         => 'event',
  4197.                         => 'doctrine',
  4198.                         => 'console',
  4199.                     ],
  4200.                 ],
  4201.                 'monolog.handler.main' => [
  4202.                     'type' => 'exclusive',
  4203.                     'elements' => [
  4204.                         => 'event',
  4205.                     ],
  4206.                 ],
  4207.             ],
  4208.             'security.role_hierarchy.roles' => [
  4209.                 'ROLE_ADMIN' => [
  4210.                     => 'ROLE_USER',
  4211.                 ],
  4212.                 'ROLE_SUPER_ADMIN' => [
  4213.                     => 'ROLE_ADMIN',
  4214.                 ],
  4215.             ],
  4216.             'security.access.denied_url' => NULL,
  4217.             'security.authentication.manager.erase_credentials' => true,
  4218.             'security.authentication.session_strategy.strategy' => 'migrate',
  4219.             'security.access.always_authenticate_before_granting' => false,
  4220.             'security.authentication.hide_user_not_found' => true,
  4221.             'security.firewalls' => [
  4222.                 => 'dev',
  4223.                 => 'login',
  4224.                 => 'api',
  4225.                 => 'admin',
  4226.             ],
  4227.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4228.             'misd_phone_number.serializer.default_region' => 'ZZ',
  4229.             'misd_phone_number.serializer.format' => 0,
  4230.             'misd_phone_number.validator.default_region' => 'ZZ',
  4231.             'misd_phone_number.validator.format' => 1,
  4232.             'aws_sdk.class' => 'Aws\\Sdk',
  4233.             'lexik_jwt_authentication.token_ttl' => 3600,
  4234.             'lexik_jwt_authentication.clock_skew' => 0,
  4235.             'lexik_jwt_authentication.user_identity_field' => 'email',
  4236.             'lexik_jwt_authentication.user_id_claim' => 'email',
  4237.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4238.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4239.             'nelmio_cors.map' => [
  4240.                 '^/api/' => [
  4241.                     'origin_regex' => true,
  4242.                     'allow_origin' => [
  4243.                         => '^http://localhost:3000',
  4244.                         => '^https://frontend.radar.dev.dnc.pp.ua',
  4245.                         => '^https://frontend.radar-showcase.dev.dnc.pp.ua',
  4246.                         => '^https://.+.markup.io',
  4247.                     ],
  4248.                     'allow_methods' => [
  4249.                         => 'GET',
  4250.                         => 'OPTIONS',
  4251.                         => 'POST',
  4252.                         => 'PUT',
  4253.                         => 'PATCH',
  4254.                         => 'DELETE',
  4255.                     ],
  4256.                     'allow_headers' => [
  4257.                         => 'content-type',
  4258.                         => 'authorization',
  4259.                     ],
  4260.                     'max_age' => 3600,
  4261.                 ],
  4262.                 '^/' => [
  4263.                 ],
  4264.             ],
  4265.             'nelmio_cors.defaults' => [
  4266.                 'allow_origin' => [
  4267.                 ],
  4268.                 'allow_credentials' => false,
  4269.                 'allow_headers' => [
  4270.                 ],
  4271.                 'expose_headers' => [
  4272.                 ],
  4273.                 'allow_methods' => [
  4274.                 ],
  4275.                 'max_age' => 0,
  4276.                 'hosts' => [
  4277.                 ],
  4278.                 'origin_regex' => false,
  4279.                 'forced_allow_origin_value' => NULL,
  4280.             ],
  4281.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4282.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4283.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4284.             'sentry.tracing.enabled' => true,
  4285.             'sentry.tracing.dbal.enabled' => true,
  4286.             'sentry.tracing.dbal.connections' => [
  4287.             ],
  4288.             'sentry.tracing.cache.enabled' => true,
  4289.             'data_collector.templates' => [
  4290.                 'data_collector.request' => [
  4291.                     => 'request',
  4292.                     => '@WebProfiler/Collector/request.html.twig',
  4293.                 ],
  4294.                 'data_collector.time' => [
  4295.                     => 'time',
  4296.                     => '@WebProfiler/Collector/time.html.twig',
  4297.                 ],
  4298.                 'data_collector.memory' => [
  4299.                     => 'memory',
  4300.                     => '@WebProfiler/Collector/memory.html.twig',
  4301.                 ],
  4302.                 'data_collector.validator' => [
  4303.                     => 'validator',
  4304.                     => '@WebProfiler/Collector/validator.html.twig',
  4305.                 ],
  4306.                 'data_collector.ajax' => [
  4307.                     => 'ajax',
  4308.                     => '@WebProfiler/Collector/ajax.html.twig',
  4309.                 ],
  4310.                 'data_collector.form' => [
  4311.                     => 'form',
  4312.                     => '@WebProfiler/Collector/form.html.twig',
  4313.                 ],
  4314.                 'data_collector.exception' => [
  4315.                     => 'exception',
  4316.                     => '@WebProfiler/Collector/exception.html.twig',
  4317.                 ],
  4318.                 'data_collector.logger' => [
  4319.                     => 'logger',
  4320.                     => '@WebProfiler/Collector/logger.html.twig',
  4321.                 ],
  4322.                 'data_collector.events' => [
  4323.                     => 'events',
  4324.                     => '@WebProfiler/Collector/events.html.twig',
  4325.                 ],
  4326.                 'data_collector.router' => [
  4327.                     => 'router',
  4328.                     => '@WebProfiler/Collector/router.html.twig',
  4329.                 ],
  4330.                 'data_collector.cache' => [
  4331.                     => 'cache',
  4332.                     => '@WebProfiler/Collector/cache.html.twig',
  4333.                 ],
  4334.                 'data_collector.translation' => [
  4335.                     => 'translation',
  4336.                     => '@WebProfiler/Collector/translation.html.twig',
  4337.                 ],
  4338.                 'data_collector.security' => [
  4339.                     => 'security',
  4340.                     => '@Security/Collector/security.html.twig',
  4341.                 ],
  4342.                 'data_collector.twig' => [
  4343.                     => 'twig',
  4344.                     => '@WebProfiler/Collector/twig.html.twig',
  4345.                 ],
  4346.                 'data_collector.http_client' => [
  4347.                     => 'http_client',
  4348.                     => '@WebProfiler/Collector/http_client.html.twig',
  4349.                 ],
  4350.                 'data_collector.doctrine' => [
  4351.                     => 'db',
  4352.                     => '@Doctrine/Collector/db.html.twig',
  4353.                 ],
  4354.                 'doctrine_migrations.migrations_collector' => [
  4355.                     => 'doctrine_migrations',
  4356.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4357.                 ],
  4358.                 'mailer.data_collector' => [
  4359.                     => 'mailer',
  4360.                     => '@WebProfiler/Collector/mailer.html.twig',
  4361.                 ],
  4362.                 'notifier.data_collector' => [
  4363.                     => 'notifier',
  4364.                     => '@WebProfiler/Collector/notifier.html.twig',
  4365.                 ],
  4366.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  4367.                     => 'easyadmin',
  4368.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  4369.                 ],
  4370.                 'data_collector.config' => [
  4371.                     => 'config',
  4372.                     => '@WebProfiler/Collector/config.html.twig',
  4373.                 ],
  4374.             ],
  4375.             'console.command.ids' => [
  4376.             ],
  4377.         ];
  4378.     }
  4379.     protected function throw($message)
  4380.     {
  4381.         throw new RuntimeException($message);
  4382.     }
  4383. }