var/cache/dev/ContainerWZGu8om/App_KernelDevDebugContainer.php line 11244

Open in your IDE?
  1. <?php
  2. namespace ContainerWZGu8om;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AdminLoginController' => 'getAdminLoginControllerService',
  47.             'App\\Controller\\Admin\\CompanyCrudController' => 'getCompanyCrudControllerService',
  48.             'App\\Controller\\Admin\\CompanyMetaCrudController' => 'getCompanyMetaCrudControllerService',
  49.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  50.             'App\\Controller\\Admin\\DepartmentsCrudController' => 'getDepartmentsCrudControllerService',
  51.             'App\\Controller\\Admin\\EmployeeCrudController' => 'getEmployeeCrudControllerService',
  52.             'App\\Controller\\Admin\\ExternalUserCrudController' => 'getExternalUserCrudControllerService',
  53.             'App\\Controller\\Admin\\LocationCrudController' => 'getLocationCrudControllerService',
  54.             'App\\Controller\\Admin\\MyAccountCrudController' => 'getMyAccountCrudControllerService',
  55.             'App\\Controller\\Admin\\QuadSettingsCrudController' => 'getQuadSettingsCrudControllerService',
  56.             'App\\Controller\\Admin\\SiteConfigCrudController' => 'getSiteConfigCrudControllerService',
  57.             'App\\Controller\\DashboardController' => 'getDashboardController2Service',
  58.             'App\\Controller\\EmployeeReviewsController' => 'getEmployeeReviewsControllerService',
  59.             'App\\Controller\\PositionSetupController' => 'getPositionSetupControllerService',
  60.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  61.             'App\\Controller\\ReviewController' => 'getReviewControllerService',
  62.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  63.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  64.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  65.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  66.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  67.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  68.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  69.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  70.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  71.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  72.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  73.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  74.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  75.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  76.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  77.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.company_image' => 'getSmartUniqueNamer_CompanyImageService',
  78.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.employee_avatar' => 'getSmartUniqueNamer_EmployeeAvatarService',
  79.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.location_image' => 'getSmartUniqueNamer_LocationImageService',
  80.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  81.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  82.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  83.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  84.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  85.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  86.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  87.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  88.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  89.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  90.             'cache.app' => 'getCache_AppService',
  91.             'cache.app_clearer' => 'getCache_AppClearerService',
  92.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  93.             'cache.system' => 'getCache_SystemService',
  94.             'cache.system_clearer' => 'getCache_SystemClearerService',
  95.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  96.             'cache_warmer' => 'getCacheWarmerService',
  97.             'console.command_loader' => 'getConsole_CommandLoaderService',
  98.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  99.             'data_collector.dump' => 'getDataCollector_DumpService',
  100.             'doctrine' => 'getDoctrineService',
  101.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  102.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  103.             'error_controller' => 'getErrorControllerService',
  104.             'event_dispatcher' => 'getEventDispatcherService',
  105.             'http_kernel' => 'getHttpKernelService',
  106.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  107.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  108.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  109.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  110.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  111.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  112.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  113.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  114.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  115.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  116.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  117.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  118.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  119.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  120.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  121.             'request_stack' => 'getRequestStackService',
  122.             'router' => 'getRouterService',
  123.             'routing.loader' => 'getRouting_LoaderService',
  124.             'services_resetter' => 'getServicesResetterService',
  125.             'translator' => 'getTranslatorService',
  126.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  127.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  128.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  129.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  130.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  131.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  132.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  133.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  134.             'cache_clearer' => 'getCacheClearerService',
  135.             'filesystem' => 'getFilesystemService',
  136.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  137.             'form.factory' => 'getForm_FactoryService',
  138.             'form.type.file' => 'getForm_Type_FileService',
  139.             'profiler' => 'getProfilerService',
  140.             'serializer' => 'getSerializerService',
  141.             'twig' => 'getTwigService',
  142.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  143.             'security.token_storage' => 'getSecurity_TokenStorageService',
  144.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  145.             'session' => 'getSessionService',
  146.             'validator' => 'getValidatorService',
  147.         ];
  148.         $this->aliases = [
  149.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  150.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  151.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  152.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  153.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  154.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  155.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  156.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  157.             'database_connection' => 'doctrine.dbal.default_connection',
  158.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  159.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  160.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  161.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  162.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  163.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  164.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  165.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  166.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  167.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  168.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  169.         ];
  170.         $this->privates['service_container'] = function () {
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  177.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  190.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  381.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  384.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  404.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  406.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  407.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  408.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  411.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  414.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  415.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  419.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  422.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  423.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  426.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  433.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  434.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  435.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  437.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  442.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  560.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  561.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  562.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  564.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  566.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  567.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  568.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  573.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  574.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  579.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  680.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  716.             include_once \dirname(__DIR__4).'/src/Twig/SerializerExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  724.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  727.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  729.             include_once \dirname(__DIR__4).'/src/Service/SiteConfigService.php';
  730.             include_once \dirname(__DIR__4).'/src/Service/CompanyService.php';
  731.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  739.             include_once __DIR__.'/proxy-classes.php';
  740.         };
  741.     }
  742.     public function compile(): void
  743.     {
  744.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  745.     }
  746.     public function isCompiled(): bool
  747.     {
  748.         return true;
  749.     }
  750.     public function getRemovedIds(): array
  751.     {
  752.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  753.     }
  754.     protected function createProxy($class\Closure $factory)
  755.     {
  756.         return $factory();
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.cache_clearer' shared service.
  760.      *
  761.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  762.      */
  763.     protected function get_Container_Private_CacheClearerService()
  764.     {
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  767.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  768.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  769.         }, 1));
  770.     }
  771.     /**
  772.      * Gets the public '.container.private.filesystem' shared service.
  773.      *
  774.      * @return \Symfony\Component\Filesystem\Filesystem
  775.      */
  776.     protected function get_Container_Private_FilesystemService()
  777.     {
  778.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  779.     }
  780.     /**
  781.      * Gets the public '.container.private.form.factory' shared service.
  782.      *
  783.      * @return \Symfony\Component\Form\FormFactory
  784.      */
  785.     protected function get_Container_Private_Form_FactoryService()
  786.     {
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  789.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  790.     }
  791.     /**
  792.      * Gets the public '.container.private.form.type.file' shared service.
  793.      *
  794.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  795.      */
  796.     protected function get_Container_Private_Form_Type_FileService()
  797.     {
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  801.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  802.     }
  803.     /**
  804.      * Gets the public '.container.private.profiler' shared service.
  805.      *
  806.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  807.      */
  808.     protected function get_Container_Private_ProfilerService()
  809.     {
  810.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  811.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  812.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  813.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  814.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  815.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  816.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  817.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  818.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  819.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  820.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  821.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  822.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  823.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  824.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  825.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  826.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  827.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  828.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  829.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  830.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  831.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  832.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  833.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  834.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  835.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  836.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  837.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  838.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  839.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  840.         if ($this->has('kernel')) {
  841.             $g->setKernel($b);
  842.         }
  843.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  844.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  845.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  846.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  847.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  848.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  849.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  850.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  851.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  852.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  853.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  854.         $instance->add($d);
  855.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  856.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  857.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  858.         $instance->add($e);
  859.         $instance->add($f);
  860.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  861.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  862.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  863.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  864.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  865.         $instance->add($g);
  866.         return $instance;
  867.     }
  868.     /**
  869.      * Gets the public '.container.private.security.authorization_checker' shared service.
  870.      *
  871.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  872.      */
  873.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  874.     {
  875.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  876.     }
  877.     /**
  878.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  879.      *
  880.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  881.      */
  882.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  883.     {
  884.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  885.     }
  886.     /**
  887.      * Gets the public '.container.private.security.password_encoder' shared service.
  888.      *
  889.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  890.      *
  891.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  892.      */
  893.     protected function get_Container_Private_Security_PasswordEncoderService()
  894.     {
  895.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  896.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  897.     }
  898.     /**
  899.      * Gets the public '.container.private.security.token_storage' shared service.
  900.      *
  901.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  902.      */
  903.     protected function get_Container_Private_Security_TokenStorageService()
  904.     {
  905.         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, [
  906.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  907.         ], [
  908.             'request_stack' => '?',
  909.         ]));
  910.     }
  911.     /**
  912.      * Gets the public '.container.private.serializer' shared service.
  913.      *
  914.      * @return \Symfony\Component\Serializer\Serializer
  915.      */
  916.     protected function get_Container_Private_SerializerService()
  917.     {
  918.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  919.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  920.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  921.         $d = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  922.         $e = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($d);
  923.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  924.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  925.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  926.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  927.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  928.         $k = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$iNULLfalse'oauth2''application''''', [], [], $jfalse'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $d));
  929.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  930.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  931.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  932.         $o = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  933.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  934.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  935.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  936.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  937.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$a$b$sNULL, []);
  938.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer(), => $e=> $k=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $e=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($f$g$h$nNULL$l$j$m), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($f$o$l), 10 => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($ltrue), 11 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($f$g$h$o$n$p$a$m$q, [], new RewindableGenerator(function () {
  939.             return new \EmptyIterator();
  940.         }, 0), $r), 15 => new \ApiPlatform\Core\Serializer\ItemNormalizer($g$h$o$n$a$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  941.             return new \EmptyIterator();
  942.         }, 0), $f$r), 16 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$m$b$sNULL, [])), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 25 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($p$n$o), 'page''pagination'$f$a), $f$n$i), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($t$o$p), 28 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  943.     }
  944.     /**
  945.      * Gets the public '.container.private.session' shared service.
  946.      *
  947.      * @return \Symfony\Component\HttpFoundation\Session\Session
  948.      */
  949.     protected function get_Container_Private_SessionService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  953.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  954.     }
  955.     /**
  956.      * Gets the public '.container.private.twig' shared service.
  957.      *
  958.      * @return \Twig\Environment
  959.      */
  960.     protected function get_Container_Private_TwigService()
  961.     {
  962.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  963.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  964.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  965.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  966.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  967.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  968.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  969.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  970.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  971.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  972.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  973.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  974.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  975.         $a->addPath((\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/views'), 'PrestaImage');
  976.         $a->addPath((\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/views'), '!PrestaImage');
  977.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  978.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  979.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  980.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  981.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  982.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  983.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  984.         $a->addPath((\dirname(__DIR__4).'/templates'));
  985.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  986.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  987.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  988.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  989.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  990.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  991.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  992.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  993.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  994.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  995.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  996.         $h = new \Symfony\Bridge\Twig\AppVariable();
  997.         $h->setEnvironment('dev');
  998.         $h->setDebug(true);
  999.         if ($this->has('.container.private.security.token_storage')) {
  1000.             $h->setTokenStorage($f);
  1001.         }
  1002.         if ($this->has('request_stack')) {
  1003.             $h->setRequestStack($e);
  1004.         }
  1005.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1006.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1007.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1008.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1009.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1010.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1011.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  1012.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1013.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1014.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1015.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1016.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1017.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1018.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  1019.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1020.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1021.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1022.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  1023.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1024.         $instance->addExtension(new \App\Twig\SerializerExtension(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
  1025.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1026.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1027.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  1028.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1029.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1030.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1031.         ], [
  1032.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1033.             'webpack_encore.tag_renderer' => '?',
  1034.         ])));
  1035.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1036.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1037.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1038.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  1039.         ], [
  1040.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1041.         ]), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1042.         $instance->addGlobal('app'$h);
  1043.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1044.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1045.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1046.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1047.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1048.         ], [
  1049.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1050.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1051.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1052.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1053.         ])));
  1054.         $instance->addGlobal('site_config', new \App\Service\SiteConfigService($i));
  1055.         $instance->addGlobal('company_info', new \App\Service\CompanyService($i));
  1056.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  1057.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  1058.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1059.         return $instance;
  1060.     }
  1061.     /**
  1062.      * Gets the public '.container.private.validator' shared service.
  1063.      *
  1064.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1065.      */
  1066.     protected function get_Container_Private_ValidatorService()
  1067.     {
  1068.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1069.     }
  1070.     /**
  1071.      * Gets the public 'App\Controller\AdminLoginController' shared autowired service.
  1072.      *
  1073.      * @return \App\Controller\AdminLoginController
  1074.      */
  1075.     protected function getAdminLoginControllerService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1078.         include_once \dirname(__DIR__4).'/src/Controller/AdminLoginController.php';
  1079.         $this->services['App\\Controller\\AdminLoginController'] = $instance = new \App\Controller\AdminLoginController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()));
  1080.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminLoginController'$this));
  1081.         return $instance;
  1082.     }
  1083.     /**
  1084.      * Gets the public 'App\Controller\Admin\CompanyCrudController' shared autowired service.
  1085.      *
  1086.      * @return \App\Controller\Admin\CompanyCrudController
  1087.      */
  1088.     protected function getCompanyCrudControllerService()
  1089.     {
  1090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1093.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CompanyCrudController.php';
  1094.         $this->services['App\\Controller\\Admin\\CompanyCrudController'] = $instance = new \App\Controller\Admin\CompanyCrudController();
  1095.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\CompanyCrudController'$this));
  1096.         return $instance;
  1097.     }
  1098.     /**
  1099.      * Gets the public 'App\Controller\Admin\CompanyMetaCrudController' shared autowired service.
  1100.      *
  1101.      * @return \App\Controller\Admin\CompanyMetaCrudController
  1102.      */
  1103.     protected function getCompanyMetaCrudControllerService()
  1104.     {
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1108.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CompanyMetaCrudController.php';
  1109.         $this->services['App\\Controller\\Admin\\CompanyMetaCrudController'] = $instance = new \App\Controller\Admin\CompanyMetaCrudController();
  1110.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\CompanyMetaCrudController'$this));
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  1115.      *
  1116.      * @return \App\Controller\Admin\DashboardController
  1117.      */
  1118.     protected function getDashboardControllerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
  1123.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  1124.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
  1125.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1126.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  1127.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1128.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1129.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1130.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1131.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1132.             'router' => ['services''router''getRouterService'false],
  1133.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1134.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  1135.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1136.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  1137.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  1138.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1139.         ], [
  1140.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  1141.             'doctrine' => '?',
  1142.             'form.factory' => '?',
  1143.             'http_kernel' => '?',
  1144.             'parameter_bag' => '?',
  1145.             'request_stack' => '?',
  1146.             'router' => '?',
  1147.             'security.authorization_checker' => '?',
  1148.             'security.csrf.token_manager' => '?',
  1149.             'security.token_storage' => '?',
  1150.             'serializer' => '?',
  1151.             'session' => '.session.deprecated',
  1152.             'twig' => '?',
  1153.         ]))->withContext('App\\Controller\\Admin\\DashboardController'$this));
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'App\Controller\Admin\DepartmentsCrudController' shared autowired service.
  1158.      *
  1159.      * @return \App\Controller\Admin\DepartmentsCrudController
  1160.      */
  1161.     protected function getDepartmentsCrudControllerService()
  1162.     {
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1166.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DepartmentsCrudController.php';
  1167.         $this->services['App\\Controller\\Admin\\DepartmentsCrudController'] = $instance = new \App\Controller\Admin\DepartmentsCrudController();
  1168.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\DepartmentsCrudController'$this));
  1169.         return $instance;
  1170.     }
  1171.     /**
  1172.      * Gets the public 'App\Controller\Admin\EmployeeCrudController' shared autowired service.
  1173.      *
  1174.      * @return \App\Controller\Admin\EmployeeCrudController
  1175.      */
  1176.     protected function getEmployeeCrudControllerService()
  1177.     {
  1178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1181.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EmployeeCrudController.php';
  1182.         $this->services['App\\Controller\\Admin\\EmployeeCrudController'] = $instance = new \App\Controller\Admin\EmployeeCrudController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['symfonycasts.reset_password.helper'] ?? $this->getSymfonycasts_ResetPassword_HelperService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  1183.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\EmployeeCrudController'$this));
  1184.         return $instance;
  1185.     }
  1186.     /**
  1187.      * Gets the public 'App\Controller\Admin\ExternalUserCrudController' shared autowired service.
  1188.      *
  1189.      * @return \App\Controller\Admin\ExternalUserCrudController
  1190.      */
  1191.     protected function getExternalUserCrudControllerService()
  1192.     {
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1196.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ExternalUserCrudController.php';
  1197.         $this->services['App\\Controller\\Admin\\ExternalUserCrudController'] = $instance = new \App\Controller\Admin\ExternalUserCrudController();
  1198.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\ExternalUserCrudController'$this));
  1199.         return $instance;
  1200.     }
  1201.     /**
  1202.      * Gets the public 'App\Controller\Admin\LocationCrudController' shared autowired service.
  1203.      *
  1204.      * @return \App\Controller\Admin\LocationCrudController
  1205.      */
  1206.     protected function getLocationCrudControllerService()
  1207.     {
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1211.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LocationCrudController.php';
  1212.         $this->services['App\\Controller\\Admin\\LocationCrudController'] = $instance = new \App\Controller\Admin\LocationCrudController();
  1213.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\LocationCrudController'$this));
  1214.         return $instance;
  1215.     }
  1216.     /**
  1217.      * Gets the public 'App\Controller\Admin\MyAccountCrudController' shared autowired service.
  1218.      *
  1219.      * @return \App\Controller\Admin\MyAccountCrudController
  1220.      */
  1221.     protected function getMyAccountCrudControllerService()
  1222.     {
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1226.         include_once \dirname(__DIR__4).'/src/Controller/Admin/MyAccountCrudController.php';
  1227.         $this->services['App\\Controller\\Admin\\MyAccountCrudController'] = $instance = new \App\Controller\Admin\MyAccountCrudController();
  1228.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\MyAccountCrudController'$this));
  1229.         return $instance;
  1230.     }
  1231.     /**
  1232.      * Gets the public 'App\Controller\Admin\QuadSettingsCrudController' shared autowired service.
  1233.      *
  1234.      * @return \App\Controller\Admin\QuadSettingsCrudController
  1235.      */
  1236.     protected function getQuadSettingsCrudControllerService()
  1237.     {
  1238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1239.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1241.         include_once \dirname(__DIR__4).'/src/Controller/Admin/QuadSettingsCrudController.php';
  1242.         $this->services['App\\Controller\\Admin\\QuadSettingsCrudController'] = $instance = new \App\Controller\Admin\QuadSettingsCrudController();
  1243.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\QuadSettingsCrudController'$this));
  1244.         return $instance;
  1245.     }
  1246.     /**
  1247.      * Gets the public 'App\Controller\Admin\SiteConfigCrudController' shared autowired service.
  1248.      *
  1249.      * @return \App\Controller\Admin\SiteConfigCrudController
  1250.      */
  1251.     protected function getSiteConfigCrudControllerService()
  1252.     {
  1253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1254.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1255.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1256.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SiteConfigCrudController.php';
  1257.         $this->services['App\\Controller\\Admin\\SiteConfigCrudController'] = $instance = new \App\Controller\Admin\SiteConfigCrudController();
  1258.         $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('App\\Controller\\Admin\\SiteConfigCrudController'$this));
  1259.         return $instance;
  1260.     }
  1261.     /**
  1262.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  1263.      *
  1264.      * @return \App\Controller\DashboardController
  1265.      */
  1266.     protected function getDashboardController2Service()
  1267.     {
  1268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1269.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1271.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1272.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1273.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1274.         ], [
  1275.             'security.authorization_checker' => '?',
  1276.             'security.token_storage' => '?',
  1277.         ])), ($this->privates['App\\Service\\Dashboard\\PieDataService'] ?? $this->getPieDataServiceService()), ($this->privates['App\\Service\\PeriodService'] ?? $this->getPeriodServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DashboardStatsService'] ?? $this->getDashboardStatsServiceService()), ($this->privates['App\\Service\\Dashboard\\PanelDataService'] ?? $this->getPanelDataServiceService()));
  1278.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController'$this));
  1279.         return $instance;
  1280.     }
  1281.     /**
  1282.      * Gets the public 'App\Controller\EmployeeReviewsController' shared autowired service.
  1283.      *
  1284.      * @return \App\Controller\EmployeeReviewsController
  1285.      */
  1286.     protected function getEmployeeReviewsControllerService()
  1287.     {
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1289.         include_once \dirname(__DIR__4).'/src/Controller/EmployeeReviewsController.php';
  1290.         $this->services['App\\Controller\\EmployeeReviewsController'] = $instance = new \App\Controller\EmployeeReviewsController();
  1291.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EmployeeReviewsController'$this));
  1292.         return $instance;
  1293.     }
  1294.     /**
  1295.      * Gets the public 'App\Controller\PositionSetupController' shared autowired service.
  1296.      *
  1297.      * @return \App\Controller\PositionSetupController
  1298.      */
  1299.     protected function getPositionSetupControllerService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1302.         include_once \dirname(__DIR__4).'/src/Controller/PositionSetupController.php';
  1303.         $this->services['App\\Controller\\PositionSetupController'] = $instance = new \App\Controller\PositionSetupController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1304.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PositionSetupController'$this));
  1305.         return $instance;
  1306.     }
  1307.     /**
  1308.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  1309.      *
  1310.      * @return \App\Controller\ResetPasswordController
  1311.      */
  1312.     protected function getResetPasswordControllerService()
  1313.     {
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  1316.         include_once \dirname(__DIR__4).'/src/Controller/ResetPasswordController.php';
  1317.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(($this->privates['symfonycasts.reset_password.helper'] ?? $this->getSymfonycasts_ResetPassword_HelperService()));
  1318.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ResetPasswordController'$this));
  1319.         return $instance;
  1320.     }
  1321.     /**
  1322.      * Gets the public 'App\Controller\ReviewController' shared autowired service.
  1323.      *
  1324.      * @return \App\Controller\ReviewController
  1325.      */
  1326.     protected function getReviewControllerService()
  1327.     {
  1328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1329.         include_once \dirname(__DIR__4).'/src/Controller/ReviewController.php';
  1330.         $this->services['App\\Controller\\ReviewController'] = $instance = new \App\Controller\ReviewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1331.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ReviewController'$this));
  1332.         return $instance;
  1333.     }
  1334.     /**
  1335.      * Gets the public 'App\Controller\SearchController' shared autowired service.
  1336.      *
  1337.      * @return \App\Controller\SearchController
  1338.      */
  1339.     protected function getSearchControllerService()
  1340.     {
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1342.         include_once \dirname(__DIR__4).'/src/Controller/SearchController.php';
  1343.         $this->services['App\\Controller\\SearchController'] = $instance = new \App\Controller\SearchController();
  1344.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SearchController'$this));
  1345.         return $instance;
  1346.     }
  1347.     /**
  1348.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1349.      *
  1350.      * @return \App\Controller\SecurityController
  1351.      */
  1352.     protected function getSecurityControllerService()
  1353.     {
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1355.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1356.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1357.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  1358.         return $instance;
  1359.     }
  1360.     /**
  1361.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1362.      *
  1363.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1364.      */
  1365.     protected function getProfilerControllerService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1368.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1369.     }
  1370.     /**
  1371.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
  1372.      *
  1373.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
  1374.      */
  1375.     protected function getMakeAdminDashboardCommandService()
  1376.     {
  1377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1378.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  1380.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel'1)), \dirname(__DIR__4)))), \dirname(__DIR__4));
  1381.         $instance->setName('make:admin:dashboard');
  1382.         $instance->setDescription('Creates a new EasyAdmin Dashboard class');
  1383.         return $instance;
  1384.     }
  1385.     /**
  1386.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
  1387.      *
  1388.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
  1389.      */
  1390.     protected function getMakeCrudControllerCommandService()
  1391.     {
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1393.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  1395.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand(\dirname(__DIR__4), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel'1)), \dirname(__DIR__4)))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1396.         $instance->setName('make:admin:crud');
  1397.         $instance->setDescription('Creates a new EasyAdmin CRUD controller class');
  1398.         return $instance;
  1399.     }
  1400.     /**
  1401.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  1402.      *
  1403.      * @return \Liip\ImagineBundle\Controller\ImagineController
  1404.      */
  1405.     protected function getImagineControllerService()
  1406.     {
  1407.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  1409.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
  1410.     }
  1411.     /**
  1412.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1413.      *
  1414.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1415.      */
  1416.     protected function getRedirectControllerService()
  1417.     {
  1418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1419.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1420.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1421.     }
  1422.     /**
  1423.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1424.      *
  1425.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1426.      */
  1427.     protected function getTemplateControllerService()
  1428.     {
  1429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1430.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1431.     }
  1432.     /**
  1433.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1434.      *
  1435.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1436.      */
  1437.     protected function getBase64NamerService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1443.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1444.     }
  1445.     /**
  1446.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1447.      *
  1448.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1449.      */
  1450.     protected function getCurrentDateTimeDirectoryNamerService()
  1451.     {
  1452.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1457.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1458.     }
  1459.     /**
  1460.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1461.      *
  1462.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1463.      */
  1464.     protected function getHashNamerService()
  1465.     {
  1466.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1470.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1471.     }
  1472.     /**
  1473.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1474.      *
  1475.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1476.      */
  1477.     protected function getOrignameNamerService()
  1478.     {
  1479.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1482.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1483.     }
  1484.     /**
  1485.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1486.      *
  1487.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1488.      */
  1489.     protected function getPropertyDirectoryNamerService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1494.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1498.      *
  1499.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1500.      */
  1501.     protected function getPropertyNamerService()
  1502.     {
  1503.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1507.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1508.     }
  1509.     /**
  1510.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1511.      *
  1512.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1513.      */
  1514.     protected function getSmartUniqueNamerService()
  1515.     {
  1516.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1518.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1519.     }
  1520.     /**
  1521.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.company_image' shared service.
  1522.      *
  1523.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1524.      */
  1525.     protected function getSmartUniqueNamer_CompanyImageService()
  1526.     {
  1527.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1529.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.company_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1530.     }
  1531.     /**
  1532.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.employee_avatar' shared service.
  1533.      *
  1534.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1535.      */
  1536.     protected function getSmartUniqueNamer_EmployeeAvatarService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1540.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.employee_avatar'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.location_image' shared service.
  1544.      *
  1545.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1546.      */
  1547.     protected function getSmartUniqueNamer_LocationImageService()
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1551.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.location_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1552.     }
  1553.     /**
  1554.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1555.      *
  1556.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1557.      */
  1558.     protected function getSubdirDirectoryNamerService()
  1559.     {
  1560.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1563.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1564.     }
  1565.     /**
  1566.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1567.      *
  1568.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1569.      */
  1570.     protected function getUniqidNamerService()
  1571.     {
  1572.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1573.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1574.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1575.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1576.     }
  1577.     /**
  1578.      * Gets the public 'api_platform.action.documentation' shared service.
  1579.      *
  1580.      * @return \ApiPlatform\Core\Documentation\Action\DocumentationAction
  1581.      */
  1582.     protected function getApiPlatform_Action_DocumentationService()
  1583.     {
  1584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1585.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Core\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory'] ?? $this->getApiPlatform_Openapi_FactoryService()));
  1586.     }
  1587.     /**
  1588.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1589.      *
  1590.      * @return \ApiPlatform\Core\Action\EntrypointAction
  1591.      */
  1592.     protected function getApiPlatform_Action_EntrypointService()
  1593.     {
  1594.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1595.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Core\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1596.     }
  1597.     /**
  1598.      * Gets the public 'api_platform.action.exception' shared service.
  1599.      *
  1600.      * @return \ApiPlatform\Core\Action\ExceptionAction
  1601.      */
  1602.     protected function getApiPlatform_Action_ExceptionService()
  1603.     {
  1604.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1605.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Core\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  1606.     }
  1607.     /**
  1608.      * Gets the public 'api_platform.action.not_found' shared service.
  1609.      *
  1610.      * @return \ApiPlatform\Core\Action\NotFoundAction
  1611.      */
  1612.     protected function getApiPlatform_Action_NotFoundService()
  1613.     {
  1614.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1615.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Core\Action\NotFoundAction();
  1616.     }
  1617.     /**
  1618.      * Gets the public 'api_platform.action.placeholder' shared service.
  1619.      *
  1620.      * @return \ApiPlatform\Core\Action\PlaceholderAction
  1621.      */
  1622.     protected function getApiPlatform_Action_PlaceholderService()
  1623.     {
  1624.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1625.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Core\Action\PlaceholderAction();
  1626.     }
  1627.     /**
  1628.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1629.      *
  1630.      * @return \ApiPlatform\Core\JsonLd\Action\ContextAction
  1631.      */
  1632.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1635.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\Core\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1636.     }
  1637.     /**
  1638.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1639.      *
  1640.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1641.      */
  1642.     protected function getApiPlatform_Swagger_Action_UiService()
  1643.     {
  1644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1645.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL);
  1646.     }
  1647.     /**
  1648.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  1649.      *
  1650.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  1651.      */
  1652.     protected function getApiPlatform_SwaggerUi_ActionService()
  1653.     {
  1654.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  1656.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory'] ?? $this->getApiPlatform_Openapi_FactoryService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL), $this->parameters['api_platform.formats'], '''');
  1657.     }
  1658.     /**
  1659.      * Gets the public 'cache.app' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1662.      */
  1663.     protected function getCache_AppService()
  1664.     {
  1665.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2i-hA+1d5F'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1666.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1667.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1668.     }
  1669.     /**
  1670.      * Gets the public 'cache.app_clearer' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1673.      */
  1674.     protected function getCache_AppClearerService()
  1675.     {
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1678.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1679.     }
  1680.     /**
  1681.      * Gets the public 'cache.global_clearer' shared service.
  1682.      *
  1683.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1684.      */
  1685.     protected function getCache_GlobalClearerService()
  1686.     {
  1687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1689.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  1690.     }
  1691.     /**
  1692.      * Gets the public 'cache.system' shared service.
  1693.      *
  1694.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1695.      */
  1696.     protected function getCache_SystemService()
  1697.     {
  1698.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TczAct537n'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1699.     }
  1700.     /**
  1701.      * Gets the public 'cache.system_clearer' shared service.
  1702.      *
  1703.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1704.      */
  1705.     protected function getCache_SystemClearerService()
  1706.     {
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1709.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  1710.     }
  1711.     /**
  1712.      * Gets the public 'cache.validator_expression_language' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1715.      */
  1716.     protected function getCache_ValidatorExpressionLanguageService()
  1717.     {
  1718.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-Na7A7NOYO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1719.     }
  1720.     /**
  1721.      * Gets the public 'cache_warmer' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1724.      */
  1725.     protected function getCacheWarmerService()
  1726.     {
  1727.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1729.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1730.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1731.             yield => ($this->privates['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
  1732.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1733.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1734.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1735.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1736.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1737.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1738.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1739.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1740.             yield 10 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
  1741.             yield 11 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1742.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1743.         }, 13), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1744.     }
  1745.     /**
  1746.      * Gets the public 'console.command_loader' shared service.
  1747.      *
  1748.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1749.      */
  1750.     protected function getConsole_CommandLoaderService()
  1751.     {
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1754.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1755.             'App\\Console\\ImportNewCommand' => ['privates''App\\Console\\ImportNewCommand''getImportNewCommandService'false],
  1756.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1757.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1758.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1759.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1760.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1761.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1762.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1763.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1764.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1765.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1766.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1767.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1768.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1769.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1770.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1771.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1772.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1773.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1774.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1775.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1776.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1777.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1778.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1779.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1780.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1781.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1782.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1783.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1784.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1785.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1786.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1787.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1788.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1789.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1790.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1791.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1792.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1793.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1794.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1795.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1796.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1797.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1798.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1799.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1800.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1801.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1802.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1803.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1804.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1805.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1806.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1807.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1808.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1809.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1810.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1811.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1812.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1813.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1814.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1815.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1816.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1817.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1818.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1819.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1820.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1821.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1822.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1823.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1824.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1825.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1826.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1827.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1828.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1829.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1830.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  1831.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  1832.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1833.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1834.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1835.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  1836.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates''.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy''getMakeAdminDashboardCommand_LazyService'false],
  1837.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates''.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy''getMakeCrudControllerCommand_LazyService'false],
  1838.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1839.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1840.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1841.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1842.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1843.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1844.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1845.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1846.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1847.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1848.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1849.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1850.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1851.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1852.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1853.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1854.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1855.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1856.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1857.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1858.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1859.         ], [
  1860.             'App\\Console\\ImportNewCommand' => 'App\\Console\\ImportNewCommand',
  1861.             'console.command.about' => '?',
  1862.             'console.command.assets_install' => '?',
  1863.             'console.command.cache_clear' => '?',
  1864.             'console.command.cache_pool_clear' => '?',
  1865.             'console.command.cache_pool_prune' => '?',
  1866.             'console.command.cache_pool_delete' => '?',
  1867.             'console.command.cache_pool_list' => '?',
  1868.             'console.command.cache_warmup' => '?',
  1869.             'console.command.config_debug' => '?',
  1870.             'console.command.config_dump_reference' => '?',
  1871.             'console.command.container_debug' => '?',
  1872.             'console.command.container_lint' => '?',
  1873.             'console.command.debug_autowiring' => '?',
  1874.             'console.command.dotenv_debug' => '?',
  1875.             'console.command.event_dispatcher_debug' => '?',
  1876.             'console.command.router_debug' => '?',
  1877.             'console.command.router_match' => '?',
  1878.             'console.command.translation_debug' => '?',
  1879.             'console.command.translation_extract' => '?',
  1880.             'console.command.validator_debug' => '?',
  1881.             'console.command.translation_pull' => '?',
  1882.             'console.command.translation_push' => '?',
  1883.             'console.command.xliff_lint' => '?',
  1884.             'console.command.yaml_lint' => '?',
  1885.             'console.command.form_debug' => '?',
  1886.             'console.command.secrets_set' => '?',
  1887.             'console.command.secrets_remove' => '?',
  1888.             'console.command.secrets_generate_key' => '?',
  1889.             'console.command.secrets_list' => '?',
  1890.             'console.command.secrets_decrypt_to_local' => '?',
  1891.             'console.command.secrets_encrypt_from_local' => '?',
  1892.             'twig.command.debug' => '?',
  1893.             'twig.command.lint' => '?',
  1894.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1895.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1896.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1897.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1898.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1899.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1900.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1901.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1902.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1903.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1904.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1905.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1906.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1907.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1908.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1909.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1910.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1911.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1912.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1913.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1914.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1915.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1916.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1917.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1918.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1919.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1920.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1921.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1922.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1923.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1924.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1925.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1926.             'security.command.debug_firewall' => '?',
  1927.             'security.command.user_password_encoder' => '?',
  1928.             'security.command.user_password_hash' => '?',
  1929.             'var_dumper.command.server_dump' => '?',
  1930.             'monolog.command.server_log' => '?',
  1931.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1932.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1933.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1934.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1935.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1936.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1937.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\Core\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  1938.             'api_platform.openapi.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\OpenApiCommand',
  1939.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  1940.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1941.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
  1942.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
  1943.             'maker.auto_command.make_auth' => '?',
  1944.             'maker.auto_command.make_command' => '?',
  1945.             'maker.auto_command.make_controller' => '?',
  1946.             'maker.auto_command.make_crud' => '?',
  1947.             'maker.auto_command.make_docker_database' => '?',
  1948.             'maker.auto_command.make_entity' => '?',
  1949.             'maker.auto_command.make_fixtures' => '?',
  1950.             'maker.auto_command.make_form' => '?',
  1951.             'maker.auto_command.make_message' => '?',
  1952.             'maker.auto_command.make_messenger_middleware' => '?',
  1953.             'maker.auto_command.make_registration_form' => '?',
  1954.             'maker.auto_command.make_reset_password' => '?',
  1955.             'maker.auto_command.make_serializer_encoder' => '?',
  1956.             'maker.auto_command.make_serializer_normalizer' => '?',
  1957.             'maker.auto_command.make_subscriber' => '?',
  1958.             'maker.auto_command.make_twig_extension' => '?',
  1959.             'maker.auto_command.make_test' => '?',
  1960.             'maker.auto_command.make_validator' => '?',
  1961.             'maker.auto_command.make_voter' => '?',
  1962.             'maker.auto_command.make_user' => '?',
  1963.             'maker.auto_command.make_migration' => '?',
  1964.         ]), ['app:import-data-new' => 'App\\Console\\ImportNewCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand''make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1965.     }
  1966.     /**
  1967.      * Gets the public 'container.env_var_processors_locator' shared service.
  1968.      *
  1969.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1970.      */
  1971.     protected function getContainer_EnvVarProcessorsLocatorService()
  1972.     {
  1973.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1974.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1975.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1976.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1977.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1978.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1979.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1980.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1981.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1982.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1983.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1984.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1985.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1986.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1987.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1988.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1989.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1990.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1991.         ], [
  1992.             'base64' => '?',
  1993.             'bool' => '?',
  1994.             'const' => '?',
  1995.             'csv' => '?',
  1996.             'default' => '?',
  1997.             'file' => '?',
  1998.             'float' => '?',
  1999.             'int' => '?',
  2000.             'json' => '?',
  2001.             'key' => '?',
  2002.             'not' => '?',
  2003.             'query_string' => '?',
  2004.             'require' => '?',
  2005.             'resolve' => '?',
  2006.             'string' => '?',
  2007.             'trim' => '?',
  2008.             'url' => '?',
  2009.         ]);
  2010.     }
  2011.     /**
  2012.      * Gets the public 'data_collector.dump' shared service.
  2013.      *
  2014.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2015.      */
  2016.     protected function getDataCollector_DumpService()
  2017.     {
  2018.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2019.     }
  2020.     /**
  2021.      * Gets the public 'doctrine' shared service.
  2022.      *
  2023.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2024.      */
  2025.     protected function getDoctrineService()
  2026.     {
  2027.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2028.     }
  2029.     /**
  2030.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2031.      *
  2032.      * @return \Doctrine\DBAL\Connection
  2033.      */
  2034.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2035.     {
  2036.         $a = new \Doctrine\DBAL\Configuration();
  2037.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2038.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2039.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2040.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2041.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2042.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2043.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2044.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  2045.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  2046.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  2047.             'vich_uploader.listener.clean.company_image' => ['privates''vich_uploader.listener.clean.company_image''getVichUploader_Listener_Clean_CompanyImageService'false],
  2048.             'vich_uploader.listener.clean.employee_avatar' => ['privates''vich_uploader.listener.clean.employee_avatar''getVichUploader_Listener_Clean_EmployeeAvatarService'false],
  2049.             'vich_uploader.listener.clean.location_image' => ['privates''vich_uploader.listener.clean.location_image''getVichUploader_Listener_Clean_LocationImageService'false],
  2050.             'vich_uploader.listener.remove.company_image' => ['privates''vich_uploader.listener.remove.company_image''getVichUploader_Listener_Remove_CompanyImageService'false],
  2051.             'vich_uploader.listener.remove.employee_avatar' => ['privates''vich_uploader.listener.remove.employee_avatar''getVichUploader_Listener_Remove_EmployeeAvatarService'false],
  2052.             'vich_uploader.listener.remove.location_image' => ['privates''vich_uploader.listener.remove.location_image''getVichUploader_Listener_Remove_LocationImageService'false],
  2053.             'vich_uploader.listener.upload.company_image' => ['privates''vich_uploader.listener.upload.company_image''getVichUploader_Listener_Upload_CompanyImageService'false],
  2054.             'vich_uploader.listener.upload.employee_avatar' => ['privates''vich_uploader.listener.upload.employee_avatar''getVichUploader_Listener_Upload_EmployeeAvatarService'false],
  2055.             'vich_uploader.listener.upload.location_image' => ['privates''vich_uploader.listener.upload.location_image''getVichUploader_Listener_Upload_LocationImageService'false],
  2056.         ], [
  2057.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2058.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2059.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2060.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2061.             'vich_uploader.listener.clean.company_image' => '?',
  2062.             'vich_uploader.listener.clean.employee_avatar' => '?',
  2063.             'vich_uploader.listener.clean.location_image' => '?',
  2064.             'vich_uploader.listener.remove.company_image' => '?',
  2065.             'vich_uploader.listener.remove.employee_avatar' => '?',
  2066.             'vich_uploader.listener.remove.location_image' => '?',
  2067.             'vich_uploader.listener.upload.company_image' => '?',
  2068.             'vich_uploader.listener.upload.employee_avatar' => '?',
  2069.             'vich_uploader.listener.upload.location_image' => '?',
  2070.         ]), [=> 'vich_uploader.listener.clean.employee_avatar'=> 'vich_uploader.listener.clean.location_image'=> 'vich_uploader.listener.clean.company_image'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.employee_avatar'=> 'vich_uploader.listener.upload.employee_avatar'=> 'vich_uploader.listener.remove.location_image'=> 'vich_uploader.listener.upload.location_image'10 => 'vich_uploader.listener.remove.company_image'11 => 'vich_uploader.listener.upload.company_image'12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  2071.     }
  2072.     /**
  2073.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2074.      *
  2075.      * @return \Doctrine\ORM\EntityManager
  2076.      */
  2077.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2078.     {
  2079.         if ($lazyLoad) {
  2080.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2081.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2082.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2083.                     $proxy->setProxyInitializer(null);
  2084.                     return true;
  2085.                 });
  2086.             });
  2087.         }
  2088.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2095.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2096.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2097.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2098.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  2103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  2104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2113.         $a = new \Doctrine\ORM\Configuration();
  2114.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2115.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  2116.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  2117.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  2118.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2119.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2120.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2121.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2122.             'App\\Doctrine\\Generator\\UuidGenerator' => ['privates''App\\Doctrine\\Generator\\UuidGenerator''getUuidGeneratorService'false],
  2123.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2124.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2125.         ], [
  2126.             'App\\Doctrine\\Generator\\UuidGenerator' => '?',
  2127.             'doctrine.ulid_generator' => '?',
  2128.             'doctrine.uuid_generator' => '?',
  2129.         ])));
  2130.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2131.         $a->setProxyNamespace('Proxies');
  2132.         $a->setAutoGenerateProxyClasses(true);
  2133.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2134.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2135.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2136.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2137.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2138.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2139.             'App\\Repository\\CompanyMetaRepository' => ['privates''App\\Repository\\CompanyMetaRepository''getCompanyMetaRepositoryService'false],
  2140.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  2141.             'App\\Repository\\EmployeeRepository' => ['privates''App\\Repository\\EmployeeRepository''getEmployeeRepositoryService'false],
  2142.             'App\\Repository\\EmployeeReviewRepository' => ['privates''App\\Repository\\EmployeeReviewRepository''getEmployeeReviewRepositoryService'false],
  2143.             'App\\Repository\\EmployeeReviewSkillCommentsRepository' => ['privates''App\\Repository\\EmployeeReviewSkillCommentsRepository''getEmployeeReviewSkillCommentsRepositoryService'false],
  2144.             'App\\Repository\\Employees\\EmployeeDepartmentsRepository' => ['privates''App\\Repository\\Employees\\EmployeeDepartmentsRepository''getEmployeeDepartmentsRepositoryService'false],
  2145.             'App\\Repository\\EntityTypeMetaFieldSettingsRepository' => ['privates''App\\Repository\\EntityTypeMetaFieldSettingsRepository''getEntityTypeMetaFieldSettingsRepositoryService'false],
  2146.             'App\\Repository\\EntityTypeMetaValueRepository' => ['privates''App\\Repository\\EntityTypeMetaValueRepository''getEntityTypeMetaValueRepositoryService'false],
  2147.             'App\\Repository\\EntityTypeRepository' => ['privates''App\\Repository\\EntityTypeRepository''getEntityTypeRepositoryService'false],
  2148.             'App\\Repository\\LocationMetaRepository' => ['privates''App\\Repository\\LocationMetaRepository''getLocationMetaRepositoryService'false],
  2149.             'App\\Repository\\PeriodSettingsRepository' => ['privates''App\\Repository\\PeriodSettingsRepository''getPeriodSettingsRepositoryService'false],
  2150.             'App\\Repository\\Positions\\PositionQuadRepository' => ['privates''App\\Repository\\Positions\\PositionQuadRepository''getPositionQuadRepositoryService'false],
  2151.             'App\\Repository\\Positions\\PositionQuadSkillMeasureRepository' => ['privates''App\\Repository\\Positions\\PositionQuadSkillMeasureRepository''getPositionQuadSkillMeasureRepositoryService'false],
  2152.             'App\\Repository\\Positions\\PositionQuadSkillRepository' => ['privates''App\\Repository\\Positions\\PositionQuadSkillRepository''getPositionQuadSkillRepositoryService'false],
  2153.             'App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillMeasureRepository' => ['privates''App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillMeasureRepository''getPositionSetupQuadPrebuiltSkillMeasureRepositoryService'false],
  2154.             'App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillRepository' => ['privates''App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillRepository''getPositionSetupQuadPrebuiltSkillRepositoryService'false],
  2155.             'App\\Repository\\QuadSettingsRepository' => ['privates''App\\Repository\\QuadSettingsRepository''getQuadSettingsRepositoryService'false],
  2156.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  2157.             'App\\Repository\\SiteConfigRepository' => ['privates''App\\Repository\\SiteConfigRepository''getSiteConfigRepositoryService'false],
  2158.             'App\\Repository\\UserPermissionRepository' => ['privates''App\\Repository\\UserPermissionRepository''getUserPermissionRepositoryService'false],
  2159.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2160.         ], [
  2161.             'App\\Repository\\CompanyMetaRepository' => '?',
  2162.             'App\\Repository\\CompanyRepository' => '?',
  2163.             'App\\Repository\\EmployeeRepository' => '?',
  2164.             'App\\Repository\\EmployeeReviewRepository' => '?',
  2165.             'App\\Repository\\EmployeeReviewSkillCommentsRepository' => '?',
  2166.             'App\\Repository\\Employees\\EmployeeDepartmentsRepository' => '?',
  2167.             'App\\Repository\\EntityTypeMetaFieldSettingsRepository' => '?',
  2168.             'App\\Repository\\EntityTypeMetaValueRepository' => '?',
  2169.             'App\\Repository\\EntityTypeRepository' => '?',
  2170.             'App\\Repository\\LocationMetaRepository' => '?',
  2171.             'App\\Repository\\PeriodSettingsRepository' => '?',
  2172.             'App\\Repository\\Positions\\PositionQuadRepository' => '?',
  2173.             'App\\Repository\\Positions\\PositionQuadSkillMeasureRepository' => '?',
  2174.             'App\\Repository\\Positions\\PositionQuadSkillRepository' => '?',
  2175.             'App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillMeasureRepository' => '?',
  2176.             'App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillRepository' => '?',
  2177.             'App\\Repository\\QuadSettingsRepository' => '?',
  2178.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  2179.             'App\\Repository\\SiteConfigRepository' => '?',
  2180.             'App\\Repository\\UserPermissionRepository' => '?',
  2181.             'App\\Repository\\UserRepository' => '?',
  2182.         ])));
  2183.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2184.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2185.         return $instance;
  2186.     }
  2187.     /**
  2188.      * Gets the public 'error_controller' shared service.
  2189.      *
  2190.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2191.      */
  2192.     protected function getErrorControllerService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2199.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2200.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2201.     }
  2202.     /**
  2203.      * Gets the public 'event_dispatcher' shared service.
  2204.      *
  2205.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2206.      */
  2207.     protected function getEventDispatcherService()
  2208.     {
  2209.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2210.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2211.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2212.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2213.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2214.         $instance->addListener('kernel.controller', [=> function () {
  2215.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2216.         }, => 'onKernelController'], 0);
  2217.         $instance->addListener('kernel.exception', [=> function () {
  2218.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2219.         }, => 'onKernelException'], 0);
  2220.         $instance->addListener('kernel.request', [=> function () {
  2221.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2222.         }, => 'onKernelRequest'], 250);
  2223.         $instance->addListener('kernel.response', [=> function () {
  2224.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2225.         }, => 'onKernelResponse'], 0);
  2226.         $instance->addListener('kernel.response', [=> function () {
  2227.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2228.         }, => 'onResponse'], 0);
  2229.         $instance->addListener('kernel.request', [=> function () {
  2230.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2231.         }, => 'onKernelRequest'], 7);
  2232.         $instance->addListener('kernel.request', [=> function () {
  2233.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  2234.         }, => 'onKernelRequest'], 4);
  2235.         $instance->addListener('kernel.view', [=> function () {
  2236.             return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
  2237.         }, => 'onKernelView'], 32);
  2238.         $instance->addListener('kernel.request', [=> function () {
  2239.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2240.         }, => 'onKernelRequest'], 2);
  2241.         $instance->addListener('kernel.view', [=> function () {
  2242.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2243.         }, => 'onKernelView'], 16);
  2244.         $instance->addListener('kernel.view', [=> function () {
  2245.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2246.         }, => 'onKernelView'], 8);
  2247.         $instance->addListener('kernel.exception', [=> function () {
  2248.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2249.         }, => 'onKernelException'], 0);
  2250.         $instance->addListener('kernel.exception', [=> function () {
  2251.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2252.         }, => 'onKernelException'], -96);
  2253.         $instance->addListener('kernel.request', [=> function () {
  2254.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2255.         }, => 'onKernelRequest'], 0);
  2256.         $instance->addListener('kernel.response', [=> function () {
  2257.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2258.         }, => 'onKernelResponse'], 0);
  2259.         $instance->addListener('kernel.response', [=> function () {
  2260.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2261.         }, => 'onKernelResponse'], -1);
  2262.         $instance->addListener('kernel.view', [=> function () {
  2263.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2264.         }, => 'onKernelView'], 64);
  2265.         $instance->addListener('kernel.request', [=> function () {
  2266.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2267.         }, => 'onKernelRequest'], 16);
  2268.         $instance->addListener('kernel.request', [=> function () {
  2269.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2270.         }, => 'onSecurity'], 3);
  2271.         $instance->addListener('kernel.request', [=> function () {
  2272.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2273.         }, => 'onSecurityPostDenormalize'], 1);
  2274.         $instance->addListener('kernel.exception', [=> function () {
  2275.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  2276.         }, => 'onKernelException'], -64);
  2277.         $instance->addListener('kernel.view', [=> function () {
  2278.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
  2279.         }, => 'onKernelView'], 0);
  2280.         $instance->addListener('kernel.response', [=> function () {
  2281.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false, [])));
  2282.         }, => 'onKernelResponse'], 0);
  2283.         $instance->addListener('kernel.response', [=> function () {
  2284.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2285.         }, => 'onKernelResponse'], -1024);
  2286.         $instance->addListener('kernel.request', [=> function () {
  2287.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2288.         }, => 'setDefaultLocale'], 100);
  2289.         $instance->addListener('kernel.request', [=> function () {
  2290.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2291.         }, => 'onKernelRequest'], 16);
  2292.         $instance->addListener('kernel.finish_request', [=> function () {
  2293.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2294.         }, => 'onKernelFinishRequest'], 0);
  2295.         $instance->addListener('kernel.request', [=> function () {
  2296.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2297.         }, => 'onKernelRequest'], 256);
  2298.         $instance->addListener('kernel.response', [=> function () {
  2299.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2300.         }, => 'onResponse'], -255);
  2301.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2302.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2303.         }, => 'onControllerArguments'], 0);
  2304.         $instance->addListener('kernel.exception', [=> function () {
  2305.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2306.         }, => 'logKernelException'], 0);
  2307.         $instance->addListener('kernel.exception', [=> function () {
  2308.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2309.         }, => 'onKernelException'], -128);
  2310.         $instance->addListener('kernel.response', [=> function () {
  2311.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2312.         }, => 'removeCspHeader'], -128);
  2313.         $instance->addListener('kernel.request', [=> function () {
  2314.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2315.         }, => 'onKernelRequest'], 15);
  2316.         $instance->addListener('kernel.finish_request', [=> function () {
  2317.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2318.         }, => 'onKernelFinishRequest'], -15);
  2319.         $instance->addListener('console.error', [=> function () {
  2320.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2321.         }, => 'onConsoleError'], -128);
  2322.         $instance->addListener('console.terminate', [=> function () {
  2323.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2324.         }, => 'onConsoleTerminate'], -128);
  2325.         $instance->addListener('console.error', [=> function () {
  2326.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2327.         }, => 'onConsoleError'], 0);
  2328.         $instance->addListener('kernel.request', [=> function () {
  2329.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2330.         }, => 'onKernelRequest'], 128);
  2331.         $instance->addListener('kernel.response', [=> function () {
  2332.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2333.         }, => 'onKernelResponse'], -1000);
  2334.         $instance->addListener('kernel.finish_request', [=> function () {
  2335.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2336.         }, => 'onFinishRequest'], 0);
  2337.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2338.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2339.         }, => 'onMessage'], -255);
  2340.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2341.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2342.         }, => 'onMessage'], -255);
  2343.         $instance->addListener('kernel.response', [=> function () {
  2344.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2345.         }, => 'onKernelResponse'], -100);
  2346.         $instance->addListener('kernel.exception', [=> function () {
  2347.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2348.         }, => 'onKernelException'], 0);
  2349.         $instance->addListener('kernel.terminate', [=> function () {
  2350.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2351.         }, => 'onKernelTerminate'], -1024);
  2352.         $instance->addListener('kernel.controller', [=> function () {
  2353.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2354.         }, => 'onKernelController'], 0);
  2355.         $instance->addListener('kernel.response', [=> function () {
  2356.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2357.         }, => 'onKernelResponse'], 0);
  2358.         $instance->addListener('kernel.request', [=> function () {
  2359.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2360.         }, => 'configure'], 2048);
  2361.         $instance->addListener('console.command', [=> function () {
  2362.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2363.         }, => 'configure'], 2048);
  2364.         $instance->addListener('kernel.request', [=> function () {
  2365.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2366.         }, => 'onKernelRequest'], 32);
  2367.         $instance->addListener('kernel.finish_request', [=> function () {
  2368.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2369.         }, => 'onKernelFinishRequest'], 0);
  2370.         $instance->addListener('kernel.exception', [=> function () {
  2371.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2372.         }, => 'onKernelException'], -64);
  2373.         $instance->addListener('kernel.response', [=> function () {
  2374.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2375.         }, => 'onKernelResponse'], 0);
  2376.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2377.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2378.         }, => 'onMessage'], 0);
  2379.         $instance->addListener('kernel.controller', [=> function () {
  2380.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2381.         }, => 'onKernelController'], 0);
  2382.         $instance->addListener('kernel.controller', [=> function () {
  2383.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2384.         }, => 'onKernelController'], 0);
  2385.         $instance->addListener('kernel.controller', [=> function () {
  2386.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2387.         }, => 'onKernelController'], -128);
  2388.         $instance->addListener('kernel.view', [=> function () {
  2389.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2390.         }, => 'onKernelView'], 0);
  2391.         $instance->addListener('kernel.controller', [=> function () {
  2392.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2393.         }, => 'onKernelController'], 0);
  2394.         $instance->addListener('kernel.response', [=> function () {
  2395.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2396.         }, => 'onKernelResponse'], 0);
  2397.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2398.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2399.         }, => 'onKernelControllerArguments'], 0);
  2400.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2401.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2402.         }, => 'onKernelControllerArguments'], 0);
  2403.         $instance->addListener('kernel.response', [=> function () {
  2404.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2405.         }, => 'onKernelResponse'], 0);
  2406.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2407.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2408.         }, => 'onVoterVote'], 0);
  2409.         $instance->addListener('kernel.request', [=> function () {
  2410.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2411.         }, => 'configureLogoutUrlGenerator'], 8);
  2412.         $instance->addListener('kernel.request', [=> function () {
  2413.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2414.         }, => 'onKernelRequest'], 8);
  2415.         $instance->addListener('kernel.finish_request', [=> function () {
  2416.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2417.         }, => 'onKernelFinishRequest'], 0);
  2418.         $instance->addListener('kernel.response', [=> function () {
  2419.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2420.         }, => 'onKernelResponse'], -128);
  2421.         $instance->addListener('console.command', [=> function () {
  2422.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2423.         }, => 'onCommand'], 255);
  2424.         $instance->addListener('console.terminate', [=> function () {
  2425.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2426.         }, => 'onTerminate'], -255);
  2427.         $instance->addListener('console.command', [=> function () {
  2428.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2429.         }, => 'configure'], 1024);
  2430.         $instance->addListener('console.error', [=> function () {
  2431.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2432.         }, => 'onConsoleError'], 0);
  2433.         $instance->addListener('console.terminate', [=> function () {
  2434.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2435.         }, => 'onConsoleTerminate'], 0);
  2436.         $instance->addListener('kernel.finish_request', [=> function () {
  2437.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2438.         }, => 'resetAssets'], 0);
  2439.         $instance->addListener('kernel.request', [=> function () {
  2440.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2441.         }, => 'onKernelRequest'], 0);
  2442.         $instance->addListener('kernel.controller', [=> function () {
  2443.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2444.         }, => 'onKernelController'], 128);
  2445.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2446.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2447.         }, => 'onLogout'], 0);
  2448.         return $instance;
  2449.     }
  2450.     /**
  2451.      * Gets the public 'http_kernel' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2454.      */
  2455.     protected function getHttpKernelService()
  2456.     {
  2457.         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())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2458.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2459.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2460.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2461.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2462.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
  2463.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
  2464.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2465.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2466.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2467.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2468.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2469.     }
  2470.     /**
  2471.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  2472.      *
  2473.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  2474.      */
  2475.     protected function getLiipImagine_Binary_Loader_DefaultService()
  2476.     {
  2477.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  2481.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  2482.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  2483.     }
  2484.     /**
  2485.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2486.      *
  2487.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2488.      */
  2489.     protected function getLiipImagine_Cache_ManagerService()
  2490.     {
  2491.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  2492.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2493.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2494.         return $instance;
  2495.     }
  2496.     /**
  2497.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2498.      *
  2499.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2500.      */
  2501.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2502.     {
  2503.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2504.     }
  2505.     /**
  2506.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2507.      *
  2508.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2509.      */
  2510.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2511.     {
  2512.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2513.     }
  2514.     /**
  2515.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2516.      *
  2517.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2518.      */
  2519.     protected function getLiipImagine_Cache_SignerService()
  2520.     {
  2521.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2522.     }
  2523.     /**
  2524.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  2525.      *
  2526.      * @return \Liip\ImagineBundle\Config\StackCollection
  2527.      */
  2528.     protected function getLiipImagine_Config_StackCollectionService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  2540.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  2541.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  2543.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  2553.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  2554.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  2555.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  2556.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  2557.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  2558.     }
  2559.     /**
  2560.      * Gets the public 'liip_imagine.data.manager' shared service.
  2561.      *
  2562.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  2563.      */
  2564.     protected function getLiipImagine_Data_ManagerService()
  2565.     {
  2566.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  2567.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  2568.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  2573.      *
  2574.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  2575.      */
  2576.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2581.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  2582.     }
  2583.     /**
  2584.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  2585.      *
  2586.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  2587.      */
  2588.     protected function getLiipImagine_Filter_Loader_FixedService()
  2589.     {
  2590.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2592.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  2593.     }
  2594.     /**
  2595.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  2596.      *
  2597.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  2598.      */
  2599.     protected function getLiipImagine_Filter_Loader_FlipService()
  2600.     {
  2601.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2603.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  2604.     }
  2605.     /**
  2606.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  2607.      *
  2608.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  2609.      */
  2610.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2614.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  2615.     }
  2616.     /**
  2617.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  2618.      *
  2619.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  2620.      */
  2621.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  2622.     {
  2623.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2625.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  2626.     }
  2627.     /**
  2628.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  2629.      *
  2630.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  2631.      */
  2632.     protected function getLiipImagine_Filter_Loader_ResampleService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  2636.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  2640.      *
  2641.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  2642.      */
  2643.     protected function getLiipImagine_Filter_Loader_RotateService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2647.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  2648.     }
  2649.     /**
  2650.      * Gets the public 'liip_imagine.filter.manager' shared service.
  2651.      *
  2652.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  2653.      */
  2654.     protected function getLiipImagine_Filter_ManagerService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2681.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  2682.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  2683.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  2684.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  2685.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  2686.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  2687.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  2688.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  2689.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  2690.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  2691.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  2692.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  2693.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  2694.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  2695.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  2696.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  2697.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  2698.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  2699.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  2700.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  2701.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  2702.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  2703.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  2704.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  2705.         return $instance;
  2706.     }
  2707.     /**
  2708.      * Gets the public 'request_stack' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2711.      */
  2712.     protected function getRequestStackService()
  2713.     {
  2714.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2715.     }
  2716.     /**
  2717.      * Gets the public 'router' shared service.
  2718.      *
  2719.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2720.      */
  2721.     protected function getRouterService()
  2722.     {
  2723.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2724.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2725.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2726.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2727.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2728.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2729.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2730.         ], [
  2731.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2732.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  2733.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2734.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2735.         return $instance;
  2736.     }
  2737.     /**
  2738.      * Gets the public 'routing.loader' shared service.
  2739.      *
  2740.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2741.      */
  2742.     protected function getRouting_LoaderService()
  2743.     {
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/ApiLoader.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2769.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2770.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  2771.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  2772.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2773.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  2774.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  2775.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  2776.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  2777.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  2778.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2779.             'kernel' => ['services''kernel''getKernelService'false],
  2780.         ], [
  2781.             'kernel' => 'App\\Kernel',
  2782.         ]), 'dev'));
  2783.         $a->addLoader(new \ApiPlatform\Core\Bridge\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2784.         $a->addLoader($d);
  2785.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  2786.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  2787.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2788.     }
  2789.     /**
  2790.      * Gets the public 'services_resetter' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2793.      */
  2794.     protected function getServicesResetterService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2797.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2798.             if (isset($this->services['cache.app'])) {
  2799.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2800.             }
  2801.             if (isset($this->services['cache.system'])) {
  2802.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2803.             }
  2804.             if (isset($this->privates['cache.validator'])) {
  2805.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2806.             }
  2807.             if (isset($this->privates['cache.serializer'])) {
  2808.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2809.             }
  2810.             if (isset($this->privates['cache.annotations'])) {
  2811.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2812.             }
  2813.             if (isset($this->privates['cache.property_info'])) {
  2814.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2815.             }
  2816.             if (isset($this->privates['session_listener'])) {
  2817.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2818.             }
  2819.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2820.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2821.             }
  2822.             if (isset($this->privates['.debug.http_client'])) {
  2823.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2824.             }
  2825.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2826.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2827.             }
  2828.             if (isset($this->services['cache.validator_expression_language'])) {
  2829.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2830.             }
  2831.             if (isset($this->services['.container.private.profiler'])) {
  2832.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2833.             }
  2834.             if (isset($this->services['.container.private.validator'])) {
  2835.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2836.             }
  2837.             if (isset($this->privates['debug.stopwatch'])) {
  2838.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2839.             }
  2840.             if (isset($this->services['event_dispatcher'])) {
  2841.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2842.             }
  2843.             if (isset($this->services['doctrine'])) {
  2844.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2845.             }
  2846.             if (isset($this->privates['form.type.entity'])) {
  2847.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2848.             }
  2849.             if (isset($this->services['.container.private.security.token_storage'])) {
  2850.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2851.             }
  2852.             if (isset($this->privates['cache.security_expression_language'])) {
  2853.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2854.             }
  2855.             if (isset($this->privates['monolog.handler.main'])) {
  2856.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2857.             }
  2858.             if (isset($this->privates['monolog.handler.console'])) {
  2859.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2860.             }
  2861.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2862.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2863.             }
  2864.             if (isset($this->privates['cache.webpack_encore'])) {
  2865.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2866.             }
  2867.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2868.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2869.             }
  2870.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  2871.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  2872.             }
  2873.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  2874.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  2875.             }
  2876.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  2877.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  2878.             }
  2879.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  2880.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  2881.             }
  2882.             if (isset($this->privates['api_platform.cache.metadata.property'])) {
  2883.                 yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? null);
  2884.             }
  2885.             if (isset($this->privates['.debug.http_client'])) {
  2886.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2887.             }
  2888.         }, function () {
  2889.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.property'])) + (int) (isset($this->privates['.debug.http_client']));
  2890.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.property' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2891.     }
  2892.     /**
  2893.      * Gets the public 'translator' shared service.
  2894.      *
  2895.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2896.      */
  2897.     protected function getTranslatorService()
  2898.     {
  2899.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2900.     }
  2901.     /**
  2902.      * Gets the public 'var_dumper.cloner' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2905.      */
  2906.     protected function getVarDumper_ClonerService()
  2907.     {
  2908.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2909.         $instance->setMaxItems(2500);
  2910.         $instance->setMinDepth(1);
  2911.         $instance->setMaxString(-1);
  2912.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2913.         return $instance;
  2914.     }
  2915.     /**
  2916.      * Gets the public 'vich_uploader.download_handler' shared service.
  2917.      *
  2918.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2919.      */
  2920.     protected function getVichUploader_DownloadHandlerService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  2924.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2925.     }
  2926.     /**
  2927.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2928.      *
  2929.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2930.      */
  2931.     protected function getVichUploader_Form_Type_FileService()
  2932.     {
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2936.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2937.     }
  2938.     /**
  2939.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2940.      *
  2941.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2942.      */
  2943.     protected function getVichUploader_Form_Type_ImageService()
  2944.     {
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  2949.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  2950.     }
  2951.     /**
  2952.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2953.      *
  2954.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2955.      */
  2956.     protected function getVichUploader_UploadHandlerService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  2962.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2963.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2964.     }
  2965.     /**
  2966.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2967.      *
  2968.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2969.      */
  2970.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2973.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2974.     }
  2975.     /**
  2976.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2977.      *
  2978.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2979.      */
  2980.     protected function getWebProfiler_Controller_ProfilerService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2983.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2984.     }
  2985.     /**
  2986.      * Gets the public 'web_profiler.controller.router' shared service.
  2987.      *
  2988.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2989.      */
  2990.     protected function getWebProfiler_Controller_RouterService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2993.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2994.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2995.         }, 1));
  2996.     }
  2997.     /**
  2998.      * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\Console\Command\LazyCommand
  3001.      */
  3002.     protected function getMakeAdminDashboardCommand_LazyService()
  3003.     {
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3006.         return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:dashboard', [], 'Creates a new EasyAdmin Dashboard class'false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand {
  3007.             return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
  3008.         });
  3009.     }
  3010.     /**
  3011.      * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
  3012.      *
  3013.      * @return \Symfony\Component\Console\Command\LazyCommand
  3014.      */
  3015.     protected function getMakeCrudControllerCommand_LazyService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3019.         return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:crud', [], 'Creates a new EasyAdmin CRUD controller class'false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand {
  3020.             return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
  3021.         });
  3022.     }
  3023.     /**
  3024.      * Gets the private '.console.command.about.lazy' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\Console\Command\LazyCommand
  3027.      */
  3028.     protected function get_Console_Command_About_LazyService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3032.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  3033.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3034.         });
  3035.     }
  3036.     /**
  3037.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\Console\Command\LazyCommand
  3040.      */
  3041.     protected function get_Console_Command_AssetsInstall_LazyService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3045.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  3046.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3047.         });
  3048.     }
  3049.     /**
  3050.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3051.      *
  3052.      * @return \Symfony\Component\Console\Command\LazyCommand
  3053.      */
  3054.     protected function get_Console_Command_CacheClear_LazyService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3058.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3059.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3060.         });
  3061.     }
  3062.     /**
  3063.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3064.      *
  3065.      * @return \Symfony\Component\Console\Command\LazyCommand
  3066.      */
  3067.     protected function get_Console_Command_CachePoolClear_LazyService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3071.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  3072.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3073.         });
  3074.     }
  3075.     /**
  3076.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\Console\Command\LazyCommand
  3079.      */
  3080.     protected function get_Console_Command_CachePoolDelete_LazyService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3084.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  3085.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3086.         });
  3087.     }
  3088.     /**
  3089.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Console\Command\LazyCommand
  3092.      */
  3093.     protected function get_Console_Command_CachePoolList_LazyService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3097.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  3098.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3099.         });
  3100.     }
  3101.     /**
  3102.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\Console\Command\LazyCommand
  3105.      */
  3106.     protected function get_Console_Command_CachePoolPrune_LazyService()
  3107.     {
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3110.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  3111.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3112.         });
  3113.     }
  3114.     /**
  3115.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3116.      *
  3117.      * @return \Symfony\Component\Console\Command\LazyCommand
  3118.      */
  3119.     protected function get_Console_Command_CacheWarmup_LazyService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3123.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  3124.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3125.         });
  3126.     }
  3127.     /**
  3128.      * Gets the private '.console.command.config_debug.lazy' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\Console\Command\LazyCommand
  3131.      */
  3132.     protected function get_Console_Command_ConfigDebug_LazyService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3136.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  3137.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3138.         });
  3139.     }
  3140.     /**
  3141.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\Console\Command\LazyCommand
  3144.      */
  3145.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3149.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  3150.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3151.         });
  3152.     }
  3153.     /**
  3154.      * Gets the private '.console.command.container_debug.lazy' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\Console\Command\LazyCommand
  3157.      */
  3158.     protected function get_Console_Command_ContainerDebug_LazyService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3162.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  3163.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3164.         });
  3165.     }
  3166.     /**
  3167.      * Gets the private '.console.command.container_lint.lazy' shared service.
  3168.      *
  3169.      * @return \Symfony\Component\Console\Command\LazyCommand
  3170.      */
  3171.     protected function get_Console_Command_ContainerLint_LazyService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3175.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3176.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3177.         });
  3178.     }
  3179.     /**
  3180.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Console\Command\LazyCommand
  3183.      */
  3184.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3185.     {
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3188.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3189.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3190.         });
  3191.     }
  3192.     /**
  3193.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\Console\Command\LazyCommand
  3196.      */
  3197.     protected function get_Console_Command_DotenvDebug_LazyService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3201.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3202.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3203.         });
  3204.     }
  3205.     /**
  3206.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\Console\Command\LazyCommand
  3209.      */
  3210.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3214.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3215.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3216.         });
  3217.     }
  3218.     /**
  3219.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\Console\Command\LazyCommand
  3222.      */
  3223.     protected function get_Console_Command_FormDebug_LazyService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3227.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3228.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3229.         });
  3230.     }
  3231.     /**
  3232.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\Console\Command\LazyCommand
  3235.      */
  3236.     protected function get_Console_Command_RouterDebug_LazyService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3240.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3241.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3242.         });
  3243.     }
  3244.     /**
  3245.      * Gets the private '.console.command.router_match.lazy' shared service.
  3246.      *
  3247.      * @return \Symfony\Component\Console\Command\LazyCommand
  3248.      */
  3249.     protected function get_Console_Command_RouterMatch_LazyService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3253.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3254.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3255.         });
  3256.     }
  3257.     /**
  3258.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\Console\Command\LazyCommand
  3261.      */
  3262.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3263.     {
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3266.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3267.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3268.         });
  3269.     }
  3270.     /**
  3271.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3272.      *
  3273.      * @return \Symfony\Component\Console\Command\LazyCommand
  3274.      */
  3275.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3276.     {
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3279.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3280.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3281.         });
  3282.     }
  3283.     /**
  3284.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3285.      *
  3286.      * @return \Symfony\Component\Console\Command\LazyCommand
  3287.      */
  3288.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3289.     {
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3292.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3293.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3294.         });
  3295.     }
  3296.     /**
  3297.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3298.      *
  3299.      * @return \Symfony\Component\Console\Command\LazyCommand
  3300.      */
  3301.     protected function get_Console_Command_SecretsList_LazyService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3305.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3306.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3307.         });
  3308.     }
  3309.     /**
  3310.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3311.      *
  3312.      * @return \Symfony\Component\Console\Command\LazyCommand
  3313.      */
  3314.     protected function get_Console_Command_SecretsRemove_LazyService()
  3315.     {
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3318.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3319.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3320.         });
  3321.     }
  3322.     /**
  3323.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3324.      *
  3325.      * @return \Symfony\Component\Console\Command\LazyCommand
  3326.      */
  3327.     protected function get_Console_Command_SecretsSet_LazyService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3331.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3332.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3333.         });
  3334.     }
  3335.     /**
  3336.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\Console\Command\LazyCommand
  3339.      */
  3340.     protected function get_Console_Command_TranslationDebug_LazyService()
  3341.     {
  3342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3344.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3345.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3346.         });
  3347.     }
  3348.     /**
  3349.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3350.      *
  3351.      * @return \Symfony\Component\Console\Command\LazyCommand
  3352.      */
  3353.     protected function get_Console_Command_TranslationExtract_LazyService()
  3354.     {
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3357.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3358.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3359.         });
  3360.     }
  3361.     /**
  3362.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3363.      *
  3364.      * @return \Symfony\Component\Console\Command\LazyCommand
  3365.      */
  3366.     protected function get_Console_Command_TranslationPull_LazyService()
  3367.     {
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3370.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3371.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3372.         });
  3373.     }
  3374.     /**
  3375.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\Console\Command\LazyCommand
  3378.      */
  3379.     protected function get_Console_Command_TranslationPush_LazyService()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3383.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3384.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3385.         });
  3386.     }
  3387.     /**
  3388.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3389.      *
  3390.      * @return \Symfony\Component\Console\Command\LazyCommand
  3391.      */
  3392.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3393.     {
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3396.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3397.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3398.         });
  3399.     }
  3400.     /**
  3401.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3402.      *
  3403.      * @return \Symfony\Component\Console\Command\LazyCommand
  3404.      */
  3405.     protected function get_Console_Command_XliffLint_LazyService()
  3406.     {
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3409.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3410.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3411.         });
  3412.     }
  3413.     /**
  3414.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3415.      *
  3416.      * @return \Symfony\Component\Console\Command\LazyCommand
  3417.      */
  3418.     protected function get_Console_Command_YamlLint_LazyService()
  3419.     {
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3422.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3423.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3424.         });
  3425.     }
  3426.     /**
  3427.      * Gets the private '.debug.http_client' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3430.      */
  3431.     protected function get_Debug_HttpClientService()
  3432.     {
  3433.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3434.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3435.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3436.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3437.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3438.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3439.         $a->setLogger($b);
  3440.         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))));
  3441.     }
  3442.     /**
  3443.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
  3444.      *
  3445.      * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
  3446.      */
  3447.     protected function getFieldCollectionService()
  3448.     {
  3449.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
  3450.     }
  3451.     /**
  3452.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
  3453.      *
  3454.      * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
  3455.      */
  3456.     protected function getFilterCollectionService()
  3457.     {
  3458.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
  3459.     }
  3460.     /**
  3461.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  3462.      *
  3463.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  3464.      */
  3465.     protected function getEntityDtoService()
  3466.     {
  3467.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  3468.     }
  3469.     /**
  3470.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
  3471.      *
  3472.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
  3473.      */
  3474.     protected function getSearchDtoService()
  3475.     {
  3476.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
  3477.     }
  3478.     /**
  3479.      * Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
  3480.      *
  3481.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
  3482.      */
  3483.     protected function getFiltersService()
  3484.     {
  3485.         $this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
  3486.     }
  3487.     /**
  3488.      * Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
  3489.      *
  3490.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
  3491.      */
  3492.     protected function getActionsService()
  3493.     {
  3494.         $this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
  3495.     }
  3496.     /**
  3497.      * Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  3498.      *
  3499.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  3500.      */
  3501.     protected function getKeyValueStoreService()
  3502.     {
  3503.         $this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  3504.     }
  3505.     /**
  3506.      * Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
  3507.      *
  3508.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
  3509.      */
  3510.     protected function getAssetsService()
  3511.     {
  3512.         $this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
  3513.     }
  3514.     /**
  3515.      * Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
  3516.      *
  3517.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
  3518.      */
  3519.     protected function getCrudService()
  3520.     {
  3521.         $this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
  3522.     }
  3523.     /**
  3524.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\HttpFoundation\Response
  3527.      */
  3528.     protected function getResponseService()
  3529.     {
  3530.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  3531.     }
  3532.     /**
  3533.      * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3534.      *
  3535.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3536.      */
  3537.     protected function getAdminContextService()
  3538.     {
  3539.         $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3540.     }
  3541.     /**
  3542.      * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
  3543.      *
  3544.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
  3545.      */
  3546.     protected function getBatchActionDtoService()
  3547.     {
  3548.         $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
  3549.     }
  3550.     /**
  3551.      * Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3552.      *
  3553.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3554.      */
  3555.     protected function getAdminContext2Service()
  3556.     {
  3557.         $this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3558.     }
  3559.     /**
  3560.      * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  3561.      *
  3562.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  3563.      */
  3564.     protected function getKeyValueStore2Service()
  3565.     {
  3566.         $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  3567.     }
  3568.     /**
  3569.      * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3570.      *
  3571.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3572.      */
  3573.     protected function getAdminContext3Service()
  3574.     {
  3575.         $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3576.     }
  3577.     /**
  3578.      * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  3579.      *
  3580.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  3581.      */
  3582.     protected function getEntityDto2Service()
  3583.     {
  3584.         $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  3585.     }
  3586.     /**
  3587.      * Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
  3588.      *
  3589.      * @return \Symfony\Component\Security\Core\User\UserInterface
  3590.      */
  3591.     protected function getUserInterfaceService()
  3592.     {
  3593.         $this->throw('Cannot autowire service ".service_locator.st3ASTR": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  3594.     }
  3595.     /**
  3596.      * Gets the private '.errored..service_locator.tm8ohhk.App\Entity\EmployeeReview' shared service.
  3597.      *
  3598.      * @return \App\Entity\EmployeeReview
  3599.      */
  3600.     protected function getEmployeeReviewService()
  3601.     {
  3602.         $this->throw('Cannot autowire service ".service_locator.tm8ohhk": it references class "App\\Entity\\EmployeeReview" but no such service exists.');
  3603.     }
  3604.     /**
  3605.      * Gets the private '.errored..service_locator.vK24Jkw.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3606.      *
  3607.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3608.      */
  3609.     protected function getAdminContext4Service()
  3610.     {
  3611.         $this->throw('Cannot autowire service ".service_locator.vK24Jkw": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3612.     }
  3613.     /**
  3614.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3615.      *
  3616.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3617.      */
  3618.     protected function getLoaderInterfaceService()
  3619.     {
  3620.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader".');
  3621.     }
  3622.     /**
  3623.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3624.      *
  3625.      * @return \Symfony\Component\Console\Command\LazyCommand
  3626.      */
  3627.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3631.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3632.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3633.         });
  3634.     }
  3635.     /**
  3636.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3637.      *
  3638.      * @return \Symfony\Component\Console\Command\LazyCommand
  3639.      */
  3640.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3641.     {
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3644.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3645.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3646.         });
  3647.     }
  3648.     /**
  3649.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3650.      *
  3651.      * @return \Symfony\Component\Console\Command\LazyCommand
  3652.      */
  3653.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3657.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3658.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3659.         });
  3660.     }
  3661.     /**
  3662.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3663.      *
  3664.      * @return \Symfony\Component\Console\Command\LazyCommand
  3665.      */
  3666.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3667.     {
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3670.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3671.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3672.         });
  3673.     }
  3674.     /**
  3675.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\Console\Command\LazyCommand
  3678.      */
  3679.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3683.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3684.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3685.         });
  3686.     }
  3687.     /**
  3688.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3689.      *
  3690.      * @return \Symfony\Component\Console\Command\LazyCommand
  3691.      */
  3692.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3696.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3697.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3698.         });
  3699.     }
  3700.     /**
  3701.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3702.      *
  3703.      * @return \Symfony\Component\Console\Command\LazyCommand
  3704.      */
  3705.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3706.     {
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3709.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3710.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3711.         });
  3712.     }
  3713.     /**
  3714.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\Console\Command\LazyCommand
  3717.      */
  3718.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3719.     {
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3722.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3723.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3724.         });
  3725.     }
  3726.     /**
  3727.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3728.      *
  3729.      * @return \Symfony\Component\Console\Command\LazyCommand
  3730.      */
  3731.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3735.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3736.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3737.         });
  3738.     }
  3739.     /**
  3740.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3741.      *
  3742.      * @return \Symfony\Component\Console\Command\LazyCommand
  3743.      */
  3744.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3745.     {
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3748.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3749.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3750.         });
  3751.     }
  3752.     /**
  3753.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3754.      *
  3755.      * @return \Symfony\Component\Console\Command\LazyCommand
  3756.      */
  3757.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3758.     {
  3759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3761.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3762.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3763.         });
  3764.     }
  3765.     /**
  3766.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3767.      *
  3768.      * @return \Symfony\Component\Console\Command\LazyCommand
  3769.      */
  3770.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3774.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3775.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3776.         });
  3777.     }
  3778.     /**
  3779.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\Console\Command\LazyCommand
  3782.      */
  3783.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3784.     {
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3787.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3788.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3789.         });
  3790.     }
  3791.     /**
  3792.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3793.      *
  3794.      * @return \Symfony\Component\Console\Command\LazyCommand
  3795.      */
  3796.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3797.     {
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3800.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3801.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3802.         });
  3803.     }
  3804.     /**
  3805.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3806.      *
  3807.      * @return \Symfony\Component\Console\Command\LazyCommand
  3808.      */
  3809.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3810.     {
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3813.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3814.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3815.         });
  3816.     }
  3817.     /**
  3818.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\Console\Command\LazyCommand
  3821.      */
  3822.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3826.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3827.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3828.         });
  3829.     }
  3830.     /**
  3831.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3832.      *
  3833.      * @return \Symfony\Component\Console\Command\LazyCommand
  3834.      */
  3835.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3839.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3840.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3841.         });
  3842.     }
  3843.     /**
  3844.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3845.      *
  3846.      * @return \Symfony\Component\Console\Command\LazyCommand
  3847.      */
  3848.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3852.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3853.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3854.         });
  3855.     }
  3856.     /**
  3857.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3858.      *
  3859.      * @return \Symfony\Component\Console\Command\LazyCommand
  3860.      */
  3861.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3862.     {
  3863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3865.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3866.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3867.         });
  3868.     }
  3869.     /**
  3870.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3871.      *
  3872.      * @return \Symfony\Component\Console\Command\LazyCommand
  3873.      */
  3874.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3878.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3879.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3880.         });
  3881.     }
  3882.     /**
  3883.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3884.      *
  3885.      * @return \Symfony\Component\Console\Command\LazyCommand
  3886.      */
  3887.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3891.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3892.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3893.         });
  3894.     }
  3895.     /**
  3896.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3897.      *
  3898.      * @return \Symfony\Component\Console\Command\LazyCommand
  3899.      */
  3900.     protected function get_Monolog_Command_ServerLog_LazyService()
  3901.     {
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3904.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  3905.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3906.         });
  3907.     }
  3908.     /**
  3909.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3910.      *
  3911.      * @return \Symfony\Component\Console\Command\LazyCommand
  3912.      */
  3913.     protected function get_Security_Command_DebugFirewall_LazyService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3917.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3918.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3919.         });
  3920.     }
  3921.     /**
  3922.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3923.      *
  3924.      * @return \Symfony\Component\Console\Command\LazyCommand
  3925.      */
  3926.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3930.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3931.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3932.         });
  3933.     }
  3934.     /**
  3935.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3936.      *
  3937.      * @return \Symfony\Component\Console\Command\LazyCommand
  3938.      */
  3939.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3940.     {
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3943.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3944.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3945.         });
  3946.     }
  3947.     /**
  3948.      * Gets the private '.service_locator.6E9xidT' shared service.
  3949.      *
  3950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3951.      */
  3952.     protected function get_ServiceLocator_6E9xidTService()
  3953.     {
  3954.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3955.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3956.         ], [
  3957.             'mailer' => '?',
  3958.         ]);
  3959.     }
  3960.     /**
  3961.      * Gets the private '.service_locator.EIw_YFf' shared service.
  3962.      *
  3963.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3964.      */
  3965.     protected function get_ServiceLocator_EIwYFfService()
  3966.     {
  3967.         return $this->privates['.service_locator.EIw_YFf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3968.             'App\\Controller\\Admin\\CompanyCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3969.             'App\\Controller\\Admin\\CompanyCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  3970.             'App\\Controller\\Admin\\CompanyCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  3971.             'App\\Controller\\Admin\\CompanyCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  3972.             'App\\Controller\\Admin\\CompanyCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  3973.             'App\\Controller\\Admin\\CompanyCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  3974.             'App\\Controller\\Admin\\CompanyCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  3975.             'App\\Controller\\Admin\\CompanyCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  3976.             'App\\Controller\\Admin\\CompanyCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  3977.             'App\\Controller\\Admin\\CompanyCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  3978.             'App\\Controller\\Admin\\CompanyCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  3979.             'App\\Controller\\Admin\\CompanyCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  3980.             'App\\Controller\\Admin\\CompanyCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3981.             'App\\Controller\\Admin\\CompanyCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3982.             'App\\Controller\\Admin\\CompanyCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3983.             'App\\Controller\\Admin\\CompanyCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3984.             'App\\Controller\\Admin\\CompanyCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3985.             'App\\Controller\\Admin\\CompanyCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3986.             'App\\Controller\\Admin\\CompanyCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3987.             'App\\Controller\\Admin\\CompanyCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3988.             'App\\Controller\\Admin\\CompanyCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3989.             'App\\Controller\\Admin\\CompanyMetaCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3990.             'App\\Controller\\Admin\\CompanyMetaCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  3991.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  3992.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  3993.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  3994.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  3995.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  3996.             'App\\Controller\\Admin\\CompanyMetaCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  3997.             'App\\Controller\\Admin\\CompanyMetaCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  3998.             'App\\Controller\\Admin\\CompanyMetaCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  3999.             'App\\Controller\\Admin\\CompanyMetaCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4000.             'App\\Controller\\Admin\\CompanyMetaCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4001.             'App\\Controller\\Admin\\CompanyMetaCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4002.             'App\\Controller\\Admin\\CompanyMetaCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4003.             'App\\Controller\\Admin\\CompanyMetaCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4004.             'App\\Controller\\Admin\\CompanyMetaCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4005.             'App\\Controller\\Admin\\CompanyMetaCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4006.             'App\\Controller\\Admin\\CompanyMetaCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4007.             'App\\Controller\\Admin\\CompanyMetaCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4008.             'App\\Controller\\Admin\\CompanyMetaCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4009.             'App\\Controller\\Admin\\CompanyMetaCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4010.             'App\\Controller\\Admin\\DashboardController::configureUserMenu' => ['privates''.service_locator.st3ASTR''get_ServiceLocator_St3ASTRService'false],
  4011.             'App\\Controller\\Admin\\DepartmentsCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4012.             'App\\Controller\\Admin\\DepartmentsCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4013.             'App\\Controller\\Admin\\DepartmentsCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4014.             'App\\Controller\\Admin\\DepartmentsCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4015.             'App\\Controller\\Admin\\DepartmentsCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4016.             'App\\Controller\\Admin\\DepartmentsCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4017.             'App\\Controller\\Admin\\DepartmentsCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4018.             'App\\Controller\\Admin\\DepartmentsCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4019.             'App\\Controller\\Admin\\DepartmentsCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4020.             'App\\Controller\\Admin\\DepartmentsCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4021.             'App\\Controller\\Admin\\DepartmentsCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4022.             'App\\Controller\\Admin\\DepartmentsCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4023.             'App\\Controller\\Admin\\DepartmentsCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4024.             'App\\Controller\\Admin\\DepartmentsCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4025.             'App\\Controller\\Admin\\DepartmentsCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4026.             'App\\Controller\\Admin\\DepartmentsCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4027.             'App\\Controller\\Admin\\DepartmentsCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4028.             'App\\Controller\\Admin\\DepartmentsCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4029.             'App\\Controller\\Admin\\DepartmentsCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4030.             'App\\Controller\\Admin\\DepartmentsCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4031.             'App\\Controller\\Admin\\DepartmentsCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4032.             'App\\Controller\\Admin\\EmployeeCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4033.             'App\\Controller\\Admin\\EmployeeCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4034.             'App\\Controller\\Admin\\EmployeeCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4035.             'App\\Controller\\Admin\\EmployeeCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4036.             'App\\Controller\\Admin\\EmployeeCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4037.             'App\\Controller\\Admin\\EmployeeCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4038.             'App\\Controller\\Admin\\EmployeeCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4039.             'App\\Controller\\Admin\\EmployeeCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4040.             'App\\Controller\\Admin\\EmployeeCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4041.             'App\\Controller\\Admin\\EmployeeCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4042.             'App\\Controller\\Admin\\EmployeeCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4043.             'App\\Controller\\Admin\\EmployeeCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4044.             'App\\Controller\\Admin\\EmployeeCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4045.             'App\\Controller\\Admin\\EmployeeCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4046.             'App\\Controller\\Admin\\EmployeeCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4047.             'App\\Controller\\Admin\\EmployeeCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4048.             'App\\Controller\\Admin\\EmployeeCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4049.             'App\\Controller\\Admin\\EmployeeCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4050.             'App\\Controller\\Admin\\EmployeeCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4051.             'App\\Controller\\Admin\\EmployeeCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4052.             'App\\Controller\\Admin\\EmployeeCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4053.             'App\\Controller\\Admin\\ExternalUserCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4054.             'App\\Controller\\Admin\\ExternalUserCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4055.             'App\\Controller\\Admin\\ExternalUserCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4056.             'App\\Controller\\Admin\\ExternalUserCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4057.             'App\\Controller\\Admin\\ExternalUserCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4058.             'App\\Controller\\Admin\\ExternalUserCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4059.             'App\\Controller\\Admin\\ExternalUserCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4060.             'App\\Controller\\Admin\\ExternalUserCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4061.             'App\\Controller\\Admin\\ExternalUserCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4062.             'App\\Controller\\Admin\\ExternalUserCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4063.             'App\\Controller\\Admin\\ExternalUserCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4064.             'App\\Controller\\Admin\\ExternalUserCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4065.             'App\\Controller\\Admin\\ExternalUserCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4066.             'App\\Controller\\Admin\\ExternalUserCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4067.             'App\\Controller\\Admin\\ExternalUserCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4068.             'App\\Controller\\Admin\\ExternalUserCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4069.             'App\\Controller\\Admin\\ExternalUserCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4070.             'App\\Controller\\Admin\\ExternalUserCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4071.             'App\\Controller\\Admin\\ExternalUserCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4072.             'App\\Controller\\Admin\\ExternalUserCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4073.             'App\\Controller\\Admin\\ExternalUserCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4074.             'App\\Controller\\Admin\\LocationCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4075.             'App\\Controller\\Admin\\LocationCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4076.             'App\\Controller\\Admin\\LocationCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4077.             'App\\Controller\\Admin\\LocationCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4078.             'App\\Controller\\Admin\\LocationCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4079.             'App\\Controller\\Admin\\LocationCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4080.             'App\\Controller\\Admin\\LocationCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4081.             'App\\Controller\\Admin\\LocationCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4082.             'App\\Controller\\Admin\\LocationCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4083.             'App\\Controller\\Admin\\LocationCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4084.             'App\\Controller\\Admin\\LocationCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4085.             'App\\Controller\\Admin\\LocationCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4086.             'App\\Controller\\Admin\\LocationCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4087.             'App\\Controller\\Admin\\LocationCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4088.             'App\\Controller\\Admin\\LocationCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4089.             'App\\Controller\\Admin\\LocationCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4090.             'App\\Controller\\Admin\\LocationCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4091.             'App\\Controller\\Admin\\LocationCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4092.             'App\\Controller\\Admin\\LocationCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4093.             'App\\Controller\\Admin\\LocationCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4094.             'App\\Controller\\Admin\\LocationCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4095.             'App\\Controller\\Admin\\MyAccountCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4096.             'App\\Controller\\Admin\\MyAccountCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4097.             'App\\Controller\\Admin\\MyAccountCrudController::changePassword' => ['privates''.service_locator.vK24Jkw''get_ServiceLocator_VK24JkwService'false],
  4098.             'App\\Controller\\Admin\\MyAccountCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4099.             'App\\Controller\\Admin\\MyAccountCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4100.             'App\\Controller\\Admin\\MyAccountCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4101.             'App\\Controller\\Admin\\MyAccountCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4102.             'App\\Controller\\Admin\\MyAccountCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4103.             'App\\Controller\\Admin\\MyAccountCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4104.             'App\\Controller\\Admin\\MyAccountCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4105.             'App\\Controller\\Admin\\MyAccountCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4106.             'App\\Controller\\Admin\\MyAccountCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4107.             'App\\Controller\\Admin\\MyAccountCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4108.             'App\\Controller\\Admin\\MyAccountCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4109.             'App\\Controller\\Admin\\MyAccountCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4110.             'App\\Controller\\Admin\\MyAccountCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4111.             'App\\Controller\\Admin\\MyAccountCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4112.             'App\\Controller\\Admin\\MyAccountCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4113.             'App\\Controller\\Admin\\MyAccountCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4114.             'App\\Controller\\Admin\\MyAccountCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4115.             'App\\Controller\\Admin\\MyAccountCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4116.             'App\\Controller\\Admin\\MyAccountCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4117.             'App\\Controller\\Admin\\QuadSettingsCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4118.             'App\\Controller\\Admin\\QuadSettingsCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4119.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4120.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4121.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4122.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4123.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4124.             'App\\Controller\\Admin\\QuadSettingsCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4125.             'App\\Controller\\Admin\\QuadSettingsCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4126.             'App\\Controller\\Admin\\QuadSettingsCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4127.             'App\\Controller\\Admin\\QuadSettingsCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4128.             'App\\Controller\\Admin\\QuadSettingsCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4129.             'App\\Controller\\Admin\\QuadSettingsCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4130.             'App\\Controller\\Admin\\QuadSettingsCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4131.             'App\\Controller\\Admin\\QuadSettingsCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4132.             'App\\Controller\\Admin\\QuadSettingsCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4133.             'App\\Controller\\Admin\\QuadSettingsCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4134.             'App\\Controller\\Admin\\QuadSettingsCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4135.             'App\\Controller\\Admin\\QuadSettingsCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4136.             'App\\Controller\\Admin\\QuadSettingsCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4137.             'App\\Controller\\Admin\\QuadSettingsCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4138.             'App\\Controller\\Admin\\SiteConfigCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4139.             'App\\Controller\\Admin\\SiteConfigCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4140.             'App\\Controller\\Admin\\SiteConfigCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4141.             'App\\Controller\\Admin\\SiteConfigCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4142.             'App\\Controller\\Admin\\SiteConfigCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4143.             'App\\Controller\\Admin\\SiteConfigCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4144.             'App\\Controller\\Admin\\SiteConfigCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4145.             'App\\Controller\\Admin\\SiteConfigCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4146.             'App\\Controller\\Admin\\SiteConfigCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4147.             'App\\Controller\\Admin\\SiteConfigCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4148.             'App\\Controller\\Admin\\SiteConfigCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4149.             'App\\Controller\\Admin\\SiteConfigCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4150.             'App\\Controller\\Admin\\SiteConfigCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4151.             'App\\Controller\\Admin\\SiteConfigCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4152.             'App\\Controller\\Admin\\SiteConfigCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4153.             'App\\Controller\\Admin\\SiteConfigCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4154.             'App\\Controller\\Admin\\SiteConfigCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4155.             'App\\Controller\\Admin\\SiteConfigCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4156.             'App\\Controller\\Admin\\SiteConfigCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4157.             'App\\Controller\\Admin\\SiteConfigCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4158.             'App\\Controller\\Admin\\SiteConfigCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4159.             'App\\Controller\\DashboardController::getCompanyPeriodChart' => ['privates''.service_locator.U7th2ov''get_ServiceLocator_U7th2ovService'false],
  4160.             'App\\Controller\\DashboardController::getLocationAggregateData' => ['privates''.service_locator.tHwhJIk''get_ServiceLocator_THwhJIkService'false],
  4161.             'App\\Controller\\DashboardController::getLocationPeriodChart' => ['privates''.service_locator.U7th2ov''get_ServiceLocator_U7th2ovService'false],
  4162.             'App\\Controller\\DashboardController::index' => ['privates''.service_locator.zQ5rqH8''get_ServiceLocator_ZQ5rqH8Service'false],
  4163.             'App\\Controller\\EmployeeReviewsController::delete' => ['privates''.service_locator.tm8ohhk''get_ServiceLocator_Tm8ohhkService'false],
  4164.             'App\\Controller\\EmployeeReviewsController::edit' => ['privates''.service_locator.tm8ohhk''get_ServiceLocator_Tm8ohhkService'false],
  4165.             'App\\Controller\\EmployeeReviewsController::show' => ['privates''.service_locator.tm8ohhk''get_ServiceLocator_Tm8ohhkService'false],
  4166.             'App\\Controller\\PositionSetupController::savePosition' => ['privates''.service_locator.tgVVt0z''get_ServiceLocator_TgVVt0zService'false],
  4167.             'App\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  4168.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.Q8t22Eq''get_ServiceLocator_Q8t22EqService'false],
  4169.             'App\\Controller\\ReviewController::getAddReviewForm' => ['privates''.service_locator.Pvv6YK0''get_ServiceLocator_Pvv6YK0Service'false],
  4170.             'App\\Controller\\ReviewController::getReviewPanel' => ['privates''.service_locator.Pvv6YK0''get_ServiceLocator_Pvv6YK0Service'false],
  4171.             'App\\Controller\\ReviewController::saveReview' => ['privates''.service_locator.tgVVt0z''get_ServiceLocator_TgVVt0zService'false],
  4172.             'App\\Controller\\SearchController::_searchAutocomplete' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4173.             'App\\Controller\\SearchController::search' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4174.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4175.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4176.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4177.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  4178.             'App\\Controller\\Admin\\CompanyCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4179.             'App\\Controller\\Admin\\CompanyCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4180.             'App\\Controller\\Admin\\CompanyCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4181.             'App\\Controller\\Admin\\CompanyCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4182.             'App\\Controller\\Admin\\CompanyCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4183.             'App\\Controller\\Admin\\CompanyCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4184.             'App\\Controller\\Admin\\CompanyCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4185.             'App\\Controller\\Admin\\CompanyCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4186.             'App\\Controller\\Admin\\CompanyCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4187.             'App\\Controller\\Admin\\CompanyCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4188.             'App\\Controller\\Admin\\CompanyCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4189.             'App\\Controller\\Admin\\CompanyCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4190.             'App\\Controller\\Admin\\CompanyCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4191.             'App\\Controller\\Admin\\CompanyCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4192.             'App\\Controller\\Admin\\CompanyCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4193.             'App\\Controller\\Admin\\CompanyCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4194.             'App\\Controller\\Admin\\CompanyCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4195.             'App\\Controller\\Admin\\CompanyCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4196.             'App\\Controller\\Admin\\CompanyCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4197.             'App\\Controller\\Admin\\CompanyCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4198.             'App\\Controller\\Admin\\CompanyCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4199.             'App\\Controller\\Admin\\CompanyMetaCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4200.             'App\\Controller\\Admin\\CompanyMetaCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4201.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4202.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4203.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4204.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4205.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4206.             'App\\Controller\\Admin\\CompanyMetaCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4207.             'App\\Controller\\Admin\\CompanyMetaCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4208.             'App\\Controller\\Admin\\CompanyMetaCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4209.             'App\\Controller\\Admin\\CompanyMetaCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4210.             'App\\Controller\\Admin\\CompanyMetaCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4211.             'App\\Controller\\Admin\\CompanyMetaCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4212.             'App\\Controller\\Admin\\CompanyMetaCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4213.             'App\\Controller\\Admin\\CompanyMetaCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4214.             'App\\Controller\\Admin\\CompanyMetaCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4215.             'App\\Controller\\Admin\\CompanyMetaCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4216.             'App\\Controller\\Admin\\CompanyMetaCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4217.             'App\\Controller\\Admin\\CompanyMetaCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4218.             'App\\Controller\\Admin\\CompanyMetaCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4219.             'App\\Controller\\Admin\\CompanyMetaCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4220.             'App\\Controller\\Admin\\DashboardController:configureUserMenu' => ['privates''.service_locator.st3ASTR''get_ServiceLocator_St3ASTRService'false],
  4221.             'App\\Controller\\Admin\\DepartmentsCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4222.             'App\\Controller\\Admin\\DepartmentsCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4223.             'App\\Controller\\Admin\\DepartmentsCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4224.             'App\\Controller\\Admin\\DepartmentsCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4225.             'App\\Controller\\Admin\\DepartmentsCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4226.             'App\\Controller\\Admin\\DepartmentsCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4227.             'App\\Controller\\Admin\\DepartmentsCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4228.             'App\\Controller\\Admin\\DepartmentsCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4229.             'App\\Controller\\Admin\\DepartmentsCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4230.             'App\\Controller\\Admin\\DepartmentsCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4231.             'App\\Controller\\Admin\\DepartmentsCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4232.             'App\\Controller\\Admin\\DepartmentsCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4233.             'App\\Controller\\Admin\\DepartmentsCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4234.             'App\\Controller\\Admin\\DepartmentsCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4235.             'App\\Controller\\Admin\\DepartmentsCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4236.             'App\\Controller\\Admin\\DepartmentsCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4237.             'App\\Controller\\Admin\\DepartmentsCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4238.             'App\\Controller\\Admin\\DepartmentsCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4239.             'App\\Controller\\Admin\\DepartmentsCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4240.             'App\\Controller\\Admin\\DepartmentsCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4241.             'App\\Controller\\Admin\\DepartmentsCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4242.             'App\\Controller\\Admin\\EmployeeCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4243.             'App\\Controller\\Admin\\EmployeeCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4244.             'App\\Controller\\Admin\\EmployeeCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4245.             'App\\Controller\\Admin\\EmployeeCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4246.             'App\\Controller\\Admin\\EmployeeCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4247.             'App\\Controller\\Admin\\EmployeeCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4248.             'App\\Controller\\Admin\\EmployeeCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4249.             'App\\Controller\\Admin\\EmployeeCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4250.             'App\\Controller\\Admin\\EmployeeCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4251.             'App\\Controller\\Admin\\EmployeeCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4252.             'App\\Controller\\Admin\\EmployeeCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4253.             'App\\Controller\\Admin\\EmployeeCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4254.             'App\\Controller\\Admin\\EmployeeCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4255.             'App\\Controller\\Admin\\EmployeeCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4256.             'App\\Controller\\Admin\\EmployeeCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4257.             'App\\Controller\\Admin\\EmployeeCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4258.             'App\\Controller\\Admin\\EmployeeCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4259.             'App\\Controller\\Admin\\EmployeeCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4260.             'App\\Controller\\Admin\\EmployeeCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4261.             'App\\Controller\\Admin\\EmployeeCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4262.             'App\\Controller\\Admin\\EmployeeCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4263.             'App\\Controller\\Admin\\ExternalUserCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4264.             'App\\Controller\\Admin\\ExternalUserCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4265.             'App\\Controller\\Admin\\ExternalUserCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4266.             'App\\Controller\\Admin\\ExternalUserCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4267.             'App\\Controller\\Admin\\ExternalUserCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4268.             'App\\Controller\\Admin\\ExternalUserCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4269.             'App\\Controller\\Admin\\ExternalUserCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4270.             'App\\Controller\\Admin\\ExternalUserCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4271.             'App\\Controller\\Admin\\ExternalUserCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4272.             'App\\Controller\\Admin\\ExternalUserCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4273.             'App\\Controller\\Admin\\ExternalUserCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4274.             'App\\Controller\\Admin\\ExternalUserCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4275.             'App\\Controller\\Admin\\ExternalUserCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4276.             'App\\Controller\\Admin\\ExternalUserCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4277.             'App\\Controller\\Admin\\ExternalUserCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4278.             'App\\Controller\\Admin\\ExternalUserCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4279.             'App\\Controller\\Admin\\ExternalUserCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4280.             'App\\Controller\\Admin\\ExternalUserCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4281.             'App\\Controller\\Admin\\ExternalUserCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4282.             'App\\Controller\\Admin\\ExternalUserCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4283.             'App\\Controller\\Admin\\ExternalUserCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4284.             'App\\Controller\\Admin\\LocationCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4285.             'App\\Controller\\Admin\\LocationCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4286.             'App\\Controller\\Admin\\LocationCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4287.             'App\\Controller\\Admin\\LocationCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4288.             'App\\Controller\\Admin\\LocationCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4289.             'App\\Controller\\Admin\\LocationCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4290.             'App\\Controller\\Admin\\LocationCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4291.             'App\\Controller\\Admin\\LocationCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4292.             'App\\Controller\\Admin\\LocationCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4293.             'App\\Controller\\Admin\\LocationCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4294.             'App\\Controller\\Admin\\LocationCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4295.             'App\\Controller\\Admin\\LocationCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4296.             'App\\Controller\\Admin\\LocationCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4297.             'App\\Controller\\Admin\\LocationCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4298.             'App\\Controller\\Admin\\LocationCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4299.             'App\\Controller\\Admin\\LocationCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4300.             'App\\Controller\\Admin\\LocationCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4301.             'App\\Controller\\Admin\\LocationCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4302.             'App\\Controller\\Admin\\LocationCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4303.             'App\\Controller\\Admin\\LocationCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4304.             'App\\Controller\\Admin\\LocationCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4305.             'App\\Controller\\Admin\\MyAccountCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4306.             'App\\Controller\\Admin\\MyAccountCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4307.             'App\\Controller\\Admin\\MyAccountCrudController:changePassword' => ['privates''.service_locator.vK24Jkw''get_ServiceLocator_VK24JkwService'false],
  4308.             'App\\Controller\\Admin\\MyAccountCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4309.             'App\\Controller\\Admin\\MyAccountCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4310.             'App\\Controller\\Admin\\MyAccountCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4311.             'App\\Controller\\Admin\\MyAccountCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4312.             'App\\Controller\\Admin\\MyAccountCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4313.             'App\\Controller\\Admin\\MyAccountCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4314.             'App\\Controller\\Admin\\MyAccountCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4315.             'App\\Controller\\Admin\\MyAccountCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4316.             'App\\Controller\\Admin\\MyAccountCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4317.             'App\\Controller\\Admin\\MyAccountCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4318.             'App\\Controller\\Admin\\MyAccountCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4319.             'App\\Controller\\Admin\\MyAccountCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4320.             'App\\Controller\\Admin\\MyAccountCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4321.             'App\\Controller\\Admin\\MyAccountCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4322.             'App\\Controller\\Admin\\MyAccountCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4323.             'App\\Controller\\Admin\\MyAccountCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4324.             'App\\Controller\\Admin\\MyAccountCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4325.             'App\\Controller\\Admin\\MyAccountCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4326.             'App\\Controller\\Admin\\MyAccountCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4327.             'App\\Controller\\Admin\\QuadSettingsCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4328.             'App\\Controller\\Admin\\QuadSettingsCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4329.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4330.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4331.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4332.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4333.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4334.             'App\\Controller\\Admin\\QuadSettingsCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4335.             'App\\Controller\\Admin\\QuadSettingsCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4336.             'App\\Controller\\Admin\\QuadSettingsCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4337.             'App\\Controller\\Admin\\QuadSettingsCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4338.             'App\\Controller\\Admin\\QuadSettingsCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4339.             'App\\Controller\\Admin\\QuadSettingsCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4340.             'App\\Controller\\Admin\\QuadSettingsCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4341.             'App\\Controller\\Admin\\QuadSettingsCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4342.             'App\\Controller\\Admin\\QuadSettingsCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4343.             'App\\Controller\\Admin\\QuadSettingsCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4344.             'App\\Controller\\Admin\\QuadSettingsCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4345.             'App\\Controller\\Admin\\QuadSettingsCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4346.             'App\\Controller\\Admin\\QuadSettingsCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4347.             'App\\Controller\\Admin\\QuadSettingsCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4348.             'App\\Controller\\Admin\\SiteConfigCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4349.             'App\\Controller\\Admin\\SiteConfigCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4350.             'App\\Controller\\Admin\\SiteConfigCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4351.             'App\\Controller\\Admin\\SiteConfigCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4352.             'App\\Controller\\Admin\\SiteConfigCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4353.             'App\\Controller\\Admin\\SiteConfigCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4354.             'App\\Controller\\Admin\\SiteConfigCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4355.             'App\\Controller\\Admin\\SiteConfigCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4356.             'App\\Controller\\Admin\\SiteConfigCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4357.             'App\\Controller\\Admin\\SiteConfigCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4358.             'App\\Controller\\Admin\\SiteConfigCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4359.             'App\\Controller\\Admin\\SiteConfigCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4360.             'App\\Controller\\Admin\\SiteConfigCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4361.             'App\\Controller\\Admin\\SiteConfigCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4362.             'App\\Controller\\Admin\\SiteConfigCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4363.             'App\\Controller\\Admin\\SiteConfigCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4364.             'App\\Controller\\Admin\\SiteConfigCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4365.             'App\\Controller\\Admin\\SiteConfigCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4366.             'App\\Controller\\Admin\\SiteConfigCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4367.             'App\\Controller\\Admin\\SiteConfigCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4368.             'App\\Controller\\Admin\\SiteConfigCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4369.             'App\\Controller\\DashboardController:getCompanyPeriodChart' => ['privates''.service_locator.U7th2ov''get_ServiceLocator_U7th2ovService'false],
  4370.             'App\\Controller\\DashboardController:getLocationAggregateData' => ['privates''.service_locator.tHwhJIk''get_ServiceLocator_THwhJIkService'false],
  4371.             'App\\Controller\\DashboardController:getLocationPeriodChart' => ['privates''.service_locator.U7th2ov''get_ServiceLocator_U7th2ovService'false],
  4372.             'App\\Controller\\DashboardController:index' => ['privates''.service_locator.zQ5rqH8''get_ServiceLocator_ZQ5rqH8Service'false],
  4373.             'App\\Controller\\EmployeeReviewsController:delete' => ['privates''.service_locator.tm8ohhk''get_ServiceLocator_Tm8ohhkService'false],
  4374.             'App\\Controller\\EmployeeReviewsController:edit' => ['privates''.service_locator.tm8ohhk''get_ServiceLocator_Tm8ohhkService'false],
  4375.             'App\\Controller\\EmployeeReviewsController:show' => ['privates''.service_locator.tm8ohhk''get_ServiceLocator_Tm8ohhkService'false],
  4376.             'App\\Controller\\PositionSetupController:savePosition' => ['privates''.service_locator.tgVVt0z''get_ServiceLocator_TgVVt0zService'false],
  4377.             'App\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  4378.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.Q8t22Eq''get_ServiceLocator_Q8t22EqService'false],
  4379.             'App\\Controller\\ReviewController:getAddReviewForm' => ['privates''.service_locator.Pvv6YK0''get_ServiceLocator_Pvv6YK0Service'false],
  4380.             'App\\Controller\\ReviewController:getReviewPanel' => ['privates''.service_locator.Pvv6YK0''get_ServiceLocator_Pvv6YK0Service'false],
  4381.             'App\\Controller\\ReviewController:saveReview' => ['privates''.service_locator.tgVVt0z''get_ServiceLocator_TgVVt0zService'false],
  4382.             'App\\Controller\\SearchController:_searchAutocomplete' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4383.             'App\\Controller\\SearchController:search' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4384.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4385.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4386.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4387.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  4388.         ], [
  4389.             'App\\Controller\\Admin\\CompanyCrudController::autocomplete' => '?',
  4390.             'App\\Controller\\Admin\\CompanyCrudController::batchDelete' => '?',
  4391.             'App\\Controller\\Admin\\CompanyCrudController::configureActions' => '?',
  4392.             'App\\Controller\\Admin\\CompanyCrudController::configureAssets' => '?',
  4393.             'App\\Controller\\Admin\\CompanyCrudController::configureCrud' => '?',
  4394.             'App\\Controller\\Admin\\CompanyCrudController::configureFilters' => '?',
  4395.             'App\\Controller\\Admin\\CompanyCrudController::configureResponseParameters' => '?',
  4396.             'App\\Controller\\Admin\\CompanyCrudController::createEditForm' => '?',
  4397.             'App\\Controller\\Admin\\CompanyCrudController::createEditFormBuilder' => '?',
  4398.             'App\\Controller\\Admin\\CompanyCrudController::createIndexQueryBuilder' => '?',
  4399.             'App\\Controller\\Admin\\CompanyCrudController::createNewForm' => '?',
  4400.             'App\\Controller\\Admin\\CompanyCrudController::createNewFormBuilder' => '?',
  4401.             'App\\Controller\\Admin\\CompanyCrudController::delete' => '?',
  4402.             'App\\Controller\\Admin\\CompanyCrudController::deleteEntity' => '?',
  4403.             'App\\Controller\\Admin\\CompanyCrudController::detail' => '?',
  4404.             'App\\Controller\\Admin\\CompanyCrudController::edit' => '?',
  4405.             'App\\Controller\\Admin\\CompanyCrudController::index' => '?',
  4406.             'App\\Controller\\Admin\\CompanyCrudController::new' => '?',
  4407.             'App\\Controller\\Admin\\CompanyCrudController::persistEntity' => '?',
  4408.             'App\\Controller\\Admin\\CompanyCrudController::renderFilters' => '?',
  4409.             'App\\Controller\\Admin\\CompanyCrudController::updateEntity' => '?',
  4410.             'App\\Controller\\Admin\\CompanyMetaCrudController::autocomplete' => '?',
  4411.             'App\\Controller\\Admin\\CompanyMetaCrudController::batchDelete' => '?',
  4412.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureActions' => '?',
  4413.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureAssets' => '?',
  4414.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureCrud' => '?',
  4415.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureFilters' => '?',
  4416.             'App\\Controller\\Admin\\CompanyMetaCrudController::configureResponseParameters' => '?',
  4417.             'App\\Controller\\Admin\\CompanyMetaCrudController::createEditForm' => '?',
  4418.             'App\\Controller\\Admin\\CompanyMetaCrudController::createEditFormBuilder' => '?',
  4419.             'App\\Controller\\Admin\\CompanyMetaCrudController::createIndexQueryBuilder' => '?',
  4420.             'App\\Controller\\Admin\\CompanyMetaCrudController::createNewForm' => '?',
  4421.             'App\\Controller\\Admin\\CompanyMetaCrudController::createNewFormBuilder' => '?',
  4422.             'App\\Controller\\Admin\\CompanyMetaCrudController::delete' => '?',
  4423.             'App\\Controller\\Admin\\CompanyMetaCrudController::deleteEntity' => '?',
  4424.             'App\\Controller\\Admin\\CompanyMetaCrudController::detail' => '?',
  4425.             'App\\Controller\\Admin\\CompanyMetaCrudController::edit' => '?',
  4426.             'App\\Controller\\Admin\\CompanyMetaCrudController::index' => '?',
  4427.             'App\\Controller\\Admin\\CompanyMetaCrudController::new' => '?',
  4428.             'App\\Controller\\Admin\\CompanyMetaCrudController::persistEntity' => '?',
  4429.             'App\\Controller\\Admin\\CompanyMetaCrudController::renderFilters' => '?',
  4430.             'App\\Controller\\Admin\\CompanyMetaCrudController::updateEntity' => '?',
  4431.             'App\\Controller\\Admin\\DashboardController::configureUserMenu' => '?',
  4432.             'App\\Controller\\Admin\\DepartmentsCrudController::autocomplete' => '?',
  4433.             'App\\Controller\\Admin\\DepartmentsCrudController::batchDelete' => '?',
  4434.             'App\\Controller\\Admin\\DepartmentsCrudController::configureActions' => '?',
  4435.             'App\\Controller\\Admin\\DepartmentsCrudController::configureAssets' => '?',
  4436.             'App\\Controller\\Admin\\DepartmentsCrudController::configureCrud' => '?',
  4437.             'App\\Controller\\Admin\\DepartmentsCrudController::configureFilters' => '?',
  4438.             'App\\Controller\\Admin\\DepartmentsCrudController::configureResponseParameters' => '?',
  4439.             'App\\Controller\\Admin\\DepartmentsCrudController::createEditForm' => '?',
  4440.             'App\\Controller\\Admin\\DepartmentsCrudController::createEditFormBuilder' => '?',
  4441.             'App\\Controller\\Admin\\DepartmentsCrudController::createIndexQueryBuilder' => '?',
  4442.             'App\\Controller\\Admin\\DepartmentsCrudController::createNewForm' => '?',
  4443.             'App\\Controller\\Admin\\DepartmentsCrudController::createNewFormBuilder' => '?',
  4444.             'App\\Controller\\Admin\\DepartmentsCrudController::delete' => '?',
  4445.             'App\\Controller\\Admin\\DepartmentsCrudController::deleteEntity' => '?',
  4446.             'App\\Controller\\Admin\\DepartmentsCrudController::detail' => '?',
  4447.             'App\\Controller\\Admin\\DepartmentsCrudController::edit' => '?',
  4448.             'App\\Controller\\Admin\\DepartmentsCrudController::index' => '?',
  4449.             'App\\Controller\\Admin\\DepartmentsCrudController::new' => '?',
  4450.             'App\\Controller\\Admin\\DepartmentsCrudController::persistEntity' => '?',
  4451.             'App\\Controller\\Admin\\DepartmentsCrudController::renderFilters' => '?',
  4452.             'App\\Controller\\Admin\\DepartmentsCrudController::updateEntity' => '?',
  4453.             'App\\Controller\\Admin\\EmployeeCrudController::autocomplete' => '?',
  4454.             'App\\Controller\\Admin\\EmployeeCrudController::batchDelete' => '?',
  4455.             'App\\Controller\\Admin\\EmployeeCrudController::configureActions' => '?',
  4456.             'App\\Controller\\Admin\\EmployeeCrudController::configureAssets' => '?',
  4457.             'App\\Controller\\Admin\\EmployeeCrudController::configureCrud' => '?',
  4458.             'App\\Controller\\Admin\\EmployeeCrudController::configureFilters' => '?',
  4459.             'App\\Controller\\Admin\\EmployeeCrudController::configureResponseParameters' => '?',
  4460.             'App\\Controller\\Admin\\EmployeeCrudController::createEditForm' => '?',
  4461.             'App\\Controller\\Admin\\EmployeeCrudController::createEditFormBuilder' => '?',
  4462.             'App\\Controller\\Admin\\EmployeeCrudController::createIndexQueryBuilder' => '?',
  4463.             'App\\Controller\\Admin\\EmployeeCrudController::createNewForm' => '?',
  4464.             'App\\Controller\\Admin\\EmployeeCrudController::createNewFormBuilder' => '?',
  4465.             'App\\Controller\\Admin\\EmployeeCrudController::delete' => '?',
  4466.             'App\\Controller\\Admin\\EmployeeCrudController::deleteEntity' => '?',
  4467.             'App\\Controller\\Admin\\EmployeeCrudController::detail' => '?',
  4468.             'App\\Controller\\Admin\\EmployeeCrudController::edit' => '?',
  4469.             'App\\Controller\\Admin\\EmployeeCrudController::index' => '?',
  4470.             'App\\Controller\\Admin\\EmployeeCrudController::new' => '?',
  4471.             'App\\Controller\\Admin\\EmployeeCrudController::persistEntity' => '?',
  4472.             'App\\Controller\\Admin\\EmployeeCrudController::renderFilters' => '?',
  4473.             'App\\Controller\\Admin\\EmployeeCrudController::updateEntity' => '?',
  4474.             'App\\Controller\\Admin\\ExternalUserCrudController::autocomplete' => '?',
  4475.             'App\\Controller\\Admin\\ExternalUserCrudController::batchDelete' => '?',
  4476.             'App\\Controller\\Admin\\ExternalUserCrudController::configureActions' => '?',
  4477.             'App\\Controller\\Admin\\ExternalUserCrudController::configureAssets' => '?',
  4478.             'App\\Controller\\Admin\\ExternalUserCrudController::configureCrud' => '?',
  4479.             'App\\Controller\\Admin\\ExternalUserCrudController::configureFilters' => '?',
  4480.             'App\\Controller\\Admin\\ExternalUserCrudController::configureResponseParameters' => '?',
  4481.             'App\\Controller\\Admin\\ExternalUserCrudController::createEditForm' => '?',
  4482.             'App\\Controller\\Admin\\ExternalUserCrudController::createEditFormBuilder' => '?',
  4483.             'App\\Controller\\Admin\\ExternalUserCrudController::createIndexQueryBuilder' => '?',
  4484.             'App\\Controller\\Admin\\ExternalUserCrudController::createNewForm' => '?',
  4485.             'App\\Controller\\Admin\\ExternalUserCrudController::createNewFormBuilder' => '?',
  4486.             'App\\Controller\\Admin\\ExternalUserCrudController::delete' => '?',
  4487.             'App\\Controller\\Admin\\ExternalUserCrudController::deleteEntity' => '?',
  4488.             'App\\Controller\\Admin\\ExternalUserCrudController::detail' => '?',
  4489.             'App\\Controller\\Admin\\ExternalUserCrudController::edit' => '?',
  4490.             'App\\Controller\\Admin\\ExternalUserCrudController::index' => '?',
  4491.             'App\\Controller\\Admin\\ExternalUserCrudController::new' => '?',
  4492.             'App\\Controller\\Admin\\ExternalUserCrudController::persistEntity' => '?',
  4493.             'App\\Controller\\Admin\\ExternalUserCrudController::renderFilters' => '?',
  4494.             'App\\Controller\\Admin\\ExternalUserCrudController::updateEntity' => '?',
  4495.             'App\\Controller\\Admin\\LocationCrudController::autocomplete' => '?',
  4496.             'App\\Controller\\Admin\\LocationCrudController::batchDelete' => '?',
  4497.             'App\\Controller\\Admin\\LocationCrudController::configureActions' => '?',
  4498.             'App\\Controller\\Admin\\LocationCrudController::configureAssets' => '?',
  4499.             'App\\Controller\\Admin\\LocationCrudController::configureCrud' => '?',
  4500.             'App\\Controller\\Admin\\LocationCrudController::configureFilters' => '?',
  4501.             'App\\Controller\\Admin\\LocationCrudController::configureResponseParameters' => '?',
  4502.             'App\\Controller\\Admin\\LocationCrudController::createEditForm' => '?',
  4503.             'App\\Controller\\Admin\\LocationCrudController::createEditFormBuilder' => '?',
  4504.             'App\\Controller\\Admin\\LocationCrudController::createIndexQueryBuilder' => '?',
  4505.             'App\\Controller\\Admin\\LocationCrudController::createNewForm' => '?',
  4506.             'App\\Controller\\Admin\\LocationCrudController::createNewFormBuilder' => '?',
  4507.             'App\\Controller\\Admin\\LocationCrudController::delete' => '?',
  4508.             'App\\Controller\\Admin\\LocationCrudController::deleteEntity' => '?',
  4509.             'App\\Controller\\Admin\\LocationCrudController::detail' => '?',
  4510.             'App\\Controller\\Admin\\LocationCrudController::edit' => '?',
  4511.             'App\\Controller\\Admin\\LocationCrudController::index' => '?',
  4512.             'App\\Controller\\Admin\\LocationCrudController::new' => '?',
  4513.             'App\\Controller\\Admin\\LocationCrudController::persistEntity' => '?',
  4514.             'App\\Controller\\Admin\\LocationCrudController::renderFilters' => '?',
  4515.             'App\\Controller\\Admin\\LocationCrudController::updateEntity' => '?',
  4516.             'App\\Controller\\Admin\\MyAccountCrudController::autocomplete' => '?',
  4517.             'App\\Controller\\Admin\\MyAccountCrudController::batchDelete' => '?',
  4518.             'App\\Controller\\Admin\\MyAccountCrudController::changePassword' => '?',
  4519.             'App\\Controller\\Admin\\MyAccountCrudController::configureActions' => '?',
  4520.             'App\\Controller\\Admin\\MyAccountCrudController::configureAssets' => '?',
  4521.             'App\\Controller\\Admin\\MyAccountCrudController::configureCrud' => '?',
  4522.             'App\\Controller\\Admin\\MyAccountCrudController::configureFilters' => '?',
  4523.             'App\\Controller\\Admin\\MyAccountCrudController::configureResponseParameters' => '?',
  4524.             'App\\Controller\\Admin\\MyAccountCrudController::createEditForm' => '?',
  4525.             'App\\Controller\\Admin\\MyAccountCrudController::createEditFormBuilder' => '?',
  4526.             'App\\Controller\\Admin\\MyAccountCrudController::createIndexQueryBuilder' => '?',
  4527.             'App\\Controller\\Admin\\MyAccountCrudController::createNewForm' => '?',
  4528.             'App\\Controller\\Admin\\MyAccountCrudController::createNewFormBuilder' => '?',
  4529.             'App\\Controller\\Admin\\MyAccountCrudController::delete' => '?',
  4530.             'App\\Controller\\Admin\\MyAccountCrudController::deleteEntity' => '?',
  4531.             'App\\Controller\\Admin\\MyAccountCrudController::detail' => '?',
  4532.             'App\\Controller\\Admin\\MyAccountCrudController::edit' => '?',
  4533.             'App\\Controller\\Admin\\MyAccountCrudController::index' => '?',
  4534.             'App\\Controller\\Admin\\MyAccountCrudController::new' => '?',
  4535.             'App\\Controller\\Admin\\MyAccountCrudController::persistEntity' => '?',
  4536.             'App\\Controller\\Admin\\MyAccountCrudController::renderFilters' => '?',
  4537.             'App\\Controller\\Admin\\MyAccountCrudController::updateEntity' => '?',
  4538.             'App\\Controller\\Admin\\QuadSettingsCrudController::autocomplete' => '?',
  4539.             'App\\Controller\\Admin\\QuadSettingsCrudController::batchDelete' => '?',
  4540.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureActions' => '?',
  4541.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureAssets' => '?',
  4542.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureCrud' => '?',
  4543.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureFilters' => '?',
  4544.             'App\\Controller\\Admin\\QuadSettingsCrudController::configureResponseParameters' => '?',
  4545.             'App\\Controller\\Admin\\QuadSettingsCrudController::createEditForm' => '?',
  4546.             'App\\Controller\\Admin\\QuadSettingsCrudController::createEditFormBuilder' => '?',
  4547.             'App\\Controller\\Admin\\QuadSettingsCrudController::createIndexQueryBuilder' => '?',
  4548.             'App\\Controller\\Admin\\QuadSettingsCrudController::createNewForm' => '?',
  4549.             'App\\Controller\\Admin\\QuadSettingsCrudController::createNewFormBuilder' => '?',
  4550.             'App\\Controller\\Admin\\QuadSettingsCrudController::delete' => '?',
  4551.             'App\\Controller\\Admin\\QuadSettingsCrudController::deleteEntity' => '?',
  4552.             'App\\Controller\\Admin\\QuadSettingsCrudController::detail' => '?',
  4553.             'App\\Controller\\Admin\\QuadSettingsCrudController::edit' => '?',
  4554.             'App\\Controller\\Admin\\QuadSettingsCrudController::index' => '?',
  4555.             'App\\Controller\\Admin\\QuadSettingsCrudController::new' => '?',
  4556.             'App\\Controller\\Admin\\QuadSettingsCrudController::persistEntity' => '?',
  4557.             'App\\Controller\\Admin\\QuadSettingsCrudController::renderFilters' => '?',
  4558.             'App\\Controller\\Admin\\QuadSettingsCrudController::updateEntity' => '?',
  4559.             'App\\Controller\\Admin\\SiteConfigCrudController::autocomplete' => '?',
  4560.             'App\\Controller\\Admin\\SiteConfigCrudController::batchDelete' => '?',
  4561.             'App\\Controller\\Admin\\SiteConfigCrudController::configureActions' => '?',
  4562.             'App\\Controller\\Admin\\SiteConfigCrudController::configureAssets' => '?',
  4563.             'App\\Controller\\Admin\\SiteConfigCrudController::configureCrud' => '?',
  4564.             'App\\Controller\\Admin\\SiteConfigCrudController::configureFilters' => '?',
  4565.             'App\\Controller\\Admin\\SiteConfigCrudController::configureResponseParameters' => '?',
  4566.             'App\\Controller\\Admin\\SiteConfigCrudController::createEditForm' => '?',
  4567.             'App\\Controller\\Admin\\SiteConfigCrudController::createEditFormBuilder' => '?',
  4568.             'App\\Controller\\Admin\\SiteConfigCrudController::createIndexQueryBuilder' => '?',
  4569.             'App\\Controller\\Admin\\SiteConfigCrudController::createNewForm' => '?',
  4570.             'App\\Controller\\Admin\\SiteConfigCrudController::createNewFormBuilder' => '?',
  4571.             'App\\Controller\\Admin\\SiteConfigCrudController::delete' => '?',
  4572.             'App\\Controller\\Admin\\SiteConfigCrudController::deleteEntity' => '?',
  4573.             'App\\Controller\\Admin\\SiteConfigCrudController::detail' => '?',
  4574.             'App\\Controller\\Admin\\SiteConfigCrudController::edit' => '?',
  4575.             'App\\Controller\\Admin\\SiteConfigCrudController::index' => '?',
  4576.             'App\\Controller\\Admin\\SiteConfigCrudController::new' => '?',
  4577.             'App\\Controller\\Admin\\SiteConfigCrudController::persistEntity' => '?',
  4578.             'App\\Controller\\Admin\\SiteConfigCrudController::renderFilters' => '?',
  4579.             'App\\Controller\\Admin\\SiteConfigCrudController::updateEntity' => '?',
  4580.             'App\\Controller\\DashboardController::getCompanyPeriodChart' => '?',
  4581.             'App\\Controller\\DashboardController::getLocationAggregateData' => '?',
  4582.             'App\\Controller\\DashboardController::getLocationPeriodChart' => '?',
  4583.             'App\\Controller\\DashboardController::index' => '?',
  4584.             'App\\Controller\\EmployeeReviewsController::delete' => '?',
  4585.             'App\\Controller\\EmployeeReviewsController::edit' => '?',
  4586.             'App\\Controller\\EmployeeReviewsController::show' => '?',
  4587.             'App\\Controller\\PositionSetupController::savePosition' => '?',
  4588.             'App\\Controller\\ResetPasswordController::request' => '?',
  4589.             'App\\Controller\\ResetPasswordController::reset' => '?',
  4590.             'App\\Controller\\ReviewController::getAddReviewForm' => '?',
  4591.             'App\\Controller\\ReviewController::getReviewPanel' => '?',
  4592.             'App\\Controller\\ReviewController::saveReview' => '?',
  4593.             'App\\Controller\\SearchController::_searchAutocomplete' => '?',
  4594.             'App\\Controller\\SearchController::search' => '?',
  4595.             'App\\Controller\\SecurityController::login' => '?',
  4596.             'kernel::loadRoutes' => '?',
  4597.             'kernel::registerContainerConfiguration' => '?',
  4598.             'kernel::terminate' => '?',
  4599.             'App\\Controller\\Admin\\CompanyCrudController:autocomplete' => '?',
  4600.             'App\\Controller\\Admin\\CompanyCrudController:batchDelete' => '?',
  4601.             'App\\Controller\\Admin\\CompanyCrudController:configureActions' => '?',
  4602.             'App\\Controller\\Admin\\CompanyCrudController:configureAssets' => '?',
  4603.             'App\\Controller\\Admin\\CompanyCrudController:configureCrud' => '?',
  4604.             'App\\Controller\\Admin\\CompanyCrudController:configureFilters' => '?',
  4605.             'App\\Controller\\Admin\\CompanyCrudController:configureResponseParameters' => '?',
  4606.             'App\\Controller\\Admin\\CompanyCrudController:createEditForm' => '?',
  4607.             'App\\Controller\\Admin\\CompanyCrudController:createEditFormBuilder' => '?',
  4608.             'App\\Controller\\Admin\\CompanyCrudController:createIndexQueryBuilder' => '?',
  4609.             'App\\Controller\\Admin\\CompanyCrudController:createNewForm' => '?',
  4610.             'App\\Controller\\Admin\\CompanyCrudController:createNewFormBuilder' => '?',
  4611.             'App\\Controller\\Admin\\CompanyCrudController:delete' => '?',
  4612.             'App\\Controller\\Admin\\CompanyCrudController:deleteEntity' => '?',
  4613.             'App\\Controller\\Admin\\CompanyCrudController:detail' => '?',
  4614.             'App\\Controller\\Admin\\CompanyCrudController:edit' => '?',
  4615.             'App\\Controller\\Admin\\CompanyCrudController:index' => '?',
  4616.             'App\\Controller\\Admin\\CompanyCrudController:new' => '?',
  4617.             'App\\Controller\\Admin\\CompanyCrudController:persistEntity' => '?',
  4618.             'App\\Controller\\Admin\\CompanyCrudController:renderFilters' => '?',
  4619.             'App\\Controller\\Admin\\CompanyCrudController:updateEntity' => '?',
  4620.             'App\\Controller\\Admin\\CompanyMetaCrudController:autocomplete' => '?',
  4621.             'App\\Controller\\Admin\\CompanyMetaCrudController:batchDelete' => '?',
  4622.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureActions' => '?',
  4623.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureAssets' => '?',
  4624.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureCrud' => '?',
  4625.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureFilters' => '?',
  4626.             'App\\Controller\\Admin\\CompanyMetaCrudController:configureResponseParameters' => '?',
  4627.             'App\\Controller\\Admin\\CompanyMetaCrudController:createEditForm' => '?',
  4628.             'App\\Controller\\Admin\\CompanyMetaCrudController:createEditFormBuilder' => '?',
  4629.             'App\\Controller\\Admin\\CompanyMetaCrudController:createIndexQueryBuilder' => '?',
  4630.             'App\\Controller\\Admin\\CompanyMetaCrudController:createNewForm' => '?',
  4631.             'App\\Controller\\Admin\\CompanyMetaCrudController:createNewFormBuilder' => '?',
  4632.             'App\\Controller\\Admin\\CompanyMetaCrudController:delete' => '?',
  4633.             'App\\Controller\\Admin\\CompanyMetaCrudController:deleteEntity' => '?',
  4634.             'App\\Controller\\Admin\\CompanyMetaCrudController:detail' => '?',
  4635.             'App\\Controller\\Admin\\CompanyMetaCrudController:edit' => '?',
  4636.             'App\\Controller\\Admin\\CompanyMetaCrudController:index' => '?',
  4637.             'App\\Controller\\Admin\\CompanyMetaCrudController:new' => '?',
  4638.             'App\\Controller\\Admin\\CompanyMetaCrudController:persistEntity' => '?',
  4639.             'App\\Controller\\Admin\\CompanyMetaCrudController:renderFilters' => '?',
  4640.             'App\\Controller\\Admin\\CompanyMetaCrudController:updateEntity' => '?',
  4641.             'App\\Controller\\Admin\\DashboardController:configureUserMenu' => '?',
  4642.             'App\\Controller\\Admin\\DepartmentsCrudController:autocomplete' => '?',
  4643.             'App\\Controller\\Admin\\DepartmentsCrudController:batchDelete' => '?',
  4644.             'App\\Controller\\Admin\\DepartmentsCrudController:configureActions' => '?',
  4645.             'App\\Controller\\Admin\\DepartmentsCrudController:configureAssets' => '?',
  4646.             'App\\Controller\\Admin\\DepartmentsCrudController:configureCrud' => '?',
  4647.             'App\\Controller\\Admin\\DepartmentsCrudController:configureFilters' => '?',
  4648.             'App\\Controller\\Admin\\DepartmentsCrudController:configureResponseParameters' => '?',
  4649.             'App\\Controller\\Admin\\DepartmentsCrudController:createEditForm' => '?',
  4650.             'App\\Controller\\Admin\\DepartmentsCrudController:createEditFormBuilder' => '?',
  4651.             'App\\Controller\\Admin\\DepartmentsCrudController:createIndexQueryBuilder' => '?',
  4652.             'App\\Controller\\Admin\\DepartmentsCrudController:createNewForm' => '?',
  4653.             'App\\Controller\\Admin\\DepartmentsCrudController:createNewFormBuilder' => '?',
  4654.             'App\\Controller\\Admin\\DepartmentsCrudController:delete' => '?',
  4655.             'App\\Controller\\Admin\\DepartmentsCrudController:deleteEntity' => '?',
  4656.             'App\\Controller\\Admin\\DepartmentsCrudController:detail' => '?',
  4657.             'App\\Controller\\Admin\\DepartmentsCrudController:edit' => '?',
  4658.             'App\\Controller\\Admin\\DepartmentsCrudController:index' => '?',
  4659.             'App\\Controller\\Admin\\DepartmentsCrudController:new' => '?',
  4660.             'App\\Controller\\Admin\\DepartmentsCrudController:persistEntity' => '?',
  4661.             'App\\Controller\\Admin\\DepartmentsCrudController:renderFilters' => '?',
  4662.             'App\\Controller\\Admin\\DepartmentsCrudController:updateEntity' => '?',
  4663.             'App\\Controller\\Admin\\EmployeeCrudController:autocomplete' => '?',
  4664.             'App\\Controller\\Admin\\EmployeeCrudController:batchDelete' => '?',
  4665.             'App\\Controller\\Admin\\EmployeeCrudController:configureActions' => '?',
  4666.             'App\\Controller\\Admin\\EmployeeCrudController:configureAssets' => '?',
  4667.             'App\\Controller\\Admin\\EmployeeCrudController:configureCrud' => '?',
  4668.             'App\\Controller\\Admin\\EmployeeCrudController:configureFilters' => '?',
  4669.             'App\\Controller\\Admin\\EmployeeCrudController:configureResponseParameters' => '?',
  4670.             'App\\Controller\\Admin\\EmployeeCrudController:createEditForm' => '?',
  4671.             'App\\Controller\\Admin\\EmployeeCrudController:createEditFormBuilder' => '?',
  4672.             'App\\Controller\\Admin\\EmployeeCrudController:createIndexQueryBuilder' => '?',
  4673.             'App\\Controller\\Admin\\EmployeeCrudController:createNewForm' => '?',
  4674.             'App\\Controller\\Admin\\EmployeeCrudController:createNewFormBuilder' => '?',
  4675.             'App\\Controller\\Admin\\EmployeeCrudController:delete' => '?',
  4676.             'App\\Controller\\Admin\\EmployeeCrudController:deleteEntity' => '?',
  4677.             'App\\Controller\\Admin\\EmployeeCrudController:detail' => '?',
  4678.             'App\\Controller\\Admin\\EmployeeCrudController:edit' => '?',
  4679.             'App\\Controller\\Admin\\EmployeeCrudController:index' => '?',
  4680.             'App\\Controller\\Admin\\EmployeeCrudController:new' => '?',
  4681.             'App\\Controller\\Admin\\EmployeeCrudController:persistEntity' => '?',
  4682.             'App\\Controller\\Admin\\EmployeeCrudController:renderFilters' => '?',
  4683.             'App\\Controller\\Admin\\EmployeeCrudController:updateEntity' => '?',
  4684.             'App\\Controller\\Admin\\ExternalUserCrudController:autocomplete' => '?',
  4685.             'App\\Controller\\Admin\\ExternalUserCrudController:batchDelete' => '?',
  4686.             'App\\Controller\\Admin\\ExternalUserCrudController:configureActions' => '?',
  4687.             'App\\Controller\\Admin\\ExternalUserCrudController:configureAssets' => '?',
  4688.             'App\\Controller\\Admin\\ExternalUserCrudController:configureCrud' => '?',
  4689.             'App\\Controller\\Admin\\ExternalUserCrudController:configureFilters' => '?',
  4690.             'App\\Controller\\Admin\\ExternalUserCrudController:configureResponseParameters' => '?',
  4691.             'App\\Controller\\Admin\\ExternalUserCrudController:createEditForm' => '?',
  4692.             'App\\Controller\\Admin\\ExternalUserCrudController:createEditFormBuilder' => '?',
  4693.             'App\\Controller\\Admin\\ExternalUserCrudController:createIndexQueryBuilder' => '?',
  4694.             'App\\Controller\\Admin\\ExternalUserCrudController:createNewForm' => '?',
  4695.             'App\\Controller\\Admin\\ExternalUserCrudController:createNewFormBuilder' => '?',
  4696.             'App\\Controller\\Admin\\ExternalUserCrudController:delete' => '?',
  4697.             'App\\Controller\\Admin\\ExternalUserCrudController:deleteEntity' => '?',
  4698.             'App\\Controller\\Admin\\ExternalUserCrudController:detail' => '?',
  4699.             'App\\Controller\\Admin\\ExternalUserCrudController:edit' => '?',
  4700.             'App\\Controller\\Admin\\ExternalUserCrudController:index' => '?',
  4701.             'App\\Controller\\Admin\\ExternalUserCrudController:new' => '?',
  4702.             'App\\Controller\\Admin\\ExternalUserCrudController:persistEntity' => '?',
  4703.             'App\\Controller\\Admin\\ExternalUserCrudController:renderFilters' => '?',
  4704.             'App\\Controller\\Admin\\ExternalUserCrudController:updateEntity' => '?',
  4705.             'App\\Controller\\Admin\\LocationCrudController:autocomplete' => '?',
  4706.             'App\\Controller\\Admin\\LocationCrudController:batchDelete' => '?',
  4707.             'App\\Controller\\Admin\\LocationCrudController:configureActions' => '?',
  4708.             'App\\Controller\\Admin\\LocationCrudController:configureAssets' => '?',
  4709.             'App\\Controller\\Admin\\LocationCrudController:configureCrud' => '?',
  4710.             'App\\Controller\\Admin\\LocationCrudController:configureFilters' => '?',
  4711.             'App\\Controller\\Admin\\LocationCrudController:configureResponseParameters' => '?',
  4712.             'App\\Controller\\Admin\\LocationCrudController:createEditForm' => '?',
  4713.             'App\\Controller\\Admin\\LocationCrudController:createEditFormBuilder' => '?',
  4714.             'App\\Controller\\Admin\\LocationCrudController:createIndexQueryBuilder' => '?',
  4715.             'App\\Controller\\Admin\\LocationCrudController:createNewForm' => '?',
  4716.             'App\\Controller\\Admin\\LocationCrudController:createNewFormBuilder' => '?',
  4717.             'App\\Controller\\Admin\\LocationCrudController:delete' => '?',
  4718.             'App\\Controller\\Admin\\LocationCrudController:deleteEntity' => '?',
  4719.             'App\\Controller\\Admin\\LocationCrudController:detail' => '?',
  4720.             'App\\Controller\\Admin\\LocationCrudController:edit' => '?',
  4721.             'App\\Controller\\Admin\\LocationCrudController:index' => '?',
  4722.             'App\\Controller\\Admin\\LocationCrudController:new' => '?',
  4723.             'App\\Controller\\Admin\\LocationCrudController:persistEntity' => '?',
  4724.             'App\\Controller\\Admin\\LocationCrudController:renderFilters' => '?',
  4725.             'App\\Controller\\Admin\\LocationCrudController:updateEntity' => '?',
  4726.             'App\\Controller\\Admin\\MyAccountCrudController:autocomplete' => '?',
  4727.             'App\\Controller\\Admin\\MyAccountCrudController:batchDelete' => '?',
  4728.             'App\\Controller\\Admin\\MyAccountCrudController:changePassword' => '?',
  4729.             'App\\Controller\\Admin\\MyAccountCrudController:configureActions' => '?',
  4730.             'App\\Controller\\Admin\\MyAccountCrudController:configureAssets' => '?',
  4731.             'App\\Controller\\Admin\\MyAccountCrudController:configureCrud' => '?',
  4732.             'App\\Controller\\Admin\\MyAccountCrudController:configureFilters' => '?',
  4733.             'App\\Controller\\Admin\\MyAccountCrudController:configureResponseParameters' => '?',
  4734.             'App\\Controller\\Admin\\MyAccountCrudController:createEditForm' => '?',
  4735.             'App\\Controller\\Admin\\MyAccountCrudController:createEditFormBuilder' => '?',
  4736.             'App\\Controller\\Admin\\MyAccountCrudController:createIndexQueryBuilder' => '?',
  4737.             'App\\Controller\\Admin\\MyAccountCrudController:createNewForm' => '?',
  4738.             'App\\Controller\\Admin\\MyAccountCrudController:createNewFormBuilder' => '?',
  4739.             'App\\Controller\\Admin\\MyAccountCrudController:delete' => '?',
  4740.             'App\\Controller\\Admin\\MyAccountCrudController:deleteEntity' => '?',
  4741.             'App\\Controller\\Admin\\MyAccountCrudController:detail' => '?',
  4742.             'App\\Controller\\Admin\\MyAccountCrudController:edit' => '?',
  4743.             'App\\Controller\\Admin\\MyAccountCrudController:index' => '?',
  4744.             'App\\Controller\\Admin\\MyAccountCrudController:new' => '?',
  4745.             'App\\Controller\\Admin\\MyAccountCrudController:persistEntity' => '?',
  4746.             'App\\Controller\\Admin\\MyAccountCrudController:renderFilters' => '?',
  4747.             'App\\Controller\\Admin\\MyAccountCrudController:updateEntity' => '?',
  4748.             'App\\Controller\\Admin\\QuadSettingsCrudController:autocomplete' => '?',
  4749.             'App\\Controller\\Admin\\QuadSettingsCrudController:batchDelete' => '?',
  4750.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureActions' => '?',
  4751.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureAssets' => '?',
  4752.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureCrud' => '?',
  4753.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureFilters' => '?',
  4754.             'App\\Controller\\Admin\\QuadSettingsCrudController:configureResponseParameters' => '?',
  4755.             'App\\Controller\\Admin\\QuadSettingsCrudController:createEditForm' => '?',
  4756.             'App\\Controller\\Admin\\QuadSettingsCrudController:createEditFormBuilder' => '?',
  4757.             'App\\Controller\\Admin\\QuadSettingsCrudController:createIndexQueryBuilder' => '?',
  4758.             'App\\Controller\\Admin\\QuadSettingsCrudController:createNewForm' => '?',
  4759.             'App\\Controller\\Admin\\QuadSettingsCrudController:createNewFormBuilder' => '?',
  4760.             'App\\Controller\\Admin\\QuadSettingsCrudController:delete' => '?',
  4761.             'App\\Controller\\Admin\\QuadSettingsCrudController:deleteEntity' => '?',
  4762.             'App\\Controller\\Admin\\QuadSettingsCrudController:detail' => '?',
  4763.             'App\\Controller\\Admin\\QuadSettingsCrudController:edit' => '?',
  4764.             'App\\Controller\\Admin\\QuadSettingsCrudController:index' => '?',
  4765.             'App\\Controller\\Admin\\QuadSettingsCrudController:new' => '?',
  4766.             'App\\Controller\\Admin\\QuadSettingsCrudController:persistEntity' => '?',
  4767.             'App\\Controller\\Admin\\QuadSettingsCrudController:renderFilters' => '?',
  4768.             'App\\Controller\\Admin\\QuadSettingsCrudController:updateEntity' => '?',
  4769.             'App\\Controller\\Admin\\SiteConfigCrudController:autocomplete' => '?',
  4770.             'App\\Controller\\Admin\\SiteConfigCrudController:batchDelete' => '?',
  4771.             'App\\Controller\\Admin\\SiteConfigCrudController:configureActions' => '?',
  4772.             'App\\Controller\\Admin\\SiteConfigCrudController:configureAssets' => '?',
  4773.             'App\\Controller\\Admin\\SiteConfigCrudController:configureCrud' => '?',
  4774.             'App\\Controller\\Admin\\SiteConfigCrudController:configureFilters' => '?',
  4775.             'App\\Controller\\Admin\\SiteConfigCrudController:configureResponseParameters' => '?',
  4776.             'App\\Controller\\Admin\\SiteConfigCrudController:createEditForm' => '?',
  4777.             'App\\Controller\\Admin\\SiteConfigCrudController:createEditFormBuilder' => '?',
  4778.             'App\\Controller\\Admin\\SiteConfigCrudController:createIndexQueryBuilder' => '?',
  4779.             'App\\Controller\\Admin\\SiteConfigCrudController:createNewForm' => '?',
  4780.             'App\\Controller\\Admin\\SiteConfigCrudController:createNewFormBuilder' => '?',
  4781.             'App\\Controller\\Admin\\SiteConfigCrudController:delete' => '?',
  4782.             'App\\Controller\\Admin\\SiteConfigCrudController:deleteEntity' => '?',
  4783.             'App\\Controller\\Admin\\SiteConfigCrudController:detail' => '?',
  4784.             'App\\Controller\\Admin\\SiteConfigCrudController:edit' => '?',
  4785.             'App\\Controller\\Admin\\SiteConfigCrudController:index' => '?',
  4786.             'App\\Controller\\Admin\\SiteConfigCrudController:new' => '?',
  4787.             'App\\Controller\\Admin\\SiteConfigCrudController:persistEntity' => '?',
  4788.             'App\\Controller\\Admin\\SiteConfigCrudController:renderFilters' => '?',
  4789.             'App\\Controller\\Admin\\SiteConfigCrudController:updateEntity' => '?',
  4790.             'App\\Controller\\DashboardController:getCompanyPeriodChart' => '?',
  4791.             'App\\Controller\\DashboardController:getLocationAggregateData' => '?',
  4792.             'App\\Controller\\DashboardController:getLocationPeriodChart' => '?',
  4793.             'App\\Controller\\DashboardController:index' => '?',
  4794.             'App\\Controller\\EmployeeReviewsController:delete' => '?',
  4795.             'App\\Controller\\EmployeeReviewsController:edit' => '?',
  4796.             'App\\Controller\\EmployeeReviewsController:show' => '?',
  4797.             'App\\Controller\\PositionSetupController:savePosition' => '?',
  4798.             'App\\Controller\\ResetPasswordController:request' => '?',
  4799.             'App\\Controller\\ResetPasswordController:reset' => '?',
  4800.             'App\\Controller\\ReviewController:getAddReviewForm' => '?',
  4801.             'App\\Controller\\ReviewController:getReviewPanel' => '?',
  4802.             'App\\Controller\\ReviewController:saveReview' => '?',
  4803.             'App\\Controller\\SearchController:_searchAutocomplete' => '?',
  4804.             'App\\Controller\\SearchController:search' => '?',
  4805.             'App\\Controller\\SecurityController:login' => '?',
  4806.             'kernel:loadRoutes' => '?',
  4807.             'kernel:registerContainerConfiguration' => '?',
  4808.             'kernel:terminate' => '?',
  4809.         ]);
  4810.     }
  4811.     /**
  4812.      * Gets the private '.service_locator.ENGuM7_' shared service.
  4813.      *
  4814.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4815.      */
  4816.     protected function get_ServiceLocator_ENGuM7Service()
  4817.     {
  4818.         return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4819.             'entityDto' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
  4820.             'fields' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.'],
  4821.             'filters' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.'],
  4822.             'searchDto' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.'],
  4823.         ], [
  4824.             'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  4825.             'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
  4826.             'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
  4827.             'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
  4828.         ]);
  4829.     }
  4830.     /**
  4831.      * Gets the private '.service_locator.OGjUKCt' shared service.
  4832.      *
  4833.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4834.      */
  4835.     protected function get_ServiceLocator_OGjUKCtService()
  4836.     {
  4837.         return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4838.             'filters' => ['privates''.errored..service_locator.OGjUKCt.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters'NULL'Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.'],
  4839.         ], [
  4840.             'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
  4841.         ]);
  4842.     }
  4843.     /**
  4844.      * Gets the private '.service_locator.Pq4jHMT' shared service.
  4845.      *
  4846.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4847.      */
  4848.     protected function get_ServiceLocator_Pq4jHMTService()
  4849.     {
  4850.         return $this->privates['.service_locator.Pq4jHMT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4851.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory''getActionFactoryService'false],
  4852.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory''getControllerFactoryService'false],
  4853.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory''getEntityFactoryService'false],
  4854.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory''getFilterFactoryService'false],
  4855.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory''getFormFactoryService'false],
  4856.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory''getPaginatorFactoryService'false],
  4857.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository''getEntityRepositoryService'false],
  4858.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater''getEntityUpdaterService'false],
  4859.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider''getAdminContextProviderService'false],
  4860.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider''getFieldProviderService'false],
  4861.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  4862.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4863.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4864.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4865.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4866.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4867.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4868.             'router' => ['services''router''getRouterService'false],
  4869.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4870.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4871.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4872.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4873.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4874.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4875.         ], [
  4876.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
  4877.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
  4878.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
  4879.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
  4880.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
  4881.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
  4882.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
  4883.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
  4884.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
  4885.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
  4886.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  4887.             'doctrine' => '?',
  4888.             'event_dispatcher' => '?',
  4889.             'form.factory' => '?',
  4890.             'http_kernel' => '?',
  4891.             'parameter_bag' => '?',
  4892.             'request_stack' => '?',
  4893.             'router' => '?',
  4894.             'security.authorization_checker' => '?',
  4895.             'security.csrf.token_manager' => '?',
  4896.             'security.token_storage' => '?',
  4897.             'serializer' => '?',
  4898.             'session' => '.session.deprecated',
  4899.             'twig' => '?',
  4900.         ]);
  4901.     }
  4902.     /**
  4903.      * Gets the private '.service_locator.Pvv6YK0' shared service.
  4904.      *
  4905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4906.      */
  4907.     protected function get_ServiceLocator_Pvv6YK0Service()
  4908.     {
  4909.         return $this->privates['.service_locator.Pvv6YK0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4910.             'dashboardStats' => ['privates''App\\Service\\DashboardStatsService''getDashboardStatsServiceService'false],
  4911.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4912.             'panelDataService' => ['privates''App\\Service\\Dashboard\\PanelDataService''getPanelDataServiceService'false],
  4913.         ], [
  4914.             'dashboardStats' => 'App\\Service\\DashboardStatsService',
  4915.             'manager' => '?',
  4916.             'panelDataService' => 'App\\Service\\Dashboard\\PanelDataService',
  4917.         ]);
  4918.     }
  4919.     /**
  4920.      * Gets the private '.service_locator.Q8t22Eq' shared service.
  4921.      *
  4922.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4923.      */
  4924.     protected function get_ServiceLocator_Q8t22EqService()
  4925.     {
  4926.         return $this->privates['.service_locator.Q8t22Eq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4927.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  4928.         ], [
  4929.             'passwordEncoder' => '?',
  4930.         ]);
  4931.     }
  4932.     /**
  4933.      * Gets the private '.service_locator.R8Qy2_.' shared service.
  4934.      *
  4935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4936.      */
  4937.     protected function get_ServiceLocator_R8Qy2_Service()
  4938.     {
  4939.         return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4940.             'actions' => ['privates''.errored..service_locator.R8Qy2_..EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions'NULL'Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.'],
  4941.         ], [
  4942.             'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
  4943.         ]);
  4944.     }
  4945.     /**
  4946.      * Gets the private '.service_locator.U7th2ov' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4949.      */
  4950.     protected function get_ServiceLocator_U7th2ovService()
  4951.     {
  4952.         return $this->privates['.service_locator.U7th2ov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4953.             'dashboardStats' => ['privates''App\\Service\\DashboardStatsService''getDashboardStatsServiceService'false],
  4954.         ], [
  4955.             'dashboardStats' => 'App\\Service\\DashboardStatsService',
  4956.         ]);
  4957.     }
  4958.     /**
  4959.      * Gets the private '.service_locator.W.c5h2_' shared service.
  4960.      *
  4961.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4962.      */
  4963.     protected function get_ServiceLocator_W_C5h2Service()
  4964.     {
  4965.         return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4966.             'responseParameters' => ['privates''.errored..service_locator.W.c5h2_.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore'NULL'Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
  4967.         ], [
  4968.             'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  4969.         ]);
  4970.     }
  4971.     /**
  4972.      * Gets the private '.service_locator.XdMPwIJ' shared service.
  4973.      *
  4974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4975.      */
  4976.     protected function get_ServiceLocator_XdMPwIJService()
  4977.     {
  4978.         return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4979.             'assets' => ['privates''.errored..service_locator.XdMPwIJ.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets'NULL'Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.'],
  4980.         ], [
  4981.             'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
  4982.         ]);
  4983.     }
  4984.     /**
  4985.      * Gets the private '.service_locator.XpfeRo6' shared service.
  4986.      *
  4987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4988.      */
  4989.     protected function get_ServiceLocator_XpfeRo6Service()
  4990.     {
  4991.         return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4992.             'crud' => ['privates''.errored..service_locator.XpfeRo6.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud'NULL'Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.'],
  4993.         ], [
  4994.             'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
  4995.         ]);
  4996.     }
  4997.     /**
  4998.      * Gets the private '.service_locator.XsyfP82' shared service.
  4999.      *
  5000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5001.      */
  5002.     protected function get_ServiceLocator_XsyfP82Service()
  5003.     {
  5004.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5005.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5006.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  5007.         ], [
  5008.             'event_dispatcher' => '?',
  5009.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5010.         ]);
  5011.     }
  5012.     /**
  5013.      * Gets the private '.service_locator.aKM6MDa' shared service.
  5014.      *
  5015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5016.      */
  5017.     protected function get_ServiceLocator_AKM6MDaService()
  5018.     {
  5019.         return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5020.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5021.         ], [
  5022.             'entityManager' => '?',
  5023.         ]);
  5024.     }
  5025.     /**
  5026.      * Gets the private '.service_locator.bRdave9' shared service.
  5027.      *
  5028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5029.      */
  5030.     protected function get_ServiceLocator_BRdave9Service()
  5031.     {
  5032.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5033.             'response' => ['privates''.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  5034.         ], [
  5035.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  5036.         ]);
  5037.     }
  5038.     /**
  5039.      * Gets the private '.service_locator.esmk6IF' shared service.
  5040.      *
  5041.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5042.      */
  5043.     protected function get_ServiceLocator_Esmk6IFService()
  5044.     {
  5045.         return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5046.             'batchActionDto' => ['privates''.errored..service_locator.esmk6IF.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto'NULL'Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.'],
  5047.             'context' => ['privates''.errored..service_locator.esmk6IF.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5048.         ], [
  5049.             'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
  5050.             'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5051.         ]);
  5052.     }
  5053.     /**
  5054.      * Gets the private '.service_locator.kEvhmk9' shared service.
  5055.      *
  5056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5057.      */
  5058.     protected function get_ServiceLocator_KEvhmk9Service()
  5059.     {
  5060.         return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5061.             'context' => ['privates''.errored..service_locator.kEvhmk9.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5062.         ], [
  5063.             'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5064.         ]);
  5065.     }
  5066.     /**
  5067.      * Gets the private '.service_locator.mx0UMmY' shared service.
  5068.      *
  5069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5070.      */
  5071.     protected function get_ServiceLocator_Mx0UMmYService()
  5072.     {
  5073.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5074.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5075.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5076.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5077.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5078.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5079.             'router' => ['services''router''getRouterService'false],
  5080.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5081.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5082.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5083.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5084.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5085.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5086.         ], [
  5087.             'doctrine' => '?',
  5088.             'form.factory' => '?',
  5089.             'http_kernel' => '?',
  5090.             'parameter_bag' => '?',
  5091.             'request_stack' => '?',
  5092.             'router' => '?',
  5093.             'security.authorization_checker' => '?',
  5094.             'security.csrf.token_manager' => '?',
  5095.             'security.token_storage' => '?',
  5096.             'serializer' => '?',
  5097.             'session' => '.session.deprecated',
  5098.             'twig' => '?',
  5099.         ]);
  5100.     }
  5101.     /**
  5102.      * Gets the private '.service_locator.riFbGaB' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5105.      */
  5106.     protected function get_ServiceLocator_RiFbGaBService()
  5107.     {
  5108.         return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5109.             'context' => ['privates''.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5110.             'entityDto' => ['privates''.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto'NULL'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
  5111.             'formOptions' => ['privates''.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore'NULL'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
  5112.         ], [
  5113.             'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5114.             'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  5115.             'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  5116.         ]);
  5117.     }
  5118.     /**
  5119.      * Gets the private '.service_locator.st3ASTR' shared service.
  5120.      *
  5121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5122.      */
  5123.     protected function get_ServiceLocator_St3ASTRService()
  5124.     {
  5125.         return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5126.             'user' => ['privates''.errored..service_locator.st3ASTR.Symfony\\Component\\Security\\Core\\User\\UserInterface'NULL'Cannot autowire service ".service_locator.st3ASTR": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  5127.         ], [
  5128.             'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  5129.         ]);
  5130.     }
  5131.     /**
  5132.      * Gets the private '.service_locator.t6i3vFk' shared service.
  5133.      *
  5134.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5135.      */
  5136.     protected function get_ServiceLocator_T6i3vFkService()
  5137.     {
  5138.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5139.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5140.         ], [
  5141.             'em' => '?',
  5142.         ]);
  5143.     }
  5144.     /**
  5145.      * Gets the private '.service_locator.tHwhJIk' shared service.
  5146.      *
  5147.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5148.      */
  5149.     protected function get_ServiceLocator_THwhJIkService()
  5150.     {
  5151.         return $this->privates['.service_locator.tHwhJIk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5152.             'dashboardStatsService' => ['privates''App\\Service\\DashboardStatsService''getDashboardStatsServiceService'false],
  5153.         ], [
  5154.             'dashboardStatsService' => 'App\\Service\\DashboardStatsService',
  5155.         ]);
  5156.     }
  5157.     /**
  5158.      * Gets the private '.service_locator.tgVVt0z' shared service.
  5159.      *
  5160.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5161.      */
  5162.     protected function get_ServiceLocator_TgVVt0zService()
  5163.     {
  5164.         return $this->privates['.service_locator.tgVVt0z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5165.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5166.         ], [
  5167.             'manager' => '?',
  5168.         ]);
  5169.     }
  5170.     /**
  5171.      * Gets the private '.service_locator.tm8ohhk' shared service.
  5172.      *
  5173.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5174.      */
  5175.     protected function get_ServiceLocator_Tm8ohhkService()
  5176.     {
  5177.         return $this->privates['.service_locator.tm8ohhk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5178.             'employeeReview' => ['privates''.errored..service_locator.tm8ohhk.App\\Entity\\EmployeeReview'NULL'Cannot autowire service ".service_locator.tm8ohhk": it references class "App\\Entity\\EmployeeReview" but no such service exists.'],
  5179.         ], [
  5180.             'employeeReview' => 'App\\Entity\\EmployeeReview',
  5181.         ]);
  5182.     }
  5183.     /**
  5184.      * Gets the private '.service_locator.vK24Jkw' shared service.
  5185.      *
  5186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5187.      */
  5188.     protected function get_ServiceLocator_VK24JkwService()
  5189.     {
  5190.         return $this->privates['.service_locator.vK24Jkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5191.             'adminContext' => ['privates''.errored..service_locator.vK24Jkw.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.vK24Jkw": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5192.         ], [
  5193.             'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5194.         ]);
  5195.     }
  5196.     /**
  5197.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5198.      *
  5199.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5200.      */
  5201.     protected function get_ServiceLocator_XUrKPVUService()
  5202.     {
  5203.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5204.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader".'],
  5205.         ], [
  5206.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5207.         ]);
  5208.     }
  5209.     /**
  5210.      * Gets the private '.service_locator.zFcJjKU' shared service.
  5211.      *
  5212.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5213.      */
  5214.     protected function get_ServiceLocator_ZFcJjKUService()
  5215.     {
  5216.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5217.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  5218.         ], [
  5219.             'authenticationUtils' => '?',
  5220.         ]);
  5221.     }
  5222.     /**
  5223.      * Gets the private '.service_locator.zJyh7qS' shared service.
  5224.      *
  5225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5226.      */
  5227.     protected function get_ServiceLocator_ZJyh7qSService()
  5228.     {
  5229.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5230.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5231.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5232.         ], [
  5233.             'security.firewall.map.context.dev' => '?',
  5234.             'security.firewall.map.context.main' => '?',
  5235.         ]);
  5236.     }
  5237.     /**
  5238.      * Gets the private '.service_locator.zQ5rqH8' shared service.
  5239.      *
  5240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5241.      */
  5242.     protected function get_ServiceLocator_ZQ5rqH8Service()
  5243.     {
  5244.         return $this->privates['.service_locator.zQ5rqH8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5245.             'permissionRepository' => ['privates''App\\Repository\\UserPermissionRepository''getUserPermissionRepositoryService'false],
  5246.         ], [
  5247.             'permissionRepository' => 'App\\Repository\\UserPermissionRepository',
  5248.         ]);
  5249.     }
  5250.     /**
  5251.      * Gets the private '.session.deprecated' shared service.
  5252.      *
  5253.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5254.      */
  5255.     protected function get_Session_DeprecatedService()
  5256.     {
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5259.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  5260.     }
  5261.     /**
  5262.      * Gets the private '.twig.command.debug.lazy' shared service.
  5263.      *
  5264.      * @return \Symfony\Component\Console\Command\LazyCommand
  5265.      */
  5266.     protected function get_Twig_Command_Debug_LazyService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5270.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  5271.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5272.         });
  5273.     }
  5274.     /**
  5275.      * Gets the private '.twig.command.lint.lazy' shared service.
  5276.      *
  5277.      * @return \Symfony\Component\Console\Command\LazyCommand
  5278.      */
  5279.     protected function get_Twig_Command_Lint_LazyService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5283.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  5284.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5285.         });
  5286.     }
  5287.     /**
  5288.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5289.      *
  5290.      * @return \Symfony\Component\Console\Command\LazyCommand
  5291.      */
  5292.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5296.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  5297.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5298.         });
  5299.     }
  5300.     /**
  5301.      * Gets the private 'App\Console\ImportNewCommand' shared autowired service.
  5302.      *
  5303.      * @return \App\Console\ImportNewCommand
  5304.      */
  5305.     protected function getImportNewCommandService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5308.         include_once \dirname(__DIR__4).'/src/Console/ImportNewCommand.php';
  5309.         $this->privates['App\\Console\\ImportNewCommand'] = $instance = new \App\Console\ImportNewCommand($this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  5310.         $instance->setName('app:import-data-new');
  5311.         return $instance;
  5312.     }
  5313.     /**
  5314.      * Gets the private 'App\DataPersister\CompanyDataPersister' shared autowired service.
  5315.      *
  5316.      * @return \App\DataPersister\CompanyDataPersister
  5317.      */
  5318.     protected function getCompanyDataPersisterService()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/src/DataPersister/CompanyDataPersister.php';
  5321.         return $this->privates['App\\DataPersister\\CompanyDataPersister'] = new \App\DataPersister\CompanyDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5322.     }
  5323.     /**
  5324.      * Gets the private 'App\DataPersister\CompanyMetaDataPersister' shared autowired service.
  5325.      *
  5326.      * @return \App\DataPersister\CompanyMetaDataPersister
  5327.      */
  5328.     protected function getCompanyMetaDataPersisterService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/src/DataPersister/CompanyMetaDataPersister.php';
  5331.         return $this->privates['App\\DataPersister\\CompanyMetaDataPersister'] = new \App\DataPersister\CompanyMetaDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5332.     }
  5333.     /**
  5334.      * Gets the private 'App\DataPersister\LocationDataPersister' shared autowired service.
  5335.      *
  5336.      * @return \App\DataPersister\LocationDataPersister
  5337.      */
  5338.     protected function getLocationDataPersisterService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/src/DataPersister/LocationDataPersister.php';
  5341.         return $this->privates['App\\DataPersister\\LocationDataPersister'] = new \App\DataPersister\LocationDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5342.     }
  5343.     /**
  5344.      * Gets the private 'App\DataPersister\LocationMetaDataPersister' shared autowired service.
  5345.      *
  5346.      * @return \App\DataPersister\LocationMetaDataPersister
  5347.      */
  5348.     protected function getLocationMetaDataPersisterService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/src/DataPersister/LocationMetaDataPersister.php';
  5351.         return $this->privates['App\\DataPersister\\LocationMetaDataPersister'] = new \App\DataPersister\LocationMetaDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5352.     }
  5353.     /**
  5354.      * Gets the private 'App\Doctrine\Generator\UuidGenerator' shared autowired service.
  5355.      *
  5356.      * @return \App\Doctrine\Generator\UuidGenerator
  5357.      */
  5358.     protected function getUuidGeneratorService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/ramsey/uuid-doctrine/src/UuidGenerator.php';
  5362.         include_once \dirname(__DIR__4).'/src/Doctrine/Generator/UuidGenerator.php';
  5363.         return $this->privates['App\\Doctrine\\Generator\\UuidGenerator'] = new \App\Doctrine\Generator\UuidGenerator();
  5364.     }
  5365.     /**
  5366.      * Gets the private 'App\Form\AdminLoginForm' shared autowired service.
  5367.      *
  5368.      * @return \App\Form\AdminLoginForm
  5369.      */
  5370.     protected function getAdminLoginFormService()
  5371.     {
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5374.         include_once \dirname(__DIR__4).'/src/Form/AdminLoginForm.php';
  5375.         return $this->privates['App\\Form\\AdminLoginForm'] = new \App\Form\AdminLoginForm();
  5376.     }
  5377.     /**
  5378.      * Gets the private 'App\Form\ChangePasswordType' shared autowired service.
  5379.      *
  5380.      * @return \App\Form\ChangePasswordType
  5381.      */
  5382.     protected function getChangePasswordTypeService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5386.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordType.php';
  5387.         return $this->privates['App\\Form\\ChangePasswordType'] = new \App\Form\ChangePasswordType();
  5388.     }
  5389.     /**
  5390.      * Gets the private 'App\Form\EmployeeReviewsSkillScoresType' shared autowired service.
  5391.      *
  5392.      * @return \App\Form\EmployeeReviewsSkillScoresType
  5393.      */
  5394.     protected function getEmployeeReviewsSkillScoresTypeService()
  5395.     {
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5398.         include_once \dirname(__DIR__4).'/src/Form/EmployeeReviewsSkillScoresType.php';
  5399.         return $this->privates['App\\Form\\EmployeeReviewsSkillScoresType'] = new \App\Form\EmployeeReviewsSkillScoresType();
  5400.     }
  5401.     /**
  5402.      * Gets the private 'App\Form\EmployeeReviewsType' shared autowired service.
  5403.      *
  5404.      * @return \App\Form\EmployeeReviewsType
  5405.      */
  5406.     protected function getEmployeeReviewsTypeService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5410.         include_once \dirname(__DIR__4).'/src/Form/EmployeeReviewsType.php';
  5411.         return $this->privates['App\\Form\\EmployeeReviewsType'] = new \App\Form\EmployeeReviewsType();
  5412.     }
  5413.     /**
  5414.      * Gets the private 'App\Form\EntityTypeMetaFieldSettingsType' shared autowired service.
  5415.      *
  5416.      * @return \App\Form\EntityTypeMetaFieldSettingsType
  5417.      */
  5418.     protected function getEntityTypeMetaFieldSettingsTypeService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5422.         include_once \dirname(__DIR__4).'/src/Form/EntityTypeMetaFieldSettingsType.php';
  5423.         return $this->privates['App\\Form\\EntityTypeMetaFieldSettingsType'] = new \App\Form\EntityTypeMetaFieldSettingsType();
  5424.     }
  5425.     /**
  5426.      * Gets the private 'App\Form\EntityTypeType' shared autowired service.
  5427.      *
  5428.      * @return \App\Form\EntityTypeType
  5429.      */
  5430.     protected function getEntityTypeTypeService()
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5434.         include_once \dirname(__DIR__4).'/src/Form/EntityTypeType.php';
  5435.         return $this->privates['App\\Form\\EntityTypeType'] = new \App\Form\EntityTypeType();
  5436.     }
  5437.     /**
  5438.      * Gets the private 'App\Form\ResetPasswordFormType' shared autowired service.
  5439.      *
  5440.      * @return \App\Form\ResetPasswordFormType
  5441.      */
  5442.     protected function getResetPasswordFormTypeService()
  5443.     {
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5446.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordFormType.php';
  5447.         return $this->privates['App\\Form\\ResetPasswordFormType'] = new \App\Form\ResetPasswordFormType();
  5448.     }
  5449.     /**
  5450.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  5451.      *
  5452.      * @return \App\Form\ResetPasswordRequestFormType
  5453.      */
  5454.     protected function getResetPasswordRequestFormTypeService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5458.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  5459.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  5460.     }
  5461.     /**
  5462.      * Gets the private 'App\Repository\CompanyMetaRepository' shared autowired service.
  5463.      *
  5464.      * @return \App\Repository\CompanyMetaRepository
  5465.      */
  5466.     protected function getCompanyMetaRepositoryService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5473.         include_once \dirname(__DIR__4).'/src/Repository/CompanyMetaRepository.php';
  5474.         return $this->privates['App\\Repository\\CompanyMetaRepository'] = new \App\Repository\CompanyMetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5475.     }
  5476.     /**
  5477.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  5478.      *
  5479.      * @return \App\Repository\CompanyRepository
  5480.      */
  5481.     protected function getCompanyRepositoryService()
  5482.     {
  5483.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5488.         include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  5489.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5490.     }
  5491.     /**
  5492.      * Gets the private 'App\Repository\EmployeeRepository' shared autowired service.
  5493.      *
  5494.      * @return \App\Repository\EmployeeRepository
  5495.      */
  5496.     protected function getEmployeeRepositoryService()
  5497.     {
  5498.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5503.         include_once \dirname(__DIR__4).'/src/Repository/EmployeeRepository.php';
  5504.         return $this->privates['App\\Repository\\EmployeeRepository'] = new \App\Repository\EmployeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5505.     }
  5506.     /**
  5507.      * Gets the private 'App\Repository\EmployeeReviewRepository' shared autowired service.
  5508.      *
  5509.      * @return \App\Repository\EmployeeReviewRepository
  5510.      */
  5511.     protected function getEmployeeReviewRepositoryService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5518.         include_once \dirname(__DIR__4).'/src/Repository/EmployeeReviewRepository.php';
  5519.         return $this->privates['App\\Repository\\EmployeeReviewRepository'] = new \App\Repository\EmployeeReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5520.     }
  5521.     /**
  5522.      * Gets the private 'App\Repository\EmployeeReviewSkillCommentsRepository' shared autowired service.
  5523.      *
  5524.      * @return \App\Repository\EmployeeReviewSkillCommentsRepository
  5525.      */
  5526.     protected function getEmployeeReviewSkillCommentsRepositoryService()
  5527.     {
  5528.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5533.         include_once \dirname(__DIR__4).'/src/Repository/EmployeeReviewSkillCommentsRepository.php';
  5534.         return $this->privates['App\\Repository\\EmployeeReviewSkillCommentsRepository'] = new \App\Repository\EmployeeReviewSkillCommentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5535.     }
  5536.     /**
  5537.      * Gets the private 'App\Repository\Employees\EmployeeDepartmentsRepository' shared autowired service.
  5538.      *
  5539.      * @return \App\Repository\Employees\EmployeeDepartmentsRepository
  5540.      */
  5541.     protected function getEmployeeDepartmentsRepositoryService()
  5542.     {
  5543.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5548.         include_once \dirname(__DIR__4).'/src/Repository/Employees/EmployeeDepartmentsRepository.php';
  5549.         return $this->privates['App\\Repository\\Employees\\EmployeeDepartmentsRepository'] = new \App\Repository\Employees\EmployeeDepartmentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5550.     }
  5551.     /**
  5552.      * Gets the private 'App\Repository\EntityTypeMetaFieldSettingsRepository' shared autowired service.
  5553.      *
  5554.      * @return \App\Repository\EntityTypeMetaFieldSettingsRepository
  5555.      */
  5556.     protected function getEntityTypeMetaFieldSettingsRepositoryService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5563.         include_once \dirname(__DIR__4).'/src/Repository/EntityTypeMetaFieldSettingsRepository.php';
  5564.         return $this->privates['App\\Repository\\EntityTypeMetaFieldSettingsRepository'] = new \App\Repository\EntityTypeMetaFieldSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5565.     }
  5566.     /**
  5567.      * Gets the private 'App\Repository\EntityTypeMetaValueRepository' shared autowired service.
  5568.      *
  5569.      * @return \App\Repository\EntityTypeMetaValueRepository
  5570.      */
  5571.     protected function getEntityTypeMetaValueRepositoryService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5578.         include_once \dirname(__DIR__4).'/src/Repository/EntityTypeMetaValueRepository.php';
  5579.         return $this->privates['App\\Repository\\EntityTypeMetaValueRepository'] = new \App\Repository\EntityTypeMetaValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5580.     }
  5581.     /**
  5582.      * Gets the private 'App\Repository\EntityTypeRepository' shared autowired service.
  5583.      *
  5584.      * @return \App\Repository\EntityTypeRepository
  5585.      */
  5586.     protected function getEntityTypeRepositoryService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5593.         include_once \dirname(__DIR__4).'/src/Repository/EntityTypeRepository.php';
  5594.         return $this->privates['App\\Repository\\EntityTypeRepository'] = new \App\Repository\EntityTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5595.     }
  5596.     /**
  5597.      * Gets the private 'App\Repository\LocationMetaRepository' shared autowired service.
  5598.      *
  5599.      * @return \App\Repository\LocationMetaRepository
  5600.      */
  5601.     protected function getLocationMetaRepositoryService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5608.         include_once \dirname(__DIR__4).'/src/Repository/LocationMetaRepository.php';
  5609.         return $this->privates['App\\Repository\\LocationMetaRepository'] = new \App\Repository\LocationMetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5610.     }
  5611.     /**
  5612.      * Gets the private 'App\Repository\PeriodSettingsRepository' shared autowired service.
  5613.      *
  5614.      * @return \App\Repository\PeriodSettingsRepository
  5615.      */
  5616.     protected function getPeriodSettingsRepositoryService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5623.         include_once \dirname(__DIR__4).'/src/Repository/PeriodSettingsRepository.php';
  5624.         return $this->privates['App\\Repository\\PeriodSettingsRepository'] = new \App\Repository\PeriodSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5625.     }
  5626.     /**
  5627.      * Gets the private 'App\Repository\Positions\PositionQuadRepository' shared autowired service.
  5628.      *
  5629.      * @return \App\Repository\Positions\PositionQuadRepository
  5630.      */
  5631.     protected function getPositionQuadRepositoryService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5638.         include_once \dirname(__DIR__4).'/src/Repository/Positions/PositionQuadRepository.php';
  5639.         return $this->privates['App\\Repository\\Positions\\PositionQuadRepository'] = new \App\Repository\Positions\PositionQuadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'App\Repository\Positions\PositionQuadSkillMeasureRepository' shared autowired service.
  5643.      *
  5644.      * @return \App\Repository\Positions\PositionQuadSkillMeasureRepository
  5645.      */
  5646.     protected function getPositionQuadSkillMeasureRepositoryService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5653.         include_once \dirname(__DIR__4).'/src/Repository/Positions/PositionQuadSkillMeasureRepository.php';
  5654.         return $this->privates['App\\Repository\\Positions\\PositionQuadSkillMeasureRepository'] = new \App\Repository\Positions\PositionQuadSkillMeasureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5655.     }
  5656.     /**
  5657.      * Gets the private 'App\Repository\Positions\PositionQuadSkillRepository' shared autowired service.
  5658.      *
  5659.      * @return \App\Repository\Positions\PositionQuadSkillRepository
  5660.      */
  5661.     protected function getPositionQuadSkillRepositoryService()
  5662.     {
  5663.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5668.         include_once \dirname(__DIR__4).'/src/Repository/Positions/PositionQuadSkillRepository.php';
  5669.         return $this->privates['App\\Repository\\Positions\\PositionQuadSkillRepository'] = new \App\Repository\Positions\PositionQuadSkillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'App\Repository\Positions\PositionSetup\PositionSetupQuadPrebuiltSkillMeasureRepository' shared autowired service.
  5673.      *
  5674.      * @return \App\Repository\Positions\PositionSetup\PositionSetupQuadPrebuiltSkillMeasureRepository
  5675.      */
  5676.     protected function getPositionSetupQuadPrebuiltSkillMeasureRepositoryService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5683.         include_once \dirname(__DIR__4).'/src/Repository/Positions/PositionSetup/PositionSetupQuadPrebuiltSkillMeasureRepository.php';
  5684.         return $this->privates['App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillMeasureRepository'] = new \App\Repository\Positions\PositionSetup\PositionSetupQuadPrebuiltSkillMeasureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5685.     }
  5686.     /**
  5687.      * Gets the private 'App\Repository\Positions\PositionSetup\PositionSetupQuadPrebuiltSkillRepository' shared autowired service.
  5688.      *
  5689.      * @return \App\Repository\Positions\PositionSetup\PositionSetupQuadPrebuiltSkillRepository
  5690.      */
  5691.     protected function getPositionSetupQuadPrebuiltSkillRepositoryService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5698.         include_once \dirname(__DIR__4).'/src/Repository/Positions/PositionSetup/PositionSetupQuadPrebuiltSkillRepository.php';
  5699.         return $this->privates['App\\Repository\\Positions\\PositionSetup\\PositionSetupQuadPrebuiltSkillRepository'] = new \App\Repository\Positions\PositionSetup\PositionSetupQuadPrebuiltSkillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5700.     }
  5701.     /**
  5702.      * Gets the private 'App\Repository\QuadSettingsRepository' shared autowired service.
  5703.      *
  5704.      * @return \App\Repository\QuadSettingsRepository
  5705.      */
  5706.     protected function getQuadSettingsRepositoryService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5713.         include_once \dirname(__DIR__4).'/src/Repository/QuadSettingsRepository.php';
  5714.         return $this->privates['App\\Repository\\QuadSettingsRepository'] = new \App\Repository\QuadSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5715.     }
  5716.     /**
  5717.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  5718.      *
  5719.      * @return \App\Repository\ResetPasswordRequestRepository
  5720.      */
  5721.     protected function getResetPasswordRequestRepositoryService()
  5722.     {
  5723.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  5730.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  5731.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5732.     }
  5733.     /**
  5734.      * Gets the private 'App\Repository\SiteConfigRepository' shared autowired service.
  5735.      *
  5736.      * @return \App\Repository\SiteConfigRepository
  5737.      */
  5738.     protected function getSiteConfigRepositoryService()
  5739.     {
  5740.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5745.         include_once \dirname(__DIR__4).'/src/Repository/SiteConfigRepository.php';
  5746.         return $this->privates['App\\Repository\\SiteConfigRepository'] = new \App\Repository\SiteConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5747.     }
  5748.     /**
  5749.      * Gets the private 'App\Repository\UserPermissionRepository' shared autowired service.
  5750.      *
  5751.      * @return \App\Repository\UserPermissionRepository
  5752.      */
  5753.     protected function getUserPermissionRepositoryService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5760.         include_once \dirname(__DIR__4).'/src/Repository/UserPermissionRepository.php';
  5761.         return $this->privates['App\\Repository\\UserPermissionRepository'] = new \App\Repository\UserPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5762.     }
  5763.     /**
  5764.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5765.      *
  5766.      * @return \App\Repository\UserRepository
  5767.      */
  5768.     protected function getUserRepositoryService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5776.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5777.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5778.     }
  5779.     /**
  5780.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5781.      *
  5782.      * @return \App\Security\LoginFormAuthenticator
  5783.      */
  5784.     protected function getLoginFormAuthenticatorService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5792.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5793.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  5794.     }
  5795.     /**
  5796.      * Gets the private 'App\Security\UserProvider' shared autowired service.
  5797.      *
  5798.      * @return \App\Security\UserProvider
  5799.      */
  5800.     protected function getUserProviderService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5803.         include_once \dirname(__DIR__4).'/src/Security/UserProvider.php';
  5804.         return $this->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'App\Service\DashboardStatsService' shared autowired service.
  5808.      *
  5809.      * @return \App\Service\DashboardStatsService
  5810.      */
  5811.     protected function getDashboardStatsServiceService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/src/Service/DashboardStatsService.php';
  5814.         return $this->privates['App\\Service\\DashboardStatsService'] = new \App\Service\DashboardStatsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\PeriodService'] ?? $this->getPeriodServiceService()));
  5815.     }
  5816.     /**
  5817.      * Gets the private 'App\Service\Dashboard\PanelDataService' shared autowired service.
  5818.      *
  5819.      * @return \App\Service\Dashboard\PanelDataService
  5820.      */
  5821.     protected function getPanelDataServiceService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/src/Service/Dashboard/PanelDataService.php';
  5824.         return $this->privates['App\\Service\\Dashboard\\PanelDataService'] = new \App\Service\Dashboard\PanelDataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\PeriodService'] ?? $this->getPeriodServiceService()), ($this->privates['App\\Service\\DashboardStatsService'] ?? $this->getDashboardStatsServiceService()), ($this->privates['App\\Service\\Dashboard\\PieDataService'] ?? $this->getPieDataServiceService()));
  5825.     }
  5826.     /**
  5827.      * Gets the private 'App\Service\Dashboard\PieDataService' shared autowired service.
  5828.      *
  5829.      * @return \App\Service\Dashboard\PieDataService
  5830.      */
  5831.     protected function getPieDataServiceService()
  5832.     {
  5833.         include_once \dirname(__DIR__4).'/src/Service/Dashboard/PieDataService.php';
  5834.         return $this->privates['App\\Service\\Dashboard\\PieDataService'] = new \App\Service\Dashboard\PieDataService(($this->privates['App\\Service\\PeriodService'] ?? $this->getPeriodServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5835.     }
  5836.     /**
  5837.      * Gets the private 'App\Service\PeriodService' shared autowired service.
  5838.      *
  5839.      * @return \App\Service\PeriodService
  5840.      */
  5841.     protected function getPeriodServiceService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/src/Service/PeriodService.php';
  5844.         return $this->privates['App\\Service\\PeriodService'] = new \App\Service\PeriodService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5845.     }
  5846.     /**
  5847.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5848.      *
  5849.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5850.      */
  5851.     protected function getManagerRegistryAwareConnectionProviderService()
  5852.     {
  5853.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5855.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  5856.     }
  5857.     /**
  5858.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5859.      *
  5860.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5861.      */
  5862.     protected function getRunSqlCommandService()
  5863.     {
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5866.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5867.         $instance->setName('dbal:run-sql');
  5868.         return $instance;
  5869.     }
  5870.     /**
  5871.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
  5872.      *
  5873.      * @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
  5874.      */
  5875.     protected function getCacheWarmer2Service()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
  5879.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
  5880.     }
  5881.     /**
  5882.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  5883.      *
  5884.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  5885.      */
  5886.     protected function getAdminRouterSubscriberService()
  5887.     {
  5888.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  5889.         $b = ($this->services['router'] ?? $this->getRouterService());
  5890.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  5891.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a$b, ($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())), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b$b, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  5892.     }
  5893.     /**
  5894.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
  5895.      *
  5896.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
  5897.      */
  5898.     protected function getCrudResponseListenerService()
  5899.     {
  5900.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
  5901.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5902.     }
  5903.     /**
  5904.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
  5905.      *
  5906.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
  5907.      */
  5908.     protected function getExceptionListenerService()
  5909.     {
  5910.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
  5911.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener(true, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5912.     }
  5913.     /**
  5914.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  5915.      *
  5916.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  5917.      */
  5918.     protected function getActionFactoryService()
  5919.     {
  5920.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  5921.     }
  5922.     /**
  5923.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  5924.      *
  5925.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  5926.      */
  5927.     protected function getControllerFactoryService()
  5928.     {
  5929.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  5930.     }
  5931.     /**
  5932.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  5933.      *
  5934.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  5935.      */
  5936.     protected function getEntityFactoryService()
  5937.     {
  5938.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  5939.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
  5940.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
  5941.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  5942.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
  5943.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  5944.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
  5945.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  5946.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  5947.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
  5948.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  5949.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
  5950.             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()));
  5951.             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()));
  5952.             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()));
  5953.             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))));
  5954.             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()));
  5955.             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()));
  5956.             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()));
  5957.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
  5958.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
  5959.             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()));
  5960.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->getChoiceConfiguratorService());
  5961.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->getSlugConfiguratorService());
  5962.             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()));
  5963.             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()));
  5964.             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()));
  5965.             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()));
  5966.             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()));
  5967.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
  5968.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5969.     }
  5970.     /**
  5971.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
  5972.      *
  5973.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
  5974.      */
  5975.     protected function getFilterFactoryService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
  5978.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new RewindableGenerator(function () {
  5979.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator()));
  5980.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator()));
  5981.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator()));
  5982.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
  5983.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator()));
  5984.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator()));
  5985.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
  5986.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
  5987.         }, 8));
  5988.     }
  5989.     /**
  5990.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
  5991.      *
  5992.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
  5993.      */
  5994.     protected function getFormFactoryService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
  5997.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  5998.     }
  5999.     /**
  6000.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
  6001.      *
  6002.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
  6003.      */
  6004.     protected function getPaginatorFactoryService()
  6005.     {
  6006.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
  6009.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())));
  6010.     }
  6011.     /**
  6012.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
  6013.      *
  6014.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
  6015.      */
  6016.     protected function getAssociationConfiguratorService()
  6017.     {
  6018.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
  6020.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6021.     }
  6022.     /**
  6023.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
  6024.      *
  6025.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
  6026.      */
  6027.     protected function getBooleanConfiguratorService()
  6028.     {
  6029.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
  6031.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator((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()));
  6032.     }
  6033.     /**
  6034.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator' shared service.
  6035.      *
  6036.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator
  6037.      */
  6038.     protected function getChoiceConfiguratorService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php';
  6042.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
  6043.     }
  6044.     /**
  6045.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
  6046.      *
  6047.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
  6048.      */
  6049.     protected function getCommonPostConfiguratorService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
  6053.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), 'UTF-8');
  6054.     }
  6055.     /**
  6056.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
  6057.      *
  6058.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
  6059.      */
  6060.     protected function getCommonPreConfiguratorService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
  6064.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6065.     }
  6066.     /**
  6067.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
  6068.      *
  6069.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
  6070.      */
  6071.     protected function getCountryConfiguratorService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
  6075.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  6076.     }
  6077.     /**
  6078.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
  6079.      *
  6080.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
  6081.      */
  6082.     protected function getDateTimeConfiguratorService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  6087.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  6088.     }
  6089.     /**
  6090.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
  6091.      *
  6092.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
  6093.      */
  6094.     protected function getMoneyConfiguratorService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  6099.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6100.     }
  6101.     /**
  6102.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
  6103.      *
  6104.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
  6105.      */
  6106.     protected function getNumberConfiguratorService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  6111.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  6112.     }
  6113.     /**
  6114.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator' shared service.
  6115.      *
  6116.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator
  6117.      */
  6118.     protected function getSlugConfiguratorService()
  6119.     {
  6120.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php';
  6122.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
  6123.     }
  6124.     /**
  6125.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
  6126.      *
  6127.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
  6128.      */
  6129.     protected function getEaCrudFormTypeExtensionService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
  6134.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  6135.     }
  6136.     /**
  6137.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
  6138.      *
  6139.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
  6140.      */
  6141.     protected function getCrudFormTypeService()
  6142.     {
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
  6146.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType(($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService()));
  6147.     }
  6148.     /**
  6149.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
  6150.      *
  6151.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  6152.      */
  6153.     protected function getFileUploadTypeService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  6159.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  6160.     }
  6161.     /**
  6162.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
  6163.      *
  6164.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
  6165.      */
  6166.     protected function getFiltersFormTypeService()
  6167.     {
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
  6171.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
  6172.     }
  6173.     /**
  6174.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
  6175.      *
  6176.      * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
  6177.      */
  6178.     protected function getEntityRepositoryService()
  6179.     {
  6180.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
  6182.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6183.     }
  6184.     /**
  6185.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
  6186.      *
  6187.      * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
  6188.      */
  6189.     protected function getEntityUpdaterService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
  6193.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6194.     }
  6195.     /**
  6196.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  6197.      *
  6198.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  6199.      */
  6200.     protected function getAdminContextProviderService()
  6201.     {
  6202.         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())));
  6203.     }
  6204.     /**
  6205.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
  6206.      *
  6207.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
  6208.      */
  6209.     protected function getFieldProviderService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
  6212.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  6213.     }
  6214.     /**
  6215.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  6216.      *
  6217.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  6218.      */
  6219.     protected function getCrudControllerRegistryService()
  6220.     {
  6221.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\CompanyCrudController'=> 'App\\Controller\\Admin\\CompanyMetaCrudController'=> 'App\\Controller\\Admin\\DepartmentsCrudController'=> 'App\\Controller\\Admin\\EmployeeCrudController'=> 'App\\Controller\\Admin\\ExternalUserCrudController'=> 'App\\Controller\\Admin\\LocationCrudController'=> 'App\\Controller\\Admin\\MyAccountCrudController'=> 'App\\Controller\\Admin\\QuadSettingsCrudController'=> 'App\\Controller\\Admin\\SiteConfigCrudController']);
  6222.     }
  6223.     /**
  6224.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  6225.      *
  6226.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  6227.      */
  6228.     protected function getAdminUrlGeneratorService()
  6229.     {
  6230.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  6231.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  6232.         };
  6233.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  6234.     }
  6235.     /**
  6236.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  6237.      *
  6238.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  6239.      */
  6240.     protected function getAuthorizationCheckerService()
  6241.     {
  6242.         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()));
  6243.     }
  6244.     /**
  6245.      * Gets the private 'Presta\ImageBundle\Form\Type\ImageType' shared service.
  6246.      *
  6247.      * @return \Presta\ImageBundle\Form\Type\ImageType
  6248.      */
  6249.     protected function getImageTypeService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/presta/image-bundle/Form/Type/ImageType.php';
  6254.         return $this->privates['Presta\\ImageBundle\\Form\\Type\\ImageType'] = new \Presta\ImageBundle\Form\Type\ImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6255.     }
  6256.     /**
  6257.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  6258.      *
  6259.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  6260.      */
  6261.     protected function getResetPasswordRemoveExpiredCommandService()
  6262.     {
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  6265.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  6266.         $instance->setName('reset-password:remove-expired');
  6267.         return $instance;
  6268.     }
  6269.     /**
  6270.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  6271.      *
  6272.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  6273.      */
  6274.     protected function getResetAssetsEventListenerService()
  6275.     {
  6276.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6277.     }
  6278.     /**
  6279.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  6280.      *
  6281.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  6282.      */
  6283.     protected function getCacheWarmer3Service()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  6287.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  6288.     }
  6289.     /**
  6290.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  6291.      *
  6292.      * @return \Vich\UploaderBundle\Util\Transliterator
  6293.      */
  6294.     protected function getTransliteratorService()
  6295.     {
  6296.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  6299.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en'))));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_range_filter' shared autowired service.
  6303.      *
  6304.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter
  6305.      */
  6306.     protected function getAnnotatedAppEntityEmployeeReviewApiPlatformCoreBridgeDoctrineOrmFilterRangeFilterService()
  6307.     {
  6308.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/RangeFilterTrait.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/RangeFilter.php';
  6318.         return $this->privates['annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_range_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['reviewQuarter' => NULL'reviewDate' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6319.     }
  6320.     /**
  6321.      * Gets the private 'annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  6322.      *
  6323.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  6324.      */
  6325.     protected function getAnnotatedAppEntityEmployeeReviewApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  6337.         return $this->privates['annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['employee' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6338.     }
  6339.     /**
  6340.      * Gets the private 'annotated_app_entity_employee_review_api_platform_core_serializer_filter_property_filter' shared autowired service.
  6341.      *
  6342.      * @return \ApiPlatform\Core\Serializer\Filter\PropertyFilter
  6343.      */
  6344.     protected function getAnnotatedAppEntityEmployeeReviewApiPlatformCoreSerializerFilterPropertyFilterService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  6349.         return $this->privates['annotated_app_entity_employee_review_api_platform_core_serializer_filter_property_filter'] = new \ApiPlatform\Core\Serializer\Filter\PropertyFilter('properties'falseNULL, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6350.     }
  6351.     /**
  6352.      * Gets the private 'annotations.cache_adapter' shared service.
  6353.      *
  6354.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6355.      */
  6356.     protected function getAnnotations_CacheAdapterService()
  6357.     {
  6358.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6359.     }
  6360.     /**
  6361.      * Gets the private 'annotations.cache_warmer' shared service.
  6362.      *
  6363.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6364.      */
  6365.     protected function getAnnotations_CacheWarmerService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6370.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  6371.     }
  6372.     /**
  6373.      * Gets the private 'annotations.cached_reader' shared service.
  6374.      *
  6375.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6376.      */
  6377.     protected function getAnnotations_CachedReaderService()
  6378.     {
  6379.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  6380.     }
  6381.     /**
  6382.      * Gets the private 'annotations.reader' shared service.
  6383.      *
  6384.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6385.      */
  6386.     protected function getAnnotations_ReaderService()
  6387.     {
  6388.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6389.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6390.         $a->registerUniqueLoader('class_exists');
  6391.         $instance->addGlobalIgnoredName('required'$a);
  6392.         return $instance;
  6393.     }
  6394.     /**
  6395.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  6396.      *
  6397.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6398.      */
  6399.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  6400.     {
  6401.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xZMaoc2+r0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6402.     }
  6403.     /**
  6404.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  6405.      *
  6406.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6407.      */
  6408.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  6409.     {
  6410.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lzGriW3F+k'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6411.     }
  6412.     /**
  6413.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  6414.      *
  6415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6416.      */
  6417.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  6418.     {
  6419.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fqqtYFY8w1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6420.     }
  6421.     /**
  6422.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  6423.      *
  6424.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6425.      */
  6426.     protected function getApiPlatform_Cache_RouteNameResolverService()
  6427.     {
  6428.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HzxzZBJuG9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6429.     }
  6430.     /**
  6431.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  6432.      *
  6433.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6434.      */
  6435.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  6436.     {
  6437.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+mJbc6Egyt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6438.     }
  6439.     /**
  6440.      * Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
  6441.      *
  6442.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
  6443.      */
  6444.     protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
  6445.     {
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6447.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6448.         return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'api_platform.cache.metadata.property'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.identifiers_extractor'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.elasticsearch.cache.metadata.document']);
  6449.     }
  6450.     /**
  6451.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  6452.      *
  6453.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  6454.      */
  6455.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  6456.     {
  6457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/DataPersister.php';
  6458.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6459.     }
  6460.     /**
  6461.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  6462.      *
  6463.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  6464.      */
  6465.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  6469.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  6470.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  6471.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  6472.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6473.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  6474.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  6475.         }, 5));
  6476.     }
  6477.     /**
  6478.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  6479.      *
  6480.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  6481.      */
  6482.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  6483.     {
  6484.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/ItemDataProvider.php';
  6488.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  6489.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6490.         }, 1));
  6491.     }
  6492.     /**
  6493.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  6494.      *
  6495.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  6496.      */
  6497.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  6498.     {
  6499.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  6501.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  6502.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  6503.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  6504.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6505.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  6506.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  6507.         }, 5), new RewindableGenerator(function () {
  6508.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6509.         }, 1));
  6510.     }
  6511.     /**
  6512.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  6513.      *
  6514.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  6515.      */
  6516.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  6517.     {
  6518.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6519.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6520.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  6523.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 1trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  6524.     }
  6525.     /**
  6526.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  6527.      *
  6528.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  6529.      */
  6530.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  6531.     {
  6532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  6535.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  6536.     }
  6537.     /**
  6538.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  6539.      *
  6540.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  6541.      */
  6542.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  6548.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6549.     }
  6550.     /**
  6551.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  6552.      *
  6553.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  6554.      */
  6555.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  6556.     {
  6557.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6558.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  6560.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6561.     }
  6562.     /**
  6563.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  6564.      *
  6565.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  6566.      */
  6567.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/Pagination.php';
  6574.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6575.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  6576.     }
  6577.     /**
  6578.      * Gets the private 'api_platform.filter_locator' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6581.      */
  6582.     protected function getApiPlatform_FilterLocatorService()
  6583.     {
  6584.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6585.             'annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_range_filter' => ['privates''annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_range_filter''getAnnotatedAppEntityEmployeeReviewApiPlatformCoreBridgeDoctrineOrmFilterRangeFilterService'false],
  6586.             'annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityEmployeeReviewApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  6587.             'annotated_app_entity_employee_review_api_platform_core_serializer_filter_property_filter' => ['privates''annotated_app_entity_employee_review_api_platform_core_serializer_filter_property_filter''getAnnotatedAppEntityEmployeeReviewApiPlatformCoreSerializerFilterPropertyFilterService'false],
  6588.         ], [
  6589.             'annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_range_filter' => '?',
  6590.             'annotated_app_entity_employee_review_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  6591.             'annotated_app_entity_employee_review_api_platform_core_serializer_filter_property_filter' => '?',
  6592.         ]);
  6593.     }
  6594.     /**
  6595.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  6596.      *
  6597.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  6598.      */
  6599.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  6600.     {
  6601.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6602.     }
  6603.     /**
  6604.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  6605.      *
  6606.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  6607.      */
  6608.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  6609.     {
  6610.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  6611.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  6612.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  6613.         }
  6614.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  6615.     }
  6616.     /**
  6617.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  6618.      *
  6619.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  6620.      */
  6621.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  6622.     {
  6623.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  6624.     }
  6625.     /**
  6626.      * Gets the private 'api_platform.identifier.converter' shared service.
  6627.      *
  6628.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  6629.      */
  6630.     protected function getApiPlatform_Identifier_ConverterService()
  6631.     {
  6632.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  6633.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] = new \ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer()));
  6634.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] = new \ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer()));
  6635.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  6636.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  6637.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? ($this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer()));
  6638.         }, 5));
  6639.     }
  6640.     /**
  6641.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  6642.      *
  6643.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  6644.      */
  6645.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  6646.     {
  6647.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  6648.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  6649.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  6650.     }
  6651.     /**
  6652.      * Gets the private 'api_platform.iri_converter' shared service.
  6653.      *
  6654.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  6655.      */
  6656.     protected function getApiPlatform_IriConverterService()
  6657.     {
  6658.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  6659.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6660.     }
  6661.     /**
  6662.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  6663.      *
  6664.      * @return \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand
  6665.      */
  6666.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  6667.     {
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  6670.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  6671.         $instance->setName('api:json-schema:generate');
  6672.         return $instance;
  6673.     }
  6674.     /**
  6675.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  6676.      *
  6677.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  6678.      */
  6679.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  6680.     {
  6681.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6682.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  6683.         return $instance;
  6684.     }
  6685.     /**
  6686.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  6687.      *
  6688.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  6689.      */
  6690.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  6691.     {
  6692.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  6693.     }
  6694.     /**
  6695.      * Gets the private 'api_platform.listener.exception' shared service.
  6696.      *
  6697.      * @return \ApiPlatform\Core\EventListener\ExceptionListener
  6698.      */
  6699.     protected function getApiPlatform_Listener_ExceptionService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ExceptionListener.php';
  6702.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Core\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service()));
  6703.     }
  6704.     /**
  6705.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  6706.      *
  6707.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener
  6708.      */
  6709.     protected function getApiPlatform_Listener_Exception_ValidationService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  6712.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  6713.     }
  6714.     /**
  6715.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  6716.      *
  6717.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  6718.      */
  6719.     protected function getApiPlatform_Listener_Request_AddFormatService()
  6720.     {
  6721.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  6722.     }
  6723.     /**
  6724.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  6725.      *
  6726.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  6727.      */
  6728.     protected function getApiPlatform_Listener_Request_DeserializeService()
  6729.     {
  6730.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6731.     }
  6732.     /**
  6733.      * Gets the private 'api_platform.listener.request.read' shared service.
  6734.      *
  6735.      * @return \ApiPlatform\Core\EventListener\ReadListener
  6736.      */
  6737.     protected function getApiPlatform_Listener_Request_ReadService()
  6738.     {
  6739.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6740.     }
  6741.     /**
  6742.      * Gets the private 'api_platform.listener.view.respond' shared service.
  6743.      *
  6744.      * @return \ApiPlatform\Core\EventListener\RespondListener
  6745.      */
  6746.     protected function getApiPlatform_Listener_View_RespondService()
  6747.     {
  6748.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/RespondListener.php';
  6749.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6750.     }
  6751.     /**
  6752.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  6753.      *
  6754.      * @return \ApiPlatform\Core\EventListener\SerializeListener
  6755.      */
  6756.     protected function getApiPlatform_Listener_View_SerializeService()
  6757.     {
  6758.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/SerializeListener.php';
  6759.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Core\EventListener\SerializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6760.     }
  6761.     /**
  6762.      * Gets the private 'api_platform.listener.view.validate' shared service.
  6763.      *
  6764.      * @return \ApiPlatform\Core\Validator\EventListener\ValidateListener
  6765.      */
  6766.     protected function getApiPlatform_Listener_View_ValidateService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/EventListener/ValidateListener.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Validator.php';
  6771.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Core\Validator\EventListener\ValidateListener(new \ApiPlatform\Core\Bridge\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6772.     }
  6773.     /**
  6774.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  6775.      *
  6776.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  6777.      */
  6778.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  6779.     {
  6780.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())));
  6781.     }
  6782.     /**
  6783.      * Gets the private 'api_platform.listener.view.write' shared service.
  6784.      *
  6785.      * @return \ApiPlatform\Core\EventListener\WriteListener
  6786.      */
  6787.     protected function getApiPlatform_Listener_View_WriteService()
  6788.     {
  6789.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/WriteListener.php';
  6790.         return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6791.     }
  6792.     /**
  6793.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  6794.      *
  6795.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  6796.      */
  6797.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  6798.     {
  6799.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6800.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  6801.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  6802.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  6803.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  6804.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  6805.         }, 4)));
  6806.     }
  6807.     /**
  6808.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  6809.      *
  6810.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  6811.      */
  6812.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  6813.     {
  6814.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  6815.     }
  6816.     /**
  6817.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  6818.      *
  6819.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  6820.      */
  6821.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  6822.     {
  6823.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  6825.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  6826.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  6827.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  6828.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  6829.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  6830.         }, 4));
  6831.     }
  6832.     /**
  6833.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  6834.      *
  6835.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  6836.      */
  6837.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  6838.     {
  6839.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6840.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  6841.     }
  6842.     /**
  6843.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  6844.      *
  6845.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  6846.      */
  6847.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  6848.     {
  6849.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  6850.     }
  6851.     /**
  6852.      * Gets the private 'api_platform.openapi.command' shared service.
  6853.      *
  6854.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand
  6855.      */
  6856.     protected function getApiPlatform_Openapi_CommandService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/OpenApiCommand.php';
  6860.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory'] ?? $this->getApiPlatform_Openapi_FactoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6861.         $instance->setName('api:openapi:export');
  6862.         return $instance;
  6863.     }
  6864.     /**
  6865.      * Gets the private 'api_platform.openapi.factory' shared service.
  6866.      *
  6867.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  6868.      */
  6869.     protected function getApiPlatform_Openapi_FactoryService()
  6870.     {
  6871.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  6872.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactory.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/PaginationOptions.php';
  6874.         return $this->privates['api_platform.openapi.factory'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Core\DataProvider\PaginationOptions(false'page'false'itemsPerPage'false'pagination'));
  6875.     }
  6876.     /**
  6877.      * Gets the private 'api_platform.openapi.options' shared service.
  6878.      *
  6879.      * @return \ApiPlatform\Core\OpenApi\Options
  6880.      */
  6881.     protected function getApiPlatform_Openapi_OptionsService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  6884.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\Core\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  6885.     }
  6886.     /**
  6887.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  6888.      *
  6889.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  6890.      */
  6891.     protected function getApiPlatform_OperationPathResolver_CustomService()
  6892.     {
  6893.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  6894.     }
  6895.     /**
  6896.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  6897.      *
  6898.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  6899.      */
  6900.     protected function getApiPlatform_OperationPathResolver_RouterService()
  6901.     {
  6902.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  6903.     }
  6904.     /**
  6905.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  6906.      *
  6907.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  6908.      */
  6909.     protected function getApiPlatform_ResourceClassResolverService()
  6910.     {
  6911.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  6912.     }
  6913.     /**
  6914.      * Gets the private 'api_platform.router' shared service.
  6915.      *
  6916.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  6917.      */
  6918.     protected function getApiPlatform_RouterService()
  6919.     {
  6920.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  6921.     }
  6922.     /**
  6923.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  6924.      *
  6925.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  6926.      */
  6927.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  6928.     {
  6929.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  6930.     }
  6931.     /**
  6932.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  6933.      *
  6934.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  6935.      */
  6936.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  6937.     {
  6938.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  6939.     }
  6940.     /**
  6941.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  6942.      *
  6943.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  6944.      */
  6945.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  6946.     {
  6947.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6948.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  6949.     }
  6950.     /**
  6951.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  6952.      *
  6953.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  6954.      */
  6955.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  6956.     {
  6957.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  6958.     }
  6959.     /**
  6960.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  6961.      *
  6962.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  6963.      */
  6964.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  6965.     {
  6966.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  6967.     }
  6968.     /**
  6969.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  6970.      *
  6971.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  6972.      */
  6973.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  6974.     {
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  6977.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  6978.         $instance->setName('api:swagger:export');
  6979.         return $instance;
  6980.     }
  6981.     /**
  6982.      * Gets the private 'assets.packages' shared service.
  6983.      *
  6984.      * @return \Symfony\Component\Asset\Packages
  6985.      */
  6986.     protected function getAssets_PackagesService()
  6987.     {
  6988.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6989.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  6990.             return new \EmptyIterator();
  6991.         }, 0));
  6992.     }
  6993.     /**
  6994.      * Gets the private 'cache.annotations' shared service.
  6995.      *
  6996.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6997.      */
  6998.     protected function getCache_AnnotationsService()
  6999.     {
  7000.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kRekI9LUZE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7001.     }
  7002.     /**
  7003.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  7004.      *
  7005.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7006.      */
  7007.     protected function getCache_Doctrine_Orm_Default_QueryService()
  7008.     {
  7009.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7010.     }
  7011.     /**
  7012.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  7013.      *
  7014.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7015.      */
  7016.     protected function getCache_Doctrine_Orm_Default_ResultService()
  7017.     {
  7018.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7019.     }
  7020.     /**
  7021.      * Gets the private 'cache.property_info' shared service.
  7022.      *
  7023.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7024.      */
  7025.     protected function getCache_PropertyInfoService()
  7026.     {
  7027.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JonS5AfJrr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7028.     }
  7029.     /**
  7030.      * Gets the private 'cache.security_expression_language' shared service.
  7031.      *
  7032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7033.      */
  7034.     protected function getCache_SecurityExpressionLanguageService()
  7035.     {
  7036.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5KmGj-2mks'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7037.     }
  7038.     /**
  7039.      * Gets the private 'cache.serializer' shared service.
  7040.      *
  7041.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7042.      */
  7043.     protected function getCache_SerializerService()
  7044.     {
  7045.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WZUbuNLcb0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7046.     }
  7047.     /**
  7048.      * Gets the private 'cache.validator' shared service.
  7049.      *
  7050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7051.      */
  7052.     protected function getCache_ValidatorService()
  7053.     {
  7054.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jeY13+s4lh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7055.     }
  7056.     /**
  7057.      * Gets the private 'cache.webpack_encore' shared service.
  7058.      *
  7059.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7060.      */
  7061.     protected function getCache_WebpackEncoreService()
  7062.     {
  7063.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QsFLjXiA7A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7064.     }
  7065.     /**
  7066.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  7067.      *
  7068.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  7069.      */
  7070.     protected function getCachePoolClearer_CacheWarmerService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  7074.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  7075.     }
  7076.     /**
  7077.      * Gets the private 'config_builder.warmer' shared service.
  7078.      *
  7079.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  7080.      */
  7081.     protected function getConfigBuilder_WarmerService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  7085.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7086.     }
  7087.     /**
  7088.      * Gets the private 'config_cache_factory' shared service.
  7089.      *
  7090.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  7091.      */
  7092.     protected function getConfigCacheFactoryService()
  7093.     {
  7094.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  7095.             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)));
  7096.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  7097.         }, 2));
  7098.     }
  7099.     /**
  7100.      * Gets the private 'console.command.about' shared service.
  7101.      *
  7102.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  7103.      */
  7104.     protected function getConsole_Command_AboutService()
  7105.     {
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  7108.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  7109.         $instance->setName('about');
  7110.         $instance->setDescription('Display information about the current project');
  7111.         return $instance;
  7112.     }
  7113.     /**
  7114.      * Gets the private 'console.command.assets_install' shared service.
  7115.      *
  7116.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  7117.      */
  7118.     protected function getConsole_Command_AssetsInstallService()
  7119.     {
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  7122.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  7123.         $instance->setName('assets:install');
  7124.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  7125.         return $instance;
  7126.     }
  7127.     /**
  7128.      * Gets the private 'console.command.cache_clear' shared service.
  7129.      *
  7130.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  7131.      */
  7132.     protected function getConsole_Command_CacheClearService()
  7133.     {
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  7136.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  7137.         $instance->setName('cache:clear');
  7138.         $instance->setDescription('Clear the cache');
  7139.         return $instance;
  7140.     }
  7141.     /**
  7142.      * Gets the private 'console.command.cache_pool_clear' shared service.
  7143.      *
  7144.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  7145.      */
  7146.     protected function getConsole_Command_CachePoolClearService()
  7147.     {
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  7150.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property']);
  7151.         $instance->setName('cache:pool:clear');
  7152.         $instance->setDescription('Clear cache pools');
  7153.         return $instance;
  7154.     }
  7155.     /**
  7156.      * Gets the private 'console.command.cache_pool_delete' shared service.
  7157.      *
  7158.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  7159.      */
  7160.     protected function getConsole_Command_CachePoolDeleteService()
  7161.     {
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  7164.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property']);
  7165.         $instance->setName('cache:pool:delete');
  7166.         $instance->setDescription('Delete an item from a cache pool');
  7167.         return $instance;
  7168.     }
  7169.     /**
  7170.      * Gets the private 'console.command.cache_pool_list' shared service.
  7171.      *
  7172.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  7173.      */
  7174.     protected function getConsole_Command_CachePoolListService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  7178.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property']);
  7179.         $instance->setName('cache:pool:list');
  7180.         $instance->setDescription('List available cache pools');
  7181.         return $instance;
  7182.     }
  7183.     /**
  7184.      * Gets the private 'console.command.cache_pool_prune' shared service.
  7185.      *
  7186.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  7187.      */
  7188.     protected function getConsole_Command_CachePoolPruneService()
  7189.     {
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  7192.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  7193.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  7194.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  7195.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  7196.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  7197.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  7198.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  7199.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  7200.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  7201.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  7202.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  7203.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  7204.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  7205.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  7206.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  7207.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  7208.             yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService());
  7209.         }, 16));
  7210.         $instance->setName('cache:pool:prune');
  7211.         $instance->setDescription('Prune cache pools');
  7212.         return $instance;
  7213.     }
  7214.     /**
  7215.      * Gets the private 'console.command.cache_warmup' shared service.
  7216.      *
  7217.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  7218.      */
  7219.     protected function getConsole_Command_CacheWarmupService()
  7220.     {
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  7223.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  7224.         $instance->setName('cache:warmup');
  7225.         $instance->setDescription('Warm up an empty cache');
  7226.         return $instance;
  7227.     }
  7228.     /**
  7229.      * Gets the private 'console.command.config_debug' shared service.
  7230.      *
  7231.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  7232.      */
  7233.     protected function getConsole_Command_ConfigDebugService()
  7234.     {
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  7240.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  7241.         $instance->setName('debug:config');
  7242.         $instance->setDescription('Dump the current configuration for an extension');
  7243.         return $instance;
  7244.     }
  7245.     /**
  7246.      * Gets the private 'console.command.config_dump_reference' shared service.
  7247.      *
  7248.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  7249.      */
  7250.     protected function getConsole_Command_ConfigDumpReferenceService()
  7251.     {
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  7257.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  7258.         $instance->setName('config:dump-reference');
  7259.         $instance->setDescription('Dump the default configuration for an extension');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'console.command.container_debug' shared service.
  7264.      *
  7265.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7266.      */
  7267.     protected function getConsole_Command_ContainerDebugService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7272.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7273.         $instance->setName('debug:container');
  7274.         $instance->setDescription('Display current services for an application');
  7275.         return $instance;
  7276.     }
  7277.     /**
  7278.      * Gets the private 'console.command.container_lint' shared service.
  7279.      *
  7280.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7281.      */
  7282.     protected function getConsole_Command_ContainerLintService()
  7283.     {
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7286.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7287.         $instance->setName('lint:container');
  7288.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  7289.         return $instance;
  7290.     }
  7291.     /**
  7292.      * Gets the private 'console.command.debug_autowiring' shared service.
  7293.      *
  7294.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7295.      */
  7296.     protected function getConsole_Command_DebugAutowiringService()
  7297.     {
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7302.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7303.         $instance->setName('debug:autowiring');
  7304.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  7305.         return $instance;
  7306.     }
  7307.     /**
  7308.      * Gets the private 'console.command.dotenv_debug' shared service.
  7309.      *
  7310.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  7311.      */
  7312.     protected function getConsole_Command_DotenvDebugService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  7316.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  7317.         $instance->setName('debug:dotenv');
  7318.         $instance->setDescription('Lists all dotenv files with variables and values');
  7319.         return $instance;
  7320.     }
  7321.     /**
  7322.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7323.      *
  7324.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7325.      */
  7326.     protected function getConsole_Command_EventDispatcherDebugService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7330.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  7331.         $instance->setName('debug:event-dispatcher');
  7332.         $instance->setDescription('Display configured listeners for an application');
  7333.         return $instance;
  7334.     }
  7335.     /**
  7336.      * Gets the private 'console.command.form_debug' shared service.
  7337.      *
  7338.      * @return \Symfony\Component\Form\Command\DebugCommand
  7339.      */
  7340.     protected function getConsole_Command_FormDebugService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7344.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'Presta\\ImageBundle\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [=> 'App\\Form\\AdminLoginForm'=> 'App\\Form\\ChangePasswordType'=> 'App\\Form\\EmployeeReviewsSkillScoresType'=> 'App\\Form\\EmployeeReviewsType'=> 'App\\Form\\EntityTypeMetaFieldSettingsType'=> 'App\\Form\\EntityTypeType'=> 'App\\Form\\ResetPasswordFormType'=> 'App\\Form\\ResetPasswordRequestFormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'12 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'13 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'14 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'15 => 'Presta\\ImageBundle\\Form\\Type\\ImageType'16 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'17 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'18 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'19 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7345.         $instance->setName('debug:form');
  7346.         $instance->setDescription('Display form type information');
  7347.         return $instance;
  7348.     }
  7349.     /**
  7350.      * Gets the private 'console.command.router_debug' shared service.
  7351.      *
  7352.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7353.      */
  7354.     protected function getConsole_Command_RouterDebugService()
  7355.     {
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7359.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7360.         $instance->setName('debug:router');
  7361.         $instance->setDescription('Display current routes for an application');
  7362.         return $instance;
  7363.     }
  7364.     /**
  7365.      * Gets the private 'console.command.router_match' shared service.
  7366.      *
  7367.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7368.      */
  7369.     protected function getConsole_Command_RouterMatchService()
  7370.     {
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7373.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  7374.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7375.         }, 1));
  7376.         $instance->setName('router:match');
  7377.         $instance->setDescription('Help debug routes by simulating a path info match');
  7378.         return $instance;
  7379.     }
  7380.     /**
  7381.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7382.      *
  7383.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7384.      */
  7385.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7391.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7392.         $instance->setName('secrets:decrypt-to-local');
  7393.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  7394.         return $instance;
  7395.     }
  7396.     /**
  7397.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7398.      *
  7399.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7400.      */
  7401.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7402.     {
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7407.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7408.         $instance->setName('secrets:encrypt-from-local');
  7409.         $instance->setDescription('Encrypt all local secrets to the vault');
  7410.         return $instance;
  7411.     }
  7412.     /**
  7413.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7414.      *
  7415.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7416.      */
  7417.     protected function getConsole_Command_SecretsGenerateKeyService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7423.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7424.         $instance->setName('secrets:generate-keys');
  7425.         $instance->setDescription('Generate new encryption keys');
  7426.         return $instance;
  7427.     }
  7428.     /**
  7429.      * Gets the private 'console.command.secrets_list' shared service.
  7430.      *
  7431.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7432.      */
  7433.     protected function getConsole_Command_SecretsListService()
  7434.     {
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7439.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7440.         $instance->setName('secrets:list');
  7441.         $instance->setDescription('List all secrets');
  7442.         return $instance;
  7443.     }
  7444.     /**
  7445.      * Gets the private 'console.command.secrets_remove' shared service.
  7446.      *
  7447.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7448.      */
  7449.     protected function getConsole_Command_SecretsRemoveService()
  7450.     {
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7455.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7456.         $instance->setName('secrets:remove');
  7457.         $instance->setDescription('Remove a secret from the vault');
  7458.         return $instance;
  7459.     }
  7460.     /**
  7461.      * Gets the private 'console.command.secrets_set' shared service.
  7462.      *
  7463.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7464.      */
  7465.     protected function getConsole_Command_SecretsSetService()
  7466.     {
  7467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7471.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7472.         $instance->setName('secrets:set');
  7473.         $instance->setDescription('Set a secret in the vault');
  7474.         return $instance;
  7475.     }
  7476.     /**
  7477.      * Gets the private 'console.command.translation_debug' shared service.
  7478.      *
  7479.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7480.      */
  7481.     protected function getConsole_Command_TranslationDebugService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7485.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), 12 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 13 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 14 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 15 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 16 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 17 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  7486.         $instance->setName('debug:translation');
  7487.         $instance->setDescription('Display translation messages information');
  7488.         return $instance;
  7489.     }
  7490.     /**
  7491.      * Gets the private 'console.command.translation_extract' shared service.
  7492.      *
  7493.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7494.      */
  7495.     protected function getConsole_Command_TranslationExtractService()
  7496.     {
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7499.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), 12 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 13 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 14 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 15 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 16 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 17 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  7500.         $instance->setName('translation:extract');
  7501.         $instance->setAliases([=> 'translation:update']);
  7502.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  7503.         return $instance;
  7504.     }
  7505.     /**
  7506.      * Gets the private 'console.command.translation_pull' shared service.
  7507.      *
  7508.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  7509.      */
  7510.     protected function getConsole_Command_TranslationPullService()
  7511.     {
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  7515.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  7516.         $instance->setName('translation:pull');
  7517.         $instance->setDescription('Pull translations from a given provider.');
  7518.         return $instance;
  7519.     }
  7520.     /**
  7521.      * Gets the private 'console.command.translation_push' shared service.
  7522.      *
  7523.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  7524.      */
  7525.     protected function getConsole_Command_TranslationPushService()
  7526.     {
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  7530.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  7531.         $instance->setName('translation:push');
  7532.         $instance->setDescription('Push translations to a given provider.');
  7533.         return $instance;
  7534.     }
  7535.     /**
  7536.      * Gets the private 'console.command.validator_debug' shared service.
  7537.      *
  7538.      * @return \Symfony\Component\Validator\Command\DebugCommand
  7539.      */
  7540.     protected function getConsole_Command_ValidatorDebugService()
  7541.     {
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  7544.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7545.         $instance->setName('debug:validator');
  7546.         $instance->setDescription('Display validation constraints for classes');
  7547.         return $instance;
  7548.     }
  7549.     /**
  7550.      * Gets the private 'console.command.xliff_lint' shared service.
  7551.      *
  7552.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  7553.      */
  7554.     protected function getConsole_Command_XliffLintService()
  7555.     {
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7558.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  7559.         $instance->setName('lint:xliff');
  7560.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  7561.         return $instance;
  7562.     }
  7563.     /**
  7564.      * Gets the private 'console.command.yaml_lint' shared service.
  7565.      *
  7566.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7567.      */
  7568.     protected function getConsole_Command_YamlLintService()
  7569.     {
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7573.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7574.         $instance->setName('lint:yaml');
  7575.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  7576.         return $instance;
  7577.     }
  7578.     /**
  7579.      * Gets the private 'console.error_listener' shared service.
  7580.      *
  7581.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7582.      */
  7583.     protected function getConsole_ErrorListenerService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7586.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7587.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7588.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7589.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7590.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7591.     }
  7592.     /**
  7593.      * Gets the private 'container.env_var_processor' shared service.
  7594.      *
  7595.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7596.      */
  7597.     protected function getContainer_EnvVarProcessorService()
  7598.     {
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7601.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7602.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  7603.         }, 1));
  7604.     }
  7605.     /**
  7606.      * Gets the private 'container.getenv' shared service.
  7607.      *
  7608.      * @return \Closure
  7609.      */
  7610.     protected function getContainer_GetenvService()
  7611.     {
  7612.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  7613.     }
  7614.     /**
  7615.      * Gets the private 'data_collector.form' shared service.
  7616.      *
  7617.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7618.      */
  7619.     protected function getDataCollector_FormService()
  7620.     {
  7621.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7622.     }
  7623.     /**
  7624.      * Gets the private 'data_collector.request' shared service.
  7625.      *
  7626.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  7627.      */
  7628.     protected function getDataCollector_RequestService()
  7629.     {
  7630.         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())));
  7631.     }
  7632.     /**
  7633.      * Gets the private 'data_collector.request.session_collector' shared service.
  7634.      *
  7635.      * @return \Closure
  7636.      */
  7637.     protected function getDataCollector_Request_SessionCollectorService()
  7638.     {
  7639.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  7640.     }
  7641.     /**
  7642.      * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
  7643.      *
  7644.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7645.      */
  7646.     protected function getAdminContextResolverService()
  7647.     {
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
  7651.         return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7652.     }
  7653.     /**
  7654.      * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
  7655.      *
  7656.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7657.      */
  7658.     protected function getBatchActionDtoResolverService()
  7659.     {
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
  7663.         return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7664.     }
  7665.     /**
  7666.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  7667.      *
  7668.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  7669.      */
  7670.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  7671.     {
  7672.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  7673.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  7674.         }, 1)));
  7675.     }
  7676.     /**
  7677.      * Gets the private 'debug.api_platform.data_persister' shared service.
  7678.      *
  7679.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  7680.      */
  7681.     protected function getDebug_ApiPlatform_DataPersisterService()
  7682.     {
  7683.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  7684.             yield => ($this->privates['App\\DataPersister\\CompanyDataPersister'] ?? $this->getCompanyDataPersisterService());
  7685.             yield => ($this->privates['App\\DataPersister\\CompanyMetaDataPersister'] ?? $this->getCompanyMetaDataPersisterService());
  7686.             yield => ($this->privates['App\\DataPersister\\LocationDataPersister'] ?? $this->getLocationDataPersisterService());
  7687.             yield => ($this->privates['App\\DataPersister\\LocationMetaDataPersister'] ?? $this->getLocationMetaDataPersisterService());
  7688.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  7689.         }, 5)));
  7690.     }
  7691.     /**
  7692.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  7693.      *
  7694.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  7695.      */
  7696.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  7697.     {
  7698.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  7699.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  7700.         }, 1)));
  7701.     }
  7702.     /**
  7703.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  7704.      *
  7705.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  7706.      */
  7707.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  7708.     {
  7709.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  7710.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  7711.         }, 1)));
  7712.     }
  7713.     /**
  7714.      * Gets the private 'debug.argument_resolver.default' shared service.
  7715.      *
  7716.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7717.      */
  7718.     protected function getDebug_ArgumentResolver_DefaultService()
  7719.     {
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7723.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7724.     }
  7725.     /**
  7726.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7727.      *
  7728.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7729.      */
  7730.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7731.     {
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7735.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.EIw_YFf'] ?? $this->get_ServiceLocator_EIwYFfService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7736.     }
  7737.     /**
  7738.      * Gets the private 'debug.argument_resolver.request' shared service.
  7739.      *
  7740.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7741.      */
  7742.     protected function getDebug_ArgumentResolver_RequestService()
  7743.     {
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7747.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7748.     }
  7749.     /**
  7750.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7751.      *
  7752.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7753.      */
  7754.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7755.     {
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7759.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7760.     }
  7761.     /**
  7762.      * Gets the private 'debug.argument_resolver.service' shared service.
  7763.      *
  7764.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7765.      */
  7766.     protected function getDebug_ArgumentResolver_ServiceService()
  7767.     {
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7771.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.EIw_YFf'] ?? $this->get_ServiceLocator_EIwYFfService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7772.     }
  7773.     /**
  7774.      * Gets the private 'debug.argument_resolver.session' shared service.
  7775.      *
  7776.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7777.      */
  7778.     protected function getDebug_ArgumentResolver_SessionService()
  7779.     {
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7783.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7784.     }
  7785.     /**
  7786.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7787.      *
  7788.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7789.      */
  7790.     protected function getDebug_ArgumentResolver_VariadicService()
  7791.     {
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7795.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7796.     }
  7797.     /**
  7798.      * Gets the private 'debug.controller_resolver' shared service.
  7799.      *
  7800.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  7801.      */
  7802.     protected function getDebug_ControllerResolverService()
  7803.     {
  7804.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7805.     }
  7806.     /**
  7807.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7808.      *
  7809.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7810.      */
  7811.     protected function getDebug_DebugHandlersListenerService()
  7812.     {
  7813.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7814.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7815.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7816.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7817.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7818.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  7819.     }
  7820.     /**
  7821.      * Gets the private 'debug.dump_listener' shared service.
  7822.      *
  7823.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7824.      */
  7825.     protected function getDebug_DumpListenerService()
  7826.     {
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7829.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  7830.     }
  7831.     /**
  7832.      * Gets the private 'debug.file_link_formatter' shared service.
  7833.      *
  7834.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7835.      */
  7836.     protected function getDebug_FileLinkFormatterService()
  7837.     {
  7838.         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 () {
  7839.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7840.         });
  7841.     }
  7842.     /**
  7843.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7844.      *
  7845.      * @return \string
  7846.      */
  7847.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7848.     {
  7849.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  7850.     }
  7851.     /**
  7852.      * Gets the private 'debug.log_processor' shared service.
  7853.      *
  7854.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7855.      */
  7856.     protected function getDebug_LogProcessorService()
  7857.     {
  7858.         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())));
  7859.     }
  7860.     /**
  7861.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7862.      *
  7863.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7864.      */
  7865.     protected function getDebug_Security_Access_DecisionManagerService()
  7866.     {
  7867.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  7868.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7869.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7870.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7871.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
  7872.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  7873.     }
  7874.     /**
  7875.      * Gets the private 'debug.security.firewall' shared service.
  7876.      *
  7877.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7878.      */
  7879.     protected function getDebug_Security_FirewallService()
  7880.     {
  7881.         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()));
  7882.     }
  7883.     /**
  7884.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7885.      *
  7886.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7887.      */
  7888.     protected function getDebug_Security_UserValueResolverService()
  7889.     {
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7893.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7894.     }
  7895.     /**
  7896.      * Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
  7897.      *
  7898.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7899.      */
  7900.     protected function getSecurityVoterService()
  7901.     {
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7906.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
  7907.         return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7908.     }
  7909.     /**
  7910.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7911.      *
  7912.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7913.      */
  7914.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7915.     {
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7920.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7921.     }
  7922.     /**
  7923.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7924.      *
  7925.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7926.      */
  7927.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7933.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7934.     }
  7935.     /**
  7936.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7937.      *
  7938.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7939.      */
  7940.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7941.     {
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7947.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7948.     }
  7949.     /**
  7950.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7951.      *
  7952.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7953.      */
  7954.     protected function getDebug_Security_Voter_VoteListenerService()
  7955.     {
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7957.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  7958.     }
  7959.     /**
  7960.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7961.      *
  7962.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7963.      */
  7964.     protected function getDoctrine_CacheClearMetadataCommandService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7970.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7971.         $instance->setName('doctrine:cache:clear-metadata');
  7972.         return $instance;
  7973.     }
  7974.     /**
  7975.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7976.      *
  7977.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7978.      */
  7979.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7980.     {
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7985.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7986.         $instance->setName('doctrine:cache:clear-query');
  7987.         return $instance;
  7988.     }
  7989.     /**
  7990.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7991.      *
  7992.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7993.      */
  7994.     protected function getDoctrine_CacheClearResultCommandService()
  7995.     {
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  8000.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  8001.         $instance->setName('doctrine:cache:clear-result');
  8002.         return $instance;
  8003.     }
  8004.     /**
  8005.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  8006.      *
  8007.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  8008.      */
  8009.     protected function getDoctrine_CacheCollectionRegionCommandService()
  8010.     {
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  8015.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  8016.         $instance->setName('doctrine:cache:clear-collection-region');
  8017.         return $instance;
  8018.     }
  8019.     /**
  8020.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8021.      *
  8022.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  8023.      */
  8024.     protected function getDoctrine_ClearEntityRegionCommandService()
  8025.     {
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  8030.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  8031.         $instance->setName('doctrine:cache:clear-entity-region');
  8032.         return $instance;
  8033.     }
  8034.     /**
  8035.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8036.      *
  8037.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  8038.      */
  8039.     protected function getDoctrine_ClearQueryRegionCommandService()
  8040.     {
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  8045.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  8046.         $instance->setName('doctrine:cache:clear-query-region');
  8047.         return $instance;
  8048.     }
  8049.     /**
  8050.      * Gets the private 'doctrine.database_create_command' shared service.
  8051.      *
  8052.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8053.      */
  8054.     protected function getDoctrine_DatabaseCreateCommandService()
  8055.     {
  8056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  8059.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8060.         $instance->setName('doctrine:database:create');
  8061.         return $instance;
  8062.     }
  8063.     /**
  8064.      * Gets the private 'doctrine.database_drop_command' shared service.
  8065.      *
  8066.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  8067.      */
  8068.     protected function getDoctrine_DatabaseDropCommandService()
  8069.     {
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  8073.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8074.         $instance->setName('doctrine:database:drop');
  8075.         return $instance;
  8076.     }
  8077.     /**
  8078.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  8079.      *
  8080.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  8081.      */
  8082.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  8083.     {
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  8088.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  8089.         $instance->setName('doctrine:ensure-production-settings');
  8090.         return $instance;
  8091.     }
  8092.     /**
  8093.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  8094.      *
  8095.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  8096.      */
  8097.     protected function getDoctrine_FixturesLoadCommandService()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  8105.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  8106.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  8107.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  8110.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  8111.         include_once \dirname(__DIR__4).'/src/DataFixtures/BaseFixture.php';
  8112.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixture.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  8115.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  8116.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixture(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []]]);
  8117.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  8118.         $instance->setName('doctrine:fixtures:load');
  8119.         return $instance;
  8120.     }
  8121.     /**
  8122.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  8123.      *
  8124.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  8125.      */
  8126.     protected function getDoctrine_MappingConvertCommandService()
  8127.     {
  8128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  8132.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  8133.         $instance->setName('doctrine:mapping:convert');
  8134.         return $instance;
  8135.     }
  8136.     /**
  8137.      * Gets the private 'doctrine.mapping_import_command' shared service.
  8138.      *
  8139.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  8140.      */
  8141.     protected function getDoctrine_MappingImportCommandService()
  8142.     {
  8143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8144.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  8146.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  8147.         $instance->setName('doctrine:mapping:import');
  8148.         return $instance;
  8149.     }
  8150.     /**
  8151.      * Gets the private 'doctrine.mapping_info_command' shared service.
  8152.      *
  8153.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  8154.      */
  8155.     protected function getDoctrine_MappingInfoCommandService()
  8156.     {
  8157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  8161.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  8162.         $instance->setName('doctrine:mapping:info');
  8163.         return $instance;
  8164.     }
  8165.     /**
  8166.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  8167.      *
  8168.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  8169.      */
  8170.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  8171.     {
  8172.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  8173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  8174.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  8175.     }
  8176.     /**
  8177.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  8178.      *
  8179.      * @return \Doctrine\Migrations\DependencyFactory
  8180.      */
  8181.     protected function getDoctrine_Migrations_DependencyFactoryService()
  8182.     {
  8183.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  8184.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  8185.         $a->setAllOrNothing(false);
  8186.         $a->setCheckDatabasePlatform(true);
  8187.         $a->setTransactional(true);
  8188.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  8189.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8190.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  8191.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  8192.         });
  8193.         return $instance;
  8194.     }
  8195.     /**
  8196.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  8197.      *
  8198.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  8199.      */
  8200.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  8201.     {
  8202.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  8203.     }
  8204.     /**
  8205.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  8206.      *
  8207.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  8208.      */
  8209.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  8210.     {
  8211.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  8212.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8213.     }
  8214.     /**
  8215.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  8216.      *
  8217.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  8218.      */
  8219.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  8220.     {
  8221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  8222.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  8223.     }
  8224.     /**
  8225.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  8226.      *
  8227.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  8228.      */
  8229.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  8230.     {
  8231.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  8232.         $instance->setGlobalBasename('mapping');
  8233.         return $instance;
  8234.     }
  8235.     /**
  8236.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  8237.      *
  8238.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  8239.      */
  8240.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  8241.     {
  8242.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  8244.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  8245.     }
  8246.     /**
  8247.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  8248.      *
  8249.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  8250.      */
  8251.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  8252.     {
  8253.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8254.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  8255.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  8256.             return new \EmptyIterator();
  8257.         }, 0));
  8258.     }
  8259.     /**
  8260.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  8261.      *
  8262.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  8263.      */
  8264.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  8265.     {
  8266.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  8268.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  8269.     }
  8270.     /**
  8271.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  8272.      *
  8273.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  8274.      */
  8275.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  8276.     {
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  8279.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8280.     }
  8281.     /**
  8282.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  8283.      *
  8284.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  8285.      */
  8286.     protected function getDoctrine_Orm_Validator_UniqueService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  8291.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8292.     }
  8293.     /**
  8294.      * Gets the private 'doctrine.query_dql_command' shared service.
  8295.      *
  8296.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  8297.      */
  8298.     protected function getDoctrine_QueryDqlCommandService()
  8299.     {
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  8304.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  8305.         $instance->setName('doctrine:query:dql');
  8306.         return $instance;
  8307.     }
  8308.     /**
  8309.      * Gets the private 'doctrine.query_sql_command' shared service.
  8310.      *
  8311.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  8312.      */
  8313.     protected function getDoctrine_QuerySqlCommandService()
  8314.     {
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8317.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  8318.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  8319.         $instance->setName('doctrine:query:sql');
  8320.         return $instance;
  8321.     }
  8322.     /**
  8323.      * Gets the private 'doctrine.schema_create_command' shared service.
  8324.      *
  8325.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  8326.      */
  8327.     protected function getDoctrine_SchemaCreateCommandService()
  8328.     {
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8331.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  8333.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  8334.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  8335.         $instance->setName('doctrine:schema:create');
  8336.         return $instance;
  8337.     }
  8338.     /**
  8339.      * Gets the private 'doctrine.schema_drop_command' shared service.
  8340.      *
  8341.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  8342.      */
  8343.     protected function getDoctrine_SchemaDropCommandService()
  8344.     {
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  8349.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  8350.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  8351.         $instance->setName('doctrine:schema:drop');
  8352.         return $instance;
  8353.     }
  8354.     /**
  8355.      * Gets the private 'doctrine.schema_update_command' shared service.
  8356.      *
  8357.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  8358.      */
  8359.     protected function getDoctrine_SchemaUpdateCommandService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  8366.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  8367.         $instance->setName('doctrine:schema:update');
  8368.         return $instance;
  8369.     }
  8370.     /**
  8371.      * Gets the private 'doctrine.schema_validate_command' shared service.
  8372.      *
  8373.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  8374.      */
  8375.     protected function getDoctrine_SchemaValidateCommandService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  8381.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  8382.         $instance->setName('doctrine:schema:validate');
  8383.         return $instance;
  8384.     }
  8385.     /**
  8386.      * Gets the private 'doctrine.ulid_generator' shared service.
  8387.      *
  8388.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  8389.      */
  8390.     protected function getDoctrine_UlidGeneratorService()
  8391.     {
  8392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  8394.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  8395.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  8396.     }
  8397.     /**
  8398.      * Gets the private 'doctrine.uuid_generator' shared service.
  8399.      *
  8400.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  8401.      */
  8402.     protected function getDoctrine_UuidGeneratorService()
  8403.     {
  8404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  8407.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  8408.     }
  8409.     /**
  8410.      * Gets the private 'doctrine_migrations.current_command' shared service.
  8411.      *
  8412.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  8413.      */
  8414.     protected function getDoctrineMigrations_CurrentCommandService()
  8415.     {
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  8419.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  8420.         $instance->setName('doctrine:migrations:current');
  8421.         return $instance;
  8422.     }
  8423.     /**
  8424.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  8425.      *
  8426.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  8427.      */
  8428.     protected function getDoctrineMigrations_DiffCommandService()
  8429.     {
  8430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  8433.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  8434.         $instance->setName('doctrine:migrations:diff');
  8435.         return $instance;
  8436.     }
  8437.     /**
  8438.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  8439.      *
  8440.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  8441.      */
  8442.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  8443.     {
  8444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  8447.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  8448.         $instance->setName('doctrine:migrations:dump-schema');
  8449.         return $instance;
  8450.     }
  8451.     /**
  8452.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  8453.      *
  8454.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  8455.      */
  8456.     protected function getDoctrineMigrations_ExecuteCommandService()
  8457.     {
  8458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  8461.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  8462.         $instance->setName('doctrine:migrations:execute');
  8463.         return $instance;
  8464.     }
  8465.     /**
  8466.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  8467.      *
  8468.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  8469.      */
  8470.     protected function getDoctrineMigrations_GenerateCommandService()
  8471.     {
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  8475.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  8476.         $instance->setName('doctrine:migrations:generate');
  8477.         return $instance;
  8478.     }
  8479.     /**
  8480.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8481.      *
  8482.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8483.      */
  8484.     protected function getDoctrineMigrations_LatestCommandService()
  8485.     {
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8489.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  8490.         $instance->setName('doctrine:migrations:latest');
  8491.         return $instance;
  8492.     }
  8493.     /**
  8494.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8495.      *
  8496.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8497.      */
  8498.     protected function getDoctrineMigrations_MigrateCommandService()
  8499.     {
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8503.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  8504.         $instance->setName('doctrine:migrations:migrate');
  8505.         return $instance;
  8506.     }
  8507.     /**
  8508.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8509.      *
  8510.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8511.      */
  8512.     protected function getDoctrineMigrations_RollupCommandService()
  8513.     {
  8514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8516.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8517.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  8518.         $instance->setName('doctrine:migrations:rollup');
  8519.         return $instance;
  8520.     }
  8521.     /**
  8522.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8523.      *
  8524.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8525.      */
  8526.     protected function getDoctrineMigrations_StatusCommandService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8531.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  8532.         $instance->setName('doctrine:migrations:status');
  8533.         return $instance;
  8534.     }
  8535.     /**
  8536.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8537.      *
  8538.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8539.      */
  8540.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8541.     {
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8543.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  8545.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  8546.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8547.         return $instance;
  8548.     }
  8549.     /**
  8550.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8551.      *
  8552.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8553.      */
  8554.     protected function getDoctrineMigrations_UpToDateCommandService()
  8555.     {
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8557.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8559.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  8560.         $instance->setName('doctrine:migrations:up-to-date');
  8561.         return $instance;
  8562.     }
  8563.     /**
  8564.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8565.      *
  8566.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8567.      */
  8568.     protected function getDoctrineMigrations_VersionCommandService()
  8569.     {
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8573.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  8574.         $instance->setName('doctrine:migrations:version');
  8575.         return $instance;
  8576.     }
  8577.     /**
  8578.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8579.      *
  8580.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8581.      */
  8582.     protected function getDoctrineMigrations_VersionsCommandService()
  8583.     {
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8586.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  8587.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  8588.         $instance->setName('doctrine:migrations:list');
  8589.         return $instance;
  8590.     }
  8591.     /**
  8592.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8593.      *
  8594.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8595.      */
  8596.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8597.     {
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8600.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8601.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8602.     }
  8603.     /**
  8604.      * Gets the private 'exception_listener' shared service.
  8605.      *
  8606.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8607.      */
  8608.     protected function getExceptionListener2Service()
  8609.     {
  8610.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  8611.     }
  8612.     /**
  8613.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8614.      *
  8615.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8616.      */
  8617.     protected function getForm_ChoiceListFactory_CachedService()
  8618.     {
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8623.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  8624.     }
  8625.     /**
  8626.      * Gets the private 'form.registry' shared service.
  8627.      *
  8628.      * @return \Symfony\Component\Form\FormRegistry
  8629.      */
  8630.     protected function getForm_RegistryService()
  8631.     {
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  8639.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8640.             'App\\Form\\AdminLoginForm' => ['privates''App\\Form\\AdminLoginForm''getAdminLoginFormService'false],
  8641.             'App\\Form\\ChangePasswordType' => ['privates''App\\Form\\ChangePasswordType''getChangePasswordTypeService'false],
  8642.             'App\\Form\\EmployeeReviewsSkillScoresType' => ['privates''App\\Form\\EmployeeReviewsSkillScoresType''getEmployeeReviewsSkillScoresTypeService'false],
  8643.             'App\\Form\\EmployeeReviewsType' => ['privates''App\\Form\\EmployeeReviewsType''getEmployeeReviewsTypeService'false],
  8644.             'App\\Form\\EntityTypeMetaFieldSettingsType' => ['privates''App\\Form\\EntityTypeMetaFieldSettingsType''getEntityTypeMetaFieldSettingsTypeService'false],
  8645.             'App\\Form\\EntityTypeType' => ['privates''App\\Form\\EntityTypeType''getEntityTypeTypeService'false],
  8646.             'App\\Form\\ResetPasswordFormType' => ['privates''App\\Form\\ResetPasswordFormType''getResetPasswordFormTypeService'false],
  8647.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  8648.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType''getCrudFormTypeService'false],
  8649.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType''getFileUploadTypeService'false],
  8650.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType''getFiltersFormTypeService'false],
  8651.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  8652.             'Presta\\ImageBundle\\Form\\Type\\ImageType' => ['privates''Presta\\ImageBundle\\Form\\Type\\ImageType''getImageTypeService'false],
  8653.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8654.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8655.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  8656.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  8657.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8658.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  8659.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  8660.         ], [
  8661.             'App\\Form\\AdminLoginForm' => '?',
  8662.             'App\\Form\\ChangePasswordType' => '?',
  8663.             'App\\Form\\EmployeeReviewsSkillScoresType' => '?',
  8664.             'App\\Form\\EmployeeReviewsType' => '?',
  8665.             'App\\Form\\EntityTypeMetaFieldSettingsType' => '?',
  8666.             'App\\Form\\EntityTypeType' => '?',
  8667.             'App\\Form\\ResetPasswordFormType' => '?',
  8668.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  8669.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  8670.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  8671.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  8672.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  8673.             'Presta\\ImageBundle\\Form\\Type\\ImageType' => '?',
  8674.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8675.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8676.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  8677.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8678.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8679.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  8680.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  8681.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8682.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8683.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8684.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8685.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8686.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8687.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8688.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
  8689.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8690.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8691.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8692.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8693.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  8694.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
  8695.         }, 1)], new RewindableGenerator(function () {
  8696.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8697.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8698.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8699.     }
  8700.     /**
  8701.      * Gets the private 'form.server_params' shared service.
  8702.      *
  8703.      * @return \Symfony\Component\Form\Util\ServerParams
  8704.      */
  8705.     protected function getForm_ServerParamsService()
  8706.     {
  8707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8708.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8709.     }
  8710.     /**
  8711.      * Gets the private 'form.type.choice' shared service.
  8712.      *
  8713.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8714.      */
  8715.     protected function getForm_Type_ChoiceService()
  8716.     {
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8720.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8721.     }
  8722.     /**
  8723.      * Gets the private 'form.type.color' shared service.
  8724.      *
  8725.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8726.      */
  8727.     protected function getForm_Type_ColorService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8732.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8733.     }
  8734.     /**
  8735.      * Gets the private 'form.type.entity' shared service.
  8736.      *
  8737.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8738.      */
  8739.     protected function getForm_Type_EntityService()
  8740.     {
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8745.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8746.     }
  8747.     /**
  8748.      * Gets the private 'form.type.form' shared service.
  8749.      *
  8750.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8751.      */
  8752.     protected function getForm_Type_FormService()
  8753.     {
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8758.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8759.     }
  8760.     /**
  8761.      * Gets the private 'form.type_extension.csrf' shared service.
  8762.      *
  8763.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8764.      */
  8765.     protected function getForm_TypeExtension_CsrfService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8770.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8771.     }
  8772.     /**
  8773.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8774.      *
  8775.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8776.      */
  8777.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8782.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  8783.     }
  8784.     /**
  8785.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8786.      *
  8787.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8788.      */
  8789.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8790.     {
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8796.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  8797.     }
  8798.     /**
  8799.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8800.      *
  8801.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8802.      */
  8803.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8804.     {
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8808.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8809.     }
  8810.     /**
  8811.      * Gets the private 'form.type_extension.form.validator' shared service.
  8812.      *
  8813.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8814.      */
  8815.     protected function getForm_TypeExtension_Form_ValidatorService()
  8816.     {
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8821.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8822.     }
  8823.     /**
  8824.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8825.      *
  8826.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8827.      */
  8828.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8829.     {
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8833.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8834.     }
  8835.     /**
  8836.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8837.      *
  8838.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8839.      */
  8840.     protected function getForm_TypeGuesser_DoctrineService()
  8841.     {
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8844.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8845.     }
  8846.     /**
  8847.      * Gets the private 'form.type_guesser.validator' shared service.
  8848.      *
  8849.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8850.      */
  8851.     protected function getForm_TypeGuesser_ValidatorService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8855.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8856.     }
  8857.     /**
  8858.      * Gets the private 'fragment.renderer.inline' shared service.
  8859.      *
  8860.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8861.      */
  8862.     protected function getFragment_Renderer_InlineService()
  8863.     {
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8867.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8868.         $instance->setFragmentPath('/_fragment');
  8869.         return $instance;
  8870.     }
  8871.     /**
  8872.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8873.      *
  8874.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8875.      */
  8876.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8877.     {
  8878.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  8879.     }
  8880.     /**
  8881.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8882.      *
  8883.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8884.      */
  8885.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8886.     {
  8887.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  8888.     }
  8889.     /**
  8890.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  8891.      *
  8892.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  8893.      */
  8894.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  8898.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  8899.     }
  8900.     /**
  8901.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  8902.      *
  8903.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  8904.      */
  8905.     protected function getLiipImagine_Command_CacheRemoveService()
  8906.     {
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  8909.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  8910.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  8911.         $instance->setName('liip:imagine:cache:remove');
  8912.         return $instance;
  8913.     }
  8914.     /**
  8915.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  8916.      *
  8917.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  8918.      */
  8919.     protected function getLiipImagine_Command_CacheResolveService()
  8920.     {
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  8923.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  8924.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  8925.         $instance->setName('liip:imagine:cache:resolve');
  8926.         return $instance;
  8927.     }
  8928.     /**
  8929.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  8930.      *
  8931.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  8932.      */
  8933.     protected function getLiipImagine_Filter_ConfigurationService()
  8934.     {
  8935.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  8936.     }
  8937.     /**
  8938.      * Gets the private 'liip_imagine.form.type.image' shared service.
  8939.      *
  8940.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  8941.      */
  8942.     protected function getLiipImagine_Form_Type_ImageService()
  8943.     {
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  8947.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  8948.     }
  8949.     /**
  8950.      * Gets the private 'liip_imagine.gd' shared service.
  8951.      *
  8952.      * @return \Imagine\Gd\Imagine
  8953.      */
  8954.     protected function getLiipImagine_GdService()
  8955.     {
  8956.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  8961.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  8962.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  8963.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  8964.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  8965.         return $instance;
  8966.     }
  8967.     /**
  8968.      * Gets the private 'liip_imagine.service.filter' shared service.
  8969.      *
  8970.      * @return \Liip\ImagineBundle\Service\FilterService
  8971.      */
  8972.     protected function getLiipImagine_Service_FilterService()
  8973.     {
  8974.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  8975.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8976.     }
  8977.     /**
  8978.      * Gets the private 'locale_aware_listener' shared service.
  8979.      *
  8980.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8981.      */
  8982.     protected function getLocaleAwareListenerService()
  8983.     {
  8984.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8985.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  8986.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8987.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8988.     }
  8989.     /**
  8990.      * Gets the private 'locale_listener' shared service.
  8991.      *
  8992.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8993.      */
  8994.     protected function getLocaleListenerService()
  8995.     {
  8996.         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, []);
  8997.     }
  8998.     /**
  8999.      * Gets the private 'mailer.mailer' shared service.
  9000.      *
  9001.      * @return \Symfony\Component\Mailer\Mailer
  9002.      */
  9003.     protected function getMailer_MailerService()
  9004.     {
  9005.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  9010.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  9011.             yield => $this->getMailer_TransportFactory_SendgridService();
  9012.             yield => $this->getMailer_TransportFactory_NullService();
  9013.             yield => $this->getMailer_TransportFactory_SendmailService();
  9014.             yield => $this->getMailer_TransportFactory_NativeService();
  9015.             yield => $this->getMailer_TransportFactory_SmtpService();
  9016.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9017.     }
  9018.     /**
  9019.      * Gets the private 'mailer.transport_factory.native' shared service.
  9020.      *
  9021.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  9022.      */
  9023.     protected function getMailer_TransportFactory_NativeService()
  9024.     {
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  9028.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9029.     }
  9030.     /**
  9031.      * Gets the private 'mailer.transport_factory.null' shared service.
  9032.      *
  9033.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  9034.      */
  9035.     protected function getMailer_TransportFactory_NullService()
  9036.     {
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9039.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  9040.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9041.     }
  9042.     /**
  9043.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  9044.      *
  9045.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  9046.      */
  9047.     protected function getMailer_TransportFactory_SendgridService()
  9048.     {
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  9052.         return new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9053.     }
  9054.     /**
  9055.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  9056.      *
  9057.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  9058.      */
  9059.     protected function getMailer_TransportFactory_SendmailService()
  9060.     {
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9062.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  9064.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9065.     }
  9066.     /**
  9067.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  9068.      *
  9069.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  9070.      */
  9071.     protected function getMailer_TransportFactory_SmtpService()
  9072.     {
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  9076.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  9077.     }
  9078.     /**
  9079.      * Gets the private 'maker.auto_command.make_auth' shared service.
  9080.      *
  9081.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9082.      */
  9083.     protected function getMaker_AutoCommand_MakeAuthService()
  9084.     {
  9085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9092.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9093.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9094.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  9095.         $instance->setName('make:auth');
  9096.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  9097.         return $instance;
  9098.     }
  9099.     /**
  9100.      * Gets the private 'maker.auto_command.make_command' shared service.
  9101.      *
  9102.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9103.      */
  9104.     protected function getMaker_AutoCommand_MakeCommandService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  9111.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9112.         $instance->setName('make:command');
  9113.         $instance->setDescription('Creates a new console command class');
  9114.         return $instance;
  9115.     }
  9116.     /**
  9117.      * Gets the private 'maker.auto_command.make_controller' shared service.
  9118.      *
  9119.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9120.      */
  9121.     protected function getMaker_AutoCommand_MakeControllerService()
  9122.     {
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  9128.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9129.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9130.         $instance->setName('make:controller');
  9131.         $instance->setDescription('Creates a new controller class');
  9132.         return $instance;
  9133.     }
  9134.     /**
  9135.      * Gets the private 'maker.auto_command.make_crud' shared service.
  9136.      *
  9137.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9138.      */
  9139.     protected function getMaker_AutoCommand_MakeCrudService()
  9140.     {
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  9146.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9147.         $instance->setName('make:crud');
  9148.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  9149.         return $instance;
  9150.     }
  9151.     /**
  9152.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  9153.      *
  9154.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9155.      */
  9156.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  9157.     {
  9158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  9163.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9164.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9165.         $instance->setName('make:docker:database');
  9166.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  9167.         return $instance;
  9168.     }
  9169.     /**
  9170.      * Gets the private 'maker.auto_command.make_entity' shared service.
  9171.      *
  9172.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9173.      */
  9174.     protected function getMaker_AutoCommand_MakeEntityService()
  9175.     {
  9176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9182.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9183.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9184.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  9185.         $instance->setName('make:entity');
  9186.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  9187.         return $instance;
  9188.     }
  9189.     /**
  9190.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  9191.      *
  9192.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9193.      */
  9194.     protected function getMaker_AutoCommand_MakeFixturesService()
  9195.     {
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9201.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9202.         $instance->setName('make:fixtures');
  9203.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  9204.         return $instance;
  9205.     }
  9206.     /**
  9207.      * Gets the private 'maker.auto_command.make_form' shared service.
  9208.      *
  9209.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9210.      */
  9211.     protected function getMaker_AutoCommand_MakeFormService()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9218.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9219.         $instance->setName('make:form');
  9220.         $instance->setDescription('Creates a new form class');
  9221.         return $instance;
  9222.     }
  9223.     /**
  9224.      * Gets the private 'maker.auto_command.make_message' shared service.
  9225.      *
  9226.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9227.      */
  9228.     protected function getMaker_AutoCommand_MakeMessageService()
  9229.     {
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9235.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9236.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9237.         $instance->setName('make:message');
  9238.         $instance->setDescription('Creates a new message and handler');
  9239.         return $instance;
  9240.     }
  9241.     /**
  9242.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  9243.      *
  9244.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9245.      */
  9246.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  9247.     {
  9248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9253.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9254.         $instance->setName('make:messenger-middleware');
  9255.         $instance->setDescription('Creates a new messenger middleware');
  9256.         return $instance;
  9257.     }
  9258.     /**
  9259.      * Gets the private 'maker.auto_command.make_migration' shared service.
  9260.      *
  9261.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9262.      */
  9263.     protected function getMaker_AutoCommand_MakeMigrationService()
  9264.     {
  9265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9271.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9272.         $instance->setName('make:migration');
  9273.         $instance->setDescription('Creates a new migration based on database changes');
  9274.         return $instance;
  9275.     }
  9276.     /**
  9277.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  9278.      *
  9279.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9280.      */
  9281.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  9282.     {
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9288.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9289.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9290.         $instance->setName('make:registration-form');
  9291.         $instance->setDescription('Creates a new registration form system');
  9292.         return $instance;
  9293.     }
  9294.     /**
  9295.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  9296.      *
  9297.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9298.      */
  9299.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  9300.     {
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9306.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9307.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9308.         $instance->setName('make:reset-password');
  9309.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  9310.         return $instance;
  9311.     }
  9312.     /**
  9313.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  9314.      *
  9315.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9316.      */
  9317.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9324.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9325.         $instance->setName('make:serializer:encoder');
  9326.         $instance->setDescription('Creates a new serializer encoder class');
  9327.         return $instance;
  9328.     }
  9329.     /**
  9330.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  9331.      *
  9332.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9333.      */
  9334.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9341.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9342.         $instance->setName('make:serializer:normalizer');
  9343.         $instance->setDescription('Creates a new serializer normalizer class');
  9344.         return $instance;
  9345.     }
  9346.     /**
  9347.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  9348.      *
  9349.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9350.      */
  9351.     protected function getMaker_AutoCommand_MakeSubscriberService()
  9352.     {
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  9359.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9360.         $instance->setName('make:subscriber');
  9361.         $instance->setDescription('Creates a new event subscriber class');
  9362.         return $instance;
  9363.     }
  9364.     /**
  9365.      * Gets the private 'maker.auto_command.make_test' shared service.
  9366.      *
  9367.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9368.      */
  9369.     protected function getMaker_AutoCommand_MakeTestService()
  9370.     {
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9377.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9378.         $instance->setName('make:test');
  9379.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9380.         $instance->setDescription('Creates a new test class');
  9381.         return $instance;
  9382.     }
  9383.     /**
  9384.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9385.      *
  9386.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9387.      */
  9388.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9389.     {
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9395.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9396.         $instance->setName('make:twig-extension');
  9397.         $instance->setDescription('Creates a new Twig extension class');
  9398.         return $instance;
  9399.     }
  9400.     /**
  9401.      * Gets the private 'maker.auto_command.make_user' shared service.
  9402.      *
  9403.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9404.      */
  9405.     protected function getMaker_AutoCommand_MakeUserService()
  9406.     {
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9414.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9415.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9416.         $instance->setName('make:user');
  9417.         $instance->setDescription('Creates a new security user class');
  9418.         return $instance;
  9419.     }
  9420.     /**
  9421.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9422.      *
  9423.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9424.      */
  9425.     protected function getMaker_AutoCommand_MakeValidatorService()
  9426.     {
  9427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9432.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9433.         $instance->setName('make:validator');
  9434.         $instance->setDescription('Creates a new validator and constraint class');
  9435.         return $instance;
  9436.     }
  9437.     /**
  9438.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9439.      *
  9440.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9441.      */
  9442.     protected function getMaker_AutoCommand_MakeVoterService()
  9443.     {
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9449.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9450.         $instance->setName('make:voter');
  9451.         $instance->setDescription('Creates a new security voter class');
  9452.         return $instance;
  9453.     }
  9454.     /**
  9455.      * Gets the private 'maker.doctrine_helper' shared service.
  9456.      *
  9457.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9458.      */
  9459.     protected function getMaker_DoctrineHelperService()
  9460.     {
  9461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9462.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  9463.     }
  9464.     /**
  9465.      * Gets the private 'maker.entity_class_generator' shared service.
  9466.      *
  9467.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9468.      */
  9469.     protected function getMaker_EntityClassGeneratorService()
  9470.     {
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9472.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9473.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  9474.         return $instance;
  9475.     }
  9476.     /**
  9477.      * Gets the private 'maker.file_manager' shared service.
  9478.      *
  9479.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9480.      */
  9481.     protected function getMaker_FileManagerService()
  9482.     {
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9487.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  9488.     }
  9489.     /**
  9490.      * Gets the private 'maker.generator' shared service.
  9491.      *
  9492.      * @return \Symfony\Bundle\MakerBundle\Generator
  9493.      */
  9494.     protected function getMaker_GeneratorService()
  9495.     {
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9498.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  9499.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  9500.     }
  9501.     /**
  9502.      * Gets the private 'maker.php_compat_util' shared service.
  9503.      *
  9504.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9505.      */
  9506.     protected function getMaker_PhpCompatUtilService()
  9507.     {
  9508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9509.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9510.     }
  9511.     /**
  9512.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9513.      *
  9514.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9515.      */
  9516.     protected function getMaker_Renderer_FormTypeRendererService()
  9517.     {
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9519.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9520.     }
  9521.     /**
  9522.      * Gets the private 'mime_types' shared service.
  9523.      *
  9524.      * @return \Symfony\Component\Mime\MimeTypes
  9525.      */
  9526.     protected function getMimeTypesService()
  9527.     {
  9528.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9529.         $instance->setDefault($instance);
  9530.         return $instance;
  9531.     }
  9532.     /**
  9533.      * Gets the private 'monolog.command.server_log' shared service.
  9534.      *
  9535.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9536.      */
  9537.     protected function getMonolog_Command_ServerLogService()
  9538.     {
  9539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9540.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9541.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9542.         $instance->setName('server:log');
  9543.         $instance->setDescription('Start a log server that displays logs in real time');
  9544.         return $instance;
  9545.     }
  9546.     /**
  9547.      * Gets the private 'monolog.handler.console' shared service.
  9548.      *
  9549.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9550.      */
  9551.     protected function getMonolog_Handler_ConsoleService()
  9552.     {
  9553.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9554.     }
  9555.     /**
  9556.      * Gets the private 'monolog.handler.main' shared service.
  9557.      *
  9558.      * @return \Monolog\Handler\StreamHandler
  9559.      */
  9560.     protected function getMonolog_Handler_MainService()
  9561.     {
  9562.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9563.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9564.         return $instance;
  9565.     }
  9566.     /**
  9567.      * Gets the private 'monolog.logger' shared service.
  9568.      *
  9569.      * @return \Symfony\Bridge\Monolog\Logger
  9570.      */
  9571.     protected function getMonolog_LoggerService()
  9572.     {
  9573.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9574.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9575.         $instance->useMicrosecondTimestamps(true);
  9576.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9577.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9578.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9579.         return $instance;
  9580.     }
  9581.     /**
  9582.      * Gets the private 'monolog.logger.cache' shared service.
  9583.      *
  9584.      * @return \Symfony\Bridge\Monolog\Logger
  9585.      */
  9586.     protected function getMonolog_Logger_CacheService()
  9587.     {
  9588.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9589.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9590.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9591.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9593.         return $instance;
  9594.     }
  9595.     /**
  9596.      * Gets the private 'monolog.logger.mailer' shared service.
  9597.      *
  9598.      * @return \Symfony\Bridge\Monolog\Logger
  9599.      */
  9600.     protected function getMonolog_Logger_MailerService()
  9601.     {
  9602.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  9603.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9604.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9605.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9606.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9607.         return $instance;
  9608.     }
  9609.     /**
  9610.      * Gets the private 'monolog.logger.request' shared service.
  9611.      *
  9612.      * @return \Symfony\Bridge\Monolog\Logger
  9613.      */
  9614.     protected function getMonolog_Logger_RequestService()
  9615.     {
  9616.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9617.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9618.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9619.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9621.         return $instance;
  9622.     }
  9623.     /**
  9624.      * Gets the private 'monolog.logger.security' shared service.
  9625.      *
  9626.      * @return \Symfony\Bridge\Monolog\Logger
  9627.      */
  9628.     protected function getMonolog_Logger_SecurityService()
  9629.     {
  9630.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9632.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9633.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9635.         return $instance;
  9636.     }
  9637.     /**
  9638.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9639.      *
  9640.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9641.      */
  9642.     protected function getNelmioCors_CorsListenerService()
  9643.     {
  9644.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  9645.     }
  9646.     /**
  9647.      * Gets the private 'parameter_bag' shared service.
  9648.      *
  9649.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9650.      */
  9651.     protected function getParameterBagService()
  9652.     {
  9653.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9654.     }
  9655.     /**
  9656.      * Gets the private 'profiler_listener' shared service.
  9657.      *
  9658.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9659.      */
  9660.     protected function getProfilerListenerService()
  9661.     {
  9662.         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);
  9663.     }
  9664.     /**
  9665.      * Gets the private 'property_accessor' shared service.
  9666.      *
  9667.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9668.      */
  9669.     protected function getPropertyAccessorService()
  9670.     {
  9671.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9672.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  9673.     }
  9674.     /**
  9675.      * Gets the private 'property_info' shared service.
  9676.      *
  9677.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9678.      */
  9679.     protected function getPropertyInfoService()
  9680.     {
  9681.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9682.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9683.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9684.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9685.         }, 3), new RewindableGenerator(function () {
  9686.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9687.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9688.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9689.         }, 3), new RewindableGenerator(function () {
  9690.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9691.         }, 1), new RewindableGenerator(function () {
  9692.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9693.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9694.         }, 2), new RewindableGenerator(function () {
  9695.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9696.         }, 1));
  9697.     }
  9698.     /**
  9699.      * Gets the private 'property_info.serializer_extractor' shared service.
  9700.      *
  9701.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9702.      */
  9703.     protected function getPropertyInfo_SerializerExtractorService()
  9704.     {
  9705.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9706.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  9707.     }
  9708.     /**
  9709.      * Gets the private 'router.cache_warmer' shared service.
  9710.      *
  9711.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9712.      */
  9713.     protected function getRouter_CacheWarmerService()
  9714.     {
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9717.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9718.             'router' => ['services''router''getRouterService'false],
  9719.         ], [
  9720.             'router' => '?',
  9721.         ]))->withContext('router.cache_warmer'$this));
  9722.     }
  9723.     /**
  9724.      * Gets the private 'router.expression_language_provider' shared service.
  9725.      *
  9726.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9727.      */
  9728.     protected function getRouter_ExpressionLanguageProviderService()
  9729.     {
  9730.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9731.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9732.         ], [
  9733.             'env' => 'Closure',
  9734.         ]));
  9735.     }
  9736.     /**
  9737.      * Gets the private 'router.request_context' shared service.
  9738.      *
  9739.      * @return \Symfony\Component\Routing\RequestContext
  9740.      */
  9741.     protected function getRouter_RequestContextService()
  9742.     {
  9743.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  9744.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9745.         return $instance;
  9746.     }
  9747.     /**
  9748.      * Gets the private 'router_listener' shared service.
  9749.      *
  9750.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9751.      */
  9752.     protected function getRouterListenerService()
  9753.     {
  9754.         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);
  9755.     }
  9756.     /**
  9757.      * Gets the private 'secrets.vault' shared service.
  9758.      *
  9759.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9760.      */
  9761.     protected function getSecrets_VaultService()
  9762.     {
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9766.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9767.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9768.     }
  9769.     /**
  9770.      * Gets the private 'security.access_listener' shared service.
  9771.      *
  9772.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9773.      */
  9774.     protected function getSecurity_AccessListenerService()
  9775.     {
  9776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9779.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($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()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9780.     }
  9781.     /**
  9782.      * Gets the private 'security.access_map' shared service.
  9783.      *
  9784.      * @return \Symfony\Component\Security\Http\AccessMap
  9785.      */
  9786.     protected function getSecurity_AccessMapService()
  9787.     {
  9788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9791.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9792.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9793.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9794.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9795.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9796.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'ROLE_USER'], NULL);
  9797.         return $instance;
  9798.     }
  9799.     /**
  9800.      * Gets the private 'security.authentication.guard_handler' shared service.
  9801.      *
  9802.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9803.      *
  9804.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9805.      */
  9806.     protected function getSecurity_Authentication_GuardHandlerService()
  9807.     {
  9808.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9811.         $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  9812.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9813.         return $instance;
  9814.     }
  9815.     /**
  9816.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9817.      *
  9818.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9819.      *
  9820.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9821.      */
  9822.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9823.     {
  9824.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9825.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9826.     }
  9827.     /**
  9828.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  9829.      *
  9830.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9831.      *
  9832.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  9833.      */
  9834.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  9835.     {
  9836.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  9837.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  9838.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9839.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9840.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  9841.         return $instance;
  9842.     }
  9843.     /**
  9844.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  9845.      *
  9846.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  9847.      *
  9848.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  9849.      */
  9850.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  9851.     {
  9852.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  9853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9855.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9856.     }
  9857.     /**
  9858.      * Gets the private 'security.authentication.manager' shared service.
  9859.      *
  9860.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9861.      *
  9862.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9863.      */
  9864.     protected function getSecurity_Authentication_ManagerService()
  9865.     {
  9866.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9867.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9868.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  9869.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  9870.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  9871.         }, 3), true);
  9872.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9873.         return $instance;
  9874.     }
  9875.     /**
  9876.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  9877.      *
  9878.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9879.      *
  9880.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  9881.      */
  9882.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  9883.     {
  9884.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9885.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9886.     }
  9887.     /**
  9888.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  9889.      *
  9890.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9891.      *
  9892.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  9893.      */
  9894.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  9895.     {
  9896.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  9897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9899.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9900.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9901.         }, 1), ($this->privates['App\\Security\\UserProvider'] ?? $this->getUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  9902.     }
  9903.     /**
  9904.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  9905.      *
  9906.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  9907.      *
  9908.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  9909.      */
  9910.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  9911.     {
  9912.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9915.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  9916.     }
  9917.     /**
  9918.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  9919.      *
  9920.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  9921.      */
  9922.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9928.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  9929.             yield => ($this->privates['App\\Security\\UserProvider'] ?? $this->getUserProviderService());
  9930.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9931.     }
  9932.     /**
  9933.      * Gets the private 'security.authentication_utils' shared service.
  9934.      *
  9935.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9936.      */
  9937.     protected function getSecurity_AuthenticationUtilsService()
  9938.     {
  9939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9940.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9941.     }
  9942.     /**
  9943.      * Gets the private 'security.channel_listener' shared service.
  9944.      *
  9945.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9946.      */
  9947.     protected function getSecurity_ChannelListenerService()
  9948.     {
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9952.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9953.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  9954.     }
  9955.     /**
  9956.      * Gets the private 'security.command.debug_firewall' shared service.
  9957.      *
  9958.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9959.      */
  9960.     protected function getSecurity_Command_DebugFirewallService()
  9961.     {
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9964.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  9965.         $instance->setName('debug:firewall');
  9966.         $instance->setDescription('Display information about your security firewall(s)');
  9967.         return $instance;
  9968.     }
  9969.     /**
  9970.      * Gets the private 'security.command.user_password_encoder' shared service.
  9971.      *
  9972.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9973.      *
  9974.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9975.      */
  9976.     protected function getSecurity_Command_UserPasswordEncoderService()
  9977.     {
  9978.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9979.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  9980.         $instance->setName('security:encode-password');
  9981.         $instance->setDescription('Encode a password');
  9982.         return $instance;
  9983.     }
  9984.     /**
  9985.      * Gets the private 'security.command.user_password_hash' shared service.
  9986.      *
  9987.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9988.      */
  9989.     protected function getSecurity_Command_UserPasswordHashService()
  9990.     {
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9993.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  9994.         $instance->setName('security:hash-password');
  9995.         $instance->setDescription('Hash a user password');
  9996.         return $instance;
  9997.     }
  9998.     /**
  9999.      * Gets the private 'security.context_listener.0' shared service.
  10000.      *
  10001.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10002.      */
  10003.     protected function getSecurity_ContextListener_0Service()
  10004.     {
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  10008.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  10009.             yield => ($this->privates['App\\Security\\UserProvider'] ?? $this->getUserProviderService());
  10010.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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']);
  10011.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  10012.         return $instance;
  10013.     }
  10014.     /**
  10015.      * Gets the private 'security.csrf.token_storage' shared service.
  10016.      *
  10017.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10018.      */
  10019.     protected function getSecurity_Csrf_TokenStorageService()
  10020.     {
  10021.         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())));
  10022.     }
  10023.     /**
  10024.      * Gets the private 'security.encoder_factory.generic' shared service.
  10025.      *
  10026.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10027.      *
  10028.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  10029.      */
  10030.     protected function getSecurity_EncoderFactory_GenericService()
  10031.     {
  10032.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  10033.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  10034.     }
  10035.     /**
  10036.      * Gets the private 'security.event_dispatcher.main' shared service.
  10037.      *
  10038.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  10039.      */
  10040.     protected function getSecurity_EventDispatcher_MainService()
  10041.     {
  10042.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  10043.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10044.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  10045.         }, => 'onLogout'], 64);
  10046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10047.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  10048.         }, => 'onLogout'], 0);
  10049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10050.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  10051.         }, => 'onLogout'], 0);
  10052.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10053.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  10054.         }, => 'onLogout'], 0);
  10055.         return $instance;
  10056.     }
  10057.     /**
  10058.      * Gets the private 'security.expression_language' shared service.
  10059.      *
  10060.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  10061.      */
  10062.     protected function getSecurity_ExpressionLanguageService()
  10063.     {
  10064.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  10065.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  10066.         return $instance;
  10067.     }
  10068.     /**
  10069.      * Gets the private 'security.firewall.map' shared service.
  10070.      *
  10071.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10072.      */
  10073.     protected function getSecurity_Firewall_MapService()
  10074.     {
  10075.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  10076.             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)/')));
  10077.             yield 'security.firewall.map.context.main' => NULL;
  10078.         }, 2));
  10079.     }
  10080.     /**
  10081.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10082.      *
  10083.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10084.      */
  10085.     protected function getSecurity_Firewall_Map_Context_DevService()
  10086.     {
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10089.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10090.             return new \EmptyIterator();
  10091.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10092.     }
  10093.     /**
  10094.      * Gets the private 'security.firewall.map.context.main' shared service.
  10095.      *
  10096.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10097.      */
  10098.     protected function getSecurity_Firewall_Map_Context_MainService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10107.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10108.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10109.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10110.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10111.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10112.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  10113.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  10114.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10115.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10116.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'App\\Security\\UserProvider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL));
  10117.     }
  10118.     /**
  10119.      * Gets the private 'security.http_utils' shared service.
  10120.      *
  10121.      * @return \Symfony\Component\Security\Http\HttpUtils
  10122.      */
  10123.     protected function getSecurity_HttpUtilsService()
  10124.     {
  10125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10126.         $a = ($this->services['router'] ?? $this->getRouterService());
  10127.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10128.     }
  10129.     /**
  10130.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10131.      *
  10132.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10133.      */
  10134.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10135.     {
  10136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10137.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  10138.     }
  10139.     /**
  10140.      * Gets the private 'security.logout.listener.default.main' shared service.
  10141.      *
  10142.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10143.      */
  10144.     protected function getSecurity_Logout_Listener_Default_MainService()
  10145.     {
  10146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10147.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10148.     }
  10149.     /**
  10150.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  10151.      *
  10152.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  10153.      */
  10154.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  10155.     {
  10156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  10157.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  10158.     }
  10159.     /**
  10160.      * Gets the private 'security.logout_url_generator' shared service.
  10161.      *
  10162.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10163.      */
  10164.     protected function getSecurity_LogoutUrlGeneratorService()
  10165.     {
  10166.         $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()));
  10167.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  10168.         return $instance;
  10169.     }
  10170.     /**
  10171.      * Gets the private 'security.password_hasher_factory' shared service.
  10172.      *
  10173.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10174.      */
  10175.     protected function getSecurity_PasswordHasherFactoryService()
  10176.     {
  10177.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10178.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10179.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  10180.     }
  10181.     /**
  10182.      * Gets the private 'security.role_hierarchy' shared service.
  10183.      *
  10184.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10185.      */
  10186.     protected function getSecurity_RoleHierarchyService()
  10187.     {
  10188.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10189.     }
  10190.     /**
  10191.      * Gets the private 'security.user_password_hasher' shared service.
  10192.      *
  10193.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  10194.      */
  10195.     protected function getSecurity_UserPasswordHasherService()
  10196.     {
  10197.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  10199.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10200.     }
  10201.     /**
  10202.      * Gets the private 'security.validator.user_password' shared service.
  10203.      *
  10204.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10205.      */
  10206.     protected function getSecurity_Validator_UserPasswordService()
  10207.     {
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10211.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10212.     }
  10213.     /**
  10214.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10215.      *
  10216.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10217.      */
  10218.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10219.     {
  10220.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10221.     }
  10222.     /**
  10223.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10224.      *
  10225.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10226.      */
  10227.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10228.     {
  10229.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10230.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10231.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10232.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10233.     }
  10234.     /**
  10235.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10236.      *
  10237.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10238.      */
  10239.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10240.     {
  10241.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  10242.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  10243.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10244.     }
  10245.     /**
  10246.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10247.      *
  10248.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10249.      */
  10250.     protected function getSensioFrameworkExtra_View_ListenerService()
  10251.     {
  10252.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  10253.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10254.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10255.         ], [
  10256.             'twig' => '?',
  10257.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10258.         return $instance;
  10259.     }
  10260.     /**
  10261.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10262.      *
  10263.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10264.      */
  10265.     protected function getSerializer_Mapping_CacheWarmerService()
  10266.     {
  10267.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10270.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  10271.     }
  10272.     /**
  10273.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10274.      *
  10275.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10276.      */
  10277.     protected function getSerializer_NameConverter_MetadataAwareService()
  10278.     {
  10279.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  10280.     }
  10281.     /**
  10282.      * Gets the private 'session.factory' shared service.
  10283.      *
  10284.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10285.      */
  10286.     protected function getSession_FactoryService()
  10287.     {
  10288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10290.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  10291.     }
  10292.     /**
  10293.      * Gets the private 'session.storage.factory.service' shared service.
  10294.      *
  10295.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10296.      *
  10297.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  10298.      */
  10299.     protected function getSession_Storage_Factory_ServiceService()
  10300.     {
  10301.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  10302.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10303.     }
  10304.     /**
  10305.      * Gets the private 'session.storage.metadata_bag' shared service.
  10306.      *
  10307.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10308.      *
  10309.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10310.      */
  10311.     protected function getSession_Storage_MetadataBagService()
  10312.     {
  10313.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10314.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10315.     }
  10316.     /**
  10317.      * Gets the private 'session.storage.native' shared service.
  10318.      *
  10319.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10320.      *
  10321.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10322.      */
  10323.     protected function getSession_Storage_NativeService()
  10324.     {
  10325.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10326.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  10327.     }
  10328.     /**
  10329.      * Gets the private 'session_listener' shared service.
  10330.      *
  10331.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10332.      */
  10333.     protected function getSessionListenerService()
  10334.     {
  10335.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10336.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10337.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10338.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10339.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10340.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10341.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10342.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10343.         ], [
  10344.             'initialized_session' => '?',
  10345.             'logger' => '?',
  10346.             'request_stack' => '?',
  10347.             'session' => '?',
  10348.             'session_collector' => '?',
  10349.             'session_factory' => '?',
  10350.             'session_storage' => '?',
  10351.         ]), true$this->parameters['session.storage.options']);
  10352.     }
  10353.     /**
  10354.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  10355.      *
  10356.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  10357.      */
  10358.     protected function getSymfonycasts_ResetPassword_CleanerService()
  10359.     {
  10360.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  10361.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  10362.     }
  10363.     /**
  10364.      * Gets the private 'symfonycasts.reset_password.helper' shared service.
  10365.      *
  10366.      * @return \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper
  10367.      */
  10368.     protected function getSymfonycasts_ResetPassword_HelperService()
  10369.     {
  10370.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  10372.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  10374.         return $this->privates['symfonycasts.reset_password.helper'] = new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36003600);
  10375.     }
  10376.     /**
  10377.      * Gets the private 'translation.extractor' shared service.
  10378.      *
  10379.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10380.      */
  10381.     protected function getTranslation_ExtractorService()
  10382.     {
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10388.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10389.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10390.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10391.         return $instance;
  10392.     }
  10393.     /**
  10394.      * Gets the private 'translation.loader.csv' shared service.
  10395.      *
  10396.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10397.      */
  10398.     protected function getTranslation_Loader_CsvService()
  10399.     {
  10400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10404.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10405.     }
  10406.     /**
  10407.      * Gets the private 'translation.loader.dat' shared service.
  10408.      *
  10409.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10410.      */
  10411.     protected function getTranslation_Loader_DatService()
  10412.     {
  10413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10416.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10417.     }
  10418.     /**
  10419.      * Gets the private 'translation.loader.ini' shared service.
  10420.      *
  10421.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10422.      */
  10423.     protected function getTranslation_Loader_IniService()
  10424.     {
  10425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10429.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10430.     }
  10431.     /**
  10432.      * Gets the private 'translation.loader.json' shared service.
  10433.      *
  10434.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10435.      */
  10436.     protected function getTranslation_Loader_JsonService()
  10437.     {
  10438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10442.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10443.     }
  10444.     /**
  10445.      * Gets the private 'translation.loader.mo' shared service.
  10446.      *
  10447.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10448.      */
  10449.     protected function getTranslation_Loader_MoService()
  10450.     {
  10451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10455.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10456.     }
  10457.     /**
  10458.      * Gets the private 'translation.loader.php' shared service.
  10459.      *
  10460.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10461.      */
  10462.     protected function getTranslation_Loader_PhpService()
  10463.     {
  10464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10468.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10469.     }
  10470.     /**
  10471.      * Gets the private 'translation.loader.po' shared service.
  10472.      *
  10473.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10474.      */
  10475.     protected function getTranslation_Loader_PoService()
  10476.     {
  10477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10481.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10482.     }
  10483.     /**
  10484.      * Gets the private 'translation.loader.qt' shared service.
  10485.      *
  10486.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10487.      */
  10488.     protected function getTranslation_Loader_QtService()
  10489.     {
  10490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10492.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10493.     }
  10494.     /**
  10495.      * Gets the private 'translation.loader.res' shared service.
  10496.      *
  10497.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10498.      */
  10499.     protected function getTranslation_Loader_ResService()
  10500.     {
  10501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10503.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10504.     }
  10505.     /**
  10506.      * Gets the private 'translation.loader.xliff' shared service.
  10507.      *
  10508.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10509.      */
  10510.     protected function getTranslation_Loader_XliffService()
  10511.     {
  10512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10514.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10515.     }
  10516.     /**
  10517.      * Gets the private 'translation.loader.yml' shared service.
  10518.      *
  10519.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10520.      */
  10521.     protected function getTranslation_Loader_YmlService()
  10522.     {
  10523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10527.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10528.     }
  10529.     /**
  10530.      * Gets the private 'translation.provider_collection' shared service.
  10531.      *
  10532.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10533.      */
  10534.     protected function getTranslation_ProviderCollectionService()
  10535.     {
  10536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10538.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10539.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10540.         }, 1), []))->fromConfig([]);
  10541.     }
  10542.     /**
  10543.      * Gets the private 'translation.reader' shared service.
  10544.      *
  10545.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10546.      */
  10547.     protected function getTranslation_ReaderService()
  10548.     {
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10565.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10566.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10567.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10568.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10569.         $instance->addLoader('yaml'$a);
  10570.         $instance->addLoader('yml'$a);
  10571.         $instance->addLoader('xlf'$b);
  10572.         $instance->addLoader('xliff'$b);
  10573.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10574.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10575.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10576.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10577.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10578.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10579.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10580.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10581.         return $instance;
  10582.     }
  10583.     /**
  10584.      * Gets the private 'translation.warmer' shared service.
  10585.      *
  10586.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10587.      */
  10588.     protected function getTranslation_WarmerService()
  10589.     {
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10592.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10593.             'translator' => ['services''translator''getTranslatorService'false],
  10594.         ], [
  10595.             'translator' => '?',
  10596.         ]))->withContext('translation.warmer'$this));
  10597.     }
  10598.     /**
  10599.      * Gets the private 'translation.writer' shared service.
  10600.      *
  10601.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10602.      */
  10603.     protected function getTranslation_WriterService()
  10604.     {
  10605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10619.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10620.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10621.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10622.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10623.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10624.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10625.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10626.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10627.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10628.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10629.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10630.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10631.         return $instance;
  10632.     }
  10633.     /**
  10634.      * Gets the private 'translator.default' shared service.
  10635.      *
  10636.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10637.      */
  10638.     protected function getTranslator_DefaultService()
  10639.     {
  10640.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10641.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10642.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10643.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10644.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10645.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10646.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10647.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10648.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10649.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10650.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10651.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10652.         ], [
  10653.             'translation.loader.csv' => '?',
  10654.             'translation.loader.dat' => '?',
  10655.             'translation.loader.ini' => '?',
  10656.             'translation.loader.json' => '?',
  10657.             'translation.loader.mo' => '?',
  10658.             'translation.loader.php' => '?',
  10659.             'translation.loader.po' => '?',
  10660.             'translation.loader.qt' => '?',
  10661.             'translation.loader.res' => '?',
  10662.             'translation.loader.xliff' => '?',
  10663.             'translation.loader.yml' => '?',
  10664.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), '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/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\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/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.de.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.en.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.fr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/vich/uploader-bundle/translations/messages.lt.yaml'), => (\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/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.nl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/presta/image-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/presta/image-bundle/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/debug-bundle/translations'19 => 'vendor/symfony/maker-bundle/src/translations'20 => 'vendor/stof/doctrine-extensions-bundle/src/translations'21 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'22 => 'vendor/symfony/webpack-encore-bundle/src/translations'23 => 'vendor/liip/imagine-bundle/translations'24 => 'vendor/nelmio/cors-bundle/translations'25 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations']]], []);
  10665.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10666.         $instance->setFallbackLocales([=> 'en']);
  10667.         return $instance;
  10668.     }
  10669.     /**
  10670.      * Gets the private 'twig.command.debug' shared service.
  10671.      *
  10672.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10673.      */
  10674.     protected function getTwig_Command_DebugService()
  10675.     {
  10676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10678.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10679.         $instance->setName('debug:twig');
  10680.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10681.         return $instance;
  10682.     }
  10683.     /**
  10684.      * Gets the private 'twig.command.lint' shared service.
  10685.      *
  10686.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10687.      */
  10688.     protected function getTwig_Command_LintService()
  10689.     {
  10690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10691.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10692.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10693.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10694.         $instance->setName('lint:twig');
  10695.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10696.         return $instance;
  10697.     }
  10698.     /**
  10699.      * Gets the private 'twig.form.renderer' shared service.
  10700.      *
  10701.      * @return \Symfony\Component\Form\FormRenderer
  10702.      */
  10703.     protected function getTwig_Form_RendererService()
  10704.     {
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10709.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10710.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10711.     }
  10712.     /**
  10713.      * Gets the private 'twig.mailer.message_listener' shared service.
  10714.      *
  10715.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10716.      */
  10717.     protected function getTwig_Mailer_MessageListenerService()
  10718.     {
  10719.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10720.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10721.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10722.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10723.     }
  10724.     /**
  10725.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10726.      *
  10727.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10728.      */
  10729.     protected function getTwig_Runtime_HttpkernelService()
  10730.     {
  10731.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10732.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10736.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10737.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10738.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10739.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10740.         ], [
  10741.             'inline' => '?',
  10742.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  10743.     }
  10744.     /**
  10745.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10746.      *
  10747.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10748.      */
  10749.     protected function getTwig_Runtime_SecurityCsrfService()
  10750.     {
  10751.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10752.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10753.     }
  10754.     /**
  10755.      * Gets the private 'twig.runtime.serializer' shared service.
  10756.      *
  10757.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10758.      */
  10759.     protected function getTwig_Runtime_SerializerService()
  10760.     {
  10761.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10762.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10763.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10764.     }
  10765.     /**
  10766.      * Gets the private 'twig.template_cache_warmer' shared service.
  10767.      *
  10768.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10769.      */
  10770.     protected function getTwig_TemplateCacheWarmerService()
  10771.     {
  10772.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10773.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10774.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10775.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10776.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10777.         ], [
  10778.             'twig' => '?',
  10779.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  10780.     }
  10781.     /**
  10782.      * Gets the private 'validator.builder' shared service.
  10783.      *
  10784.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10785.      */
  10786.     protected function getValidator_BuilderService()
  10787.     {
  10788.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10789.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10790.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10791.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10792.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10793.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10794.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10795.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10796.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10797.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10798.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10799.         ], [
  10800.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10801.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10802.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10803.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10804.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10805.             'doctrine.orm.validator.unique' => '?',
  10806.             'security.validator.user_password' => '?',
  10807.             'validator.expression' => '?',
  10808.         ])));
  10809.         if ($this->has('translator')) {
  10810.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10811.         }
  10812.         $instance->setTranslationDomain('validators');
  10813.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10814.         $instance->enableAnnotationMapping(true);
  10815.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10816.         $instance->addMethodMapping('loadValidatorMetadata');
  10817.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10818.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10819.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10820.         return $instance;
  10821.     }
  10822.     /**
  10823.      * Gets the private 'validator.email' shared service.
  10824.      *
  10825.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10826.      */
  10827.     protected function getValidator_EmailService()
  10828.     {
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10832.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10833.     }
  10834.     /**
  10835.      * Gets the private 'validator.expression' shared service.
  10836.      *
  10837.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10838.      */
  10839.     protected function getValidator_ExpressionService()
  10840.     {
  10841.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10842.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10843.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10844.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  10845.     }
  10846.     /**
  10847.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10848.      *
  10849.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10850.      */
  10851.     protected function getValidator_Mapping_CacheWarmerService()
  10852.     {
  10853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10856.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10857.     }
  10858.     /**
  10859.      * Gets the private 'validator.not_compromised_password' shared service.
  10860.      *
  10861.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10862.      */
  10863.     protected function getValidator_NotCompromisedPasswordService()
  10864.     {
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10868.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  10869.     }
  10870.     /**
  10871.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10872.      *
  10873.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10874.      */
  10875.     protected function getVarDumper_Command_ServerDumpService()
  10876.     {
  10877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10878.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10879.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10883.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10884.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10885.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10886.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10888.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  10889.         $instance->setName('server:dump');
  10890.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  10891.         return $instance;
  10892.     }
  10893.     /**
  10894.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10895.      *
  10896.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10897.      */
  10898.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10899.     {
  10900.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10901.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10902.         return $instance;
  10903.     }
  10904.     /**
  10905.      * Gets the private 'var_dumper.html_dumper' shared service.
  10906.      *
  10907.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10908.      */
  10909.     protected function getVarDumper_HtmlDumperService()
  10910.     {
  10911.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10912.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10913.         return $instance;
  10914.     }
  10915.     /**
  10916.      * Gets the private 'var_dumper.server_connection' shared service.
  10917.      *
  10918.      * @return \Symfony\Component\VarDumper\Server\Connection
  10919.      */
  10920.     protected function getVarDumper_ServerConnectionService()
  10921.     {
  10922.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  10923.     }
  10924.     /**
  10925.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  10926.      *
  10927.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  10928.      */
  10929.     protected function getVichUploader_Command_MappingDebugService()
  10930.     {
  10931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  10933.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  10934.         $instance->setName('vich:mapping:debug');
  10935.         return $instance;
  10936.     }
  10937.     /**
  10938.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  10939.      *
  10940.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  10941.      */
  10942.     protected function getVichUploader_Command_MappingDebugClassService()
  10943.     {
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  10946.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10947.         $instance->setName('vich:mapping:debug-class');
  10948.         return $instance;
  10949.     }
  10950.     /**
  10951.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  10952.      *
  10953.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  10954.      */
  10955.     protected function getVichUploader_Command_MappingListClassesService()
  10956.     {
  10957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  10959.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10960.         $instance->setName('vich:mapping:list-classes');
  10961.         return $instance;
  10962.     }
  10963.     /**
  10964.      * Gets the private 'vich_uploader.listener.clean.company_image' shared service.
  10965.      *
  10966.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10967.      */
  10968.     protected function getVichUploader_Listener_Clean_CompanyImageService()
  10969.     {
  10970.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10971.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10972.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10973.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10974.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10975.         return $this->privates['vich_uploader.listener.clean.company_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('company_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10976.     }
  10977.     /**
  10978.      * Gets the private 'vich_uploader.listener.clean.employee_avatar' shared service.
  10979.      *
  10980.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10981.      */
  10982.     protected function getVichUploader_Listener_Clean_EmployeeAvatarService()
  10983.     {
  10984.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10987.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10988.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10989.         return $this->privates['vich_uploader.listener.clean.employee_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('employee_avatar', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10990.     }
  10991.     /**
  10992.      * Gets the private 'vich_uploader.listener.clean.location_image' shared service.
  10993.      *
  10994.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10995.      */
  10996.     protected function getVichUploader_Listener_Clean_LocationImageService()
  10997.     {
  10998.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11000.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  11001.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11002.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11003.         return $this->privates['vich_uploader.listener.clean.location_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('location_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11004.     }
  11005.     /**
  11006.      * Gets the private 'vich_uploader.listener.remove.company_image' shared service.
  11007.      *
  11008.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  11009.      */
  11010.     protected function getVichUploader_Listener_Remove_CompanyImageService()
  11011.     {
  11012.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11013.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11014.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  11015.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11016.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11017.         return $this->privates['vich_uploader.listener.remove.company_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('company_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11018.     }
  11019.     /**
  11020.      * Gets the private 'vich_uploader.listener.remove.employee_avatar' shared service.
  11021.      *
  11022.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  11023.      */
  11024.     protected function getVichUploader_Listener_Remove_EmployeeAvatarService()
  11025.     {
  11026.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11031.         return $this->privates['vich_uploader.listener.remove.employee_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('employee_avatar', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11032.     }
  11033.     /**
  11034.      * Gets the private 'vich_uploader.listener.remove.location_image' shared service.
  11035.      *
  11036.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  11037.      */
  11038.     protected function getVichUploader_Listener_Remove_LocationImageService()
  11039.     {
  11040.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11041.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  11043.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11044.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11045.         return $this->privates['vich_uploader.listener.remove.location_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('location_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11046.     }
  11047.     /**
  11048.      * Gets the private 'vich_uploader.listener.upload.company_image' shared service.
  11049.      *
  11050.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  11051.      */
  11052.     protected function getVichUploader_Listener_Upload_CompanyImageService()
  11053.     {
  11054.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  11057.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11059.         return $this->privates['vich_uploader.listener.upload.company_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('company_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11060.     }
  11061.     /**
  11062.      * Gets the private 'vich_uploader.listener.upload.employee_avatar' shared service.
  11063.      *
  11064.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  11065.      */
  11066.     protected function getVichUploader_Listener_Upload_EmployeeAvatarService()
  11067.     {
  11068.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  11071.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11072.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11073.         return $this->privates['vich_uploader.listener.upload.employee_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('employee_avatar', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11074.     }
  11075.     /**
  11076.      * Gets the private 'vich_uploader.listener.upload.location_image' shared service.
  11077.      *
  11078.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  11079.      */
  11080.     protected function getVichUploader_Listener_Upload_LocationImageService()
  11081.     {
  11082.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  11084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  11087.         return $this->privates['vich_uploader.listener.upload.location_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('location_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  11088.     }
  11089.     /**
  11090.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  11091.      *
  11092.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  11093.      */
  11094.     protected function getVichUploader_MetadataReaderService()
  11095.     {
  11096.         $a = new \Metadata\Driver\FileLocator([]);
  11097.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader()), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  11098.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  11099.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  11100.     }
  11101.     /**
  11102.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  11103.      *
  11104.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  11105.      */
  11106.     protected function getVichUploader_PropertyMappingFactoryService()
  11107.     {
  11108.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  11109.     }
  11110.     /**
  11111.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  11112.      *
  11113.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  11114.      */
  11115.     protected function getVichUploader_Storage_FileSystemService()
  11116.     {
  11117.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  11118.     }
  11119.     /**
  11120.      * Gets the private 'web_profiler.csp.handler' shared service.
  11121.      *
  11122.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11123.      */
  11124.     protected function getWebProfiler_Csp_HandlerService()
  11125.     {
  11126.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11127.     }
  11128.     /**
  11129.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11130.      *
  11131.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11132.      */
  11133.     protected function getWebProfiler_DebugToolbarService()
  11134.     {
  11135.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  11136.     }
  11137.     /**
  11138.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  11139.      *
  11140.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  11141.      */
  11142.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  11143.     {
  11144.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  11145.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  11146.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  11147.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  11148.     }
  11149.     /**
  11150.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  11151.      *
  11152.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  11153.      */
  11154.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  11155.     {
  11156.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11157.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  11158.         ], [
  11159.             '_default' => '?',
  11160.         ]), '_default');
  11161.     }
  11162.     /**
  11163.      * Gets the private 'webpack_encore.exception_listener' shared service.
  11164.      *
  11165.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  11166.      */
  11167.     protected function getWebpackEncore_ExceptionListenerService()
  11168.     {
  11169.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  11170.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  11171.     }
  11172.     /**
  11173.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  11174.      *
  11175.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  11176.      */
  11177.     protected function getWebpackEncore_TagRendererService()
  11178.     {
  11179.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  11180.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11181.     }
  11182.     /**
  11183.      * Gets the public 'cache_clearer' alias.
  11184.      *
  11185.      * @return object The ".container.private.cache_clearer" service.
  11186.      */
  11187.     protected function getCacheClearerService()
  11188.     {
  11189.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  11190.         return $this->get('.container.private.cache_clearer');
  11191.     }
  11192.     /**
  11193.      * Gets the public 'filesystem' alias.
  11194.      *
  11195.      * @return object The ".container.private.filesystem" service.
  11196.      */
  11197.     protected function getFilesystemService()
  11198.     {
  11199.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  11200.         return $this->get('.container.private.filesystem');
  11201.     }
  11202.     /**
  11203.      * Gets the public 'security.csrf.token_manager' alias.
  11204.      *
  11205.      * @return object The ".container.private.security.csrf.token_manager" service.
  11206.      */
  11207.     protected function getSecurity_Csrf_TokenManagerService()
  11208.     {
  11209.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  11210.         return $this->get('.container.private.security.csrf.token_manager');
  11211.     }
  11212.     /**
  11213.      * Gets the public 'form.factory' alias.
  11214.      *
  11215.      * @return object The ".container.private.form.factory" service.
  11216.      */
  11217.     protected function getForm_FactoryService()
  11218.     {
  11219.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11220.         return $this->get('.container.private.form.factory');
  11221.     }
  11222.     /**
  11223.      * Gets the public 'form.type.file' alias.
  11224.      *
  11225.      * @return object The ".container.private.form.type.file" service.
  11226.      */
  11227.     protected function getForm_Type_FileService()
  11228.     {
  11229.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11230.         return $this->get('.container.private.form.type.file');
  11231.     }
  11232.     /**
  11233.      * Gets the public 'profiler' alias.
  11234.      *
  11235.      * @return object The ".container.private.profiler" service.
  11236.      */
  11237.     protected function getProfilerService()
  11238.     {
  11239.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11240.         return $this->get('.container.private.profiler');
  11241.     }
  11242.     /**
  11243.      * Gets the public 'serializer' alias.
  11244.      *
  11245.      * @return object The ".container.private.serializer" service.
  11246.      */
  11247.     protected function getSerializerService()
  11248.     {
  11249.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  11250.         return $this->get('.container.private.serializer');
  11251.     }
  11252.     /**
  11253.      * Gets the public 'twig' alias.
  11254.      *
  11255.      * @return object The ".container.private.twig" service.
  11256.      */
  11257.     protected function getTwigService()
  11258.     {
  11259.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11260.         return $this->get('.container.private.twig');
  11261.     }
  11262.     /**
  11263.      * Gets the public 'security.authorization_checker' alias.
  11264.      *
  11265.      * @return object The ".container.private.security.authorization_checker" service.
  11266.      */
  11267.     protected function getSecurity_AuthorizationCheckerService()
  11268.     {
  11269.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11270.         return $this->get('.container.private.security.authorization_checker');
  11271.     }
  11272.     /**
  11273.      * Gets the public 'security.token_storage' alias.
  11274.      *
  11275.      * @return object The ".container.private.security.token_storage" service.
  11276.      */
  11277.     protected function getSecurity_TokenStorageService()
  11278.     {
  11279.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11280.         return $this->get('.container.private.security.token_storage');
  11281.     }
  11282.     /**
  11283.      * Gets the public 'security.password_encoder' alias.
  11284.      *
  11285.      * @return object The ".container.private.security.password_encoder" service.
  11286.      */
  11287.     protected function getSecurity_PasswordEncoderService()
  11288.     {
  11289.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11290.         return $this->get('.container.private.security.password_encoder');
  11291.     }
  11292.     /**
  11293.      * Gets the public 'session' alias.
  11294.      *
  11295.      * @return object The ".container.private.session" service.
  11296.      */
  11297.     protected function getSessionService()
  11298.     {
  11299.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11300.         return $this->get('.container.private.session');
  11301.     }
  11302.     /**
  11303.      * Gets the public 'validator' alias.
  11304.      *
  11305.      * @return object The ".container.private.validator" service.
  11306.      */
  11307.     protected function getValidatorService()
  11308.     {
  11309.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11310.         return $this->get('.container.private.validator');
  11311.     }
  11312.     /**
  11313.      * @return array|bool|float|int|string|null
  11314.      */
  11315.     public function getParameter(string $name)
  11316.     {
  11317.         if (isset($this->buildParameters[$name])) {
  11318.             return $this->buildParameters[$name];
  11319.         }
  11320.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11321.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11322.         }
  11323.         if (isset($this->loadedDynamicParameters[$name])) {
  11324.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11325.         }
  11326.         return $this->parameters[$name];
  11327.     }
  11328.     public function hasParameter(string $name): bool
  11329.     {
  11330.         if (isset($this->buildParameters[$name])) {
  11331.             return true;
  11332.         }
  11333.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11334.     }
  11335.     public function setParameter(string $name$value): void
  11336.     {
  11337.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11338.     }
  11339.     public function getParameterBag(): ParameterBagInterface
  11340.     {
  11341.         if (null === $this->parameterBag) {
  11342.             $parameters $this->parameters;
  11343.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11344.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11345.             }
  11346.             foreach ($this->buildParameters as $name => $value) {
  11347.                 $parameters[$name] = $value;
  11348.             }
  11349.             $this->parameterBag = new FrozenParameterBag($parameters);
  11350.         }
  11351.         return $this->parameterBag;
  11352.     }
  11353.     private $loadedDynamicParameters = [
  11354.         'kernel.runtime_environment' => false,
  11355.         'kernel.build_dir' => false,
  11356.         'kernel.cache_dir' => false,
  11357.         'kernel.secret' => false,
  11358.         'session.save_path' => false,
  11359.         'validator.mapping.cache.file' => false,
  11360.         'profiler.storage.dsn' => false,
  11361.         'debug.container.dump' => false,
  11362.         'serializer.mapping.cache.file' => false,
  11363.         'doctrine.orm.proxy_dir' => false,
  11364.         'nelmio_cors.defaults' => false,
  11365.     ];
  11366.     private $dynamicParameters = [];
  11367.     private function getDynamicParameter(string $name)
  11368.     {
  11369.         switch ($name) {
  11370.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11371.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11372.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11373.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11374.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11375.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11376.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11377.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11378.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11379.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11380.             case 'nelmio_cors.defaults'$value = [
  11381.                 'allow_origin' => [
  11382.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  11383.                 ],
  11384.                 'allow_credentials' => false,
  11385.                 'allow_headers' => [
  11386.                     => 'content-type',
  11387.                     => 'authorization',
  11388.                 ],
  11389.                 'expose_headers' => [
  11390.                     => 'Link',
  11391.                 ],
  11392.                 'allow_methods' => [
  11393.                     => 'GET',
  11394.                     => 'OPTIONS',
  11395.                     => 'POST',
  11396.                     => 'PUT',
  11397.                     => 'PATCH',
  11398.                     => 'DELETE',
  11399.                 ],
  11400.                 'max_age' => 3600,
  11401.                 'hosts' => [
  11402.                 ],
  11403.                 'origin_regex' => true,
  11404.                 'forced_allow_origin_value' => NULL,
  11405.             ]; break;
  11406.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11407.         }
  11408.         $this->loadedDynamicParameters[$name] = true;
  11409.         return $this->dynamicParameters[$name] = $value;
  11410.     }
  11411.     protected function getDefaultParameters(): array
  11412.     {
  11413.         return [
  11414.             'kernel.project_dir' => \dirname(__DIR__4),
  11415.             'kernel.environment' => 'dev',
  11416.             'kernel.debug' => true,
  11417.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11418.             'kernel.bundles' => [
  11419.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11420.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11421.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11422.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11423.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11424.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11425.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11426.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11427.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11428.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11429.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11430.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11431.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  11432.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  11433.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  11434.                 'PrestaImageBundle' => 'Presta\\ImageBundle\\PrestaImageBundle',
  11435.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  11436.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  11437.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  11438.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  11439.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  11440.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  11441.             ],
  11442.             'kernel.bundles_metadata' => [
  11443.                 'FrameworkBundle' => [
  11444.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11445.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11446.                 ],
  11447.                 'TwigBundle' => [
  11448.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11449.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11450.                 ],
  11451.                 'TwigExtraBundle' => [
  11452.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11453.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11454.                 ],
  11455.                 'SensioFrameworkExtraBundle' => [
  11456.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11457.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11458.                 ],
  11459.                 'DoctrineBundle' => [
  11460.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11461.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11462.                 ],
  11463.                 'DoctrineMigrationsBundle' => [
  11464.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11465.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11466.                 ],
  11467.                 'SecurityBundle' => [
  11468.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11469.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11470.                 ],
  11471.                 'WebProfilerBundle' => [
  11472.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11473.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11474.                 ],
  11475.                 'MonologBundle' => [
  11476.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11477.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11478.                 ],
  11479.                 'DebugBundle' => [
  11480.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11481.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11482.                 ],
  11483.                 'MakerBundle' => [
  11484.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11485.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11486.                 ],
  11487.                 'StofDoctrineExtensionsBundle' => [
  11488.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  11489.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11490.                 ],
  11491.                 'DoctrineFixturesBundle' => [
  11492.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  11493.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  11494.                 ],
  11495.                 'VichUploaderBundle' => [
  11496.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  11497.                     'namespace' => 'Vich\\UploaderBundle',
  11498.                 ],
  11499.                 'WebpackEncoreBundle' => [
  11500.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  11501.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  11502.                 ],
  11503.                 'PrestaImageBundle' => [
  11504.                     'path' => (\dirname(__DIR__4).'/vendor/presta/image-bundle'),
  11505.                     'namespace' => 'Presta\\ImageBundle',
  11506.                 ],
  11507.                 'LiipImagineBundle' => [
  11508.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  11509.                     'namespace' => 'Liip\\ImagineBundle',
  11510.                 ],
  11511.                 'NelmioCorsBundle' => [
  11512.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  11513.                     'namespace' => 'Nelmio\\CorsBundle',
  11514.                 ],
  11515.                 'ApiPlatformBundle' => [
  11516.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  11517.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  11518.                 ],
  11519.                 'SymfonyCastsResetPasswordBundle' => [
  11520.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  11521.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  11522.                 ],
  11523.                 'EasyAdminBundle' => [
  11524.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  11525.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  11526.                 ],
  11527.                 'SymfonyCastsVerifyEmailBundle' => [
  11528.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  11529.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  11530.                 ],
  11531.             ],
  11532.             'kernel.charset' => 'UTF-8',
  11533.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11534.             'container.dumper.inline_class_loader' => true,
  11535.             'container.dumper.inline_factories' => true,
  11536.             'event_dispatcher.event_aliases' => [
  11537.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11538.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11539.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11540.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11541.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11542.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11543.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11544.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11545.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11546.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11547.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11548.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11549.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11550.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11551.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11552.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11553.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11554.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11555.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11556.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11557.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11558.             ],
  11559.             'fragment.renderer.hinclude.global_template' => NULL,
  11560.             'fragment.path' => '/_fragment',
  11561.             'kernel.http_method_override' => true,
  11562.             'kernel.trusted_hosts' => [
  11563.             ],
  11564.             'kernel.default_locale' => 'en',
  11565.             'kernel.enabled_locales' => [
  11566.             ],
  11567.             'kernel.error_controller' => 'error_controller',
  11568.             'debug.file_link_format' => NULL,
  11569.             'session.metadata.storage_key' => '_sf2_meta',
  11570.             'session.storage.options' => [
  11571.                 'cache_limiter' => '0',
  11572.                 'cookie_secure' => 'auto',
  11573.                 'cookie_httponly' => true,
  11574.                 'cookie_samesite' => 'lax',
  11575.                 'gc_probability' => 1,
  11576.             ],
  11577.             'session.metadata.update_threshold' => 0,
  11578.             'form.type_extension.csrf.enabled' => true,
  11579.             'form.type_extension.csrf.field_name' => '_token',
  11580.             'asset.request_context.base_path' => NULL,
  11581.             'asset.request_context.secure' => NULL,
  11582.             'validator.translation_domain' => 'validators',
  11583.             'translator.logging' => false,
  11584.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11585.             'profiler_listener.only_exceptions' => false,
  11586.             'profiler_listener.only_main_requests' => false,
  11587.             'debug.error_handler.throw_at' => -1,
  11588.             'router.request_context.host' => 'localhost',
  11589.             'router.request_context.scheme' => 'http',
  11590.             'router.request_context.base_url' => '',
  11591.             'router.resource' => 'kernel::loadRoutes',
  11592.             'request_listener.http_port' => 80,
  11593.             'request_listener.https_port' => 443,
  11594.             'twig.form.resources' => [
  11595.                 => '@VichUploader/Form/fields.html.twig',
  11596.                 => 'form_div_layout.html.twig',
  11597.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  11598.                 => '@PrestaImage/form/bootstrap_5.html.twig',
  11599.             ],
  11600.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11601.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11602.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11603.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11604.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11605.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11606.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11607.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11608.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11609.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11610.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11611.             'doctrine.entity_managers' => [
  11612.                 'default' => 'doctrine.orm.default_entity_manager',
  11613.             ],
  11614.             'doctrine.default_entity_manager' => 'default',
  11615.             'doctrine.dbal.connection_factory.types' => [
  11616.                 'uuid' => [
  11617.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  11618.                 ],
  11619.                 'ulid' => [
  11620.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  11621.                 ],
  11622.             ],
  11623.             'doctrine.connections' => [
  11624.                 'default' => 'doctrine.dbal.default_connection',
  11625.             ],
  11626.             'doctrine.default_connection' => 'default',
  11627.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11628.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11629.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11630.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11631.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11632.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11633.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11634.             'doctrine.orm.cache.memcache_port' => 11211,
  11635.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11636.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11637.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11638.             'doctrine.orm.cache.memcached_port' => 11211,
  11639.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11640.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11641.             'doctrine.orm.cache.redis_host' => 'localhost',
  11642.             'doctrine.orm.cache.redis_port' => 6379,
  11643.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11644.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11645.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11646.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11647.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11648.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11649.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11650.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11651.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11652.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11653.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11654.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11655.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11656.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11657.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11658.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11659.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11660.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11661.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11662.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11663.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11664.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11665.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11666.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11667.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11668.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11669.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11670.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11671.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11672.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11673.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11674.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11675.             'doctrine.migrations.preferred_em' => NULL,
  11676.             'doctrine.migrations.preferred_connection' => NULL,
  11677.             'security.role_hierarchy.roles' => [
  11678.                 'ROLE_ADMIN' => [
  11679.                     => 'ROLE_USER',
  11680.                 ],
  11681.                 'ROLE_SUPER_ADMIN' => [
  11682.                     => 'ROLE_ADMIN',
  11683.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11684.                 ],
  11685.             ],
  11686.             'security.access.denied_url' => NULL,
  11687.             'security.authentication.manager.erase_credentials' => true,
  11688.             'security.authentication.session_strategy.strategy' => 'migrate',
  11689.             'security.access.always_authenticate_before_granting' => false,
  11690.             'security.authentication.hide_user_not_found' => true,
  11691.             'security.firewalls' => [
  11692.                 => 'dev',
  11693.                 => 'main',
  11694.             ],
  11695.             'security.main._indexed_authenticators' => [
  11696.             ],
  11697.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11698.             'web_profiler.debug_toolbar.mode' => 2,
  11699.             'monolog.use_microseconds' => true,
  11700.             'monolog.swift_mailer.handlers' => [
  11701.             ],
  11702.             'monolog.handlers_to_channels' => [
  11703.                 'monolog.handler.console' => [
  11704.                     'type' => 'exclusive',
  11705.                     'elements' => [
  11706.                         => 'event',
  11707.                         => 'doctrine',
  11708.                         => 'console',
  11709.                     ],
  11710.                 ],
  11711.                 'monolog.handler.main' => [
  11712.                     'type' => 'exclusive',
  11713.                     'elements' => [
  11714.                         => 'event',
  11715.                     ],
  11716.                 ],
  11717.             ],
  11718.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11719.             'stof_doctrine_extensions.default_locale' => 'en_US',
  11720.             'stof_doctrine_extensions.translation_fallback' => false,
  11721.             'stof_doctrine_extensions.persist_default_translation' => false,
  11722.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  11723.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  11724.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  11725.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  11726.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  11727.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  11728.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  11729.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  11730.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  11731.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  11732.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  11733.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  11734.             'vich_uploader.mappings' => [
  11735.                 'employee_avatar' => [
  11736.                     'uri_prefix' => '/images/employees',
  11737.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/employees'),
  11738.                     'namer' => [
  11739.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.employee_avatar',
  11740.                         'options' => [
  11741.                         ],
  11742.                     ],
  11743.                     'inject_on_load' => false,
  11744.                     'delete_on_update' => true,
  11745.                     'delete_on_remove' => true,
  11746.                     'directory_namer' => [
  11747.                         'service' => NULL,
  11748.                         'options' => NULL,
  11749.                     ],
  11750.                     'db_driver' => 'orm',
  11751.                 ],
  11752.                 'location_image' => [
  11753.                     'uri_prefix' => '/images/locations',
  11754.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/locations'),
  11755.                     'namer' => [
  11756.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.location_image',
  11757.                         'options' => [
  11758.                         ],
  11759.                     ],
  11760.                     'inject_on_load' => false,
  11761.                     'delete_on_update' => true,
  11762.                     'delete_on_remove' => true,
  11763.                     'directory_namer' => [
  11764.                         'service' => NULL,
  11765.                         'options' => NULL,
  11766.                     ],
  11767.                     'db_driver' => 'orm',
  11768.                 ],
  11769.                 'company_image' => [
  11770.                     'uri_prefix' => '/images/company',
  11771.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/company'),
  11772.                     'namer' => [
  11773.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.company_image',
  11774.                         'options' => [
  11775.                         ],
  11776.                     ],
  11777.                     'inject_on_load' => false,
  11778.                     'delete_on_update' => true,
  11779.                     'delete_on_remove' => true,
  11780.                     'directory_namer' => [
  11781.                         'service' => NULL,
  11782.                         'options' => NULL,
  11783.                     ],
  11784.                     'db_driver' => 'orm',
  11785.                 ],
  11786.             ],
  11787.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  11788.             'liip_imagine.resolvers' => [
  11789.                 'default' => [
  11790.                     'web_path' => [
  11791.                         'web_root' => (\dirname(__DIR__4).'/public'),
  11792.                         'cache_prefix' => 'media/cache',
  11793.                     ],
  11794.                 ],
  11795.             ],
  11796.             'liip_imagine.loaders' => [
  11797.                 'default' => [
  11798.                     'filesystem' => [
  11799.                         'locator' => 'filesystem',
  11800.                         'data_root' => [
  11801.                             => (\dirname(__DIR__4).'/public'),
  11802.                         ],
  11803.                         'allow_unresolvable_data_roots' => false,
  11804.                         'bundle_resources' => [
  11805.                             'enabled' => false,
  11806.                             'access_control_type' => 'blacklist',
  11807.                             'access_control_list' => [
  11808.                             ],
  11809.                         ],
  11810.                     ],
  11811.                 ],
  11812.             ],
  11813.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  11814.             'liip_imagine.jpegoptim.stripAll' => true,
  11815.             'liip_imagine.jpegoptim.max' => NULL,
  11816.             'liip_imagine.jpegoptim.progressive' => true,
  11817.             'liip_imagine.jpegoptim.tempDir' => NULL,
  11818.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  11819.             'liip_imagine.optipng.level' => 7,
  11820.             'liip_imagine.optipng.stripAll' => true,
  11821.             'liip_imagine.optipng.tempDir' => NULL,
  11822.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  11823.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  11824.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  11825.             'liip_imagine.cache.resolver.default' => 'default',
  11826.             'liip_imagine.default_image' => NULL,
  11827.             'liip_imagine.filter_sets' => [
  11828.                 'squared_thumbnail_small' => [
  11829.                     'quality' => 100,
  11830.                     'jpeg_quality' => NULL,
  11831.                     'png_compression_level' => NULL,
  11832.                     'png_compression_filter' => NULL,
  11833.                     'format' => NULL,
  11834.                     'animated' => false,
  11835.                     'cache' => NULL,
  11836.                     'data_loader' => NULL,
  11837.                     'default_image' => NULL,
  11838.                     'filters' => [
  11839.                         'thumbnail' => [
  11840.                             'size' => [
  11841.                                 => 60,
  11842.                                 => 60,
  11843.                             ],
  11844.                             'mode' => 'inset',
  11845.                             'allow_upscale' => true,
  11846.                         ],
  11847.                     ],
  11848.                     'post_processors' => [
  11849.                     ],
  11850.                 ],
  11851.                 'squared_thumbnail_medium' => [
  11852.                     'quality' => 100,
  11853.                     'jpeg_quality' => NULL,
  11854.                     'png_compression_level' => NULL,
  11855.                     'png_compression_filter' => NULL,
  11856.                     'format' => NULL,
  11857.                     'animated' => false,
  11858.                     'cache' => NULL,
  11859.                     'data_loader' => NULL,
  11860.                     'default_image' => NULL,
  11861.                     'filters' => [
  11862.                         'thumbnail' => [
  11863.                             'size' => [
  11864.                                 => 120,
  11865.                                 => 120,
  11866.                             ],
  11867.                             'mode' => 'inset',
  11868.                             'allow_upscale' => true,
  11869.                         ],
  11870.                     ],
  11871.                     'post_processors' => [
  11872.                     ],
  11873.                 ],
  11874.                 'squared_thumbnail_large' => [
  11875.                     'quality' => 100,
  11876.                     'jpeg_quality' => NULL,
  11877.                     'png_compression_level' => NULL,
  11878.                     'png_compression_filter' => NULL,
  11879.                     'format' => NULL,
  11880.                     'animated' => false,
  11881.                     'cache' => NULL,
  11882.                     'data_loader' => NULL,
  11883.                     'default_image' => NULL,
  11884.                     'filters' => [
  11885.                         'thumbnail' => [
  11886.                             'size' => [
  11887.                                 => 240,
  11888.                                 => 240,
  11889.                             ],
  11890.                             'mode' => 'inset',
  11891.                             'allow_upscale' => true,
  11892.                         ],
  11893.                     ],
  11894.                     'post_processors' => [
  11895.                     ],
  11896.                 ],
  11897.                 'squared_thumbnail_icon' => [
  11898.                     'quality' => 100,
  11899.                     'jpeg_quality' => NULL,
  11900.                     'png_compression_level' => NULL,
  11901.                     'png_compression_filter' => NULL,
  11902.                     'format' => NULL,
  11903.                     'animated' => false,
  11904.                     'cache' => NULL,
  11905.                     'data_loader' => NULL,
  11906.                     'default_image' => NULL,
  11907.                     'filters' => [
  11908.                         'thumbnail' => [
  11909.                             'size' => [
  11910.                                 => 48,
  11911.                                 => 48,
  11912.                             ],
  11913.                             'mode' => 'inset',
  11914.                             'allow_upscale' => true,
  11915.                         ],
  11916.                     ],
  11917.                     'post_processors' => [
  11918.                     ],
  11919.                 ],
  11920.             ],
  11921.             'liip_imagine.binary.loader.default' => 'default',
  11922.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  11923.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  11924.             'liip_imagine.webp.generate' => false,
  11925.             'liip_imagine.webp.options' => [
  11926.                 'quality' => 100,
  11927.                 'cache' => NULL,
  11928.                 'data_loader' => NULL,
  11929.                 'post_processors' => [
  11930.                 ],
  11931.             ],
  11932.             'nelmio_cors.map' => [
  11933.                 '^/' => [
  11934.                 ],
  11935.             ],
  11936.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  11937.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  11938.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  11939.             'api_platform.enable_entrypoint' => true,
  11940.             'api_platform.enable_docs' => true,
  11941.             'api_platform.title' => '',
  11942.             'api_platform.description' => '',
  11943.             'api_platform.version' => '0.0.0',
  11944.             'api_platform.show_webby' => true,
  11945.             'api_platform.url_generation_strategy' => 1,
  11946.             'api_platform.exception_to_status' => [
  11947.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  11948.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  11949.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  11950.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  11951.             ],
  11952.             'api_platform.formats' => [
  11953.                 'jsonld' => [
  11954.                     => 'application/ld+json',
  11955.                 ],
  11956.                 'json' => [
  11957.                     => 'application/json',
  11958.                 ],
  11959.                 'html' => [
  11960.                     => 'text/html',
  11961.                 ],
  11962.             ],
  11963.             'api_platform.patch_formats' => [
  11964.                 'json' => [
  11965.                     => 'application/merge-patch+json',
  11966.                 ],
  11967.             ],
  11968.             'api_platform.error_formats' => [
  11969.                 'jsonproblem' => [
  11970.                     => 'application/problem+json',
  11971.                 ],
  11972.                 'jsonld' => [
  11973.                     => 'application/ld+json',
  11974.                 ],
  11975.             ],
  11976.             'api_platform.allow_plain_identifiers' => false,
  11977.             'api_platform.eager_loading.enabled' => true,
  11978.             'api_platform.eager_loading.max_joins' => 1,
  11979.             'api_platform.eager_loading.fetch_partial' => false,
  11980.             'api_platform.eager_loading.force_eager' => true,
  11981.             'api_platform.collection.exists_parameter_name' => 'exists',
  11982.             'api_platform.collection.order' => 'ASC',
  11983.             'api_platform.collection.order_parameter_name' => 'order',
  11984.             'api_platform.collection.pagination.enabled' => false,
  11985.             'api_platform.collection.pagination.partial' => false,
  11986.             'api_platform.collection.pagination.client_enabled' => false,
  11987.             'api_platform.collection.pagination.client_items_per_page' => false,
  11988.             'api_platform.collection.pagination.client_partial' => false,
  11989.             'api_platform.collection.pagination.items_per_page' => 30,
  11990.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  11991.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  11992.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  11993.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  11994.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  11995.             'api_platform.collection.pagination' => [
  11996.                 'enabled_parameter_name' => 'pagination',
  11997.                 'enabled' => false,
  11998.                 'partial' => false,
  11999.                 'client_enabled' => false,
  12000.                 'client_items_per_page' => false,
  12001.                 'client_partial' => false,
  12002.                 'items_per_page' => 30,
  12003.                 'maximum_items_per_page' => NULL,
  12004.                 'page_parameter_name' => 'page',
  12005.                 'items_per_page_parameter_name' => 'itemsPerPage',
  12006.                 'partial_parameter_name' => 'partial',
  12007.             ],
  12008.             'api_platform.http_cache.etag' => true,
  12009.             'api_platform.http_cache.max_age' => NULL,
  12010.             'api_platform.http_cache.shared_max_age' => NULL,
  12011.             'api_platform.http_cache.vary' => [
  12012.                 => 'Accept',
  12013.             ],
  12014.             'api_platform.http_cache.public' => NULL,
  12015.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  12016.             'api_platform.asset_package' => NULL,
  12017.             'api_platform.defaults' => [
  12018.                 'attributes' => [
  12019.                     'pagination_enabled' => false,
  12020.                 ],
  12021.             ],
  12022.             'api_platform.resource_class_directories' => [
  12023.                 => (\dirname(__DIR__4).'/src/Entity'),
  12024.             ],
  12025.             'api_platform.oauth.enabled' => false,
  12026.             'api_platform.oauth.clientId' => '',
  12027.             'api_platform.oauth.clientSecret' => '',
  12028.             'api_platform.oauth.type' => 'oauth2',
  12029.             'api_platform.oauth.flow' => 'application',
  12030.             'api_platform.oauth.tokenUrl' => '',
  12031.             'api_platform.oauth.authorizationUrl' => '',
  12032.             'api_platform.oauth.refreshUrl' => '',
  12033.             'api_platform.oauth.scopes' => [
  12034.             ],
  12035.             'api_platform.openapi.termsOfService' => NULL,
  12036.             'api_platform.openapi.contact.name' => NULL,
  12037.             'api_platform.openapi.contact.url' => NULL,
  12038.             'api_platform.openapi.contact.email' => NULL,
  12039.             'api_platform.openapi.license.name' => NULL,
  12040.             'api_platform.openapi.license.url' => NULL,
  12041.             'api_platform.swagger.versions' => [
  12042.                 => 3,
  12043.             ],
  12044.             'api_platform.enable_swagger_ui' => true,
  12045.             'api_platform.enable_re_doc' => true,
  12046.             'api_platform.swagger.api_keys' => [
  12047.             ],
  12048.             'api_platform.graphql.enabled' => false,
  12049.             'api_platform.graphql.graphiql.enabled' => false,
  12050.             'api_platform.graphql.graphql_playground.enabled' => false,
  12051.             'api_platform.graphql.collection.pagination' => [
  12052.                 'enabled' => true,
  12053.             ],
  12054.             'api_platform.validator.serialize_payload_fields' => [
  12055.             ],
  12056.             'api_platform.elasticsearch.enabled' => false,
  12057.             'maker.compatible_check.doctrine.supports_attributes' => true,
  12058.             'data_collector.templates' => [
  12059.                 'data_collector.request' => [
  12060.                     => 'request',
  12061.                     => '@WebProfiler/Collector/request.html.twig',
  12062.                 ],
  12063.                 'api_platform.data_collector.request' => [
  12064.                     => 'api_platform.data_collector.request',
  12065.                     => '@ApiPlatform/DataCollector/request.html.twig',
  12066.                 ],
  12067.                 'data_collector.time' => [
  12068.                     => 'time',
  12069.                     => '@WebProfiler/Collector/time.html.twig',
  12070.                 ],
  12071.                 'data_collector.memory' => [
  12072.                     => 'memory',
  12073.                     => '@WebProfiler/Collector/memory.html.twig',
  12074.                 ],
  12075.                 'data_collector.validator' => [
  12076.                     => 'validator',
  12077.                     => '@WebProfiler/Collector/validator.html.twig',
  12078.                 ],
  12079.                 'data_collector.ajax' => [
  12080.                     => 'ajax',
  12081.                     => '@WebProfiler/Collector/ajax.html.twig',
  12082.                 ],
  12083.                 'data_collector.form' => [
  12084.                     => 'form',
  12085.                     => '@WebProfiler/Collector/form.html.twig',
  12086.                 ],
  12087.                 'data_collector.exception' => [
  12088.                     => 'exception',
  12089.                     => '@WebProfiler/Collector/exception.html.twig',
  12090.                 ],
  12091.                 'data_collector.logger' => [
  12092.                     => 'logger',
  12093.                     => '@WebProfiler/Collector/logger.html.twig',
  12094.                 ],
  12095.                 'data_collector.events' => [
  12096.                     => 'events',
  12097.                     => '@WebProfiler/Collector/events.html.twig',
  12098.                 ],
  12099.                 'data_collector.router' => [
  12100.                     => 'router',
  12101.                     => '@WebProfiler/Collector/router.html.twig',
  12102.                 ],
  12103.                 'data_collector.cache' => [
  12104.                     => 'cache',
  12105.                     => '@WebProfiler/Collector/cache.html.twig',
  12106.                 ],
  12107.                 'data_collector.translation' => [
  12108.                     => 'translation',
  12109.                     => '@WebProfiler/Collector/translation.html.twig',
  12110.                 ],
  12111.                 'data_collector.security' => [
  12112.                     => 'security',
  12113.                     => '@Security/Collector/security.html.twig',
  12114.                 ],
  12115.                 'data_collector.twig' => [
  12116.                     => 'twig',
  12117.                     => '@WebProfiler/Collector/twig.html.twig',
  12118.                 ],
  12119.                 'data_collector.http_client' => [
  12120.                     => 'http_client',
  12121.                     => '@WebProfiler/Collector/http_client.html.twig',
  12122.                 ],
  12123.                 'data_collector.doctrine' => [
  12124.                     => 'db',
  12125.                     => '@Doctrine/Collector/db.html.twig',
  12126.                 ],
  12127.                 'doctrine_migrations.migrations_collector' => [
  12128.                     => 'doctrine_migrations',
  12129.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  12130.                 ],
  12131.                 'data_collector.dump' => [
  12132.                     => 'dump',
  12133.                     => '@Debug/Profiler/dump.html.twig',
  12134.                 ],
  12135.                 'mailer.data_collector' => [
  12136.                     => 'mailer',
  12137.                     => '@WebProfiler/Collector/mailer.html.twig',
  12138.                 ],
  12139.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  12140.                     => 'vich_uploader.mapping_collector',
  12141.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  12142.                 ],
  12143.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  12144.                     => 'easyadmin',
  12145.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  12146.                 ],
  12147.                 'data_collector.config' => [
  12148.                     => 'config',
  12149.                     => '@WebProfiler/Collector/config.html.twig',
  12150.                 ],
  12151.             ],
  12152.             'console.command.ids' => [
  12153.             ],
  12154.         ];
  12155.     }
  12156.     protected function throw($message)
  12157.     {
  12158.         throw new RuntimeException($message);
  12159.     }
  12160. }