var/cache/dev/Container3c1vBxV/App_KernelDevDebugContainer.php line 2403

Open in your IDE?
  1. <?php
  2. namespace Container3c1vBxV;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'app.mail' => 'getApp_MailService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  49.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'jms_serializer' => 'getJmsSerializerService',
  52.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  53.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  54.             'request_stack' => 'getRequestStackService',
  55.             'router' => 'getRouterService',
  56.             'translator' => 'getTranslatorService',
  57.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  58.             'cache_clearer' => 'getCacheClearerService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'serializer' => 'getSerializerService',
  61.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  62.             'form.factory' => 'getForm_FactoryService',
  63.             'form.type.file' => 'getForm_Type_FileService',
  64.             'profiler' => 'getProfilerService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'twig' => 'getTwigService',
  68.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  69.             'session' => 'getSessionService',
  70.             'validator' => 'getValidatorService',
  71.         ];
  72.         $this->fileMap = [
  73.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  74.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  75.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  76.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  79.             '.container.private.session' => 'get_Container_Private_SessionService',
  80.             'App\\Controller\\Admin\\AdminCrudController' => 'getAdminCrudControllerService',
  81.             'App\\Controller\\Admin\\BlockedEmployeeCrudController' => 'getBlockedEmployeeCrudControllerService',
  82.             'App\\Controller\\Admin\\CompanyCrudController' => 'getCompanyCrudControllerService',
  83.             'App\\Controller\\Admin\\CompanyFilesCrudController' => 'getCompanyFilesCrudControllerService',
  84.             'App\\Controller\\Admin\\ContractorsCrudController' => 'getContractorsCrudControllerService',
  85.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  86.             'App\\Controller\\Admin\\EmployeeCrudController' => 'getEmployeeCrudControllerService',
  87.             'App\\Controller\\Admin\\LicenseRequestCrudController' => 'getLicenseRequestCrudControllerService',
  88.             'App\\Controller\\Admin\\MachinesCrudController' => 'getMachinesCrudControllerService',
  89.             'App\\Controller\\Admin\\ModulesRequestCrudController' => 'getModulesRequestCrudControllerService',
  90.             'App\\Controller\\Admin\\OnlyEmployeeCrudController' => 'getOnlyEmployeeCrudControllerService',
  91.             'App\\Controller\\Admin\\SmcRequestCrudController' => 'getSmcRequestCrudControllerService',
  92.             'App\\Controller\\Admin\\WinWOPModulesCrudController' => 'getWinWOPModulesCrudControllerService',
  93.             'App\\Controller\\Admin\\WinWOPUpdatesCrudController' => 'getWinWOPUpdatesCrudControllerService',
  94.             'App\\Controller\\ApiController' => 'getApiControllerService',
  95.             'App\\Controller\\CompanyFileController' => 'getCompanyFileControllerService',
  96.             'App\\Controller\\LicenseFileController' => 'getLicenseFileControllerService',
  97.             'App\\Controller\\MachineController' => 'getMachineControllerService',
  98.             'App\\Controller\\MainController' => 'getMainControllerService',
  99.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  100.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  101.             'App\\Controller\\UpdateDownloadController' => 'getUpdateDownloadControllerService',
  102.             'App\\Naming\\CompanyDirectoryNamer' => 'getCompanyDirectoryNamerService',
  103.             'App\\Naming\\DateTimeNamer' => 'getDateTimeNamerService',
  104.             'App\\Naming\\DateTimeNamer.license_request_file' => 'getDateTimeNamer_LicenseRequestFileService',
  105.             'App\\Naming\\UpdateDocuNamer' => 'getUpdateDocuNamerService',
  106.             'App\\Naming\\UpdateDocuNamer.update_documentation' => 'getUpdateDocuNamer_UpdateDocumentationService',
  107.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  108.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  109.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  110.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  111.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  112.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  113.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  114.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  115.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  116.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  117.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  118.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  119.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  120.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  121.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  122.             'cache.app_clearer' => 'getCache_AppClearerService',
  123.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  124.             'cache.system_clearer' => 'getCache_SystemClearerService',
  125.             'cache_warmer' => 'getCacheWarmerService',
  126.             'console.command_loader' => 'getConsole_CommandLoaderService',
  127.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  128.             'error_controller' => 'getErrorControllerService',
  129.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  130.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  131.             'fos_user.new_password.controller' => 'getFosUser_NewPassword_ControllerService',
  132.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  133.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  134.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  135.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  136.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  137.             'lexik_form_filter.filter_prepare' => 'getLexikFormFilter_FilterPrepareService',
  138.             'lexik_form_filter.query_builder_updater' => 'getLexikFormFilter_QueryBuilderUpdaterService',
  139.             'routing.loader' => 'getRouting_LoaderService',
  140.             'services_resetter' => 'getServicesResetterService',
  141.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  142.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  143.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  144.             'vich_uploader.namer_base64.license_file' => 'getVichUploader_NamerBase64_LicenseFileService',
  145.             'vich_uploader.namer_hash.company_file' => 'getVichUploader_NamerHash_CompanyFileService',
  146.             'vich_uploader.namer_hash.update_file' => 'getVichUploader_NamerHash_UpdateFileService',
  147.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  148.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  149.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  150.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  151.         ];
  152.         $this->aliases = [
  153.             'App\\Controller\\NewPasswordController' => 'fos_user.new_password.controller',
  154.             'App\\Kernel' => 'kernel',
  155.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  156.             'FOS\\UserBundle\\Controller\\ProfileController' => 'App\\Controller\\ProfileController',
  157.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'App\\Controller\\RegistrationController',
  158.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  159.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  160.             'database_connection' => 'doctrine.dbal.default_connection',
  161.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  162.             'fos_user.profile.controller' => 'App\\Controller\\ProfileController',
  163.             'fos_user.registration.controller' => 'App\\Controller\\RegistrationController',
  164.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  165.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  166.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  167.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  168.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  169.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  170.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  171.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  172.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  173.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  174.         ];
  175.         $this->privates['service_container'] = function () {
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  182.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  184.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleListener.php';
  185.             include_once \dirname(__DIR__4).'/src/EventListener/SecurityListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  187.             include_once \dirname(__DIR__4).'/src/Services/MailService.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  199.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  305.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  334.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.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/security-core/Authorization/AuthorizationCheckerInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  401.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  403.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  404.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  406.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  408.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  409.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  410.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  411.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  415.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  418.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  424.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  425.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  436.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  439.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  442.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  452.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  454.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  455.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  463.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  464.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  473.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  476.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  477.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  478.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  481.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  484.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  489.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  490.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  492.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  496.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  498.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  499.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  500.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  510.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  544.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  591.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  593.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  594.         };
  595.     }
  596.     public function compile(): void
  597.     {
  598.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  599.     }
  600.     public function isCompiled(): bool
  601.     {
  602.         return true;
  603.     }
  604.     public function getRemovedIds(): array
  605.     {
  606.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  607.     }
  608.     protected function load($file$lazyLoad true)
  609.     {
  610.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  611.             return $class::do($this$lazyLoad);
  612.         }
  613.         if ('.' === $file[-4]) {
  614.             $class substr($class0, -4);
  615.         } else {
  616.             $file .= '.php';
  617.         }
  618.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  619.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  620.     }
  621.     protected function createProxy($class, \Closure $factory)
  622.     {
  623.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  624.         return $factory();
  625.     }
  626.     /**
  627.      * Gets the public '.container.private.profiler' shared service.
  628.      *
  629.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  630.      */
  631.     protected function get_Container_Private_ProfilerService()
  632.     {
  633.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  634.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  635.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  636.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  637.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  638.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  639.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  640.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  641.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  642.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  643.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  644.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  645.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  646.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  647.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  648.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  649.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  650.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  651.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  652.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  653.         if ($this->has('kernel')) {
  654.             $e->setKernel($b);
  655.         }
  656.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  657.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  658.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  659.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  660.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  661.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  662.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  663.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  664.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  665.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  666.         $instance->add($d);
  667.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  668.         $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));
  669.         $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())));
  670.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  671.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  672.         $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()))));
  673.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  674.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  675.         $instance->add($e);
  676.         return $instance;
  677.     }
  678.     /**
  679.      * Gets the public '.container.private.security.authorization_checker' shared service.
  680.      *
  681.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  682.      */
  683.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  684.     {
  685.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  686.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  687.             return $this->services['.container.private.security.authorization_checker'];
  688.         }
  689.         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()), $afalse);
  690.     }
  691.     /**
  692.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  693.      *
  694.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  695.      */
  696.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  697.     {
  698.         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())));
  699.     }
  700.     /**
  701.      * Gets the public '.container.private.security.token_storage' shared service.
  702.      *
  703.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  704.      */
  705.     protected function get_Container_Private_Security_TokenStorageService()
  706.     {
  707.         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, [
  708.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  709.         ], [
  710.             'request_stack' => '?',
  711.         ]));
  712.     }
  713.     /**
  714.      * Gets the public '.container.private.twig' shared service.
  715.      *
  716.      * @return \Twig\Environment
  717.      */
  718.     protected function get_Container_Private_TwigService()
  719.     {
  720.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  723.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  727.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  728.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  729.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  730.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  731.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  732.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  733.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  734.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  735.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  736.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/views'), 'LexikFormFilter');
  737.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/views'), '!LexikFormFilter');
  738.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  739.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  740.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  741.         $a->addPath((\dirname(__DIR__4).'/templates'));
  742.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  743.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  744.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  745.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  746.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  747.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  748.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  749.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  750.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  751.         $g = ($this->services['router'] ?? $this->getRouterService());
  752.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  753.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  754.         $i = new \Symfony\Bridge\Twig\AppVariable();
  755.         $i->setEnvironment('dev');
  756.         $i->setDebug(true);
  757.         if ($this->has('.container.private.security.token_storage')) {
  758.             $i->setTokenStorage($c);
  759.         }
  760.         if ($this->has('request_stack')) {
  761.             $i->setRequestStack($b);
  762.         }
  763.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  764.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  765.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  766.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  767.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  768.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  769.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  770.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  771.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  772.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  773.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  774.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  775.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  776.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  777.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  778.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  779.         $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())));
  780.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  781.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  782.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  783.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  784.         ], [
  785.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  786.         ])));
  787.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  788.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  789.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  790.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  791.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  792.         ], [
  793.             'webpack_encore.entrypoint_lookup_collection' => '?',
  794.             'webpack_encore.tag_renderer' => '?',
  795.         ])));
  796.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  797.         $instance->addGlobal('app'$i);
  798.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  799.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  800.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  801.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  802.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  803.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  804.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  805.         ], [
  806.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  807.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  808.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  809.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  810.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  811.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  812.         ])));
  813.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public '.container.private.validator' shared service.
  818.      *
  819.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  820.      */
  821.     protected function get_Container_Private_ValidatorService()
  822.     {
  823.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  824.         if (isset($this->services['.container.private.validator'])) {
  825.             return $this->services['.container.private.validator'];
  826.         }
  827.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  828.     }
  829.     /**
  830.      * Gets the public 'app.mail' shared autowired service.
  831.      *
  832.      * @return \App\Services\MailService
  833.      */
  834.     protected function getApp_MailService()
  835.     {
  836.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  837.         if (isset($this->services['app.mail'])) {
  838.             return $this->services['app.mail'];
  839.         }
  840.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  841.         if (isset($this->services['app.mail'])) {
  842.             return $this->services['app.mail'];
  843.         }
  844.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  845.         if (isset($this->services['app.mail'])) {
  846.             return $this->services['app.mail'];
  847.         }
  848.         return $this->services['app.mail'] = new \App\Services\MailService($a, ($this->services['router'] ?? $this->getRouterService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), $b$c'service@martin-haug-gmbh.de''service@martin-haug-gmbh.de', ['resetting' => ['template' => '@FOSUser/Resetting/email.txt.twig''from_email' => $this->parameters['fos_user.resetting.email.from_email']], 'confirmation' => ['template' => '@FOSUser/Registration/email.txt.twig''from_email' => $this->parameters['fos_user.registration.confirmation.from_email']]]);
  849.     }
  850.     /**
  851.      * Gets the public 'cache.app' shared service.
  852.      *
  853.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  854.      */
  855.     protected function getCache_AppService()
  856.     {
  857.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+xF-bxnTYj'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  858.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  859.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  860.     }
  861.     /**
  862.      * Gets the public 'cache.system' shared service.
  863.      *
  864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  865.      */
  866.     protected function getCache_SystemService()
  867.     {
  868.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RouIqcq687'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  869.     }
  870.     /**
  871.      * Gets the public 'cache.validator_expression_language' shared service.
  872.      *
  873.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  874.      */
  875.     protected function getCache_ValidatorExpressionLanguageService()
  876.     {
  877.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y0+on3NRT3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  878.     }
  879.     /**
  880.      * Gets the public 'data_collector.dump' shared service.
  881.      *
  882.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  883.      */
  884.     protected function getDataCollector_DumpService()
  885.     {
  886.         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())), NULL);
  887.     }
  888.     /**
  889.      * Gets the public 'doctrine' shared service.
  890.      *
  891.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  892.      */
  893.     protected function getDoctrineService()
  894.     {
  895.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  896.     }
  897.     /**
  898.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  899.      *
  900.      * @return \Doctrine\DBAL\Connection
  901.      */
  902.     protected function getDoctrine_Dbal_DefaultConnectionService()
  903.     {
  904.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  905.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  906.             return $this->services['doctrine.dbal.default_connection'];
  907.         }
  908.         $b = new \Doctrine\DBAL\Configuration();
  909.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  910.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  911.         $c->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  912.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  913.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  914.         $d->setConnectionName('default');
  915.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  916.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  917.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''dbname' => 'usrdb_mvdtnupe3''host' => '127.0.0.1''port' => 3306'user' => 'mvdtnupe3''password' => '5uW&3Y2@#Orc''idle_connection_ttl' => 600'driverOptions' => [], 'serverVersion' => 'mariadb-10.1.37''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  918.     }
  919.     /**
  920.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  921.      *
  922.      * @return \Doctrine\ORM\EntityManager
  923.      */
  924.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  925.     {
  926.         if ($lazyLoad) {
  927.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  928.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  929.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  930.                     $proxy->setProxyInitializer(null);
  931.                     return true;
  932.                 });
  933.             });
  934.         }
  935.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  941.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  942.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  943.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  947.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  955.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  956.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  957.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  958.         $a = new \Doctrine\ORM\Configuration();
  959.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  960.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  961.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  962.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml'true), 'FOS\\UserBundle\\Model');
  963.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  964.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  965.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  966.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  967.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  968.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  969.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  970.         ], [
  971.             'doctrine.ulid_generator' => '?',
  972.             'doctrine.uuid_generator' => '?',
  973.         ])));
  974.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  975.         $a->setProxyNamespace('Proxies');
  976.         $a->setAutoGenerateProxyClasses(true);
  977.         $a->setSchemaIgnoreClasses([]);
  978.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  979.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  980.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  981.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  982.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  983.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  984.         $a->setLazyGhostObjectEnabled(false);
  985.         $a->setIdentityGenerationPreferences([]);
  986.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  987.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  988.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the public 'event_dispatcher' shared service.
  993.      *
  994.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  995.      */
  996.     protected function getEventDispatcherService()
  997.     {
  998.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  999.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1000.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1001.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1002.         $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())));
  1003.         $instance->addListener('kernel.controller', [=> function () {
  1004.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1005.         }, => 'onKernelController'], 0);
  1006.         $instance->addListener('kernel.exception', [=> function () {
  1007.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1008.         }, => 'onKernelException'], -64);
  1009.         $instance->addListener('kernel.view', [=> function () {
  1010.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1011.         }, => 'onKernelView'], 0);
  1012.         $instance->addListener('kernel.request', [=> function () {
  1013.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1014.         }, => 'onKernelRequest'], 10);
  1015.         $instance->addListener('kernel.request', [=> function () {
  1016.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1017.         }, => 'onKernelRequest'], 34);
  1018.         $instance->addListener('kernel.request', [=> function () {
  1019.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1020.         }, => 'onKernelRequest'], 33);
  1021.         $instance->addListener('kernel.request', [=> function () {
  1022.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1023.         }, => 'onKernelRequest'], 31);
  1024.         $instance->addListener('kernel.request', [=> function () {
  1025.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1026.         }, => 'onKernelRequest'], 248);
  1027.         $instance->addListener('lexik_filter.prepare', [=> function () {
  1028.             return ($this->services['lexik_form_filter.filter_prepare'] ?? ($this->services['lexik_form_filter.filter_prepare'] = new \Lexik\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  1029.         }, => 'onFilterBuilderPrepare'], 0);
  1030.         $instance->addListener('lexik_filter.apply_filters.orm', [=> function () {
  1031.             return ($this->privates['lexik_form_filter.apply_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.apply_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Listener\DoctrineApplyFilterListener('and')));
  1032.         }, => 'onApplyFilterCondition'], 0);
  1033.         $instance->addListener('kernel.exception', [=> function () {
  1034.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1035.         }, => 'onKernelException'], 0);
  1036.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [=> function () {
  1037.             return ($this->privates['App\\EventListener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  1038.         }, => 'onAfterNewUser'], 0);
  1039.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  1040.             return ($this->privates['App\\EventListener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  1041.         }, => 'onRegistrationConfirm'], 0);
  1042.         $instance->addListener('kernel.request', [=> function () {
  1043.             return ($this->privates['App\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
  1044.         }, => 'onKernelRequest'], 20);
  1045.         $instance->addListener('kernel.request', [=> function () {
  1046.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1047.         }, => 'checkHoneyPot'], 10);
  1048.         $instance->addListener('security.authentication.failure', [=> function () {
  1049.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1050.         }, => 'onAuthenticationFailure'], 0);
  1051.         $instance->addListener('security.interactive_login', [=> function () {
  1052.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1053.         }, => 'onLogin'], 0);
  1054.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1055.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1056.         }, => 'onChangePassword'], 0);
  1057.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1058.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1059.         }, => 'onResetPasswordFinish'], 0);
  1060.         $instance->addListener('fos_user.resetting.send_email.completed', [=> function () {
  1061.             return ($this->privates['App\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1062.         }, => 'onResetPasswordStart'], 0);
  1063.         $instance->addListener('kernel.response', [=> function () {
  1064.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1065.         }, => 'onKernelResponse'], 0);
  1066.         $instance->addListener('kernel.response', [=> function () {
  1067.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1068.         }, => 'onKernelResponse'], -1024);
  1069.         $instance->addListener('kernel.request', [=> function () {
  1070.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1071.         }, => 'setDefaultLocale'], 100);
  1072.         $instance->addListener('kernel.request', [=> function () {
  1073.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1074.         }, => 'onKernelRequest'], 16);
  1075.         $instance->addListener('kernel.finish_request', [=> function () {
  1076.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1077.         }, => 'onKernelFinishRequest'], 0);
  1078.         $instance->addListener('kernel.request', [=> function () {
  1079.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1080.         }, => 'onKernelRequest'], 256);
  1081.         $instance->addListener('kernel.response', [=> function () {
  1082.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1083.         }, => 'onResponse'], -255);
  1084.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1085.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1086.         }, => 'onControllerArguments'], 0);
  1087.         $instance->addListener('kernel.exception', [=> function () {
  1088.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1089.         }, => 'logKernelException'], 0);
  1090.         $instance->addListener('kernel.exception', [=> function () {
  1091.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1092.         }, => 'onKernelException'], -128);
  1093.         $instance->addListener('kernel.response', [=> function () {
  1094.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1095.         }, => 'removeCspHeader'], -128);
  1096.         $instance->addListener('kernel.request', [=> function () {
  1097.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1098.         }, => 'onKernelRequest'], 15);
  1099.         $instance->addListener('kernel.finish_request', [=> function () {
  1100.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1101.         }, => 'onKernelFinishRequest'], -15);
  1102.         $instance->addListener('console.error', [=> function () {
  1103.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1104.         }, => 'onConsoleError'], -128);
  1105.         $instance->addListener('console.terminate', [=> function () {
  1106.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1107.         }, => 'onConsoleTerminate'], -128);
  1108.         $instance->addListener('console.error', [=> function () {
  1109.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1110.         }, => 'onConsoleError'], 0);
  1111.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1112.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, [=> 'youremail@example.com'])));
  1113.         }, => 'onMessage'], -255);
  1114.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1115.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1116.         }, => 'onMessage'], -255);
  1117.         $instance->addListener('kernel.request', [=> function () {
  1118.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1119.         }, => 'configure'], 2048);
  1120.         $instance->addListener('console.command', [=> function () {
  1121.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1122.         }, => 'configure'], 2048);
  1123.         $instance->addListener('kernel.request', [=> function () {
  1124.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1125.         }, => 'onKernelRequest'], 32);
  1126.         $instance->addListener('kernel.finish_request', [=> function () {
  1127.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1128.         }, => 'onKernelFinishRequest'], 0);
  1129.         $instance->addListener('kernel.exception', [=> function () {
  1130.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1131.         }, => 'onKernelException'], -64);
  1132.         $instance->addListener('kernel.response', [=> function () {
  1133.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1134.         }, => 'onKernelResponse'], 0);
  1135.         $instance->addListener('kernel.request', [=> function () {
  1136.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1137.         }, => 'onKernelRequest'], 128);
  1138.         $instance->addListener('kernel.response', [=> function () {
  1139.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1140.         }, => 'onKernelResponse'], -1000);
  1141.         $instance->addListener('kernel.finish_request', [=> function () {
  1142.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1143.         }, => 'onFinishRequest'], 0);
  1144.         $instance->addListener('kernel.response', [=> function () {
  1145.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1146.         }, => 'onKernelResponse'], -100);
  1147.         $instance->addListener('kernel.exception', [=> function () {
  1148.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1149.         }, => 'onKernelException'], 0);
  1150.         $instance->addListener('kernel.terminate', [=> function () {
  1151.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1152.         }, => 'onKernelTerminate'], -1024);
  1153.         $instance->addListener('kernel.controller', [=> function () {
  1154.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1155.         }, => 'onKernelController'], 0);
  1156.         $instance->addListener('kernel.response', [=> function () {
  1157.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1158.         }, => 'onKernelResponse'], 0);
  1159.         $instance->addListener('kernel.controller', [=> function () {
  1160.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1161.         }, => 'onKernelController'], 0);
  1162.         $instance->addListener('kernel.controller', [=> function () {
  1163.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1164.         }, => 'onKernelController'], 0);
  1165.         $instance->addListener('kernel.controller', [=> function () {
  1166.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1167.         }, => 'onKernelController'], -128);
  1168.         $instance->addListener('kernel.view', [=> function () {
  1169.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1170.         }, => 'onKernelView'], 0);
  1171.         $instance->addListener('kernel.controller', [=> function () {
  1172.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1173.         }, => 'onKernelController'], 0);
  1174.         $instance->addListener('kernel.response', [=> function () {
  1175.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1176.         }, => 'onKernelResponse'], 0);
  1177.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1178.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1179.         }, => 'onKernelControllerArguments'], 0);
  1180.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1181.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1182.         }, => 'onKernelControllerArguments'], 0);
  1183.         $instance->addListener('kernel.response', [=> function () {
  1184.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1185.         }, => 'onKernelResponse'], 0);
  1186.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1187.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1188.         }, => 'onVoterVote'], 0);
  1189.         $instance->addListener('kernel.request', [=> function () {
  1190.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1191.         }, => 'configureLogoutUrlGenerator'], 8);
  1192.         $instance->addListener('kernel.request', [=> function () {
  1193.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1194.         }, => 'onKernelRequest'], 8);
  1195.         $instance->addListener('kernel.finish_request', [=> function () {
  1196.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1197.         }, => 'onKernelFinishRequest'], 0);
  1198.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1199.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1200.         }, => 'onMessage'], 0);
  1201.         $instance->addListener('kernel.response', [=> function () {
  1202.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1203.         }, => 'onKernelResponse'], -128);
  1204.         $instance->addListener('console.command', [=> function () {
  1205.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1206.         }, => 'configure'], 1024);
  1207.         $instance->addListener('console.error', [=> function () {
  1208.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1209.         }, => 'onConsoleError'], 0);
  1210.         $instance->addListener('console.terminate', [=> function () {
  1211.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1212.         }, => 'onConsoleTerminate'], 0);
  1213.         $instance->addListener('kernel.request', [=> function () {
  1214.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1215.         }, => 'handleLegacyEaContext'], 10);
  1216.         $instance->addListener('kernel.request', [=> function () {
  1217.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1218.         }, => 'onKernelRequest'], 0);
  1219.         $instance->addListener('kernel.controller', [=> function () {
  1220.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1221.         }, => 'onKernelController'], 128);
  1222.         $instance->addListener('kernel.exception', [=> function () {
  1223.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1224.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1225.         $instance->addListener('kernel.response', [=> function () {
  1226.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1227.         }, => 'setResponseStatusCode'], 0);
  1228.         $instance->addListener('lexik_form_filter.apply.orm.filter_boolean', [=> function () {
  1229.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1230.         }, => 'filterBoolean'], 0);
  1231.         $instance->addListener('lexik_form_filter.apply.orm.filter_checkbox', [=> function () {
  1232.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1233.         }, => 'filterCheckbox'], 0);
  1234.         $instance->addListener('lexik_form_filter.apply.orm.filter_choice', [=> function () {
  1235.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1236.         }, => 'filterValue'], 0);
  1237.         $instance->addListener('lexik_form_filter.apply.orm.filter_date', [=> function () {
  1238.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1239.         }, => 'filterDate'], 0);
  1240.         $instance->addListener('lexik_form_filter.apply.orm.filter_date_range', [=> function () {
  1241.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1242.         }, => 'filterDateRange'], 0);
  1243.         $instance->addListener('lexik_form_filter.apply.orm.filter_datetime', [=> function () {
  1244.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1245.         }, => 'filterDateTime'], 0);
  1246.         $instance->addListener('lexik_form_filter.apply.orm.filter_datetime_range', [=> function () {
  1247.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1248.         }, => 'filterDateTimeRange'], 0);
  1249.         $instance->addListener('lexik_form_filter.apply.orm.filter_entity', [=> function () {
  1250.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1251.         }, => 'filterEntity'], 0);
  1252.         $instance->addListener('lexik_form_filter.apply.orm.filter_number', [=> function () {
  1253.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1254.         }, => 'filterNumber'], 0);
  1255.         $instance->addListener('lexik_form_filter.apply.orm.filter_number_range', [=> function () {
  1256.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1257.         }, => 'filterNumberRange'], 0);
  1258.         $instance->addListener('lexik_form_filter.apply.orm.filter_text', [=> function () {
  1259.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1260.         }, => 'filterText'], 0);
  1261.         $instance->addListener('lexik_form_filter.apply.orm.text', [=> function () {
  1262.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1263.         }, => 'filterText'], 0);
  1264.         $instance->addListener('lexik_form_filter.apply.orm.email', [=> function () {
  1265.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1266.         }, => 'filterValue'], 0);
  1267.         $instance->addListener('lexik_form_filter.apply.orm.integer', [=> function () {
  1268.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1269.         }, => 'filterValue'], 0);
  1270.         $instance->addListener('lexik_form_filter.apply.orm.money', [=> function () {
  1271.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1272.         }, => 'filterValue'], 0);
  1273.         $instance->addListener('lexik_form_filter.apply.orm.number', [=> function () {
  1274.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1275.         }, => 'filterValue'], 0);
  1276.         $instance->addListener('lexik_form_filter.apply.orm.percent', [=> function () {
  1277.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1278.         }, => 'filterValue'], 0);
  1279.         $instance->addListener('lexik_form_filter.apply.orm.search', [=> function () {
  1280.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1281.         }, => 'filterValue'], 0);
  1282.         $instance->addListener('lexik_form_filter.apply.orm.url', [=> function () {
  1283.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1284.         }, => 'filterValue'], 0);
  1285.         $instance->addListener('lexik_form_filter.apply.orm.choice', [=> function () {
  1286.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1287.         }, => 'filterValue'], 0);
  1288.         $instance->addListener('lexik_form_filter.apply.orm.entity', [=> function () {
  1289.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1290.         }, => 'filterEntity'], 0);
  1291.         $instance->addListener('lexik_form_filter.apply.orm.country', [=> function () {
  1292.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1293.         }, => 'filterValue'], 0);
  1294.         $instance->addListener('lexik_form_filter.apply.orm.language', [=> function () {
  1295.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1296.         }, => 'filterValue'], 0);
  1297.         $instance->addListener('lexik_form_filter.apply.orm.locale', [=> function () {
  1298.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1299.         }, => 'filterValue'], 0);
  1300.         $instance->addListener('lexik_form_filter.apply.orm.timezone', [=> function () {
  1301.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1302.         }, => 'filterValue'], 0);
  1303.         $instance->addListener('lexik_form_filter.apply.orm.date', [=> function () {
  1304.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1305.         }, => 'filterDate'], 0);
  1306.         $instance->addListener('lexik_form_filter.apply.orm.datetime', [=> function () {
  1307.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1308.         }, => 'filterDate'], 0);
  1309.         $instance->addListener('lexik_form_filter.apply.orm.birthday', [=> function () {
  1310.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1311.         }, => 'filterDate'], 0);
  1312.         $instance->addListener('lexik_form_filter.apply.orm.checkbox', [=> function () {
  1313.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1314.         }, => 'filterValue'], 0);
  1315.         $instance->addListener('lexik_form_filter.apply.orm.radio', [=> function () {
  1316.             return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1317.         }, => 'filterValue'], 0);
  1318.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1319.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1320.         }, => 'onImplicitLogin'], 0);
  1321.         $instance->addListener('security.interactive_login', [=> function () {
  1322.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1323.         }, => 'onSecurityInteractiveLogin'], 0);
  1324.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1325.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1326.         }, => 'authenticate'], 0);
  1327.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1328.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1329.         }, => 'authenticate'], 0);
  1330.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1331.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1332.         }, => 'authenticate'], 0);
  1333.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1334.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1335.         }, => 'addSuccessFlash'], 0);
  1336.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1337.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1338.         }, => 'addSuccessFlash'], 0);
  1339.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1340.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1341.         }, => 'addSuccessFlash'], 0);
  1342.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1343.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1344.         }, => 'addSuccessFlash'], 0);
  1345.         $instance->addListener('fos_user.registration.success', [=> function () {
  1346.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
  1347.         }, => 'onRegistrationSuccess'], 0);
  1348.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1349.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1350.         }, => 'onResettingResetInitialize'], 0);
  1351.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1352.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1353.         }, => 'onResettingResetSuccess'], 0);
  1354.         $instance->addListener('kernel.finish_request', [=> function () {
  1355.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1356.         }, => 'resetAssets'], 0);
  1357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1358.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1359.         }, => 'onLogout'], 0);
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the public 'fos_rest.view_handler' shared service.
  1364.      *
  1365.      * @return \FOS\RestBundle\View\ViewHandler
  1366.      */
  1367.     protected function getFosRest_ViewHandlerService()
  1368.     {
  1369.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  1370.     }
  1371.     /**
  1372.      * Gets the public 'fos_user.user_manager' shared service.
  1373.      *
  1374.      * @return \FOS\UserBundle\Doctrine\UserManager
  1375.      */
  1376.     protected function getFosUser_UserManagerService()
  1377.     {
  1378.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');
  1379.     }
  1380.     /**
  1381.      * Gets the public 'http_kernel' shared service.
  1382.      *
  1383.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1384.      */
  1385.     protected function getHttpKernelService()
  1386.     {
  1387.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1388.         if (isset($this->services['http_kernel'])) {
  1389.             return $this->services['http_kernel'];
  1390.         }
  1391.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1392.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1393.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1394.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1395.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1396.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1397.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1398.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1399.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1400.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1401.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1402.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1403.     }
  1404.     /**
  1405.      * Gets the public 'jms_serializer' shared service.
  1406.      *
  1407.      * @return \JMS\Serializer\Serializer
  1408.      */
  1409.     protected function getJmsSerializerService()
  1410.     {
  1411.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1412.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  1413.         ], [
  1414.             'metadata_driver' => '?',
  1415.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1416.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  1417.         $a->setIncludeInterfaces(false);
  1418.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService'));
  1419.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1420.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1421.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1422.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1423.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1424.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  1425.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  1426.         ], [
  1427.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1428.             'jms_serializer.stopwatch_subscriber' => '?',
  1429.         ]));
  1430.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  1431.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1432.         $g->setOptions(1216);
  1433.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1434.         $h->setFormatOutput(true);
  1435.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1436.         $i->setOptions(0);
  1437.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1438.     }
  1439.     /**
  1440.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1441.      *
  1442.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1443.      */
  1444.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1445.     {
  1446.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1447.     }
  1448.     /**
  1449.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1450.      *
  1451.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1452.      */
  1453.     protected function getJmsSerializer_SerializationContextFactoryService()
  1454.     {
  1455.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1456.     }
  1457.     /**
  1458.      * Gets the public 'request_stack' shared service.
  1459.      *
  1460.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1461.      */
  1462.     protected function getRequestStackService()
  1463.     {
  1464.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1465.     }
  1466.     /**
  1467.      * Gets the public 'router' shared service.
  1468.      *
  1469.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1470.      */
  1471.     protected function getRouterService()
  1472.     {
  1473.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1474.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1475.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1476.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1477.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1478.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1479.         ], [
  1480.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1481.         ]))->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' => NULL'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'de');
  1482.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1483.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1484.         return $instance;
  1485.     }
  1486.     /**
  1487.      * Gets the public 'translator' shared service.
  1488.      *
  1489.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1490.      */
  1491.     protected function getTranslatorService()
  1492.     {
  1493.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1494.     }
  1495.     /**
  1496.      * Gets the public 'var_dumper.cloner' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1499.      */
  1500.     protected function getVarDumper_ClonerService()
  1501.     {
  1502.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1503.         $instance->setMaxItems(2500);
  1504.         $instance->setMinDepth(1);
  1505.         $instance->setMaxString(-1);
  1506.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1507.         return $instance;
  1508.     }
  1509.     /**
  1510.      * Gets the private '.service_locator.dTyZ_h3' shared service.
  1511.      *
  1512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1513.      */
  1514.     protected function get_ServiceLocator_DTyZH3Service()
  1515.     {
  1516.         return $this->privates['.service_locator.dTyZ_h3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1517.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  1518.             'security.firewall.map.context.api_request' => ['privates''security.firewall.map.context.api_request''getSecurity_Firewall_Map_Context_ApiRequestService'true],
  1519.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1520.         ], [
  1521.             'security.firewall.map.context.api_login' => '?',
  1522.             'security.firewall.map.context.api_request' => '?',
  1523.             'security.firewall.map.context.main' => '?',
  1524.         ]);
  1525.     }
  1526.     /**
  1527.      * Gets the private 'App\EventListener\LocaleListener' shared autowired service.
  1528.      *
  1529.      * @return \App\EventListener\LocaleListener
  1530.      */
  1531.     protected function getLocaleListenerService()
  1532.     {
  1533.         return $this->privates['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener(($this->services['router'] ?? $this->getRouterService()));
  1534.     }
  1535.     /**
  1536.      * Gets the private 'App\EventListener\SecurityListener' shared autowired service.
  1537.      *
  1538.      * @return \App\EventListener\SecurityListener
  1539.      */
  1540.     protected function getSecurityListenerService()
  1541.     {
  1542.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1543.         if (isset($this->privates['App\\EventListener\\SecurityListener'])) {
  1544.             return $this->privates['App\\EventListener\\SecurityListener'];
  1545.         }
  1546.         $b = ($this->services['app.mail'] ?? $this->getApp_MailService());
  1547.         if (isset($this->privates['App\\EventListener\\SecurityListener'])) {
  1548.             return $this->privates['App\\EventListener\\SecurityListener'];
  1549.         }
  1550.         return $this->privates['App\\EventListener\\SecurityListener'] = new \App\EventListener\SecurityListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $a$b);
  1551.     }
  1552.     /**
  1553.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1554.      *
  1555.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1556.      */
  1557.     protected function getAdminRouterSubscriberService()
  1558.     {
  1559.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1560.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1561.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1562.         }
  1563.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1564.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1565.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1566.         }
  1567.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1568.         $d = ($this->services['router'] ?? $this->getRouterService());
  1569.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1570.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($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()), $c$d, ($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())), $e$a), ($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']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1571.     }
  1572.     /**
  1573.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1574.      *
  1575.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1576.      */
  1577.     protected function getActionFactoryService()
  1578.     {
  1579.         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()));
  1580.     }
  1581.     /**
  1582.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1583.      *
  1584.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1585.      */
  1586.     protected function getControllerFactoryService()
  1587.     {
  1588.         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()));
  1589.     }
  1590.     /**
  1591.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1592.      *
  1593.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1594.      */
  1595.     protected function getEntityFactoryService()
  1596.     {
  1597.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1598.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1599.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1600.         }
  1601.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1602.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1603.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1604.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1605.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1606.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1607.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1608.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1609.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1610.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1611.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1612.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1613.             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()));
  1614.             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()));
  1615.             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()));
  1616.             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))));
  1617.             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()));
  1618.             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()));
  1619.             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()));
  1620.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1621.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1622.             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()));
  1623.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1624.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1625.             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()));
  1626.             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()));
  1627.             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()));
  1628.             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()));
  1629.             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()));
  1630.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1631.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1632.     }
  1633.     /**
  1634.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1635.      *
  1636.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1637.      */
  1638.     protected function getAdminContextProviderService()
  1639.     {
  1640.         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())));
  1641.     }
  1642.     /**
  1643.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1644.      *
  1645.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1646.      */
  1647.     protected function getCrudControllerRegistryService()
  1648.     {
  1649.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AdminCrudController'=> 'App\\Controller\\Admin\\BlockedEmployeeCrudController'=> 'App\\Controller\\Admin\\CompanyCrudController'=> 'App\\Controller\\Admin\\CompanyFilesCrudController'=> 'App\\Controller\\Admin\\ContractorsCrudController'=> 'App\\Controller\\Admin\\EmployeeCrudController'=> 'App\\Controller\\Admin\\LicenseRequestCrudController'=> 'App\\Controller\\Admin\\MachinesCrudController'=> 'App\\Controller\\Admin\\ModulesRequestCrudController'=> 'App\\Controller\\Admin\\OnlyEmployeeCrudController'10 => 'App\\Controller\\Admin\\SmcRequestCrudController'11 => 'App\\Controller\\Admin\\WinWOPModulesCrudController'12 => 'App\\Controller\\Admin\\WinWOPUpdatesCrudController']);
  1650.     }
  1651.     /**
  1652.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1653.      *
  1654.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1655.      */
  1656.     protected function getAdminUrlGeneratorService()
  1657.     {
  1658.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1659.             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')))));
  1660.         };
  1661.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1662.     }
  1663.     /**
  1664.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1665.      *
  1666.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1667.      */
  1668.     protected function getAuthorizationCheckerService()
  1669.     {
  1670.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1671.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1672.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1673.         }
  1674.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1675.     }
  1676.     /**
  1677.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1678.      *
  1679.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1680.      */
  1681.     protected function getResetAssetsEventListenerService()
  1682.     {
  1683.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1684.     }
  1685.     /**
  1686.      * Gets the private 'annotations.cache_adapter' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1689.      */
  1690.     protected function getAnnotations_CacheAdapterService()
  1691.     {
  1692.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1693.     }
  1694.     /**
  1695.      * Gets the private 'annotations.cached_reader' shared service.
  1696.      *
  1697.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1698.      */
  1699.     protected function getAnnotations_CachedReaderService()
  1700.     {
  1701.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1702.     }
  1703.     /**
  1704.      * Gets the private 'annotations.reader' shared service.
  1705.      *
  1706.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1707.      */
  1708.     protected function getAnnotations_ReaderService()
  1709.     {
  1710.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1711.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1712.         $a->registerUniqueLoader('class_exists');
  1713.         $instance->addGlobalIgnoredName('required'$a);
  1714.         return $instance;
  1715.     }
  1716.     /**
  1717.      * Gets the private 'assets.context' shared service.
  1718.      *
  1719.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1720.      */
  1721.     protected function getAssets_ContextService()
  1722.     {
  1723.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1724.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  1725.     }
  1726.     /**
  1727.      * Gets the private 'assets.packages' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\Asset\Packages
  1730.      */
  1731.     protected function getAssets_PackagesService()
  1732.     {
  1733.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1734.             yield 'company_file' => ($this->privates['assets._package_company_file'] ?? $this->load('getAssets_PackageCompanyFileService'));
  1735.             yield 'license_file' => ($this->privates['assets._package_license_file'] ?? $this->load('getAssets_PackageLicenseFileService'));
  1736.             yield 'license_request_file' => ($this->privates['assets._package_license_request_file'] ?? $this->load('getAssets_PackageLicenseRequestFileService'));
  1737.             yield 'update_file' => ($this->privates['assets._package_update_file'] ?? $this->load('getAssets_PackageUpdateFileService'));
  1738.             yield 'update_documentation' => ($this->privates['assets._package_update_documentation'] ?? $this->load('getAssets_PackageUpdateDocumentationService'));
  1739.         }, 5));
  1740.     }
  1741.     /**
  1742.      * Gets the private 'cache.annotations' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1745.      */
  1746.     protected function getCache_AnnotationsService()
  1747.     {
  1748.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xg618q6Uht'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1749.     }
  1750.     /**
  1751.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1752.      *
  1753.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1754.      */
  1755.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1756.     {
  1757.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1758.     }
  1759.     /**
  1760.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1761.      *
  1762.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1763.      */
  1764.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1765.     {
  1766.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1767.     }
  1768.     /**
  1769.      * Gets the private 'cache.property_info' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1772.      */
  1773.     protected function getCache_PropertyInfoService()
  1774.     {
  1775.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nmbf09ixvq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1776.     }
  1777.     /**
  1778.      * Gets the private 'cache.security_expression_language' shared service.
  1779.      *
  1780.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1781.      */
  1782.     protected function getCache_SecurityExpressionLanguageService()
  1783.     {
  1784.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bAZNNjvbd8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1785.     }
  1786.     /**
  1787.      * Gets the private 'cache.serializer' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1790.      */
  1791.     protected function getCache_SerializerService()
  1792.     {
  1793.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bQi6aIlkXJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1794.     }
  1795.     /**
  1796.      * Gets the private 'cache.validator' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1799.      */
  1800.     protected function getCache_ValidatorService()
  1801.     {
  1802.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pscxUYrrsR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1803.     }
  1804.     /**
  1805.      * Gets the private 'cache.webpack_encore' shared service.
  1806.      *
  1807.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1808.      */
  1809.     protected function getCache_WebpackEncoreService()
  1810.     {
  1811.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HIrvlZX51T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1812.     }
  1813.     /**
  1814.      * Gets the private 'config_cache_factory' shared service.
  1815.      *
  1816.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1817.      */
  1818.     protected function getConfigCacheFactoryService()
  1819.     {
  1820.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1821.             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)));
  1822.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1823.         }, 2));
  1824.     }
  1825.     /**
  1826.      * Gets the private 'data_collector.form' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1829.      */
  1830.     protected function getDataCollector_FormService()
  1831.     {
  1832.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1833.     }
  1834.     /**
  1835.      * Gets the private 'data_collector.request' shared service.
  1836.      *
  1837.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1838.      */
  1839.     protected function getDataCollector_RequestService()
  1840.     {
  1841.         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())));
  1842.     }
  1843.     /**
  1844.      * Gets the private 'debug.controller_resolver' shared service.
  1845.      *
  1846.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1847.      */
  1848.     protected function getDebug_ControllerResolverService()
  1849.     {
  1850.         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))));
  1851.     }
  1852.     /**
  1853.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1854.      *
  1855.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1856.      */
  1857.     protected function getDebug_DebugHandlersListenerService()
  1858.     {
  1859.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1860.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1861.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1862.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1863.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1864.     }
  1865.     /**
  1866.      * Gets the private 'debug.file_link_formatter' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1869.      */
  1870.     protected function getDebug_FileLinkFormatterService()
  1871.     {
  1872.         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 () {
  1873.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1874.         });
  1875.     }
  1876.     /**
  1877.      * Gets the private 'debug.log_processor' shared service.
  1878.      *
  1879.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1880.      */
  1881.     protected function getDebug_LogProcessorService()
  1882.     {
  1883.         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())));
  1884.     }
  1885.     /**
  1886.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1889.      */
  1890.     protected function getDebug_Security_Access_DecisionManagerService()
  1891.     {
  1892.         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 () {
  1893.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1894.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1895.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1896.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1897.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1898.     }
  1899.     /**
  1900.      * Gets the private 'debug.security.firewall' shared service.
  1901.      *
  1902.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1903.      */
  1904.     protected function getDebug_Security_FirewallService()
  1905.     {
  1906.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1907.         if (isset($this->privates['debug.security.firewall'])) {
  1908.             return $this->privates['debug.security.firewall'];
  1909.         }
  1910.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1911.         if (isset($this->privates['debug.security.firewall'])) {
  1912.             return $this->privates['debug.security.firewall'];
  1913.         }
  1914.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1915.     }
  1916.     /**
  1917.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1918.      *
  1919.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1920.      */
  1921.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1922.     {
  1923.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1924.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1925.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1926.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1927.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1928.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  1929.             'vich_uploader.listener.clean.company_file' => ['privates''vich_uploader.listener.clean.company_file''getVichUploader_Listener_Clean_CompanyFileService'true],
  1930.             'vich_uploader.listener.clean.license_file' => ['privates''vich_uploader.listener.clean.license_file''getVichUploader_Listener_Clean_LicenseFileService'true],
  1931.             'vich_uploader.listener.clean.license_request_file' => ['privates''vich_uploader.listener.clean.license_request_file''getVichUploader_Listener_Clean_LicenseRequestFileService'true],
  1932.             'vich_uploader.listener.clean.update_documentation' => ['privates''vich_uploader.listener.clean.update_documentation''getVichUploader_Listener_Clean_UpdateDocumentationService'true],
  1933.             'vich_uploader.listener.clean.update_file' => ['privates''vich_uploader.listener.clean.update_file''getVichUploader_Listener_Clean_UpdateFileService'true],
  1934.             'vich_uploader.listener.remove.company_file' => ['privates''vich_uploader.listener.remove.company_file''getVichUploader_Listener_Remove_CompanyFileService'true],
  1935.             'vich_uploader.listener.remove.license_file' => ['privates''vich_uploader.listener.remove.license_file''getVichUploader_Listener_Remove_LicenseFileService'true],
  1936.             'vich_uploader.listener.remove.license_request_file' => ['privates''vich_uploader.listener.remove.license_request_file''getVichUploader_Listener_Remove_LicenseRequestFileService'true],
  1937.             'vich_uploader.listener.remove.update_documentation' => ['privates''vich_uploader.listener.remove.update_documentation''getVichUploader_Listener_Remove_UpdateDocumentationService'true],
  1938.             'vich_uploader.listener.remove.update_file' => ['privates''vich_uploader.listener.remove.update_file''getVichUploader_Listener_Remove_UpdateFileService'true],
  1939.             'vich_uploader.listener.upload.company_file' => ['privates''vich_uploader.listener.upload.company_file''getVichUploader_Listener_Upload_CompanyFileService'true],
  1940.             'vich_uploader.listener.upload.license_file' => ['privates''vich_uploader.listener.upload.license_file''getVichUploader_Listener_Upload_LicenseFileService'true],
  1941.             'vich_uploader.listener.upload.license_request_file' => ['privates''vich_uploader.listener.upload.license_request_file''getVichUploader_Listener_Upload_LicenseRequestFileService'true],
  1942.             'vich_uploader.listener.upload.update_documentation' => ['privates''vich_uploader.listener.upload.update_documentation''getVichUploader_Listener_Upload_UpdateDocumentationService'true],
  1943.             'vich_uploader.listener.upload.update_file' => ['privates''vich_uploader.listener.upload.update_file''getVichUploader_Listener_Upload_UpdateFileService'true],
  1944.         ], [
  1945.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1946.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1947.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1948.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1949.             'fos_user.user_listener' => '?',
  1950.             'vich_uploader.listener.clean.company_file' => '?',
  1951.             'vich_uploader.listener.clean.license_file' => '?',
  1952.             'vich_uploader.listener.clean.license_request_file' => '?',
  1953.             'vich_uploader.listener.clean.update_documentation' => '?',
  1954.             'vich_uploader.listener.clean.update_file' => '?',
  1955.             'vich_uploader.listener.remove.company_file' => '?',
  1956.             'vich_uploader.listener.remove.license_file' => '?',
  1957.             'vich_uploader.listener.remove.license_request_file' => '?',
  1958.             'vich_uploader.listener.remove.update_documentation' => '?',
  1959.             'vich_uploader.listener.remove.update_file' => '?',
  1960.             'vich_uploader.listener.upload.company_file' => '?',
  1961.             'vich_uploader.listener.upload.license_file' => '?',
  1962.             'vich_uploader.listener.upload.license_request_file' => '?',
  1963.             'vich_uploader.listener.upload.update_documentation' => '?',
  1964.             'vich_uploader.listener.upload.update_file' => '?',
  1965.         ]), [=> 'vich_uploader.listener.clean.company_file'=> 'vich_uploader.listener.clean.license_file'=> 'vich_uploader.listener.clean.license_request_file'=> 'vich_uploader.listener.clean.update_file'=> 'vich_uploader.listener.clean.update_documentation'=> '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.company_file'=> 'vich_uploader.listener.upload.company_file'10 => 'vich_uploader.listener.remove.license_file'11 => 'vich_uploader.listener.upload.license_file'12 => 'vich_uploader.listener.remove.license_request_file'13 => 'vich_uploader.listener.upload.license_request_file'14 => 'vich_uploader.listener.remove.update_file'15 => 'vich_uploader.listener.upload.update_file'16 => 'vich_uploader.listener.remove.update_documentation'17 => 'vich_uploader.listener.upload.update_documentation'18 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 19 => [=> [=> 'prePersist'], => 'fos_user.user_listener'], 20 => [=> [=> 'preUpdate'], => 'fos_user.user_listener']]);
  1966.     }
  1967.     /**
  1968.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1969.      *
  1970.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1971.      */
  1972.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1973.     {
  1974.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  1975.     }
  1976.     /**
  1977.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1978.      *
  1979.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1980.      */
  1981.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1982.     {
  1983.         $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'], '.orm.xml'false);
  1984.         $instance->setGlobalBasename('mapping');
  1985.         return $instance;
  1986.     }
  1987.     /**
  1988.      * Gets the private 'exception_listener' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1991.      */
  1992.     protected function getExceptionListener2Service()
  1993.     {
  1994.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1995.     }
  1996.     /**
  1997.      * Gets the private 'fos_rest.body_listener' shared service.
  1998.      *
  1999.      * @return \FOS\RestBundle\EventListener\BodyListener
  2000.      */
  2001.     protected function getFosRest_BodyListenerService()
  2002.     {
  2003.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2004.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  2005.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  2006.         ], [
  2007.             'fos_rest.decoder.json' => '?',
  2008.             'fos_rest.decoder.xml' => '?',
  2009.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2010.         $instance->setDefaultFormat(NULL);
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  2015.      *
  2016.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  2017.      */
  2018.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  2019.     {
  2020.         return $this->privates['fos_rest.exception.response_status_code_listener'] = new \FOS\RestBundle\EventListener\ResponseStatusCodeListener(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => 400'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404]))));
  2021.     }
  2022.     /**
  2023.      * Gets the private 'fos_rest.format_listener' shared service.
  2024.      *
  2025.      * @return \FOS\RestBundle\EventListener\FormatListener
  2026.      */
  2027.     protected function getFosRest_FormatListenerService()
  2028.     {
  2029.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2030.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2031.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['prefer_extension' => '2.0''fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  2032.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2033.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2034.     }
  2035.     /**
  2036.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2037.      *
  2038.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2039.      */
  2040.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2041.     {
  2042.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2043.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  2044.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2045.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2046.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2047.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2048.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  2049.         ], [
  2050.             'fos_rest.serializer.flatten_exception_handler' => '?',
  2051.             'jms_serializer.array_collection_handler' => '?',
  2052.             'jms_serializer.constraint_violation_handler' => '?',
  2053.             'jms_serializer.datetime_handler' => '?',
  2054.             'jms_serializer.iterator_handler' => '?',
  2055.             'fos_rest.serializer.form_error_handler' => '?',
  2056.         ]), [=> ['Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  2057.     }
  2058.     /**
  2059.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  2060.      *
  2061.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  2062.      */
  2063.     protected function getFosRest_Versioning_ExclusionListenerService()
  2064.     {
  2065.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  2066.     }
  2067.     /**
  2068.      * Gets the private 'fos_rest.versioning.listener' shared service.
  2069.      *
  2070.      * @return \FOS\RestBundle\EventListener\VersionListener
  2071.      */
  2072.     protected function getFosRest_Versioning_ListenerService()
  2073.     {
  2074.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  2075.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  2076.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  2077.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  2078.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($aNULL);
  2079.     }
  2080.     /**
  2081.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  2082.      *
  2083.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  2084.      */
  2085.     protected function getFosRest_ZoneMatcherListenerService()
  2086.     {
  2087.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  2088.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'));
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2093.      *
  2094.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2095.      */
  2096.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2097.     {
  2098.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2099.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2100.     }
  2101.     /**
  2102.      * Gets the private 'fos_user.util.password_updater' shared service.
  2103.      *
  2104.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  2105.      */
  2106.     protected function getFosUser_Util_PasswordUpdaterService()
  2107.     {
  2108.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2112.      *
  2113.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2114.      */
  2115.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2116.     {
  2117.         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())));
  2118.     }
  2119.     /**
  2120.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2121.      *
  2122.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2123.      */
  2124.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2125.     {
  2126.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2127.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2128.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2129.         }
  2130.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2131.     }
  2132.     /**
  2133.      * Gets the private 'locale_aware_listener' shared service.
  2134.      *
  2135.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2136.      */
  2137.     protected function getLocaleAwareListenerService()
  2138.     {
  2139.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2140.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  2141.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2142.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'locale_listener' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2148.      */
  2149.     protected function getLocaleListener2Service()
  2150.     {
  2151.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2152.     }
  2153.     /**
  2154.      * Gets the private 'mailer.mailer' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\Mailer\Mailer
  2157.      */
  2158.     protected function getMailer_MailerService()
  2159.     {
  2160.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2161.         if (isset($this->privates['mailer.mailer'])) {
  2162.             return $this->privates['mailer.mailer'];
  2163.         }
  2164.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2165.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  2166.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  2167.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  2168.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  2169.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  2170.     }
  2171.     /**
  2172.      * Gets the private 'monolog.logger' shared service.
  2173.      *
  2174.      * @return \Symfony\Bridge\Monolog\Logger
  2175.      */
  2176.     protected function getMonolog_LoggerService()
  2177.     {
  2178.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2179.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2180.         $instance->useMicrosecondTimestamps(true);
  2181.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2183.         return $instance;
  2184.     }
  2185.     /**
  2186.      * Gets the private 'monolog.logger.cache' shared service.
  2187.      *
  2188.      * @return \Symfony\Bridge\Monolog\Logger
  2189.      */
  2190.     protected function getMonolog_Logger_CacheService()
  2191.     {
  2192.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2193.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2194.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2195.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2196.         return $instance;
  2197.     }
  2198.     /**
  2199.      * Gets the private 'monolog.logger.request' shared service.
  2200.      *
  2201.      * @return \Symfony\Bridge\Monolog\Logger
  2202.      */
  2203.     protected function getMonolog_Logger_RequestService()
  2204.     {
  2205.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2206.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2207.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2208.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2209.         return $instance;
  2210.     }
  2211.     /**
  2212.      * Gets the private 'parameter_bag' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2215.      */
  2216.     protected function getParameterBagService()
  2217.     {
  2218.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2219.     }
  2220.     /**
  2221.      * Gets the private 'profiler_listener' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2224.      */
  2225.     protected function getProfilerListenerService()
  2226.     {
  2227.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2228.         if (isset($this->privates['profiler_listener'])) {
  2229.             return $this->privates['profiler_listener'];
  2230.         }
  2231.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2232.     }
  2233.     /**
  2234.      * Gets the private 'property_info' shared service.
  2235.      *
  2236.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2237.      */
  2238.     protected function getPropertyInfoService()
  2239.     {
  2240.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2241.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2242.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2243.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2244.         }, 3), new RewindableGenerator(function () {
  2245.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2246.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2247.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2248.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2249.         }, 4), new RewindableGenerator(function () {
  2250.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2251.         }, 1), new RewindableGenerator(function () {
  2252.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2253.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2254.         }, 2), new RewindableGenerator(function () {
  2255.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2256.         }, 1));
  2257.     }
  2258.     /**
  2259.      * Gets the private 'router.expression_language_provider' shared service.
  2260.      *
  2261.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2262.      */
  2263.     protected function getRouter_ExpressionLanguageProviderService()
  2264.     {
  2265.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2266.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2267.         ], [
  2268.             'env' => 'Closure',
  2269.         ]));
  2270.     }
  2271.     /**
  2272.      * Gets the private 'router.request_context' shared service.
  2273.      *
  2274.      * @return \Symfony\Component\Routing\RequestContext
  2275.      */
  2276.     protected function getRouter_RequestContextService()
  2277.     {
  2278.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2279.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the private 'router_listener' shared service.
  2284.      *
  2285.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2286.      */
  2287.     protected function getRouterListenerService()
  2288.     {
  2289.         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);
  2290.     }
  2291.     /**
  2292.      * Gets the private 'security.csrf.token_storage' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2295.      */
  2296.     protected function getSecurity_Csrf_TokenStorageService()
  2297.     {
  2298.         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())));
  2299.     }
  2300.     /**
  2301.      * Gets the private 'security.firewall.map' shared service.
  2302.      *
  2303.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2304.      */
  2305.     protected function getSecurity_Firewall_MapService()
  2306.     {
  2307.         $a = ($this->privates['.service_locator.dTyZ_h3'] ?? $this->get_ServiceLocator_DTyZH3Service());
  2308.         if (isset($this->privates['security.firewall.map'])) {
  2309.             return $this->privates['security.firewall.map'];
  2310.         }
  2311.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2312.             yield 'security.firewall.map.context.api_request' => ($this->privates['.security.request_matcher.8BTnlNv'] ?? ($this->privates['.security.request_matcher.8BTnlNv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/licenserequest')));
  2313.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.b_p7RO6'] ?? ($this->privates['.security.request_matcher.b_p7RO6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/authenticate')));
  2314.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2315.         }, 3));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'security.logout_url_generator' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2321.      */
  2322.     protected function getSecurity_LogoutUrlGeneratorService()
  2323.     {
  2324.         $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()));
  2325.         $instance->registerListener('api_request''/logout''logout''_csrf_token'NULLNULL);
  2326.         $instance->registerListener('api_login''/logout''logout''_csrf_token'NULLNULL);
  2327.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  2328.         return $instance;
  2329.     }
  2330.     /**
  2331.      * Gets the private 'security.password_hasher_factory' shared service.
  2332.      *
  2333.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  2334.      */
  2335.     protected function getSecurity_PasswordHasherFactoryService()
  2336.     {
  2337.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'App\\Entity\\Employee' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> 'argon2i']], 'App\\Entity\\Admin' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> 'argon2i']]]);
  2338.     }
  2339.     /**
  2340.      * Gets the private 'security.role_hierarchy' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2343.      */
  2344.     protected function getSecurity_RoleHierarchyService()
  2345.     {
  2346.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2347.     }
  2348.     /**
  2349.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2350.      *
  2351.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2352.      */
  2353.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2354.     {
  2355.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2356.     }
  2357.     /**
  2358.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2359.      *
  2360.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2361.      */
  2362.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2363.     {
  2364.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2365.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2366.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2367.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2368.     }
  2369.     /**
  2370.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2371.      *
  2372.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2373.      */
  2374.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2375.     {
  2376.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2377.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2378.             return $this->privates['sensio_framework_extra.security.listener'];
  2379.         }
  2380.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2381.     }
  2382.     /**
  2383.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2384.      *
  2385.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2386.      */
  2387.     protected function getSensioFrameworkExtra_View_ListenerService()
  2388.     {
  2389.         $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))));
  2390.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2391.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2392.         ], [
  2393.             'twig' => '?',
  2394.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2395.         return $instance;
  2396.     }
  2397.     /**
  2398.      * Gets the private 'session_listener' shared service.
  2399.      *
  2400.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2401.      */
  2402.     protected function getSessionListenerService()
  2403.     {
  2404.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2405.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2406.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2407.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2408.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2409.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2410.         ], [
  2411.             'initialized_session' => '?',
  2412.             'logger' => '?',
  2413.             'session' => '?',
  2414.             'session_collector' => '?',
  2415.             'session_factory' => '?',
  2416.         ]), true$this->parameters['session.storage.options']);
  2417.     }
  2418.     /**
  2419.      * Gets the private 'translator.default' shared service.
  2420.      *
  2421.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2422.      */
  2423.     protected function getTranslator_DefaultService()
  2424.     {
  2425.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2426.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2427.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2428.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2429.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2430.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2431.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2432.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2433.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2434.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2435.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2436.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2437.         ], [
  2438.             'translation.loader.csv' => '?',
  2439.             'translation.loader.dat' => '?',
  2440.             'translation.loader.ini' => '?',
  2441.             'translation.loader.json' => '?',
  2442.             'translation.loader.mo' => '?',
  2443.             'translation.loader.php' => '?',
  2444.             'translation.loader.po' => '?',
  2445.             'translation.loader.qt' => '?',
  2446.             'translation.loader.res' => '?',
  2447.             'translation.loader.xliff' => '?',
  2448.             'translation.loader.yml' => '?',
  2449.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle.de.yml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.de.yml'), 10 => (\dirname(__DIR__4).'/translations/app.de.yml'), 11 => (\dirname(__DIR__4).'/translations/email.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/translations/app.en.yml'), 10 => (\dirname(__DIR__4).'/translations/email.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml')], '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'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml')], '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/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.ua.yml')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/lexik/form-filter-bundle/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/symfony/web-server-bundle/translations'19 => 'vendor/friendsofsymfony/rest-bundle/translations'20 => 'vendor/jms/serializer-bundle/translations'21 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  2450.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2451.         $instance->setFallbackLocales([=> 'de']);
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the private 'validator.builder' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2458.      */
  2459.     protected function getValidator_BuilderService()
  2460.     {
  2461.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2462.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2463.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2464.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2465.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2466.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2467.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2468.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2469.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2470.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2471.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2472.         ], [
  2473.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2474.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2475.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2476.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2477.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2478.             'doctrine.orm.validator.unique' => '?',
  2479.             'security.validator.user_password' => '?',
  2480.             'validator.expression' => '?',
  2481.         ])));
  2482.         if ($this->has('translator')) {
  2483.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2484.         }
  2485.         $instance->setTranslationDomain('validators');
  2486.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  2487.         $instance->enableAnnotationMapping(true);
  2488.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2489.         $instance->addMethodMapping('loadValidatorMetadata');
  2490.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2491.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2492.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2493.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2494.         return $instance;
  2495.     }
  2496.     /**
  2497.      * Gets the private 'var_dumper.html_dumper' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2500.      */
  2501.     protected function getVarDumper_HtmlDumperService()
  2502.     {
  2503.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2504.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2505.         return $instance;
  2506.     }
  2507.     /**
  2508.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2509.      *
  2510.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2511.      */
  2512.     protected function getVichUploader_MetadataReaderService()
  2513.     {
  2514.         $a = new \Metadata\Driver\FileLocator([]);
  2515.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2516.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2517.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2518.     }
  2519.     /**
  2520.      * Gets the private 'web_profiler.csp.handler' shared service.
  2521.      *
  2522.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2523.      */
  2524.     protected function getWebProfiler_Csp_HandlerService()
  2525.     {
  2526.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2527.     }
  2528.     /**
  2529.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2530.      *
  2531.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2532.      */
  2533.     protected function getWebProfiler_DebugToolbarService()
  2534.     {
  2535.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2536.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2537.             return $this->privates['web_profiler.debug_toolbar'];
  2538.         }
  2539.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2543.      *
  2544.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2545.      */
  2546.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2547.     {
  2548.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2549.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2550.         ], [
  2551.             '_default' => '?',
  2552.         ]), '_default');
  2553.     }
  2554.     /**
  2555.      * Gets the public 'cache_clearer' alias.
  2556.      *
  2557.      * @return object The ".container.private.cache_clearer" service.
  2558.      */
  2559.     protected function getCacheClearerService()
  2560.     {
  2561.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2562.         return $this->get('.container.private.cache_clearer');
  2563.     }
  2564.     /**
  2565.      * Gets the public 'filesystem' alias.
  2566.      *
  2567.      * @return object The ".container.private.filesystem" service.
  2568.      */
  2569.     protected function getFilesystemService()
  2570.     {
  2571.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2572.         return $this->get('.container.private.filesystem');
  2573.     }
  2574.     /**
  2575.      * Gets the public 'serializer' alias.
  2576.      *
  2577.      * @return object The ".container.private.serializer" service.
  2578.      */
  2579.     protected function getSerializerService()
  2580.     {
  2581.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2582.         return $this->get('.container.private.serializer');
  2583.     }
  2584.     /**
  2585.      * Gets the public 'security.csrf.token_manager' alias.
  2586.      *
  2587.      * @return object The ".container.private.security.csrf.token_manager" service.
  2588.      */
  2589.     protected function getSecurity_Csrf_TokenManagerService()
  2590.     {
  2591.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2592.         return $this->get('.container.private.security.csrf.token_manager');
  2593.     }
  2594.     /**
  2595.      * Gets the public 'form.factory' alias.
  2596.      *
  2597.      * @return object The ".container.private.form.factory" service.
  2598.      */
  2599.     protected function getForm_FactoryService()
  2600.     {
  2601.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2602.         return $this->get('.container.private.form.factory');
  2603.     }
  2604.     /**
  2605.      * Gets the public 'form.type.file' alias.
  2606.      *
  2607.      * @return object The ".container.private.form.type.file" service.
  2608.      */
  2609.     protected function getForm_Type_FileService()
  2610.     {
  2611.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2612.         return $this->get('.container.private.form.type.file');
  2613.     }
  2614.     /**
  2615.      * Gets the public 'profiler' alias.
  2616.      *
  2617.      * @return object The ".container.private.profiler" service.
  2618.      */
  2619.     protected function getProfilerService()
  2620.     {
  2621.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2622.         return $this->get('.container.private.profiler');
  2623.     }
  2624.     /**
  2625.      * Gets the public 'security.authorization_checker' alias.
  2626.      *
  2627.      * @return object The ".container.private.security.authorization_checker" service.
  2628.      */
  2629.     protected function getSecurity_AuthorizationCheckerService()
  2630.     {
  2631.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2632.         return $this->get('.container.private.security.authorization_checker');
  2633.     }
  2634.     /**
  2635.      * Gets the public 'security.token_storage' alias.
  2636.      *
  2637.      * @return object The ".container.private.security.token_storage" service.
  2638.      */
  2639.     protected function getSecurity_TokenStorageService()
  2640.     {
  2641.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2642.         return $this->get('.container.private.security.token_storage');
  2643.     }
  2644.     /**
  2645.      * Gets the public 'twig' alias.
  2646.      *
  2647.      * @return object The ".container.private.twig" service.
  2648.      */
  2649.     protected function getTwigService()
  2650.     {
  2651.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2652.         return $this->get('.container.private.twig');
  2653.     }
  2654.     /**
  2655.      * Gets the public 'security.password_encoder' alias.
  2656.      *
  2657.      * @return object The ".container.private.security.password_encoder" service.
  2658.      */
  2659.     protected function getSecurity_PasswordEncoderService()
  2660.     {
  2661.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2662.         return $this->get('.container.private.security.password_encoder');
  2663.     }
  2664.     /**
  2665.      * Gets the public 'session' alias.
  2666.      *
  2667.      * @return object The ".container.private.session" service.
  2668.      */
  2669.     protected function getSessionService()
  2670.     {
  2671.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2672.         return $this->get('.container.private.session');
  2673.     }
  2674.     /**
  2675.      * Gets the public 'validator' alias.
  2676.      *
  2677.      * @return object The ".container.private.validator" service.
  2678.      */
  2679.     protected function getValidatorService()
  2680.     {
  2681.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2682.         return $this->get('.container.private.validator');
  2683.     }
  2684.     /**
  2685.      * @return array|bool|float|int|string|\UnitEnum|null
  2686.      */
  2687.     public function getParameter(string $name)
  2688.     {
  2689.         if (isset($this->buildParameters[$name])) {
  2690.             return $this->buildParameters[$name];
  2691.         }
  2692.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2693.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2694.         }
  2695.         if (isset($this->loadedDynamicParameters[$name])) {
  2696.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2697.         }
  2698.         return $this->parameters[$name];
  2699.     }
  2700.     public function hasParameter(string $name): bool
  2701.     {
  2702.         if (isset($this->buildParameters[$name])) {
  2703.             return true;
  2704.         }
  2705.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2706.     }
  2707.     public function setParameter(string $name$value): void
  2708.     {
  2709.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2710.     }
  2711.     public function getParameterBag(): ParameterBagInterface
  2712.     {
  2713.         if (null === $this->parameterBag) {
  2714.             $parameters $this->parameters;
  2715.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2716.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2717.             }
  2718.             foreach ($this->buildParameters as $name => $value) {
  2719.                 $parameters[$name] = $value;
  2720.             }
  2721.             $this->parameterBag = new FrozenParameterBag($parameters);
  2722.         }
  2723.         return $this->parameterBag;
  2724.     }
  2725.     private $loadedDynamicParameters = [
  2726.         'kernel.runtime_environment' => false,
  2727.         'kernel.build_dir' => false,
  2728.         'kernel.cache_dir' => false,
  2729.         'kernel.secret' => false,
  2730.         'debug.container.dump' => false,
  2731.         'serializer.mapping.cache.file' => false,
  2732.         'validator.mapping.cache.file' => false,
  2733.         'profiler.storage.dsn' => false,
  2734.         'doctrine.orm.proxy_dir' => false,
  2735.     ];
  2736.     private $dynamicParameters = [];
  2737.     private function getDynamicParameter(string $name)
  2738.     {
  2739.         switch ($name) {
  2740.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2741.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2742.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2743.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2744.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2745.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2746.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2747.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2748.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2749.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2750.         }
  2751.         $this->loadedDynamicParameters[$name] = true;
  2752.         return $this->dynamicParameters[$name] = $value;
  2753.     }
  2754.     protected function getDefaultParameters(): array
  2755.     {
  2756.         return [
  2757.             'kernel.project_dir' => \dirname(__DIR__4),
  2758.             'kernel.environment' => 'dev',
  2759.             'kernel.debug' => true,
  2760.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2761.             'kernel.bundles' => [
  2762.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2763.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2764.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2765.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2766.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2767.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2768.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2769.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2770.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2771.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2772.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2773.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2774.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2775.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2776.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2777.                 'LexikFormFilterBundle' => 'Lexik\\Bundle\\FormFilterBundle\\LexikFormFilterBundle',
  2778.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2779.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2780.             ],
  2781.             'kernel.bundles_metadata' => [
  2782.                 'FrameworkBundle' => [
  2783.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2784.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2785.                 ],
  2786.                 'SensioFrameworkExtraBundle' => [
  2787.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2788.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2789.                 ],
  2790.                 'DoctrineBundle' => [
  2791.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2792.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2793.                 ],
  2794.                 'DoctrineMigrationsBundle' => [
  2795.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2796.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2797.                 ],
  2798.                 'SecurityBundle' => [
  2799.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2800.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2801.                 ],
  2802.                 'TwigBundle' => [
  2803.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2804.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2805.                 ],
  2806.                 'WebProfilerBundle' => [
  2807.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2808.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2809.                 ],
  2810.                 'MonologBundle' => [
  2811.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2812.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2813.                 ],
  2814.                 'DebugBundle' => [
  2815.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2816.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2817.                 ],
  2818.                 'MakerBundle' => [
  2819.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2820.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2821.                 ],
  2822.                 'WebServerBundle' => [
  2823.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  2824.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2825.                 ],
  2826.                 'EasyAdminBundle' => [
  2827.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2828.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2829.                 ],
  2830.                 'VichUploaderBundle' => [
  2831.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  2832.                     'namespace' => 'Vich\\UploaderBundle',
  2833.                 ],
  2834.                 'FOSRestBundle' => [
  2835.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  2836.                     'namespace' => 'FOS\\RestBundle',
  2837.                 ],
  2838.                 'JMSSerializerBundle' => [
  2839.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  2840.                     'namespace' => 'JMS\\SerializerBundle',
  2841.                 ],
  2842.                 'LexikFormFilterBundle' => [
  2843.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/form-filter-bundle'),
  2844.                     'namespace' => 'Lexik\\Bundle\\FormFilterBundle',
  2845.                 ],
  2846.                 'FOSUserBundle' => [
  2847.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  2848.                     'namespace' => 'FOS\\UserBundle',
  2849.                 ],
  2850.                 'WebpackEncoreBundle' => [
  2851.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2852.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2853.                 ],
  2854.             ],
  2855.             'kernel.charset' => 'UTF-8',
  2856.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2857.             'env(DATABASE_URL)' => '',
  2858.             'locale' => 'de',
  2859.             'app.backend.email_from' => 'service@martin-haug-gmbh.de',
  2860.             'app.backend.admin_notice_email' => 'service@martin-haug-gmbh.de',
  2861.             'event_dispatcher.event_aliases' => [
  2862.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2863.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2864.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2865.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2866.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2867.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2868.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2869.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2870.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2871.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2872.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2873.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2874.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2875.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2876.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2877.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2878.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2879.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2880.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2881.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2882.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2883.             ],
  2884.             'fragment.renderer.hinclude.global_template' => NULL,
  2885.             'fragment.path' => '/_fragment',
  2886.             'kernel.http_method_override' => true,
  2887.             'kernel.trusted_hosts' => [
  2888.             ],
  2889.             'kernel.default_locale' => 'de',
  2890.             'kernel.enabled_locales' => [
  2891.             ],
  2892.             'kernel.error_controller' => 'error_controller',
  2893.             'debug.file_link_format' => NULL,
  2894.             'asset.request_context.base_path' => NULL,
  2895.             'asset.request_context.secure' => NULL,
  2896.             'translator.logging' => false,
  2897.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2898.             'debug.error_handler.throw_at' => -1,
  2899.             'router.request_context.host' => 'localhost',
  2900.             'router.request_context.scheme' => 'http',
  2901.             'router.request_context.base_url' => '',
  2902.             'router.resource' => 'kernel::loadRoutes',
  2903.             'request_listener.http_port' => 80,
  2904.             'request_listener.https_port' => 443,
  2905.             'session.metadata.storage_key' => '_sf2_meta',
  2906.             'session.storage.options' => [
  2907.                 'cache_limiter' => '0',
  2908.                 'cookie_secure' => 'auto',
  2909.                 'cookie_httponly' => true,
  2910.                 'cookie_samesite' => 'lax',
  2911.                 'gc_probability' => 1,
  2912.             ],
  2913.             'session.save_path' => NULL,
  2914.             'session.metadata.update_threshold' => 0,
  2915.             'form.type_extension.csrf.enabled' => true,
  2916.             'form.type_extension.csrf.field_name' => '_token',
  2917.             'validator.translation_domain' => 'validators',
  2918.             'profiler_listener.only_exceptions' => false,
  2919.             'profiler_listener.only_main_requests' => false,
  2920.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2921.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2922.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2923.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2924.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2925.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2926.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2927.             'doctrine.entity_managers' => [
  2928.                 'default' => 'doctrine.orm.default_entity_manager',
  2929.             ],
  2930.             'doctrine.default_entity_manager' => 'default',
  2931.             'doctrine.dbal.connection_factory.types' => [
  2932.                 'uuid' => [
  2933.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2934.                 ],
  2935.                 'ulid' => [
  2936.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2937.                 ],
  2938.             ],
  2939.             'doctrine.connections' => [
  2940.                 'default' => 'doctrine.dbal.default_connection',
  2941.             ],
  2942.             'doctrine.default_connection' => 'default',
  2943.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2944.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2945.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2946.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2947.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2948.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2949.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2950.             'doctrine.orm.cache.memcache_port' => 11211,
  2951.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2952.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2953.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2954.             'doctrine.orm.cache.memcached_port' => 11211,
  2955.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2956.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2957.             'doctrine.orm.cache.redis_host' => 'localhost',
  2958.             'doctrine.orm.cache.redis_port' => 6379,
  2959.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2960.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2961.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2962.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2963.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2964.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2965.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2966.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2967.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2968.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2969.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2970.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2971.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2972.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2973.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2974.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2975.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2976.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2977.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2978.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2979.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2980.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2981.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2982.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2983.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2984.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2985.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2986.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2987.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2988.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2989.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2990.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2991.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2992.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2993.             'doctrine.migrations.preferred_em' => NULL,
  2994.             'doctrine.migrations.preferred_connection' => NULL,
  2995.             'security.role_hierarchy.roles' => [
  2996.                 'ROLE_ADMIN' => [
  2997.                     => 'ROLE_NEW_ADMIN',
  2998.                     => 'ROLE_CONTACT',
  2999.                 ],
  3000.                 'ROLE_NEW_ADMIN' => [
  3001.                     => 'ROLE_NEW_CONTACT',
  3002.                 ],
  3003.                 'ROLE_NEW_CONTACT' => [
  3004.                     => 'ROLE_NEW_EMPLOYEE',
  3005.                 ],
  3006.                 'ROLE_CONTACT' => [
  3007.                     => 'ROLE_NEW_CONTACT',
  3008.                     => 'ROLE_EMPLOYEE',
  3009.                 ],
  3010.                 'ROLE_EMPLOYEE' => [
  3011.                     => 'ROLE_NEW_EMPLOYEE',
  3012.                 ],
  3013.                 'ROLE_NEW_EMPLOYEE' => [
  3014.                     => 'ROLE_USER',
  3015.                 ],
  3016.             ],
  3017.             'security.access.denied_url' => NULL,
  3018.             'security.authentication.manager.erase_credentials' => true,
  3019.             'security.authentication.session_strategy.strategy' => 'migrate',
  3020.             'security.access.always_authenticate_before_granting' => false,
  3021.             'security.authentication.hide_user_not_found' => true,
  3022.             'security.firewalls' => [
  3023.                 => 'api_request',
  3024.                 => 'api_login',
  3025.                 => 'main',
  3026.             ],
  3027.             'security.api_request._indexed_authenticators' => [
  3028.             ],
  3029.             'security.api_login._indexed_authenticators' => [
  3030.             ],
  3031.             'security.main._indexed_authenticators' => [
  3032.             ],
  3033.             'twig.form.resources' => [
  3034.                 => '@VichUploader/Form/fields.html.twig',
  3035.                 => 'form_div_layout.html.twig',
  3036.             ],
  3037.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3038.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3039.             'web_profiler.debug_toolbar.mode' => 2,
  3040.             'monolog.use_microseconds' => true,
  3041.             'monolog.swift_mailer.handlers' => [
  3042.             ],
  3043.             'monolog.handlers_to_channels' => [
  3044.             ],
  3045.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3046.             'easyadmin.config' => [
  3047.             ],
  3048.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3049.             'vich_uploader.mappings' => [
  3050.                 'company_file' => [
  3051.                     'uri_prefix' => '/filestorage/companies',
  3052.                     'upload_destination' => (\dirname(__DIR__4).'/filestorage/companies'),
  3053.                     'directory_namer' => [
  3054.                         'service' => 'App\\Naming\\CompanyDirectoryNamer',
  3055.                         'options' => [
  3056.                         ],
  3057.                     ],
  3058.                     'namer' => [
  3059.                         'service' => 'vich_uploader.namer_hash.company_file',
  3060.                         'options' => [
  3061.                             'algorithm' => 'sha1',
  3062.                             'length' => 190,
  3063.                         ],
  3064.                     ],
  3065.                     'delete_on_remove' => true,
  3066.                     'delete_on_update' => true,
  3067.                     'inject_on_load' => false,
  3068.                     'db_driver' => 'orm',
  3069.                 ],
  3070.                 'license_file' => [
  3071.                     'uri_prefix' => '/filestorage/companies',
  3072.                     'upload_destination' => (\dirname(__DIR__4).'/filestorage/companies'),
  3073.                     'directory_namer' => [
  3074.                         'service' => 'App\\Naming\\CompanyDirectoryNamer',
  3075.                         'options' => [
  3076.                         ],
  3077.                     ],
  3078.                     'namer' => [
  3079.                         'service' => 'vich_uploader.namer_base64.license_file',
  3080.                         'options' => [
  3081.                             'length' => 32,
  3082.                         ],
  3083.                     ],
  3084.                     'delete_on_remove' => true,
  3085.                     'delete_on_update' => true,
  3086.                     'inject_on_load' => false,
  3087.                     'db_driver' => 'orm',
  3088.                 ],
  3089.                 'license_request_file' => [
  3090.                     'uri_prefix' => '/filestorage/companies',
  3091.                     'upload_destination' => (\dirname(__DIR__4).'/filestorage/companies'),
  3092.                     'directory_namer' => [
  3093.                         'service' => 'App\\Naming\\CompanyDirectoryNamer',
  3094.                         'options' => [
  3095.                         ],
  3096.                     ],
  3097.                     'namer' => [
  3098.                         'service' => 'App\\Naming\\DateTimeNamer.license_request_file',
  3099.                         'options' => NULL,
  3100.                     ],
  3101.                     'delete_on_remove' => true,
  3102.                     'delete_on_update' => true,
  3103.                     'inject_on_load' => false,
  3104.                     'db_driver' => 'orm',
  3105.                 ],
  3106.                 'update_file' => [
  3107.                     'uri_prefix' => '/filestorage/winwop',
  3108.                     'upload_destination' => (\dirname(__DIR__4).'/filestorage/winwop'),
  3109.                     'namer' => [
  3110.                         'service' => 'vich_uploader.namer_hash.update_file',
  3111.                         'options' => [
  3112.                             'algorithm' => 'sha1',
  3113.                             'length' => 64,
  3114.                         ],
  3115.                     ],
  3116.                     'directory_namer' => [
  3117.                         'service' => NULL,
  3118.                         'options' => NULL,
  3119.                     ],
  3120.                     'delete_on_remove' => true,
  3121.                     'delete_on_update' => true,
  3122.                     'inject_on_load' => false,
  3123.                     'db_driver' => 'orm',
  3124.                 ],
  3125.                 'update_documentation' => [
  3126.                     'uri_prefix' => '/filestorage/documentation',
  3127.                     'upload_destination' => (\dirname(__DIR__4).'/filestorage/documentation'),
  3128.                     'namer' => [
  3129.                         'service' => 'App\\Naming\\UpdateDocuNamer.update_documentation',
  3130.                         'options' => NULL,
  3131.                     ],
  3132.                     'directory_namer' => [
  3133.                         'service' => NULL,
  3134.                         'options' => NULL,
  3135.                     ],
  3136.                     'delete_on_remove' => true,
  3137.                     'delete_on_update' => true,
  3138.                     'inject_on_load' => false,
  3139.                     'db_driver' => 'orm',
  3140.                 ],
  3141.             ],
  3142.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3143.             'fos_rest.format_listener.rules' => NULL,
  3144.             'lexik_form_filter.query_builder_updater.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  3145.             'lexik_form_filter.form_data_extractor.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  3146.             'lexik_form_filter.data_extraction_method.default.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  3147.             'lexik_form_filter.data_extraction_method.text.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  3148.             'lexik_form_filter.data_extraction_method.key_values.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  3149.             'lexik_form_filter.filter_prepare.class' => 'Lexik\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  3150.             'lexik_form_filter.type.filter_text.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  3151.             'lexik_form_filter.type.filter_number.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  3152.             'lexik_form_filter.type.filter_number_range.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  3153.             'lexik_form_filter.type.filter_checkbox.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  3154.             'lexik_form_filter.type.filter_boolean.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  3155.             'lexik_form_filter.type.filter_choice.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  3156.             'lexik_form_filter.type.filter_date.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  3157.             'lexik_form_filter.type.filter_date_range.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  3158.             'lexik_form_filter.type.filter_datetime.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  3159.             'lexik_form_filter.type.filter_datetime_range.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  3160.             'lexik_form_filter.type.filter_collection_adapter.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  3161.             'lexik_form_filter.type.filter_sharedable.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  3162.             'lexik_form_filter.type_extension.filter_extension.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  3163.             'lexik_form_filter.get_filter.doctrine_orm.class' => 'Lexik\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  3164.             'lexik_form_filter.apply_filter.doctrine_orm.class' => 'Lexik\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  3165.             'lexik_form_filter.type.filter_entity.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  3166.             'lexik_form_filter.where_method' => 'and',
  3167.             'lexik_form_filter.text.condition_pattern' => 1,
  3168.             'fos_user.backend_type_orm' => true,
  3169.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3170.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3171.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3172.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3173.             'fos_user.registration.confirmation.from_email' => [
  3174.                 'service@martin-haug-gmbh.de' => 'Martin Haug GmbH',
  3175.             ],
  3176.             'fos_user.resetting.email.from_email' => [
  3177.                 'service@martin-haug-gmbh.de' => 'Martin Haug GmbH',
  3178.             ],
  3179.             'fos_user.registration.confirmation.from_address' => [
  3180.                 'address' => 'service@martin-haug-gmbh.de',
  3181.                 'sender_name' => 'Martin Haug GmbH',
  3182.             ],
  3183.             'fos_user.resetting.email.from_address' => [
  3184.                 'address' => 'service@martin-haug-gmbh.de',
  3185.                 'sender_name' => 'Martin Haug GmbH',
  3186.             ],
  3187.             'fos_user.storage' => 'orm',
  3188.             'fos_user.firewall_name' => 'main',
  3189.             'fos_user.model_manager_name' => NULL,
  3190.             'fos_user.model.user.class' => 'App\\Entity\\User',
  3191.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3192.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3193.             'fos_user.profile.form.validation_groups' => [
  3194.                 => 'Profile',
  3195.                 => 'Default',
  3196.             ],
  3197.             'fos_user.registration.confirmation.enabled' => true,
  3198.             'fos_user.registration.form.type' => 'App\\Form\\CompanyContactType',
  3199.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3200.             'fos_user.registration.form.validation_groups' => [
  3201.                 => 'Registration',
  3202.                 => 'Default',
  3203.             ],
  3204.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3205.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3206.             'fos_user.change_password.form.validation_groups' => [
  3207.                 => 'ChangePassword',
  3208.                 => 'Default',
  3209.             ],
  3210.             'fos_user.resetting.retry_ttl' => 7200,
  3211.             'fos_user.resetting.token_ttl' => 86400,
  3212.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3213.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3214.             'fos_user.resetting.form.validation_groups' => [
  3215.                 => 'ResetPassword',
  3216.                 => 'Default',
  3217.             ],
  3218.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3219.             'data_collector.templates' => [
  3220.                 'data_collector.request' => [
  3221.                     => 'request',
  3222.                     => '@WebProfiler/Collector/request.html.twig',
  3223.                 ],
  3224.                 'data_collector.time' => [
  3225.                     => 'time',
  3226.                     => '@WebProfiler/Collector/time.html.twig',
  3227.                 ],
  3228.                 'data_collector.memory' => [
  3229.                     => 'memory',
  3230.                     => '@WebProfiler/Collector/memory.html.twig',
  3231.                 ],
  3232.                 'data_collector.validator' => [
  3233.                     => 'validator',
  3234.                     => '@WebProfiler/Collector/validator.html.twig',
  3235.                 ],
  3236.                 'data_collector.ajax' => [
  3237.                     => 'ajax',
  3238.                     => '@WebProfiler/Collector/ajax.html.twig',
  3239.                 ],
  3240.                 'data_collector.form' => [
  3241.                     => 'form',
  3242.                     => '@WebProfiler/Collector/form.html.twig',
  3243.                 ],
  3244.                 'data_collector.exception' => [
  3245.                     => 'exception',
  3246.                     => '@WebProfiler/Collector/exception.html.twig',
  3247.                 ],
  3248.                 'data_collector.logger' => [
  3249.                     => 'logger',
  3250.                     => '@WebProfiler/Collector/logger.html.twig',
  3251.                 ],
  3252.                 'data_collector.events' => [
  3253.                     => 'events',
  3254.                     => '@WebProfiler/Collector/events.html.twig',
  3255.                 ],
  3256.                 'data_collector.router' => [
  3257.                     => 'router',
  3258.                     => '@WebProfiler/Collector/router.html.twig',
  3259.                 ],
  3260.                 'data_collector.cache' => [
  3261.                     => 'cache',
  3262.                     => '@WebProfiler/Collector/cache.html.twig',
  3263.                 ],
  3264.                 'data_collector.translation' => [
  3265.                     => 'translation',
  3266.                     => '@WebProfiler/Collector/translation.html.twig',
  3267.                 ],
  3268.                 'data_collector.security' => [
  3269.                     => 'security',
  3270.                     => '@Security/Collector/security.html.twig',
  3271.                 ],
  3272.                 'data_collector.twig' => [
  3273.                     => 'twig',
  3274.                     => '@WebProfiler/Collector/twig.html.twig',
  3275.                 ],
  3276.                 'data_collector.doctrine' => [
  3277.                     => 'db',
  3278.                     => '@Doctrine/Collector/db.html.twig',
  3279.                 ],
  3280.                 'data_collector.dump' => [
  3281.                     => 'dump',
  3282.                     => '@Debug/Profiler/dump.html.twig',
  3283.                 ],
  3284.                 'mailer.data_collector' => [
  3285.                     => 'mailer',
  3286.                     => '@WebProfiler/Collector/mailer.html.twig',
  3287.                 ],
  3288.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3289.                     => 'easyadmin',
  3290.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3291.                 ],
  3292.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3293.                     => 'vich_uploader.mapping_collector',
  3294.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3295.                 ],
  3296.                 'data_collector.config' => [
  3297.                     => 'config',
  3298.                     => '@WebProfiler/Collector/config.html.twig',
  3299.                 ],
  3300.             ],
  3301.             'console.command.ids' => [
  3302.             ],
  3303.         ];
  3304.     }
  3305.     protected function throw($message)
  3306.     {
  3307.         throw new RuntimeException($message);
  3308.     }
  3309. }